@charset "utf-8";
@import "reset.css";
@import "image.css";


@import url("templates_sp.css") screen and (max-width: 1024px);/*_sp*/
@import url("templates.css") print, screen and (min-width: 1025px);

@import url("style_sp.css") screen and (max-width: 1024px);/*_sp*/
@import url("style.css") print, screen and (min-width: 1025px);



@import url("sp_navi_animate.css") screen and (max-width: 1024px);/*_sp*/
@import url("sp_navi.css") screen and (max-width: 1024px);/*_sp*/




/***************************************/


.inquiry th {/*最大1030*/
 text-align: left;
 color: #000;
 padding: 10px;
 width: 198px;
 background:#EFEFEF;
 border: 1px solid #A2AFBF;
 vertical-align: middle;
}
.inquiry td {
 width: 788px;	
 padding: 10px;	
 border: 1px solid #A2AFBF;
 vertical-align: middle;
}
/* 必須の調整 */
.haveto {
   font-size: 10pt;
   padding: 5px;
/*   background: #ff0000;*/
   border: solid 1px #D93600; 
   color: #D93600;
   border-radius: 2px;
   margin-right: 2px;
   background-color:#FFF;
}
/* 任意の調整 */
.any {
   font-size: 10pt;
   padding: 5px;
   border: solid 1px #93c9ff; 
   color: #93c9ff;
/*   background: #93c9ff;*/
   border-radius: 2px;
   margin-right: 2px;
   background-color:#FFF;   
}
/* ラジオボタンを縦並び指定 */
.verticallist .wpcf7-list-item {
 display: block;
}
/* 送信ボタンのデザイン変更 */
.soushinbtn{
	padding:10px!important;
	width:40%;
	background: #ff9933!important;
	color: #000;
	font-size: 18px!important;
	font-weight:700;
	border-radius: 0px!important;
	border:0;
	}
.soushinbtn:hover{
	background:#fff!important;
	color:#AB8357;
	border:2px solid #ff9933;
}
/* スマホContact Form 7カスタマイズ */
@media screen and (max-width: 768px) {
.inquiry {
width: 100%!important;
}

.inquiry th, .inquiry td {
display:block;
width: 95%!important;
border-top: none!important;
}
.inquiry tr:first-child th {
 border: 1px solid #A2AFBF;!important;
}
.soushinbtn{
width:80%!important;
font-size: 100%!important;
}

.inquiry textarea,
.inquiry input[type="text"],
.inquiry input[type="tel"],
.inquiry input[type='email']  {
	width: 96%;

}


}



input.btn {
	font-family:'Noto Sans JP', sans-serif;
	font-size:100%;
	font-weight:700;
	background-color: #FF9933;
	color: #000;
	border-radius: 5px;				/* 角丸 CSS3草案 */
	-webkit-border-radius: 5px;		/* 角丸 Safari,Chrome用 */
	-moz-border-radius: 5px;
	display: inline-block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#btn_box {
	text-align: center;
	clear: both;
}



.checkbox-input{
}
.checkbox-parts{
}
.checkbox-parts::before{
}
.checkbox-input:checked + .checkbox-parts{
  color: #d01137;
}
.checkbox-input:checked + .checkbox-parts::after{

}