/********************
 contact CSS
********************/

/* #sect-contents ----------*/
#sect-contents{
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 80px;
	position: relative;
}

#sect-contents .txt-lead{
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.75em;
	letter-spacing: 0.1em;
}

#sect-contents .box-images{ margin-bottom: 20px; text-align: center; }
#sect-contents .box-images img{ max-width: 100%; }

#sect-contents h2{
	margin: 0 0 30px;
	padding-top: 40px;
	font-size: 27px;
	line-height: 1.1em;
	text-align: center;
	position: relative;
}
#sect-contents h2:before{
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background-color: #3a6bb4;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
}

#sect-contents h3{
	margin-top: 0;
	margin-bottom: 10px;
	color: #f73169;
	font-size: 20px;
	text-align: center;
}
#sect-contents h3 + p{
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
}

#sect-contents hr.bd-section{
	margin-top: 60px;
	margin-bottom: 0;
}



@media screen and (max-width: 991px) {
	#sect-contents{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#sect-contents .txt-lead{
		margin-bottom: 30px;
		font-size: 15px;
	}
	#sect-contents .box-images{ margin-bottom: 15px; }
	#sect-contents h3{ font-size: 18px; }

	#sect-contents hr.bd-section{ margin-top: 40px; }

}


@media screen and (max-width: 767px) {

	#sect-contents{
		margin-top: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#sect-contents .txt-lead{
		margin-bottom: 20px;
		text-align: left;
	}
	#sect-contents .box-images{ margin-bottom: 0; }
	#sect-contents .box-images div{ margin-bottom: 10px; }

	#sect-contents h2{
		margin-bottom: 20px;
		padding-top: 30px;
		font-size: 24px;
	}

	#sect-contents h3{ margin-bottom: 5px; }
	/*#sect-contents h3 + p{
		font-size: 13px;
		line-height: 1.5em;
		text-align: left;
	}*/

	#sect-contents hr.bd-section{ margin-top: 30px; }
}


/* #sect-phonecall ----------*/
#sect-phonecall{ margin-bottom: 60px; }
#sect-phonecall dl{
	display: table;
	width: 100%;
	margin-bottom: 0;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
#sect-phonecall dl:first-child{
	border-top: 1px solid #ccc;
}
#sect-phonecall dl dt{
	display: table-cell;
	width: 75%;
	padding-left: 20px;
	font-weight: normal;
	vertical-align: middle;
}
#sect-phonecall dl dd{
	display: table-cell;
	width: 25%;
	font-weight: bold;
	font-size: 18px;
	vertical-align: middle;
}

@media screen and (max-width: 991px) {
	#sect-phonecall{ margin-bottom: 40px; }
	#sect-phonecall dl dt{
		padding-left: 0;
		font-size: 15px;
	}
	#sect-phonecall dl dd{
		font-size: 17px;
	}
}

@media screen and (max-width: 767px) {

	#sect-phonecall{ margin-bottom: 30px; }
	#sect-phonecall dl,
	#sect-phonecall dl dt,
	#sect-phonecall dl dd{
		display: block;
	}
	#sect-phonecall dl{
		padding: 10px 0;
	}
	#sect-phonecall dl dt{
		width: 100%;
		/*font-size: 14px;*/
	}
	#sect-phonecall dl dd{
		width: 100%;
		/*font-size: 16px;*/
	}

}


/* #sect-form ----------*/
#sect-form{　font-size: 15px;　}
#sect-form p{ margin-bottom: 5px; }
#sect-form span.txt-pink{
	color: #f73169;
}

#sect-form form dl{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}
#sect-form form dl:first-child{ border-top: 1px solid #ccc; }
#sect-form form dt{
	font-weight: bold;
	float: left;
}
#sect-form form dt label{ margin-top: 0.5em; }
#sect-form form .box-sex dt{
	margin-top: 0;
}
#sect-form form dt span{
	margin-left: 0.5em;
	color: #f73169;
}
#sect-form form dd{
	margin-left: 240px;
}

label{ margin-bottom: 0; }
input, textarea, select{
	padding: 0.5em;
	border: 1px solid #aaa;
	background-color: #fff;
}

input[type="radio"]{
	background-color: transparent;
}

.box-category dd select{ width: 400px; }
.box-name dd input{ width: 300px; }
.box-sex dd label{ font-weight: normal; }
.box-sex dd label:first-child{ margin-right: 80px; }
.box-sex dd input{ margin-right: 0.5em; }
.box-age dd input{ width: 140px; margin-right: 0.5em; }
.box-phone dd input{ width: 300px; }
.box-address dd input,
.box-email dd input,
.box-message dd textarea{ width: 100%; }
.box-message dd textarea{ height: 200px; }

.box-privacy dd > div.box-privacypolicy{
	width: 100%;
	height: 100px;
	padding: 0.5em;
	border: 1px solid #aaa;
	background-color: #fff;
	overflow-y: scroll;
}
#sect-form form .box-privacy dd p,
#sect-form form .box-privacy dd h3{
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
	text-align: left;
}
.box-privacy dd label{
	margin-top: 1em;
	font-weight: normal;
}
.box-privacy dd input{ margin-right: 0.5em; }

form#form-contact label.error, label.error {
	display: block;
	margin-top: 0;
	color: red;
	font-size: 14px;
	font-weight: bold;
}

#btn-submit{
	display: block;
	width: 300px;
	height: 50px;
	margin: 20px auto 0;
	padding-right: 1.0em;
	background-color: #3a6bb4;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	border: none;
}
#btn-submit:after{
	display: block;
	width: 24px;
	height: 24px;
	content: "\f18e";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#btn-submit:hover{
	text-decoration: none;
	background-color: #4c91e5;
}
#btn-submit:hover:after{ right: 6px; }

#btn-back{
	display: block;
	width: 300px;
	height: 50px;
	margin: 20px auto 0;
	padding-left: 1.0em;
	background-color: #aaa;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	border: none;
}
#btn-back:after{
	display: block;
	width: 24px;
	height: 24px;
	content: "\f190";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -12px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#btn-back:hover{
	text-decoration: none;
	background-color: #888;
}
#btn-back:hover:after{ left: 6px; }


@media screen and (max-width: 991px) {
	.box-category dd select,
	.box-name dd input,
	.box-phone dd input{
		width: 100%;
	}
	.box-age dd input{ width: 50%; }
}

@media screen and (max-width: 767px) {
	/*#sect-form{ font-size: 14px; }*/
	#sect-form form dt label{ margin-top: 0; }
	#sect-form form dl{ padding-top: 15px; padding-bottom: 15px; }
	#sect-form form dt{
		float: none;
		margin-bottom: 5px;
	}
	#sect-form form dd{
		margin-left: 0;
	}
	.box-message dd textarea{ height: 150px; }
	#btn-submit, #btn-back{ width: 100%; }
}



@media print {
	.box-privacy dd > div.box-privacypolicy{
		overflow-y: scroll !important;
	}
}