@charset "utf-8";
/* お問い合わせ */


.bg_imgbox {
background: url("../img/entry/title_bg.jpg");
background-size: cover;
}
.prologue_title {
font-size: 2.2rem;
font-weight: 700;
letter-spacing: 0.2em;
margin-bottom: 30px;
padding: 0 20px;
}
.prologue_txt {
font-size: 1.4rem;
font-weight: 400;
line-height: 200%;
padding: 0 20px;
}
.bg_highlight {
background-color: #EEEE05;
}
.prologue_txt a {
text-decoration: underline;
color: #003D7C;
}
.prologue_txt a:hover {
text-decoration: none;
}


/* step
-------------------------------------------------- */

.step{
display:table;
width:95%;
padding:0;
margin:0 auto;
overflow:hidden;
margin-bottom: 50px;
margin-top: 50px;
}
.step li{
display:table-cell;
position:relative;
background: #999;
padding: 0.5em 0.5em 0.5em 2em;
color: #fff;
}
.step li:last-child{
padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
display:none;
}
.step li:before,
.step li:after{
content: "";
position: absolute;
width: 0;
height: 0;
margin: auto;
}
.step li:before{
top:-20px;
right:-1em;
border-style: solid;
border-color: transparent transparent transparent #fff;
border-width: 40px 0 40px 1em;
z-index: 10;
}
.step li:after{
top:-20px;
right:-.8em;
border-style: solid;
border-color: transparent transparent transparent #999;
border-width: 40px 0 40px 1em;
z-index: 10;
}
.step li.is-current{
/*background: #AB7061;*/
background: #479C29;
font-weight: bold;
}
.step li.is-current:after{
border-color: transparent transparent transparent #479C29;
}

/* entry form
-------------------------------------------------- */

.caution_txt {
color: #CC0000;
font-size: 1.4rem;
font-weight: 700;
margin-left: 30px;
margin-bottom: 30px;
letter-spacing: 0.15em;
}
.entry_form {
margin: 0 auto 50px;
width: 100%;
}
.form_list_box {
border-bottom: 1px solid #ddd;
padding-top: 24px;
padding-bottom: 24px;
width: 100%;
display: flex;
align-items: center;
}
.form_list_box:first-of-type {
border-top: 1px solid #ddd;
}
.form_list_title {
width: 100%;
max-width: 240px;
letter-spacing: 0.1em;
font-weight: bold;
font-size: 1.5rem;
padding-left: 35px;
}
.input_regular_box {
border: 1px solid #ddd;
border-radius: 6px;
margin-left: 40px;
padding-left: 1em;
padding-right: 1em;
height: 48px;
flex: 1;
width: 100%;
max-width: 600px;
font-size: 1.4rem;
background: #eaedf2;
}
.input_small_box {
border: 1px solid #ddd;
border-radius: 6px;
margin-left: 40px;
margin-right: 10px;
padding-left: 1em;
padding-right: 1em;
height: 48px;
flex: 1;
width: 100%;
max-width: 200px;
background: #eaedf2;
font-size: 1.4rem;
}
.comment_box {
border: 1px solid #ddd;
border-radius: 6px;
margin-left: 40px;
padding-left: 1em;
padding-right: 1em;
height: 200px;
flex: 1;
width: 100%;
max-width: 600px;
background: #eaedf2;
font-size: 1.4rem;
}
.radioBox {
margin-left: 40px;
max-width: 650px;
width: 100%;
line-height: 250%;
}
.my-radio {
position: relative;
margin: 0.5em 0 ; /* 前後のスペース */
padding-left: 28px;
padding-right: 15px;
cursor: pointer;
user-select: none;
white-space: nowrap;
}
/* inputは非表示にする */
.my-radio input {
display: none;
}
/* 常に表示する枠線の円 */
.radio-mark {
position: absolute;
top: 0; /* 上からの位置 */
left: 0;
height: 20px; /* 大きさ */
width: 20px; /* 大きさ */
border: solid 2px #d4dae2; /* 線 */
border-radius: 50%;
box-sizing: border-box;
}
/* 選択時に重ねる円 */
.radio-mark:after {
content: "";
position: absolute;
background: #2e80ff; /* 色 */
border-radius: 50%;
top: 2px;
bottom: 2px;
left: 2px;
right: 2px;
opacity: 0; /* 透明にしておく */
}
/* 選択時に重ねた円の透明を解除 */
.my-radio input:checked + .radio-mark:after {
opacity: 1;
}
.form__textbox,
.form__selectbox {
width: 100%;
padding: 0px 20px;
background-color: #fff;
font-size: 1.5rem;
box-sizing: border-box;
border-radius: 6px;
border: 1px solid #ddd;
}
.form__textbox:focus,
.form__selectbox:focus {
	background-color: #fff;
}
.form__textbox[type="text"],
.form__textbox[type="email"],
.form__selectbox {
	height: 48px;
}
.form__selectbox {
position: relative;
/*z-index: 2;*/
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
color: #000;
text-shadow: 0 0 0 #000;
}
.form__selectbox__wrap {
max-width: 600px;
position: relative;
}
.form__selectbox__wrap:before,
.form__selectbox__wrap:after {
content: "" ;
display: block;
position: absolute;
}
.form__selectbox__wrap:before {
content: "" ;
width: 1px;
height: 100%;
display: block;
background-color: #ddd;
top: 0;
right: 60px;
z-index: 1;
}
.form__selectbox__wrap:after {
width: 6px;
height: 6px;
border-right: 2px solid rgba(0, 0, 0, 1);
border-bottom: 2px solid rgba(0, 0, 0, 1);
top: calc(50% - 2px);
right: 25px;
transform: rotate3d(0, 0, 1, 45deg);
}
.birthday {
width: 600px;
display: flex;
justify-content: flex-start;
margin-left: 40px;
}
.birthday__item {
width: calc(100% - 40px / 3);
flex-basis: calc((100% - 40px) / 3);
display: flex;
align-items: center;
}

@media all and (max-width : 1024px ){
.birthday {
width: 600px;
display: flex;
justify-content: flex-start;
margin-left: 40px;
flex-direction: column;
}
.birthday__item {
margin-bottom: 15px;
}
}

.birthday input,
.birthday .form__selectbox__wrap {
width: 85%;
margin-right: 5px;
}
.form__selectbox__wrap:hover {
cursor: pointer;
}
button {
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
}
.form_btn_box .contact_btn {
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 600;
max-width: 380px;
background-color: transparent;
border: solid 1px #3B4043;
border-radius: 50px;
color: #111;
width: 100%;
padding: 15px 20px;
position: relative;
letter-spacing: 0.1em;
margin-bottom: 30px;
transition: all 0.3s;
}
.form_btn_box .contact_btn:hover {
background-color: #FFEF00;
transition: all 0.3s;
cursor: pointer;
border: solid 1px #FFEF00;
}
.btn_arrow_left::after{ /* 矢印が左に移動して現在地に戻る */
content: '';
position: absolute;/*絶対配置で矢印の位置を決める*/
top:42%;
left: 20px;
width: 8px; /*矢印の形状*/
height: 8px;
border-top: 1px solid #000;
border-right: 1px solid #000;
transform: rotate(-135deg);
transition: ease .3s;
}
.btn_arrow_left:hover::after { /*hoverした際のアニメーション*/
left: 15px;
transition: .3s;
}
.form_btn_wrap .btnRev {
max-width: 300px;
margin: 0 10px;
}
.form_btn_wrap .btnSnd {
max-width: 300px;
margin: 0 10px;
}
.form_btn_box {
max-width: 380px;
width: 100%;
margin: 50px auto 0;
}
.form_btn_box.form_btn_wrap {
max-width:640px;
display: flex;
justify-content: center;
}


/*スマートフォン*/

@media screen and (max-width: 767px) {
.bg_imgbox {
background: url("../img/entry/title_bg_sp.png") ;
}
.prologue_title {
font-size: 1.4rem;
margin-bottom: 15px;
}
.prologue_txt {
font-size: 1.2rem;
line-height: 180%;
}

/* step
-------------------------------------------------- */

.step{
display:table;
width:100%;
margin-bottom: 30px;
margin-top: 30px;
}
.step li{
font-size: 1.0rem;
display:table-cell;
position:relative;
padding: 0.5em 0.5em 0.5em 2em;
color: #fff;
}
.step li:before{
top:-26px;
right:-1em;
border-style: solid;
border-color: transparent transparent transparent #fff;
border-width: 40px 0 40px 1em;
z-index: 10;
}
.step li:after{
top:-26px;
right:-.8em;
border-style: solid;
border-width: 40px 0 40px 1em;
z-index: 10;
}

/* エントリーフォーム
-------------------------------------------------- */

.caution_txt {
font-size: 1.2rem;
margin-left: 10px;
margin-bottom: 20px;
}
.entry_form {
margin: 0 auto 30px;
width: 100%;
}
.form_list_box {
padding-top: 15px 10px;
display: flex;
align-items: flex-start;
flex-direction: column;
}
.form_list_title {
width: 100%;
max-width: 300px;
font-size: 1.3rem;
padding-left: 5px;
margin-bottom: 10px;
}
.input_regular_box {
padding: 10px 0;
margin-left: 0px;
height: 48px;
width: 100%;
max-width: 600px;
font-size: 1.3rem;
}
.input_small_box {
margin-left: 0px;
margin-right: 10px;
height: 38px;
font-size: 1.3rem;
}
.age_box {
display: flex;
align-items: center;
}
.comment_box {
margin-left: 0px;
padding: 30px 0;
font-size: 1.3rem;
}
.radioBox {
margin-left: 0px;
}
.my-radio {
position: relative;
margin: 20px 0 0 ; /* 前後のスペース */
padding-left: 20px;
padding-right: 10px;
}
.radio-mark {
height: 15px;
width: 15px;
position: absolute;
top:2.5px;
}
.form__textbox[type="text"],
.form__textbox[type="email"] {
height: 40px;
}
.birthday {
width: 340px;
display: flex;
justify-content: flex-start;
margin-left: 0px;
flex-direction: column;
}
.birthday__item {
margin-bottom: 5px;
max-width: none;
}
.birthday__item:last-child {
margin-bottom: 0;
}
.form_btn_box {
max-width: 260px;
width: 100%;
margin: 15px auto 10px;
}
.form_btn_box .contact_btn {
font-size: 1.1rem;
max-width: 260px;
padding: 10px 15px;
margin-bottom: 30px;
}
.btn_arrow_left::after{ 
top:42%;
left: 15px;
width: 6px; /*矢印の形状*/
height: 6px;
}
}

.wpcf7-form-control-wrap{ width:100%;}
.wpcf7-not-valid-tip { padding: 10px 0 0 40px;}

