@charset "utf-8";
/* CSS Document */

#contact {
	padding: 80px 0;
}
.sec_ttl_en{
	margin-bottom: 25px;
}
#contact .txt01{
	font-size: 1.4rem;
	line-height: 2;
	text-align: center;
}
#contact .att{
	color: #ff1d1d;
	font-weight: bold;
}
#contact .txt01 a{
	color: #0b308e;
	text-decoration: none;
	font-weight: bold;
}
#contact .txt01 a:hover{
	text-decoration: blink;
}


.form_tbl {
	display: flex;
	flex-wrap: wrap;
	margin: 35px 0 0;
}
.form_tbl dt{
	width: 190px;
	font-size: 1.4rem;
	font-weight: bold;
	background-color: rgba( 108,155,210,.3);
	border-radius: 6px 0 0 6px;
	min-height: 48px;
	margin-bottom: 20px;
	padding: 12px 0 0 15px;
}
.form_tbl dd{
	width: calc( 100% - 190px);
	margin-bottom: 20px;
	min-height: 48px;
}

.name + dd{
	display: flex;
	justify-content: space-between;
}
.form_tbl dd .form_cnt{
	height: 100%;
	width: 100%;
	border-radius: 0 6px 6px 0;
	background-color: #fff;
	display: block;
	font-size: 1.6rem;
}
.form_tbl dd .w50{
	width: calc( ( 100% - 10px)/2 );
}
.form_tbl dd .w50 + .w50{
	border-radius: 6px;
}
.form_tbl .name + dd .w25{
	width: calc( ( 100% - 20px)/4 );
}
.form_tbl .name + dd .w50{
	width: calc( ( 100% - 20px)/2 );
}
.form_tbl .name + dd .w25{
	border-radius: 0 6px 6px 0;
}
.form_tbl .name + dd .w25 + .w50{
	border-radius: 6px;
	margin-left: 10px;
}
.form_tbl .name + dd .w50 + .w25{
	border-radius: 6px;
	margin-left: 10px;
}
.form_tbl .name + dd div.w25{
	background-color: transparent;
}
.form_tbl .name + dd .w25 select{
	max-width: 100%;
}

select,
input[type="text"], 
input[type="email"], 
input[type="tel"], 
textarea{
	border: none;
	border-radius:6px;
	font-size: 1.6rem;
	height: 100%;
	padding: 10px;
}
select{
	background-image: url("../images/select.png");
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center right 10px;
}
.check_list{
	display: flex;
	flex-wrap: wrap;
	padding: 15px 15px 10px;
}
.check_list li{
	font-size: 1.6rem;
	width: 20%;
	margin-bottom: 5px;
}
.check_list.list01{
	padding-bottom: 0;
}
.check_list.list02{
	padding-top: 0;
}
.check_list.list03,
.check_list.list04{
	border-top: 1px solid #efefef;
}
.check_list.list02 li{
	width: 25%;
}
.check_list.list03 li{
	width: 50%;
}
label input[type="checkbox"] + span{
	padding-left: 25px;
}
label input[type="checkbox"] + span::before{
	top: 10px;
}
label input[type="checkbox"]:checked + span::after{
	top: 8px;
}
.detail + dd .form_cnt{
	height: auto;
}
.detail + dd .form_cnt + .form_cnt{
	margin-top: 10px;
}

.btn_area {
	width:100%;
	max-width: 100%;
	margin: 20px auto 50px;
}
.btn_area a,
.btn_area button{
	display: block;
	border-radius: 6px;
	font-size: 1.6rem;
	font-weight:bold;
	color: #fff;
	background-color: #0b308e;
	width: 320px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3 ease;
	border: none;
	margin: auto;
}
.btn_area button:hover{
	opacity: 0.7;
}


/*-------------- confirm --------------------------*/

.confirm .form_tbl .form_cnt{
	padding: 10px;
}
.confirm .btn_area{
	width: 100%;
	display: flex;
	justify-content: center;
}
.confirm .btn_area button{
	margin: 0;
}
.confirm .btn_area button.back{
	background-color: #666;
}
.confirm .btn_area button + button{
	margin-left: 15px;
}











/*------------------------------- sp ----------------------------*/


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

	#contact{
		padding: 35px 0;
	}
	#contact .txt01{
		text-align: left;
	}
	.form_tbl{
		display: block;
	}
	.form_tbl dt{
		width: 100%;
		margin-bottom: 0;
		border-radius: 6px 6px 0 0;
	}
	.form_tbl dd{
		width: 100%;
	}
	.form_tbl dd .form_cnt,
	.form_tbl dd .w50 + .w50{
		border-radius: 0 0 6px 6px;
	}
	.name + dd{
		display: block;
	}
	.form_tbl .name + dd .w25{
		border-radius: 0 0 6px 6px;
	}
	.form_tbl .name + dd .w25,
	.form_tbl .name + dd .w50{
		width: 100%;
	}
	.form_tbl .name + dd .w25 + .w50,
	.form_tbl .name + dd .w50 + .w25{
		margin-left: auto;
		margin-top: 5px;
		border-radius: 6px;
	}
	.form_tbl .name + dd .w25 select{
		width: 100%;
	}
	.check_list{
		display: block;
	}
	.check_list li{
		width: 100% !important;
	}

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

}

/* �ǋL */
.mw_wp_form .error {
	font-size: 85%;
	position: absolute;
}

.mw_wp_form .error + .error,
.mw_wp_form_confirm .mail_confirm {
	display: none;
}

.mw_wp_form_confirm .form_tbl dd p {
	word-break: break-all;
    word-break: break-word;
}

.mw_wp_form_input .w25 .error {
	display: none;
}

@media screen and (max-width: 768px) {
	.mw_wp_form_input .w25 .error {
		display: block;
	}
	.mw_wp_form_input .w50 .error {
		display: none;
	}
}