@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : contact.css
 author     : Ability Consultant
 style info : お問い合わせ
=================================================================== */
.con_txt, .con_flow, .con_request, .con_thanks {
	max-width: 1160px;
	margin: auto;
}

@media only screen and (max-width: 1024px) {
	.con_txt, .con_flow, .con_request, .con_thanks {
		width: 95%;
	}
}

.con_txt:after, .con_flow:after, .con_flow ul:after, .con_request:after, .con_thanks:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
	background-image: url(../contact/images/bg_title-pc.jpg);
}

@media only screen and (max-width: 767px) {
	.con_title {
		background-image: url(../contact/images/bg_title-sp.jpg);
	}
}

/* -----------------------------------------------------------
    con_txt
----------------------------------------------------------- */
.con_txt {
	margin-top: 2.5em;
	padding: 1px;
	border: 1px solid #ccc;
	*zoom: 1;
}

.con_txt:after {
	content: "";
	display: table;
	clear: both;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_txt {
		margin-top: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_txt {
		margin-top: 1.5em;
	}
}

.con_txt .box_txt {
	padding: 2% 3%;
	float: left;
	width: 50%;
	position: relative;
}

.con_txt .box_txt:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	border-right: 1px solid #ccc;
	height: 80%;
	transform: translatey(-50%);
}

@media only screen and (max-width: 767px) {
	.con_txt .box_txt:after {
		border-right: none;
	}
}

.con_txt .box_txt li {
	font-size: 107%;
	list-style-type: disc;
	line-height: 2.0em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_txt .box_txt li {
		font-size: 94%;
	}
}

@media only screen and (max-width: 767px) {
	.con_txt .box_txt li {
		font-size: 87%;
		margin-left: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.con_txt .box_txt {
		padding: 1em;
		width: 100%;
	}
}

.con_txt .box_txt span {
	color: #cc0000;
	padding-right: 0.3em;
}

.con_txt .box_contact {
	float: left;
	width: 50%;
	padding: 2% 2% 0.5%;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_txt .box_contact {
		width: 100%;
		padding-top: 2%;
	}
}

.con_txt .box_contact .title_tel {
	padding-bottom: 10px;
	text-align: center;
	font-size: 120%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_txt .box_contact .title_tel {
		font-size: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.con_txt .box_contact .title_tel span {
		display: none;
	}
}

.con_txt .box_contact dl {
	margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_txt .box_contact dl {
		margin-bottom: 12px;
	}
}

.con_txt .box_contact dl dt {
	font-size: 187%;
	color: #bfb554;
}

@media only screen and (max-width: 1024px) {
	.con_txt .box_contact dl dt {
		font-size: 140%;
	}
}

.con_txt .box_contact dl dd .txt_tel {
	margin-right: 15px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	line-height: 1.2;
}

.con_txt .box_contact dl dd .txt_tel .num {
	font-size: 160%;
}

@media only screen and (max-width: 1024px) {
	.con_txt .box_contact dl dd .txt_tel .num {
		font-size: 127%;
	}
}

.con_txt .box_contact dl dd .txt_tel a, .con_txt .box_contact dl dd .txt_tel .tel {
	font-size: 254%;
	text-decoration: none;
}

@media only screen and (max-width: 1024px) {
	.con_txt .box_contact dl dd .txt_tel a, .con_txt .box_contact dl dd .txt_tel .tel {
		font-size: 207%;
	}
}

/* -----------------------------------------------------------
    .con_flow
----------------------------------------------------------- */
.con_flow {
	margin-bottom: 40px;
	margin-top: 50px;
}

.con_flow ul li {
	width: 28%;
	float: left;
	margin-left: 8%;
	text-align: center;
	background: #dfdfdf;
	font-size: 107%;
	font-weight: normal;
	padding: 10px;
	color: #453939;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_flow ul li {
		font-size: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_flow ul li {
		font-size: 87%;
		padding: 10px 0;
		width: 30%;
		margin-left: 5%;
	}
}

.con_flow ul li:first-child {
	margin-left: 0;
}

.con_flow ul li.active {
	background: #453939;
	color: #fff;
}

.con_flow ul li:after {
	content: "\f054";
	font-family: "FontAwesome";
	font-size: 107%;
	color: #e3e3e3;
	position: absolute;
	top: 50%;
	right: -16%;
	margin-top: -0.5em;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.con_flow ul li:after {
		font-size: 80%;
		right: -12%;
	}
}

.con_flow ul li.last:after {
	display: none;
}

/* -----------------------------------------------------------
    con_request
----------------------------------------------------------- */
.con_request {
	margin-bottom: 3em;
}

.con_request .tbl_primary {
	width: 100%;
}

.con_request .tbl_primary tr {
	border: 1px solid #ddd;
	width: 100%;
}

.con_request .tbl_primary th, .con_request .tbl_primary td {
	padding: 0.6em 1.5em;
	border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
	.con_request .tbl_primary th, .con_request .tbl_primary td {
		padding: 0.6em 1em;
		width: 100%;
		display: block;
	}
}

.con_request .tbl_primary th input, .con_request .tbl_primary th select, .con_request .tbl_primary td input, .con_request .tbl_primary td select {
	border: 1px solid #acacac;
	padding: 0.3em 1em;
}

@media only screen and (max-width: 767px) {
	.con_request .tbl_primary th input, .con_request .tbl_primary th select, .con_request .tbl_primary td input, .con_request .tbl_primary td select {
		width: 100%;
		padding: 0.3em 0.8em;
	}
}

.con_request .tbl_primary th {
	width: 25%;
	overflow: hidden;
	text-align: left;
	background: #eee;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.con_request .tbl_primary th {
		width: 100%;
	}
}

.con_request .tbl_primary th span {
	float: right;
	color: #cc0000;
	padding-left: 0.5em;
	font-size: .8em;
	line-height: 2.5;
}

.con_request .tbl_primary .company input, .con_request .tbl_primary .mail input {
	width: 50%;
}

.con_request .tbl_primary .name input {
	width: 40%;
	margin-right: 1em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_request .tbl_primary .name input {
		width: 80%;
	}
}

@media only screen and (max-width: 767px) {
	.con_request .tbl_primary .name input {
		width: 100%;
		margin: 0.3em 0;
	}
}

.con_request .tbl_primary .tel input, .con_request .tbl_primary .email input {
	width: 60%;
	border: 1px solid #acacac;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_request .tbl_primary .tel input, .con_request .tbl_primary .email input {
		width: 80%;
	}
}

@media only screen and (max-width: 767px) {
	.con_request .tbl_primary .tel input, .con_request .tbl_primary .email input {
		width: 100%;
	}
}

.con_request .tbl_primary .tel input {
	width: 30%;
}

@media only screen and (max-width: 767px) {
	.con_request .tbl_primary .tel input {
		width: 100%;
	}
}

.con_request .tbl_primary .day input {
	width: 30%;
	border: 0;
	border: 1px solid #acacac;
}

@media only screen and (max-width: 1024px) {
	.con_request .tbl_primary .day input {
		width: 160px;
		font-size: 80%;
	}
}

@media only screen and (max-width: 767px) {
	.con_request .tbl_primary .day input {
		width: 100% !important;
	}
}

.con_request .tbl_primary .select select {
	width: 45%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_request .tbl_primary .select select {
		width: 45%;
	}
}

@media only screen and (max-width: 767px) {
	.con_request .tbl_primary .select select {
		width: 100%;
	}
}

.con_request .tbl_primary .text textarea {
	width: 95%;
	height: 150px;
	border: 1px solid #acacac;
}

@media only screen and (max-width: 767px) {
	.con_request .tbl_primary .text textarea {
		width: 100%;
	}
}

.con_request .btn {
	text-align: center;
	margin-top: 2em;
}

.con_request .box_btn {
	margin-top: 2em;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.con_request .box_btn {
		display: block;
	}
}

.con_request .box_btn .btn {
	width: 340px;
	margin-right: 50px;
}

@media only screen and (max-width: 767px) {
	.con_request .box_btn .btn {
		margin-right: 0;
		text-align: center;
	}
	.con_request .box_btn .btn:first-child {
		margin-bottom: 1em;
	}
}

.con_request .ui-datepicker-trigger {
	vertical-align: middle;
	margin-left: 0.5em;
	padding-bottom: 0.2em;
}

.con_request .ui-datepicker-trigger:hover {
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.con_request .ui-datepicker-trigger {
		display: none;
	}
}

/* -----------------------------------------------------------
    con_thanks 完了画面
----------------------------------------------------------- */
.con_thanks {
	margin-bottom: 5em;
	text-align: center;
}

.con_thanks h3 {
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: normal;
	font-size: 140%;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.con_thanks h3 {
		font-size: 127%;
	}
}

.con_thanks p {
	font-size: 107%;
}

@media only screen and (max-width: 767px) {
	.con_thanks p {
		text-align: left;
	}
}

.con_thanks .btn {
	text-align: center;
	margin-top: 2em;
}

/*# sourceMappingURL=../maps/contact.css.map */
