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

.g_navi_menu .gnav06 a::after {
opacity: 1;
}
.contact_start_txt {
font-size: 1.4rem;
line-height: 200%;
display: block;
margin: 0 0 50px 0px;
}
.contact_end_txt {
display: block;
line-height: 200%;
margin-bottom: 50px;
}
.contact_start_txt a {
color: #8E7742;
text-decoration: underline;
}
.contact_start_txt a:hover {
text-decoration: none;
}
.bold_txt {
font-weight: 700;
color: #8E7742;
}


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

.step{
display:table;
width:100%;
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: #272A2F;
font-weight: bold;
}
.step li.is-current:after{
border-color: transparent transparent transparent #272A2F;
}

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

.contact_form {
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: 44px;
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: #fff;
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: #fff;
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;
}


/*------------------------------------------------------------
プライバシーチェックボックス
------------------------------------------------------------*/

.notes_required {
text-align: center;
padding: 30px 0px;
}
.notes_required label {
border-bottom: 1px solid rgba(255, 255, 255, 0);
cursor: pointer;
transition-duration: 0.3s;
position: relative;
}
.notes_required label .label_inner {
font-size: 1.4rem;
padding-left: 12px;
}
.notes_required label .label_inner a {
text-decoration: underline;
color: #8E7742;
}
.notes_required label .label_inner a:hover {
text-decoration: none;
}
.notes_required label .label_inner:before {
content: "";
width: 21px;
height: 21px;
background: #fff;
border: 2px solid #999;
border-radius: 5px;
box-sizing: border-box;
position: absolute;
top: 1px;
left: 0;
}
.notes_required._check label .label_inner:after {
content: '';
width: 20px;
height: 12px;
border-top: 4px solid #CC1F1F;
border-right: 4px solid #CC1F1F;
-webkit-transform: rotate(130deg);
transform: rotate(130deg);
position: absolute;
top: 50%;
left: 0;
margin-top: -.9em;
}
.notes_required label input {
position: relative;
z-index: -1;
}
.caution_txt {
font-size: 1.4rem;
line-height: 180%;
text-align: center;
margin-top: 20px;
}

@media screen and (max-width: 767px) {
.notes_required {
padding: 0px 0px 10px;
}
.notes_required label .label_inner {
font-size: 1.2rem;
padding-left: 6px;
}
.notes_required label .label_inner:before {
content: "";
width: 18px;
height: 18px;
position: absolute;
top: 2px;
left: 0;
}
.notes_required._check label .label_inner:after {
width: 16px;
height: 8px;
margin-top: -0.7em;
}
.caution_txt {
font-size: 1.1rem;
}
}

  
/*------------------------------------------------------------
.btn_area
------------------------------------------------------------*/
  
.btn_area {
max-width: 400px;
margin: 30px auto 0;
position: relative;
}
.btn_area button {
position: absolute;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
width: 100%;
height: 100%;
border: none;
border-radius: 0;
background: rgba(255, 255, 255, 0);
padding: 0;
z-index: -1;
transition-duration: 0.3s;
box-sizing: border-box;
-webkit-appearance: none;
}
.btn_area button {
cursor: pointer;
z-index: -1;
outline: none;
}
.btn_area._check button {
z-index: 1;
}
.btn_area .change_btn {
display: flex;
justify-content: center;
align-items: center;
background: #969696;
border-radius: 5px;
width: 100%;
padding: 20px 10% 20px 10%;
color: #fff;
font-size: 1.4rem;
font-weight: 500;
text-align: center;
position: relative;
letter-spacing: 0.15em;
}
._check .change_btn.alteration {
background: #2F2F2F;
transition: all 0.3s;
}
.change_btn.alteration:hover {
background: #8E7742;
transition: all 0.3s;
opacity: 1;
}

@media all and (max-width : 767px ){
.btn_area {
max-width: 300px;
margin: 15px auto 0;
}
.btn_area .change_btn {
padding: 11px 9% 11px 9%;
font-size: 1.2rem;
}
}



/* ボタン
-------------------------------------------------- */

.form_btn_wrap .contact_btn {
max-width: 380px;
background: #2F2F2F;
color: #fff;
width: 100%;
padding: 18px 20px;
border-radius: 6px;
position: relative;
letter-spacing: 0.15em;
transition: all 0.3s;
}
.form_btn_wrap .contact_btn:hover {
background: #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;
}
.form_btn_wrap button {
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
}

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

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

.content {
padding: 0px 0 40px;
}
.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;
}
.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: 40px;
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.1rem;
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: 1.1rem;
max-width: 260px;
padding: 10px 10px;
}
.form_btn_wrap .btn_arrow::after {
content: '';
position: absolute;
top: 42%;
right: 15px;
width: 6px;
height: 6px;
}
.form_btn_wrap .btn_arrow_left::after{ 
top:42%;
left: 15px;
width: 6px; /*矢印の形状*/
height: 6px;
}
}

/* 見積もり依頼フォーム
-------------------------------------------------- */

.term_box {
margin-left: 40px;
max-width: 600px;
}
.input_small_box {
border: 1px solid #ddd;
border-radius: 6px;
margin-left: 0px;
padding-left: 1em;
padding-right: 1em;
height: 35px;
margin-bottom: 10px;
flex: 1;
width: 100%;
max-width: 130px;
background: #eaedf2;
font-size: 1.4rem;
}
.term_selectbox {
display: inline-flex;
align-items: center;
position: relative;
top: -4px;
}
.term_selectbox select {
appearance: none;
min-width: 75px;
height: 35px;
padding: 0 1em;
border: solid 1px #ddd;
border-radius: 6px;
background: #eaedf2;
color: #333333;
font-size: 1.4rem;
cursor: pointer;
}
.selectbox_txt {
margin: 0 5px;
}
.term_txt {
font-size: 1.0rem;
display: block;
padding-top: 5px;
}

@media all and (max-width : 767px ){
.term_box {
margin-left: 0px;
margin-top: 5px;
}
.input_small_box {
height: 35px;
margin-bottom: 5px;
max-width: 85px;
font-size: 1.2rem;
}
.term_selectbox {
display: inline-flex;
align-items: center;
position: relative;
top: 0px;
}
.term_selectbox select {
min-width: 65px;
height: 35px;
font-size: 1.3rem;
margin-bottom: 5px;
}
.selectbox_txt {
font-size: 1.2rem;
letter-spacing: 0.05em;
margin: 0 3px;
}
.term_txt {
font-size: 1.0rem;
display: block;
padding-top: 5px;
}
}