@charset "utf-8";
/* contact css */

.bg_imgbox {
background: url("../img/contact/title_bg.jpg");
background-size: cover;
}

@media all and (max-width : 767px ){
.bg_imgbox {
background: url("../img/contact/title_bg_sp.jpg");
background-size: cover;
}
}

.g_navi .gnavi05 a::before {
opacity: 1;
top: -18px;
}


/*-------------------------------------------------
パンくず調整
-------------------------------------------------*/

#page_contact_top .pankuzu {
padding: 0px 20px 50px 0;
margin-top: -20px;
}


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

.contact_start_txt {
font-size: 1.5rem;
line-height: 200%;
display: block;
text-align: center;
margin-bottom: 50px;
}
.contact_end_txt {
display: block;
line-height: 200%;
margin-bottom: 50px;
}
.contact_start_txt a {
color: #192630;
text-decoration: underline;
}
.contact_start_txt a:hover {
text-decoration: none;
}
.bold_txt {
font-weight: 700;
}
.telbox_wrap {
padding: 10px 20px 40px;
border: solid 1px #E5D6CB;
margin-bottom: 80px;
position: relative;
}
.contact_menu {
font-size: 2.4rem;
font-weight: 700;
letter-spacing: 0.2em;
line-height: 100%;
text-align: center;
margin-bottom: 30px;
}
.menu_tel {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, -50%);
background: #FEFBF8;
padding: 0px 15px;
}
.tel_box {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 30px;
}
.tel_box dt {
font-family: "Outfit", sans-serif;
font-weight: 600;
font-size: 4.0rem;
letter-spacing: 0.1em;
color: #EB6700;
padding-left: 35px;
line-height: 1;
position: relative;
margin-bottom: 10px;
}
.tel_box dt::before {
content: "";
display: inline-block;
background-image: url("../img/contact/icon_tel.svg");
width: 24px;
height: 24px;
background-size: contain;
position: absolute;
left: 0;
top: 11px;
}
.tel_box dd {
font-size: 1.4rem;
font-weight: 500;
}

@media all and (max-width : 767px ){
.tel_box {
margin-top: 15px;
}
.tel_box dt {
font-size: 2.2rem;
padding-left: 20px;
margin-bottom: 6px;
}
.tel_box dt::before {
width: 14px;
height: 14px;
position: absolute;
left: 0;
top: 5px;
}
.tel_box dd {
font-size: 1.0rem;
}
}


/*-------------------------------------------------
お問い合わせフォーム
-------------------------------------------------*/

.form_intro_txt {
font-size: 1.4rem;
text-align: center;
line-height: 2.0;
}
.form_intro_txt span {
color: #CC1F1F;
}

@media all and (max-width : 820px ){
.contact_menu {
font-size: 1.8rem;
margin-bottom: 20px;
}
.factory_title {
font-size: 1.8rem;
letter-spacing: 0.1em;
padding-left: 20px;
}
.factory_box:first-of-type {
margin-right: 40px;
}
.time_txt {
font-size: 1.1rem;
letter-spacing: 0.05em;
}
}

@media all and (max-width : 767px ){
.contact_menu {
font-size: 1.4rem;
letter-spacing: 0.1em;
white-space: nowrap;
margin-bottom: 20px;
}
.telbox_wrap {
padding: 10px 15px 20px;
margin-bottom: 30px;
}
.tel_txt {
font-size: 1.1rem;
padding-top: 10px;
margin-bottom: 15px;
}
.factory_box_wrap {
display: flex;
flex-direction: column;
justify-content: center;
}
.factory_title {
font-size: 1.4rem;
padding-left: 15px;
margin-bottom: 10px;
}
.factory_title::before {
width: 10px;
height: 10px;
position: absolute;
left: 0;
top: 4px;
}
.telbox {
margin-bottom: 6px;
}
.telbox dt {
font-size: 1.6rem;
line-height: 1.2;
margin-right: 5px;
}
.telbox dd {
font-size: 2.4rem;
}
.time_txt {
font-size: 1.1rem;
}
.factory_box:first-of-type {
margin-right: 0px;
margin-bottom: 25px;
}
.form_intro_txt {
font-size: 1.2rem;
text-align: left;
line-height: 1.8;
}
}


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

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

.contact_form {
width: 100%;
margin: 0 auto;
}
.form_list_box {
padding-bottom: 30px;
width: 100%;
display: flex;
align-items: center;
}
.form_label {
width: 100%;
max-width: 248px;
letter-spacing: 0.1em;
font-weight: 500;
font-size: 1.5rem;
padding-left: 20px;
}

.form_required {
font-size: 1.0rem;
font-weight: 500;
color: #CC1F1F;
position: relative;
top: -5px;
}
.input_regular_box {
margin-left: 40px;
padding-left: 1em;
padding-right: 1em;
height: 48px;
flex: 1;
max-width: 600px;
width: 100%;
background: #fff;
border: solid 1px #E5D6CB;
font-size: 1.4rem;
}
.comment_box {
margin-left: 40px;
padding: 1em;
height: 200px;
flex: 1;
max-width: 600px;
width: 100%;
background: #fff;
border: solid 1px #E5D6CB;
font-size: 1.4rem;
}
.input_regular_box::placeholder,
.comment_box::placeholder {
color: #B2ABAB;
}

/* ラジオボタン
-------------------------------------------------- */

.radioBox {
margin-left: 40px;
max-width: 650px;
width: 100%;
line-height: 240%;
}
.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.4rem;
letter-spacing: 0.1em;
}
/* inputは非表示にする */
.my-radio input {
display: none;
}
/* 常に表示する枠線の円 */
.radio-mark {
position: absolute;
top: 2px; /* 上からの位置 */
left: 0;
height: 18px; /* 大きさ */
width: 18px; /* 大きさ */
/*border: solid 2px #d4dae2;*/ /* 線 */
background:#EFEFEF;
border-radius: 50%;
box-sizing: border-box;
}
/* 選択時に重ねる円 */
.radio-mark:after {
content: "";
position: absolute;
background: #192630; /* 色 */
border-radius: 50%;
top: 4px;
bottom: 4px;
left: 4px;
right: 4px;
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;
}
.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 #EB6700;
border-right: 4px solid #EB6700;
-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 20px;
}
.notes_required label .label_inner {
font-size: 1.1rem;
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.0rem;
}
}

  
/*------------------------------------------------------------
.btn_area
------------------------------------------------------------*/
  
.btn_area {
max-width: 400px;
margin: 30px auto 0;
position: relative;
}
.btn_area input[type="submit"] {
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 input[type="submit"] {
cursor: default;
z-index: +1;
outline: none;
}
.btn_area._check input[type="submit"] {
z-index: -1;
}
a.change_btn {
display: flex;
justify-content: center;
align-items: center;
background: #969696;
width: 100%;
padding: 20px 10% 20px 10%;
color: #fff;
font-size: 1.4rem;
font-weight: 500;
text-align: center;
position: relative;
}
._check a.change_btn.alteration {
background: #192630;
}
a.change_btn.alteration:hover {
background-image: linear-gradient(90deg, #ea6614, #f38b11);
opacity: 1;
}
.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;
}
.btn_arrow:hover::after {
right: 15px;
transition: .3s;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}

@media all and (max-width : 767px ){
.btn_area {
max-width: 300px;
margin: 15px auto 0;
}
a.change_btn {
padding: 15px 10% 15px 10%;
font-size: 1.2rem;
}
.btn_arrow::after { 
top:44%;
right: 12px;
width: 6px;
height: 6px;
}
}


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

.form_btn_wrap .contact_btn {
max-width: 380px;
background: #192630;
color: #fff;
width: 100%;
padding: 18px 20px;
position: relative;
letter-spacing: 0.15em;
transition: all 0.3s;
}
.form_btn_wrap .contact_btn:hover {
background-image: linear-gradient(90deg, #ea6614, #f38b11);
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: 25px 0 40px;
}
.contact_start_txt {
font-size: 1.1rem;
line-height: 180%;
margin: 0 0 30px 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: 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 {
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
flex-wrap: wrap;
}
.form_list_box {
flex-direction: column; 
padding-bottom: 20px;
}
.form_label {
max-width: inherit;
display: flex;
align-items: center;
font-size: 1.3rem;
padding-left: 2px;
margin-bottom: 2px;
}
.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;
line-height: 200%;
}
.my-radio {
position: relative;
margin: 0 ; /* 前後のスペース */
padding-left: 20px;
padding-right: 15px;
font-size: 1.2rem;
}
.radio-mark {
position: absolute;
top: 3px; /* 上からの位置 */
left: 0;
height: 15px; /* 大きさ */
width: 15px; /* 大きさ */
}
.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: 5px 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;
}
}