@charset "UTF-8";
/* ------------------------------
   contact.css
------------------------------ */
/*sec-contact*/
.sec-contact{
    position: relative;
    padding: 150px 0 160px 0;
    box-sizing: border-box;
}
.sec-contact.inner{
    max-width: 996px;
}
.sec-contact p{
    font-size: 1.6rem;
    line-height: calc(31 / 16);
    color: #111111;
}
.form_style {
  margin-top: 55px;
}
.form_style iframe{
  width: 100%;
  height: 100%;
  border: none;
  box-sizing: border-box;
}

.form_style table{
    width: 100%;
    max-width: 890px;
    margin: 55px auto 65px auto;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
}

.form_style table th,
.form_style table td{
    vertical-align: top;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.form_style table th{
    position: relative;
    width: 286px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #111111;
    padding-top: 27px;
}

.form_style table td{
    width: calc(100% - 286px);
}
.form_style .note{
    font-size: 1.4rem;
    color: #111111;
    margin-top: 5px;
    margin-bottom: 25px;
}

.form_style .required,
.form_style .any{
    position: absolute;
    right: 30px;
    top: 28px;
    display: inline-block;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
    color: #FFF;
    padding: 3px 9px 5px 9px;
    box-sizing: border-box;
}

.form_style .required{
     background: #222222;
}
.form_style .any{
    background: #b4b4b4;
}

.form_style input,
.form_style textarea{
    width: 100%;
    max-width: 478px;
    font-size: 1.4rem;
    background: #f7f7f7;
    border: 1px solid #d3d3d3;
    padding: 11px 6px;
    box-sizing: border-box;
}
.form_style label{ margin-right: 5px;}
.form_style input.input-width{
    width: 200px;
}
.form_style input.input-width+label{ margin-left: 25px;}

.form_style textarea{
    resize: vertical;
    height: 200px;
    line-height: calc(30 / 16);
    margin-bottom: 10px;
}
.form_style .form_btn_wrap{
    text-align: center;
}
.form_style .submit_btn{
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    transition: .4s;
}
.form_style .submit_btn .submit{
    position: relative;
    width: 100%;
    font-size: 1.6rem;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    background: #393a38;
    padding: 13px 10px;
    cursor: pointer;
}
.form_style .submit_btn .ico-arrow{
    position: absolute;
    left: 38px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform:  translateY(-50%);
    z-index: 2;
}
.form_style .submit_btn .ico-arrow:before{
    display: block;
    content: '';
    margin-top: -1px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form_style .submit_btn:hover{
    opacity: .7;
}


@media screen and (max-width: 767px) {
    .sec-contact{
        padding: 16% 0 18% 0;
    }
    .sec-contact.inner{
        max-width: inherit;
    }
    .sec-contact p{
        font-size: 1.4rem;
    }
    .form_style {
      margin-top: 10%;
    }


    .form_style table{
        width: 100%;
        max-width: inherit;
        margin: 10% auto 12% auto;
    }

    .form_style table th,
    .form_style table td{
        display: block;
        padding: 20px 0 10px 0;
    }

    .form_style table th{
        width: 100%;
        font-size: 1.6rem;
        border-bottom: none;
        padding: 15px 0 10px 0;
    }

    .form_style table td{
        width: 100%;
        padding: 0 0 15px 0;
    }
    .form_style .note{
        font-size: 1.3rem;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .form_style .required,
    .form_style .any{
        position: relative;
        top: -2px;
        right: 0;
        margin-left: 10px;
        font-size: 1.2rem;
    }
    .form_style input,
    .form_style textarea{
        width: 100%;
        max-width: inherit;
        font-size: 1.6rem;
        padding: 11px 6px;
    }
    .form_style label{ margin-right: 5px;}
    .form_style input.input-width{
        width: calc((85% - 10px) / 2);
    }
    .form_style input.input-width+label{ margin-left: 2%;}

    .form_style textarea{
        height: 48vw;
        margin-bottom: 0;
    }

    .form_style .submit_btn{
        width: 80%;
        max-width: inherit;
      margin: 0 auto;
    }

    .form_style .submit_btn .ico-arrow{
        left: 20px;
    }

}

/*sec-contact-confirm*/
.sec-contact.-confirm .form_style .required,
.sec-contact.-confirm .form_style .any{
    top: 23px;
}
.sec-contact.-confirm .form_style table th{
    padding-top: 20px;
}
.sec-contact.-confirm .form_style label,
.sec-contact.-confirm .form_style .note{
    display: none;
}

.sec-contact.-confirm .form_style table th,
.sec-contact.-confirm .form_style table td{
    padding-bottom: 20px;
    line-height: calc(30 / 16);
}


@media screen and (max-width: 767px) {
    .sec-contact.-confirm .form_style .required,
    .sec-contact.-confirm .form_style .any{
        top: -2px;
    }
    .sec-contact.-confirm .form_style table th{
        padding-top: 15px;
    }
    .sec-contact.-confirm .form_style table th{
        padding-bottom: 10px;
    }
    .sec-contact.-confirm .form_style table td{
        padding-bottom: 15px;
    }
}

/*sec-contact-thanks*/
.sec-contact.-thanks{ padding-bottom: 335px;}
.sec-contact.-thanks h2{
    font-size: 2.4rem;
    color: #bc121a;
    margin-bottom: 35px;
}
.sec-contact.-thanks .back_link{
    margin-top: 30px;
}
.sec-contact.-thanks .back_link a{
    text-decoration: underline;
}
.sec-contact.-thanks .back_link a:hover{
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .sec-contact.-thanks{ padding-bottom: 24%;}
    .sec-contact.-thanks h2{
        font-size: 2.0rem;
        margin-bottom: 8%;
    }
    .sec-contact.-thanks .back_link{
        margin-top: 6%;
    }

}

