
/***********************
	pcのみ
	********************/

@media screen and (min-width: 769px) {
	section.lower_contact {
		padding-bottom: 90px;
	}
.contact_top{
	max-width: 1165px;
	margin: 0 auto;
	margin-right: 100px;
	padding: 50px 0;
	border-bottom: solid 1px #959595;
	position: relative;
}

.contact_top h2{
	font-size: 1.7em;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
}

.contact_top span{
	font-size: 1.2em;
}

.lower_contactArea{
	
}

.lower_contactArea .txt{
	text-align: center;
	margin-bottom: 50px;
	line-height: 2em;
}

.lower_contactArea .txt p{
	margin-bottom: 15px;
}

.lower_contactArea .txt span{
	display: block;
	font-size: 0.8em;
}

.lower_contactArea .customerArea{
	margin-bottom: 50px;
	text-align:center; 
}

.lower_contactArea .customerArea li{
	display: inline-block;
	margin: auto 20px;
	width: 270px;
	
}

.lower_contactArea .customerArea li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	border: solid 1px #999;
	background-color: #fff;
	color: #999;
	text-align: center;
	transition: .5s;
	font-size: 1em;
}



.lower_contactArea .customerArea li a:hover{
	background-color: #999;
	border: solid 1px #999;
	color: #fff;
}

.lower_contactArea .customerArea li .current{
	background-color: #999;
	border: solid 1px #999;
	color: #fff;
}

.formArea{
	
}


.formArea .mailform{
	
}

.formArea .mailform dt{
    width: 160px;
    float: left;
    clear: left;
    font-size: 1em;
    padding-top: 7px;
}

.formArea .mailform dt .must{
	
}

.formArea .mailform dd{
	margin-left: 170px;
	width: 572px;
	box-sizing: border-box;
	margin-bottom: 25px;
}

.formArea .mailform dd input{
	font-size: 100%;
	padding: 5px 5px;
	width: 100%;
}

.formArea .mailform dd textarea{
	width: 100%;
	height: 475px;
	font-size: 100%;
	padding: 5px 5px;
}

.formArea .buttons{
	text-align: center;
	margin-top: 80px;
}
.confirmArea .buttons {
	padding-left: 0;
}

.formArea .buttons .submitBtn{
	display: block;
	width: 450px;
	height: 100%;
	padding: 15px;
	border: solid 2px #999;
	background-color: #999;
	color: #fff;
	text-align: center;
	transition: .5s;
	font-size: 1.3em;
	margin: 0 auto;
	line-height: 1;
	cursor: pointer;
}

.formArea .buttons .submitBtn:hover{
	background-color: #fff;
	border: solid 1px #999;
	color: #999;
}

.confirm_customer{
	position: absolute;
	top: 50px;
	left: 200px;
}

.confirm_customer .current{
	display: inline-block;
	margin: auto 20px;
	width: 270px;
	padding: 15px 0;
	border: solid 1px #999;
	background-color: #fff;
	color: #999;
	text-align: center;
	font-size: 1em;
	
}



.confirmArea .mailform{
	border-top: solid 1px #B3B3B3;
}

.confirmArea .mailform dt{
	
}

.confirmArea .mailform .row{
	border-bottom: solid 1px #B3B3B3;
}

.confirmArea .mailform dt{
	padding: 30px 0 0;
}
.confirmArea .mailform dd{
	padding: 25px 0 0;
	line-height: 2em;
}

.confirmArea .buttons{
	margin-top: 50px;
}

.confirmArea .buttons button{
	display: inline-block;
	margin: auto 20px;
}

.formArea .buttons .submitBtn{
	display: inline-block;
	margin-left: 20px;
	}

.confirmArea .buttons .resetBtn{
	display: inline-block;
	width: 270px;
	height: 100%;
	padding: 15px;
	border: solid 2px #959595;
	background-color: #fff;
	color: #959595;
	text-align: center;
	transition: .5s;
	font-size: 1.3em;
	margin: 0 auto;
	line-height: 1;
	cursor: pointer;
}

.confirmArea .buttons .resetBtn:hover{
	background-color: #959595;
	color: #fff;
}

.thanks_ttl{
	font-size: 1.5em;
	margin-bottom: 15px;
}

}


/***********************
	spのみ
	********************/
@media screen and (max-width: 768px) {

.contact_top{
	width: 90%;
	margin: 50px auto;
	padding: 50px 0;
	border-bottom: solid 1px #959595;
}

.contact_top h2{
	font-size: 1.5em;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
}

.contact_top span{
	font-size: 1em;
}

.lower_contactArea{
	
}

.lower_contactArea .txt{
	text-align: center;
	margin-bottom: 50px;
	line-height: 2em;
}

.lower_contactArea .txt p{
	margin-bottom: 15px;
}

.lower_contactArea .txt span{
	display: block;
	font-size: 0.8em;
}

.lower_contactArea .customerArea{
	margin-bottom: 50px;
	text-align:center; 
}

.lower_contactArea .customerArea li{
	display: inline-block;
	margin: auto 2%;
	width: 45%;
	
}

.lower_contactArea .customerArea li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	border: solid 1px #999;
	background-color: #fff;
	color: #999;
	text-align: center;
	transition: .5s;
	font-size: 1em;
}

.lower_contactArea .customerArea li .current{
	background-color: #999;
	border: solid 1px #999;
	color: #fff;
}

.lower_contactArea .customerArea li a:hover{
	background-color: #999;
	border: solid 1px #999;
	color: #fff;
}

.formArea{
	
}


.formArea .mailform{
	
}

.formArea .mailform dt{
    font-size: 1em;
    padding: 5px 0;
}

.formArea .mailform dt .must{
	
}

.formArea .mailform dd{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.formArea .mailform dd input{
	font-size: 100%;
	padding: 5px 5px;
	width: 100%;
	border: solid 1px #ccc;
	box-sizing: border-box;
}

.formArea .mailform dd textarea{
	width: 100%;
	height: 475px;
	font-size: 100%;
	padding: 5px 5px;
	border: solid 1px #ccc;
	box-sizing: border-box;
}

.formArea .buttons{
	text-align: center;
	margin-bottom: 120px;
	margin-top: 30px;
}

.formArea .buttons .submitBtn{
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 0;
	border: solid 2px #999;
	background-color: #999;
	color: #fff;
	text-align: center;
	transition: .5s;
	font-size: 1.2em;
	line-height: 1;
}

.formArea .buttons .submitBtn:hover{
	background-color: #999;
	color: #fff;
}

.confirmArea .mailform{
	border-top: solid 1px #B3B3B3;
}

.confirmArea .mailform dt{
	
}

.confirmArea .mailform .row{
	border-bottom: solid 1px #B3B3B3;
	padding: 15px 0 0;
}

.confirmArea .mailform dt{
	margin-bottom: 20px;
	
}
.confirmArea .mailform dd{
	line-height: 2em;
}

.confirmArea .buttons{
	margin-top: 50px;
}

.confirmArea .buttons button{
	display: inline-block;
	margin: auto 20px;
}

.formArea .buttons .submitBtn{
	display: inline-block;
	width: 100%;
	margin-left: 0;
}

.confirmArea .buttons .resetBtn{
	display: inline-block;
	width: 45%;
	height: 100%;
	padding: 20px 0;
	border: solid 1px #959595;
	background-color: #fff;
	color: #959595;
	text-align: center;
	transition: .5s;
	font-size: 1.2em;
	line-height: 1;
	margin: 0 auto;
	margin-right: 4%;
}
	.confirmArea .buttons .submitBtn{
		width: 45%;
		margin-right: 0;
	}

.confirm_customer .current{
	display: inline-block;
	margin: 20px auto;
	width: 45%;
	padding: 15px 0;
	border: solid 1px #999;
	background-color: #fff;
	color: #999;
	text-align: center;
	font-size: 1em;
	
}

.thanks_ttl{
	font-size: 1.5em;
	margin-bottom: 15px;
}




}