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

.bg_imgbox {
background: url("../img/contact/title_bg.jpg");
background-size: cover;
}
.contact_start_txt {
font-size: 1.4rem;
line-height: 200%;
display: block;
margin: 0 0 50px 0px;
}
.contact_end_txt {
text-align: center;
display: block;
line-height: 200%;
margin-bottom: 50px;
}
.contact_start_txt a {
color: #003D79;
text-decoration: underline;
}
.contact_start_txt a:hover {
text-decoration: none;
}
.bold_txt {
font-weight: 700;
}
.cmn-ttl {
font-size: 1.7rem;
padding: 0 0 0 45px;
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 600;
margin-bottom: 40px;
line-height: 100%;
display: block;
background-image: url("../img/common/sub_bullet.svg");
background-repeat: no-repeat;
background-position: left center;
}
.telephone {
font-family: "cabin-sketch-bold", sans-serif;
font-weight: 700;
font-size: 5.0rem;
line-height: 100%;
letter-spacing: 0;
margin-left: 40px;
display: block;
}

@media screen and (max-width: 820px) {
.telephone {
font-size: 3.0rem;
margin-left: 10px;
}
}

.phone_txt01 {
font-weight: bold;
margin-bottom: 10px;
line-height: 100%;
display: block;
}
.tel_box {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 100px;
}

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

.step{
display:table;
width:90%;
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;
}

/* contact form
-------------------------------------------------- */

.contact_form {
max-width: 900px;
width: 100%;
margin: 0 auto 50px;
}
.form_list_box {
border-bottom: 1px solid #ddd;
padding-top: 24px;
padding-bottom: 24px;
width: 100%;
display: flex;
align-items: center;
}
.form_list_title {
width: 100%;
max-width: 250px;
letter-spacing: 0.1em;
font-weight: bold;
font-size: 1.4rem;
padding-left: 35px;
}
.form_list_required {
border-radius: 6px;
margin-right: 8px;
padding-top: 2px;
padding-bottom: 1px;
width: 44px;
display: inline-block;
text-align: center;
background: #E5677F;
color: #fff;
font-size: 1.1rem;
}
.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;
background: #eaedf2;
font-size: 1.4rem;
}
.form_textarea {
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;
font-size: 1.3rem;
letter-spacing: 0;
}
/* 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;
}
.contact_privacy_txt {
font-size: 1.3rem;
text-align: center;
margin-bottom: 10px;
}
.contact_privacy_txt a {
text-decoration: underline;
}
.contact_privacy_txt a:hover {
text-decoration: none;
}

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/contact/title_bg_sp.png") ;
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
}
.contact_start_txt {
font-size: 1.1rem;
line-height: 180%;
margin: 0 0 30px 0px;
}
.contact_end_txt  {
font-size: 1.1rem;
padding: 0px;
margin-bottom: 20px;
}
.cmn-ttl {
font-size: 1.4rem;
padding: 0 0 0 45px;
margin-bottom: 20px;
font-weight: 700;
}
.content .box .telephone {
font-size: 3.0rem;
margin: 0 0 15px 0px;
}
.phone_txt01 {
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 8px;
}
.phone_txt02 {
font-size: 1.1rem;
}
.tel_box {
display: flex;
flex-direction: column;
align-items: flex-start;
margin-bottom: 40px;
}
.phone_txt_box {
margin-left: 0px;
}

/* 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;
}

/* contact_form
-------------------------------------------------- */

.contact_form {
margin-top: 0px;
margin-bottom: 25px;
}
.form_list_box {
padding-left: 10px;
padding-right: 10px;
padding-top: 15px;
padding-bottom: 15px;
flex-wrap: wrap;
}
.form_list_title {
max-width: inherit;
display: flex;
align-items: center;
font-size: 1.2rem;
padding-left: 5px;
}
.form_list_required {
border-radius: 3px;
padding-top: 1px;
padding-bottom: 1px;
width: 40px;
font-size: 1.0rem;
margin-left: 5px;
}
.input_regular_box {
margin-left: 0;
margin-top: 10px;
height: 40px;
flex: inherit;
font-size: 1.3rem;
}
.form_textarea {
margin-top: 12px;
margin-left: 0;
height: 200px;
flex: inherit;
font-size: 1.3rem;
}
.radioBox {
margin-left: 0px;
}
.radio-mark {
position: absolute;
top: 3px; /* 上からの位置 */
left: 0;
height: 15px; /* 大きさ */
width: 15px; /* 大きさ */
border: solid 2px #d4dae2; /* 線 */
border-radius: 50%;
box-sizing: border-box;
}
.contact_privacy_txt {
font-size: 1.1rem;
margin-bottom: 30px;
}
.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;}

