/* 


contact


*/



/* !heading
---------------------------------------------------------- */
.contact .headding{
	background: url(../img/h2_bg.png) no-repeat;
	  -webkit-background-size: cover;
	 background-size: cover;
   margin-bottom: 80px;
}

.contact .main{
	width: 100%;
	max-width: 640px;
	margin: 40px auto 0;
}

@media screen and (max-width: 480px) {
	.contact .headding{
		height: auto;
	    background: #983300;
	    margin-bottom: 40px;
	}
}

/* !contentArea
---------------------------------------------------------- */

.contact .contentArea {
    width: 640px;
    float: none;
}

@media screen and (max-width: 480px) {
	.contact .contentArea {
	    width: 100%;
	}
}


/* !冒頭
---------------------------------------------------------- */
.contact .box .text{
	text-align: center;
	margin-bottom: 45px;
}

.contact .box .text span.big{
	font-size: 1.6rem;
}

.contact .box .descriptionArea{
	margin-bottom: 50px;
	padding: 30px 35px;
	background-color: #f2f3f3;
}

.contact .box .descriptionArea .attentionList {
	margin-bottom: 20px;
}

.contact .box .descriptionArea .attentionList li:before{
	content: '・';
}

.contact .box .descriptionArea .attentionList li{
	text-indent: -14px;
	padding-left: 14px;
	font-size: 1.3rem;
	margin-bottom: 2px;
}

.contact .box .descriptionArea .attentionList li a{
	display: inline;
}

.contact .box .descriptionArea .linkBtn a{
	display: block;
	position: relative;
	width : 240px;
	margin: 0 auto;
	padding: 16px 0;
	border: #983300 1px solid;
	background: #fff;
	text-align: center;
	font-weight: bold;
	color: #983300;
}


.contact .box .descriptionArea .linkBtn a:after{
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	margin-top: -11px;
	width: 10px;
	font-size: 14px;
	font-weight: normal;
	content:'\f105';
	font-family: "FontAwesome";
}


@media screen and (max-width: 480px) {
	.contact .box .descriptionArea{
		padding: 30px 5%;
	}
	.contact .box .text{
		text-align: left;
		margin-bottom: 25px;
	}
}

/* !フォーム
---------------------------------------------------------- */	
.contact .box .attention{
	font-size: 1.2rem;
	color: #ea2020;
	text-align: right;
	font-weight: bold;

}

.contact .box .red{
	color: #ea2020;
}

.contact .box dl.formArea{
	margin-bottom: 30px;
}

.contact .box dl.formArea dt{
	float: left;
	clear: left;
	width: 140px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}

.contact .box dl.formArea dt.ttl-none{
	min-height: 110px;
}

.contact .box dl.formArea dd{
	float: right;
	width: 480px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.contact .box dl.formArea dd .text-mini{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 6px;
	display: inline-block;
}

.contact .box dl.formArea dd input{
	height: 20px;
	border: 1px solid #ccc;
	
}

	.mw_wp_form span.mwform-radio-field input {
		margin-right: 12px;
	}


.contact .box dl.formArea dd.input-s input{ width: 70px; }
.contact .box dl.formArea dd.input-m input{ width: 400px; }
.contact .box dl.formArea dd.input-l input{ width: 480px; }
.contact .box dl.formArea dd textarea{
	width: 100%;
	border: 1px solid #ccc;
}

.contact .box dl.formArea dd .radio{
	padding-right: 16px;
	margin: 0 auto;
	display: block;
}

.contact .box .privacy {
	margin: 0 auto 30px;
	text-align: center;
	font-size: 1.3rem;
}
.contact .box .privacy a {
	display: inline;
	text-decoration: underline;
}

.contact .box .btn{
	width: 225px;
	margin: 0 auto 60px;
	text-align: center;
}

.contact .box .btn input{
	width: 110px;
	padding: 10px 0;
	border-radius: 0;
	font-size: 1.3rem;
	font-weight: bold;
	cursor: pointer;
}

.contact .box .btn input[type="submit"]{
	background: #983300;
	color: #fff;
	height: auto;
	margin: 0;
	display: inline-block;
}

/*.contact .box .btn input[type="reset"]{
	background: #dfd3cd;
	font-size: 1.3rem;
	color: #000000;
}
*/
.contact .thank{
	text-align: center;
}

.contact .thank h3{
	display: inline-block;
	font-size: 1.6rem;
	margin-bottom: 30px;
	padding-bottom: 6px;
}

.contact .thank p{
	font-size: 1.3rem;
}

@media screen and (max-width: 480px) {
	* {
/*		-webkit-appearance: none;*/
	}
	.contact .box {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.contact .box dl.formArea dt{
		display: block;
		float: none;
		margin-bottom: 0;
		width: 100%;
		max-width: 100%;
	}
	.contact .box dl.formArea dt.ttl-none{
		min-height: 0;
		margin-bottom: -24px;
	}

	.contact .box dl.formArea .text-mini{
		display: block;
    margin-bottom: -20px;
	}
	.contact .box dl.formArea dd{
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.contact .box dl.formArea dd input{
/*		height: 26px;*/
	}
	.contact .box dl.formArea dd.input-s input{ width: 28%; }
	.contact .box dl.formArea dd.input-m input{ width: 100%; }
	.contact .box dl.formArea dd.input-l input{ width: 100%; }
	.contact .box dl.formArea dd .radio{
		padding-right: 0;
		margin: 0 auto;
		display: block;
	}
	.contact .box .btn{
		width: 100%;
		margin: 0 auto 60px;
	}
	.contact .box .btn input{
		width: 30%!important;
		padding: 14px 12px;
		border-radius: 0;
		font-size: 1.4rem;
	}
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="submit"],
	input[type="reset"],
	textarea{
		-webkit-appearance: none;
		border-radius: 0;
		border : 1px solid #cacaca;
		font-size : 16px;
	}
	input[type="radio"]{
/*		-webkit-appearance: none;*/
		border: 1px solid #cacaca;
		border-radius: 30px;
		font-size: x-large;
		height: 20px;
		width: 26px;
	}
	.contact .box dl.formArea dd .radio input{
		height: 20px;
		width: 20px;
	}
	.contact .box .btn input[type="submit"]{
		width: 45%!important;
	}
	.contact .box .btn input[type="reset"]{
		width: 45%!important;
	}
	.mw_wp_form .horizontal-item + .horizontal-item{
		display: block;
		margin-left: 0!important;
	}
}

