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

	Entry

-------------------------------------------*/
.form_title {
	margin-bottom: 50px;
	color: #EB5C01;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: .5em;
}
.form_title span {
	display: block;
	margin-bottom: 5px;
	font-size: 3em;
	text-align: center;
	letter-spacing: 0;
}
#entry_btn{
	position: relative;
	margin: 60px 0 0;
}
#entry_btn a{
	background: #EEC600;
	display: block;
	margin: 0 auto;
	max-width: 400px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 3rem;
	position: relative;
	color: #fff;
	padding: 45px 0;
	border-radius: 6px;
}
#entry_btn a::before{
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
	border: solid 1px #fff;
	border-radius: 6px;
}
#entry_btn::before{
	background: #FFFBF4;
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 0;
	right: 0;
}
@media screen and (min-width:320px) and ( max-width: 767px) {
	.form_title {font-size: 1.2rem;}
	.form_title span {font-size: 2.5em;}
	#entry_btn{
		position: relative;
		margin: 60px 0 0;
	}
	#entry_btn a{
		background: #EEC600;
		display: block;
		margin: 0 20px;
		max-width: 100%;
		text-align: center;
		color: #fff;
		font-weight: bold;
		letter-spacing: 0.1em;
		font-size: 3rem;
		position: relative;
		color: #fff;
		padding: 45px 0;
		border-radius: 6px;
	}
	#entry_btn a::before{
		content: "";
		display: block;
		position: absolute;
		left: 10px;
		right: 10px;
		bottom: 10px;
		top: 10px;
		border: solid 1px #fff;
		border-radius: 6px;
	}
	#entry_btn::before{
		background: #FFFBF4;
		content: "";
		display: block;
		position: absolute;
		top: 20px;
		bottom: 20px;
		left: 0;
		right: 0;
	}
}
/*-------------------------------------------

    Contact

-------------------------------------------*/
.contact_box{
	margin: 0 20px;
}
.contact_box table{
	width: 100%;
	margin: 40px 0 80px;
}
.contact_box table tr{
	border-bottom: solid 1px #F79E10;
}
.contact_box table th{
	box-sizing: border-box;
	width: 240px;
	padding: 20px;
	vertical-align: middle;
	text-align: left;
	font-size: 1.6rem;
	position: relative;
}
.contact_box table th span{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ed6500;
    color: #FFF;
    font-weight: normal;
    font-size: 1.4rem;
    padding: 5px 10px 5px;
    border-radius: 6px;
}
.contact_box table th span.any{
    background: #000;
}
.contact_box table td{
	padding: 20px;
}
.contact_box table td input.ipt01{
	display: block;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	border: none;
	font-size: 1.6rem;
}
.contact_box table td .mwform-checkbox-field input,
.contact_box table td .mwform-radio-field input {margin-right: 5px;margin: -1px 2px 0 0;vertical-align: baseline;}
.contact_box .mwform-checkbox-field input,
.contact_box .mwform-radio-field input {
    margin-right: 5px;
    margin: 0;
    vertical-align: baseline;
}
.selectbox{
	display: inline-block;
	position: relative;
}
.selectbox::after{
    background: url(../images/ico/down_arrow.png) no-repeat center;
    background-size: 14px;
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
}
.selectbox select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding: 10px 20px;
    box-sizing: border-box;
    min-width: 200px;
    border-radius: 0;
    border: solid 1px #333;
}
.contact_box .check_box{
	margin: 30px 0 0;
}
.contact_box .error {
	margin: 10px 0 0;
}
.mw_wp_form_confirm .selectbox::after{
    display: none;
}
.contact_box .submit{
	background: url(../images/ico/arrow.svg) no-repeat 90% center;
	background-size: 24px;
	display: block;
	width: 100%;
	text-align: center;
	border: solid 2px #ed6500;
	border-radius: 100px;
	margin: 40px auto 0;
	padding: 20px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	color: #ed6500;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    transition: .3s all;
}
.contact_box .submit:hover{
	background: url(../images/ico/arrow.svg) no-repeat 90% center #ed6500;
	background-size: 24px;
	display: block;
	width: 100%;
	text-align: center;
	border: solid 2px #ed6500;
	border-radius: 100px;
	margin: 40px auto 0;
	padding: 20px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	color: #fff;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.privacy_box{
	text-align: center;
}
.privacy_box h3{
	font-size: 2rem;
	line-height: 1.4;
	margin: 0 0 10px;
}
.privacy_box p{
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin: 25px 0 15px;
}
.mw_wp_form_confirm .privacy_box p{
	display: none;
}
.privacy_detail{
	border: solid 1px #707070;
	padding: 40px;
	overflow: scroll;
	box-sizing: border-box;
	max-width: 725px;
	height: 350px;
	margin: 0 auto 0;
}
.privacy_detail p{
	text-align: justify;
	margin: 0 0 20px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
.mw_wp_form_confirm.privacy-check{
	display: none;
}
.form-com-page .box{padding-top: 50px;}
.form-com-page .txt{
	text-align: center;
	padding: 40px 20px;
    line-height: 1.5;
    font-size:1.5rem;
    background: #FFFBF4;}
.form-com-page a .back {
	background: url(../images/ico/arrow.svg) no-repeat 90% center;
	background-size: 24px;
	display: block;
	width: 100%;
	max-width: 300px;
	text-align: center;
	border: solid 2px #ed6500;
	border-radius: 100px;
	margin: 40px auto 0;
	padding: 20px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	color: #ed6500;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    transition: .3s all;
}
.form-com-page a .back:hover{
	background: url(../images/ico/arrow.svg) no-repeat 90% center #ed6500;
	background-size: 24px;
	display: block;
	width: 100%;
	max-width: 300px;
	text-align: center;
	border: solid 2px #ed6500;
	border-radius: 100px;
	margin: 40px auto 0;
	padding: 20px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	color: #fff;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media screen and (min-width:320px) and ( max-width: 767px) {
	.contact_box{
		margin: 0;
	}
	.contact_box table{
		width: 100%;
		margin: 40px 0 80px;
		display: block;
	}
	.contact_box table tr,.contact_box table tbody{
		display: block;
	}
	.contact_box table tr{
		border-bottom: solid 1px #F79E10;
		display: block;
	}
	.contact_box table th{
		display: block;
		box-sizing: border-box;
		width: 100%;
		padding: 20px 0;
		vertical-align: middle;
		text-align: left;
		font-size: 1.6rem;
		position: relative;
		border-bottom: solid 1px #BFBFBF;
	}
	.contact_box table th span{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		background: #ed6500;
		color: #FFF;
		font-weight: normal;
		font-size: 1.4rem;
		padding: 5px 10px 5px;
		border-radius: 6px;
	}
	.contact_box table th span.any{
		background: #000;
	}
	.contact_box table td{
		display: block;
		padding: 20px 0;
	}
	.contact_box table td input.ipt01{
		display: block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		border: none;
		font-size: 1.4rem;
	}
	.contact_box .submit{
		background: url(../images/ico/arrow.svg) no-repeat 90% center;
		background-size: 24px;
		display: block;
		width: 100%;
		max-width: 300px;
		text-align: center;
		border: solid 2px #ed6500;
		border-radius: 100px;
		margin: 40px auto 0;
		padding: 20px;
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		color: #ed6500;
	}
	.privacy_box{
		text-align: center;
	}
	.privacy_box h3{
		font-size: 1.6rem;
		line-height: 1.4;
		margin: 0 0 10px;
	}
	.privacy_box p{
		font-size: 1.3rem;
		line-height: 1.6;
		letter-spacing: 0.1em;
		margin: 25px 0 15px;
	}
	.privacy_detail{
		border: solid 1px #707070;
		padding: 20px;
		overflow: scroll;
		box-sizing: border-box;
		max-width: 725px;
		height: 350px;
		margin: 0 auto 0;
	}
	.privacy_detail p{
		text-align: justify;
		margin: 0 0 20px;
		font-size: 1.2rem;
		letter-spacing: 0.1em;
	}
}