@charset "utf-8";
.wpcf7-form-control-wrap.recaptcha{
	width: 304px;
	margin: 10px auto;
	display: block;
}
@media only screen and (min-width: 600px) {

.pc_none{
	display: none!important;
}

/*ここにCSSを記述*/

/*//////メインここから//////*/
#container #main{
	width: 760px;
	height: auto;
	float: right;
}

#container #main .contact_detail{
	width: 100%;
	height: auto;
}

#container #main .contact_detail h2{
	width: 98%;
	height: 81px;
	font-size: 22.5px;
	font-weight: 800;
	line-height: 81px;
	color: #0A558F;
	padding-left: 2%;
	background-image: url(../img/contact_title_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#container #main .contact_detail h3{
	font-size: 22px;
	font-weight: 800;
	line-height: 42px;
	text-align: center;
	margin: 30px auto 0;
}

#container #main .contact_detail p{
	margin-top: 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}

#container #main .contact_detail p#remark{
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	color: red;
}

#container #main .contact_detail .select_title{
	width: 740px;
	height: 41px;
	background-color: #EBECED;
	padding: 0 10px 0 10px;
	overflow: hidden;
}

#container #main .contact_detail .select_title h4{
	float: left;
	font-size: 16px;
	font-weight: 800;
	line-height: 41px;
	padding-left: 10px;
}

#container #main .contact_detail .demand_title{
	width: 740px;
	height: 41px;
	background-color: #EBECED;
	padding: 0 10px 0 10px;
	background-color: #0A558F;
	overflow: hidden;
}

#container #main .contact_detail .demand_title h4{
	float: left;
	font-size: 16px;
	font-weight: 800;
	line-height: 41px;
	color: #fff;
}

#container #main .contact_detail .demand_title p{
	float: right;
	font-size: 11px;
	font-weight: 800;
	line-height: 41px;
	color: #fff;
}


#main form {
	margin: 20px auto;
	width: 760px;
}

#main table {
	margin-bottom: 33px;
	width: 100%;
	border-collapse: collapse;
}

#main table tr{
	padding: 10px 0;
}

#main table th{
	width: 32%;
	height: auto;
	padding: 30px 0 30px 3%;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
}

#main table th span{
	color: #FF0000;
}

#main table td{
	width: 65%;
	font-size: 15px;
	line-height: 28px;
	text-align: left;
	vertical-align: middle;
	padding: 30px 0;
}

#main table td input{
	width: auto;
	height: auto;
	padding: 2%;
	font-size: 15px;
	border: 1px solid #C2C2C2;
}

/*チェックボックス装飾*/
div#container_bg div#container div#main div.contact_detail div#wpcf7-f63-o1.wpcf7 form.wpcf7-form table#contactForm tbody tr td.check_box span span.wpcf7-checkbox span.wpcf7-list-item input{
	width: 20px;
	height: auto;
	padding: 2%;
	font-size: 15px;
	border: 1px solid #C2C2C2;
}

/*下部入力フォームボーダー*/
#main table#contactForm.border_bottom tr{
	border-bottom: 1px dotted #C2C2C2;
	padding: 30px 0;
}
#main table#contactForm.border_bottom tr.bordernone{
	border: none;
}

#main table#contactForm.border_bottom tr:last-child{
	border:none;
}

#main table textarea {
	width: 95.5%;
	height: 240px;
	padding: 2%;
	font-size: 15px;
	line-height: 1.5;
	border: 1px solid #C2C2C2;
}

/*送信ボタン装飾*/
div#container_bg div#container div#main div.contact_detail div#wpcf7-f63-o1.wpcf7 form.wpcf7-form p input.wpcf7-form-control.wpcf7-submit{
	display: block;
	width: 200px;
	height: 50px;
	margin: 20px auto;
	padding: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 50px;
	color: #fff;
	background-color: #D2363A;
	background-image: url();
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

/*確認画面へ*/
div#container_bg div#container div#main div.contact_detail div#wpcf7-f63-o1.wpcf7 form.wpcf7-form p input.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm{
	display: block;
	width: 200px;
	height: 50px;
	margin: 20px auto;
	padding: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 50px;
	color: #fff;
	background-color: #D2363A;
	background-image: url();
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
/*戻る*/
div#container_bg div#container div#main div.contact_detail div#wpcf7-f63-o1.wpcf7 form.wpcf7-form.custom-wpcf7c-confirmed p input.wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back{
	display: block;
	width: 200px;
	height: 50px;
	margin: 20px auto;
	padding: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 50px;
	color: #fff;
	background-color: #D2363A;
	background-image: url();
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
/*承認チェックボックス*/
div#container_bg div#container div#main div.contact_detail div#wpcf7-f63-o1.wpcf7 form.wpcf7-form p span.wpcf7-form-control-wrap.acceptance-158{
	text-align: center;
	display: block;
	margin: 0 auto;
}
div#container_bg div#container div#main div.contact_detail div#wpcf7-f63-o1.wpcf7 form.wpcf7-form p span.wpcf7-form-control-wrap.acceptance-158 a{
	text-decoration: underline;
	color: #000;
}

/*エラーメッセージ装飾*/
html body div#container_bg div#container div#main div.contact div#wpcf7-f4-o1.wpcf7 form.wpcf7-form.invalid table#contactForm tbody tr td span.wpcf7-form-control-wrap.your-name span.wpcf7-not-valid-tip{
	margin-top: 10px;
	color: #FF0000;
}
div#container_bg div#container div#main div.contact_detail div#wpcf7-f63-o1.wpcf7 form.wpcf7-form p span.wpcf7-form-control-wrap.acceptance-157 span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item label span.wpcf7-list-item-label a{
	text-decoration: underline;
	color: #000;
}



html body div#container_bg div#container div#main div.contact div#wpcf7-f4-o1.wpcf7 form.wpcf7-form.invalid table#contactForm tbody tr td span.wpcf7-form-control-wrap.your-message span.wpcf7-not-valid-tip{
	margin-top: 10px;
}

html body div#container_bg div#container div#main div.contact div#wpcf7-f4-o1.wpcf7 form.wpcf7-form.invalid div.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
	width: 95%;
	padding: 10px 0 10px 2%;
}









}






























/*=================================
スマホ SPここから
=================================*/
@media only screen and (max-width: 599px) {

.sp_none{
	display: none!important;
}
/*ここにCSSを記述*/

body{
	min-width: 100%;
}



#container #main{
	width: 100%;
	height: auto;
}

#container #main .contact_detail{
	width: 100%;
	height: auto;
}

#container #main .contact_detail h2{
	width: 98%;
	height: 50px;
	font-size: 16px;
	font-weight: 800;
	line-height: 50px;
	letter-spacing: 2px;
	color: #0A558F;
	padding-left: 2%;
	background-image: url(../img/contact_sp_title_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: auto;
}

#container #main .contact_detail h3{
	font-size: 20px;
	font-weight: 800;
	line-height: 32px;
	text-align: center;
	margin: 30px auto 0;
}

#container #main .contact_detail p{
	margin-top: 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}

#container #main .contact_detail p#remark{
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	color: red;
}

#container #main .contact_detail .select_title{
	width: 96%;
	height: auto;
	background-color: #EBECED;
	padding: 10px 2%;
}

#container #main .contact_detail .select_title h4{
	font-size: 16px;
	font-weight: 800;
	line-height: 30px;
}

#container #main .contact_detail .demand_title{
	width: 96%;
	height: auto;
	background-color: #0A558F;
	padding: 10px 2%;
	margin-bottom: 20px;
}

#container #main .contact_detail .demand_title h4{
	font-size: 16px;
	font-weight: 800;
	line-height: 30px;
	color: #fff;
}

/*#container #main .contact_detail .demand_title p{
	float: right;
	font-size: 11px;
	font-weight: 800;
	line-height: 20px;
	color: #fff;
}*/


#main form {
	margin: 20px auto;
	width: 100%;
}

#main table {
	/*margin-bottom: 33px;*/
	width: 100%;
	border-collapse: collapse;
}


#main table tr{
	width: 100%;
	padding: 10px 0;
}

#main table tr:nth-child(2){
	border-top: 1px dotted #C2C2C2;
}

#main table th{
	display: block;
	width: 98%;
	height: auto;
	padding: 20px 0 5px 2%;
	font-size: 15px;
	font-weight: 800;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
}

#main table th span{
	color: #FF0000;
}

#main table td {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 20px;
}

#main table td input{
	width: auto;
	height: auto;
	padding: 2%;
	font-size: 15px;
	border: 1px solid #C2C2C2;
}


/*チェックボックス装飾*/
div#container_bg div#container div#main div.contact_detail div#wpcf7-f63-o1.wpcf7 form.wpcf7-form table#contactForm tbody tr td.check_box span span.wpcf7-checkbox span.wpcf7-list-item input{
	width: 20px;
	height: auto;
	border: 1px solid #C2C2C2;
}
html body div#container_bg div#container div#main div.contact_detail div#wpcf7-f63-o1.wpcf7 form.wpcf7-form.h-adr p span.wpcf7-form-control-wrap.acceptance-157 span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item{
	margin: 0;
}
html body div#container_bg div#container div#main div.contact_detail div#wpcf7-f63-o1.wpcf7 form.wpcf7-form.h-adr p span.wpcf7-form-control-wrap.acceptance-157 span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item label span.wpcf7-list-item-label{
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
}

html body div#container_bg div#container div#main div.contact_detail div#wpcf7-f63-o1.wpcf7 form.wpcf7-form.h-adr p span.wpcf7-form-control-wrap.acceptance-157 span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item label a{
	color: #000;
	text-decoration: underline;
}

/*下部入力フォームボーダー*/
#main table#contactForm.border_bottom tr{
	border-bottom: 1px dotted #C2C2C2;
	padding: 30px 0;
}
#main table#contactForm.border_bottom tr.bordernone{
	border: none;
}
#main table#contactForm.border_bottom tr:last-child{
	border:none;
}

#main table th.input_area{
	display: block;
	width: 100%;
	height: auto;
	padding: 20px 0 5px 0;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
}

#main table textarea {
	width: 95.5%;
	height: 240px;
	padding: 2%;
	font-size: 15px;
	line-height: 1.5;
	border: 1px solid #C2C2C2;
}

/*送信ボタン装飾*/
div#container_bg div#container div#main div.contact_detail div#wpcf7-f63-o1.wpcf7 form.wpcf7-form p input.wpcf7-form-control.wpcf7-submit{
	display: block;
	width: 200px;
	height: 50px;
	margin: 20px auto;
	padding: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 50px;
	color: #fff;
	background-color: #D2363A;
	background-image: url();
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
/*確認画面へ*/
div#container_bg div#container div#main div.contact_detail div#wpcf7-f63-o1.wpcf7 form.wpcf7-form p input.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm{
	display: block;
	width: 200px;
	height: 50px;
	margin: 20px auto;
	padding: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 50px;
	color: #fff;
	background-color: #D2363A;
	background-image: url();
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
/*戻る*/
div#container_bg div#container div#main div.contact_detail div#wpcf7-f63-o1.wpcf7 form.wpcf7-form.custom-wpcf7c-confirmed p input.wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back{
	display: block;
	width: 200px;
	height: 50px;
	margin: 20px auto;
	padding: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 50px;
	color: #fff;
	background-color: #D2363A;
	background-image: url();
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

/*承認チェックボックス*/
div#container_bg div#container div#main div.contact_detail div#wpcf7-f63-o1.wpcf7 form.wpcf7-form p span.wpcf7-form-control-wrap.acceptance-158{
	text-align: center;
	display: block;
	margin: 0 auto;
}
div#container_bg div#container div#main div.contact_detail div#wpcf7-f63-o1.wpcf7 form.wpcf7-form p span.wpcf7-form-control-wrap.acceptance-158 a{
	text-decoration: underline;
	color: #000;
}

/*エラーメッセージ装飾*/
html body div#container_bg div#container div#main div.contact div#wpcf7-f4-o1.wpcf7 form.wpcf7-form.invalid table#contactForm tbody tr td span.wpcf7-form-control-wrap.your-name span.wpcf7-not-valid-tip{
	margin-top: 10px;
	color: #FF0000;
}

html body div#container_bg div#container div#main div.contact div#wpcf7-f4-o1.wpcf7 form.wpcf7-form.invalid table#contactForm tbody tr td span.wpcf7-form-control-wrap.your-message span.wpcf7-not-valid-tip{
	margin-top: 10px;
}

html body div#container_bg div#container div#main div.contact div#wpcf7-f4-o1.wpcf7 form.wpcf7-form.invalid div.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
	width: 95%;
	padding: 10px 0 10px 2%;
}









}

