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

.txt {
font-size: 1.4rem;
display: block;
}

.bg_imgbox {
background: url("../img/contact/title_bg.jpg");
background-size: cover;
}
.contact_start_txt {
font-size: 1.4rem;
line-height: 200%;
display: block;
text-align: center;
margin: 0 0 50px 50px;
}
.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;
color: #8E7742;
}

/* お電話でのお問い合わせ
-------------------------------------------------- */

.tel_txt {
font-size: 1.2rem;
line-height: 100%;
margin: 0 0 15px 35px;
letter-spacing: 0.05em;
}
.tel_list {
display: flex;
	flex-wrap: wrap;
margin: 0 0 20px 40px;
}
#sec02 {
margin-top: 80px;
}
.tel_list dt {
font-size: 1.8rem;
font-weight: 700;
letter-spacing: 0.05em;
margin-right: 20px;
	margin-bottom: 20px;
line-height: 120%;
}
.tel_list dd {
font-family: "barlow-condensed", sans-serif;
font-weight: 400;
font-size: 2.6rem;
line-height: 100%;
}
.form_txt {
margin-left: 45px;
margin-bottom: 40px;
}

/* 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: #28352C;
font-weight: bold;
}
.step li.is-current:after{
border-color: transparent transparent transparent #28352C;
}

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

.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_label {
width: 100%;
max-width: 248px;
letter-spacing: 0.1em;
font-weight: bold;
font-size: 1.4rem;
padding-left: 35px;
}
.form_label.isMsg {
margin-top: 8px;
margin-bottom: auto;
}
.form_required {
border-radius: 6px;
margin-right: 8px;
padding-top: 2px;
padding-bottom: 1px;
width: 100px;
display: inline-block;
text-align: center;
background: #CC1F1F;
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;
max-width: 600px;
width: 100%;
background: #eaedf2;
font-size: 1.4rem;
}
.comment_box {
border: 1px solid #ddd;
border-radius: 6px;
margin-left: 40px;
padding: 1em;
height: 200px;
flex: 1;
max-width: 600px;
width: 100%;
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 {
text-align: center;
display: block;
}
.contact_privacy_txt a {
color: #8E7742;
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_wrap .contact_btn {
font-family: "fot-tsukumin-pr6n", sans-serif;
font-weight: 300;
max-width: 380px;
background-color: #000;
color: #fff;
width: 100%;
padding: 15px 20px;
position: relative;
letter-spacing: 0.05em;
transition: all 0.3s;
}
.form_btn_wrap .contact_btn:hover {
background-color: #8E7742;
transition: all 0.3s;
cursor: pointer;
}
.form_btn_wrap .btn_arrow::after {
content: '';
position: absolute;
top: 44%;
right: 20px;
width: 8px;
height: 8px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(45deg);
transition: ease .3s;
}
.form_btn_wrap .btn_arrow:hover::after { /*hoverした際のアニメーション*/
right: 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_wrap .btn_arrow_left::after{ /* 矢印が右に移動して現在地に戻る */
content: '';
position: absolute;/*絶対配置で矢印の位置を決める*/
top:44%;
left: 20px;
width: 8px; /*矢印の形状*/
height: 8px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(-135deg);
transition: ease .3s;
}
.form_btn_wrap .btn_arrow_left:hover::after { /*hoverした際のアニメーション*/
left: 15px;
transition: .3s;
}
.form_btn_wrap {
max-width:640px;
display: flex;
justify-content: center;
margin: 50px auto 0;
}



/*-------------------------------------------------
スマートフォン
-------------------------------------------------*/

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

.bg_imgbox {
background: url("../img/contact/title_bg_sp.jpg") ;
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
}
.contact_start_txt {
font-size: 1.1rem;
line-height: 180%;
margin: 0 0 20px 0px;
letter-spacing: 0.05em;
}
.contact_end_txt  {
font-size: 1.1rem;
padding: 0px;
margin-bottom: 20px;
}
.page_navi li {
letter-spacing: 0.05em;
}

/* お電話でのお問い合わせ
-------------------------------------------------- */

.tel_txt {
font-size: 1.0rem;
line-height: 100%;
margin: 0 0 15px 15px;
}
.tel_list {
display: flex;
margin: 0 0 10px 20px;
}
#sec02 {
margin-top: 30px;
}
.tel_list dt {
font-size: 1.2rem;
letter-spacing: 0.1em;
margin-right: 10px;
margin-bottom: 10px;
}
.tel_list dd {
font-size: 1.6rem;
}
.form_txt {
font-size: 1.1rem;
margin-left: 20px;
margin-bottom: 20px;
}



.step{
display:table;
width:100%;
margin-top: 30px;
margin-bottom: 10px;
}
.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 {
margin-top: 0px;
margin-bottom: 25px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
flex-wrap: wrap;
}
.form_list_box {
flex-direction: column; 
}
.form_label {
max-width: inherit;
display: flex;
align-items: center;
font-size: 1.3rem;
padding-left: 5px;
margin-bottom: 5px;
}
.form_required {
border-radius: 3px;
padding-top: 1px;
padding-bottom: 1px;
/*width: 100px;*/
font-size: 1.0rem;
margin-left: 5px;
}
.input_regular_box {
margin-left: 0;
margin-top: 8px;
height: 40px;
flex: inherit;
font-size: 1.3rem;
}
.comment_box {
margin-top: 12px;
margin-left: 0;
height: 150px;
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;
}
.form_privacy_check {
font-size: 1.0rem;
margin-bottom: 10px;
letter-spacing: 0.05em;
}
input[type=checkbox] {
transform: scale(1.0);
margin: 0px 3px 3px 0;
}
.contact_privacy_txt {
font-size: 1.1rem;
margin-bottom: 30px;
}
.form_btn_wrap .btnRev {
margin: 0 5px;
}
.form_btn_wrap .btnSnd {
margin: 0 5px;
}
.form_btn_wrap {
width: 100%;
margin: 30px auto 0px;
}
.form_btn_wrap .contact_btn {
font-size: 0.9rem;
	letter-spacing: 0.1rem;
max-width: 260px;
padding: 10px 10px;
}
.form_btn_wrap .btn_arrow::after {
content: '';
position: absolute;
top: 42%;
right: 10px;
width: 6px;
height: 6px;
}
.form_btn_wrap .btn_arrow_left::after{ 
top:42%;
left: 10px;
width: 6px; /*矢印の形状*/
height: 6px;
}
}