
/**************************************************************************************/
/**************************************************************************************/
/* PC Site*/
/**************************************************************************************/
/**************************************************************************************/



.contact_detail_section{
	width: 100% ;
	max-width: 1080px ;
	padding: 100px 40px ;
	margin : 0px auto ;
}
.mailform_result_contents_ok{
	width: 100% ;
	max-width: 720px ;
	padding: 100px 40px ;
	margin : 0px auto ;
	display: none ;
}
.mailform_result_contents_ng{
	width: 100% ;
	max-width: 720px ;
	padding: 100px 40px ;
	margin : 0px auto ;
	display: none ;
}
.mailform_result_contents_ok p,
.mailform_result_contents_ng p{
	margin-bottom : 40px ;
}

.mailform_result_contents_ok a,
.mailform_result_contents_ng a{
	text-decoration: underline ;
}


.contact_inputtext{
	box-sizing : border-box ;
	width : 100% ;
	height : 60px ;
	padding : 10px  ;
	font-size : 15px ;
	border : 1px solid #AAAAAA ;
	-webkit-appearance: none;
}
.contact_inputtextarea{
	box-sizing : border-box ;
	width : 100% ;
	height : 300px ;
	padding : 10px 10px  ;
	font-size : 15px ;
	border : 1px solid #AAAAAA ;
	-webkit-appearance: none;
}

.contact_submit{
	box-sizing : border-box ;
	display : block ;
	width : 300px ;
	height : 80px ;
	font-size : 20px ;
	color : #FFFFFF ;
	font-weight : 700 ;
	margin : 100px auto 0px ;
	background-color : #FFA700 ;
	border : 1px solid #FFA700 ;
	cursor : pointer ;
	-webkit-appearance: none;
}


.contact_detail_section .about_detail_item_l{
	line-height: 60px ;
}


.contact_must{
	color : #FFA700 ;
}

#contact01_name_notice,
#contact01_kana_notice,
#contact01_mail01_notice,
#contact01_mail02_notice,
#contact01_tel_notice,
#contact01_q_notice{
	color : #FFA700 ;
	font-weight: 700 ;
	display: none ;
}



















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



}


/**************************************************************************************/
/**************************************************************************************/
/* TB Site*/
/**************************************************************************************/
/**************************************************************************************/
@media screen and (max-width: 960px) {


























}