@charset "UTF-8";

#sec01{
	padding: 100px 0;
}
#sec01 p.lead{
	font-size: 1.6rem;
	text-align: center;
}
#sec01 form{
	max-width: 990px;
	margin: 90px auto 0;
}
#sec01 dl{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0;
}
#sec01 dl.flex_start{
	align-items: flex-start;
	margin-bottom: 60px;
}
#sec01 dl dt{
	display: flex;
	flex-wrap: wrap;
	width: 35%;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8;
}
#sec01 dl dt span.required{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4em;
	height: 2em;
	margin-right: 1.5em;
	font-size: 1.3rem;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	background: #CE1223;
	border-radius: 12px;
}
#sec01 dl dd{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 65%;
	font-size: 1.5rem;
	line-height: 1.8;
}
#sec01 dl dd input,
#sec01 dl dd select,
#sec01 dl dd textarea{
	width: 100%;
	height: 4em;
	padding: 1em 1.5em;
	font-size: 1.5rem;
	background: #F0F0F0;
	border-radius: 5px;
	font-weight: normal;
}
#sec01 dl dd textarea{
	width: 100%;
	max-width: none;
	height: 300px;
	resize: vertical;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #F0F0F0 inset;
}
#sec01 input[type="submit"],
#sec01 input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
#sec01 input::-webkit-input-placeholder,
#sec01 textarea::-webkit-input-placeholder{
  color: #8D8D8D;
}
#sec01 input::-moz-placeholder,
#sec01 textarea::-moz-placeholder{
  color: #8D8D8D;
}
#sec01 input:-ms-input-placeholder,
#sec01 textarea:-ms-input-placeholder{
  color: #8D8D8D;
}
#sec01 label {
  cursor: pointer;
  padding-left: 2.5em;
  margin-right: 2em;
  position: relative;
  line-height: 2;
}
.radio .inquiry_items + span::before,
.radio .inquiry_items + span::after {
	content: "";
	display: block; 
	position: absolute;
}
.radio .inquiry_items + span::before {
	background-color: #fff;
	border: 1px solid #B4B4B4;
	width: 22px;
	height: 22px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
}
.radio .inquiry_items + span::after {
	background-color: #376591;
	width: 18px;
	height: 18px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 3px;
	border-radius: 50%;
	opacity: 0;
}
.radio .inquiry_items:checked + span::after {
  opacity: 1;
}
#sec01 h2{
	margin: 0 0 1.5em;
	font-size: 1.5rem;
	font-weight: bold;
}
#sec01 p{
	font-size: 1.4rem;
	line-height: 1.8;
}
#sec01 .checkbox_con{
	margin-top: 40px;
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: center;
}
#sec01 .mwform-checkbox-field label{
	display: table;
	margin: 0 auto;
	font-size: 1.4rem;
	font-weight: bold;
}
#sec01 .mwform-checkbox-field label span{
	position: relative;
	padding-left: 40px;
}
#sec01 .mwform-checkbox-field label span::before{
	content: "";
	display: block; 
	position: absolute;
	top: -4px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #232323;
	border-radius: 0;
}
#sec01 .mwform-checkbox-field label input:checked + span::before{
	border: 2px solid #08467F !important;
	background: #08467F;
}
#sec01 .mwform-checkbox-field label span::after{
	content: "";
	display: block; 
	position: absolute;
	top: 3px;
	left: 7px;
	width: 9px;
	height: 4.5px;
	background: none;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	border-radius: 0;
	transform: rotate( -45deg );
}
#sec01 p.submit{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 400px;
	width: 45%;
	height: 4em;
	margin: 70px auto 0;
	font-size: 1.7rem;
	font-weight: bold;
	background: #fff;
	border: 2px solid #1E3F7B;
	border-radius: 40px;
	overflow: hidden;
	transition-duration: .3s;
	cursor: pointer;
}
#sec01 p.submit.re{
	display: none;
}
#sec01 p.submit:hover{
	color: #fff;
	background: #1E3F7B;
}
#sec01 p.submit:before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 5%;
	bottom: 0;
	width: 14.5px;
	height: 9.32px;
	margin: auto;
	background: url(../img/common/icon_btn_arrow02_on.svg) no-repeat center center;
	background: url(../img/common/icon_btn_arrow02.svg) no-repeat center center;
	background-size: cover;
	z-index: 9;
}
#sec01 p.submit.re:before{
	right: auto;
	left: 5%;
	transform: rotate(180deg);
}
#sec01 p.submit:hover:before{
	background: url(../img/common/icon_btn_arrow02_on.svg) no-repeat center center;
	background-size: cover;
}
#sec01 input[type=submit]{
	width: 100%;
	height: 100%;
	font-size: 1.7rem;
	text-align: center;
	color: #1E3F7B;
	font-weight: bold;
}
#sec01 input[type=submit]:hover{
	color: #fff;
}
#sec01 input[type="radio"],
#sec01 input[type="checkbox"]{
	display: none;
}
#sec01 .checkbox_con .error{
	margin-top: 0.5em;
	font-size: 1.5rem;
	text-align: center;
}
#sec01 .thanks h2{
	padding-top: 0;
	font-size: 2.5rem;
	text-align: center;
	border-top: none;
}
#sec01 .thanks *{
	font-size: 1.5rem;
	text-align: center;
}
#sec01 .thanks .btn a{
	margin: 60px auto 0;
}
#sec01 .privacy_check{
	padding-top: 60px;
	border-top: 1px solid #D1CDC4;
}
#sec01 .mw_wp_form_confirm .privacy_check{
	display: none;
}
#sec01 .mw_wp_form_confirm p.submit.re{
	display: block;
}
.mw_wp_form .horizontal-item{
	margin-left: 0 !important;
	margin-bottom: 5px;
}

@media screen and (max-width: 840px){
	#sec01{
		padding: 10% 0;
	}
	#sec01 p.lead{
		font-size: 1.2rem;
		text-align: center;
	}
	#sec01 form{
		margin: 10% auto 0;
	}
	#sec01 dl{
		display: block;
		padding: 5% 0;
	}
	#sec01 dl.flex_start{
		margin-bottom: 10%;
	}
	#sec01 dl dt{
		width: 100%;
		margin-bottom: 1em;
		font-size: 1.2rem;
	}
	#sec01 dl dt span.required{
		margin-right: 1em;
		font-size: 1rem;
	}
	#sec01 dl dd{
		width: 100%;
		font-size: 1.2rem;
	}
	#sec01 dl dd input,
	#sec01 dl dd select,
	#sec01 dl dd textarea{
		font-size: 1.2rem;
	}
	#sec01 dl dd textarea{
		height: 200px;
	}
	#sec01 label {
	  padding-left: 25px;
	}
	.radio .inquiry_items + span::before {
		width: 14px;
		height: 14px;
	}
	.radio .inquiry_items + span::after {
		width: 10px;
		height: 10px;
	}
	#sec01 .privacy_check{
		padding-top: 15%;
	}
	#sec01 h2{
		font-size: 1.4rem;
	}
	#sec01 p{
		font-size: 1.2rem;
	}
	#sec01 .checkbox_con{
		margin-top: 10%;
	}
	#sec01 .mwform-checkbox-field label{
		padding-left: 30px;
		margin: 0 auto;
		font-size: 1.2rem;
	}
	#sec01 .mwform-checkbox-field label span{
		padding-left: 30px;
	}
	#sec01 .mwform-checkbox-field label span::before{
		width: 15px;
		height: 15px;
	}
	#sec01 .mwform-checkbox-field label span::after{
		top: 1px;
		left: 4px;
	}
	.privacy_check + .flex{
		display: block;
	}
	#sec01 p.submit{
		width: 90%;
		margin: 5% auto 0;
		font-size: 1.6rem;
	}
	#sec01 p.submit.re{
		margin: 10% auto 0;
	}
	#sec01 input[type=submit]{
		font-size: 1.6rem;
	}
	#sec01 .checkbox_con .error{
		margin-top: 0;
		font-size: 1.2rem;
	}
	#sec01 .thanks h2{
		font-size: 1.8rem;
	}
	#sec01 .thanks *{
		font-size: 1.2rem;
	}
	#sec01 .thanks .btn a{
		height: 4.5em;
		margin: 10% auto 0;
	}
}