@charset "UTF-8";
/* ----------------------------------------------------------------
    CONTACT
---------------------------------------------------------------- */
.contact_cont {
    margin-top: 30px;
    color: #000;
}
.contact_lead {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.6;
}
.contact_note {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
    .contact_cont {
        margin-top: 60px;
    }
    .contact_lead {
        font-size: 3.0rem;
        line-height: 1.8;
        text-align: center;
    }
    .contact_note {
        font-size: 1.6rem;
    }
}


/* ========================================
    フォーム関連
========================================= */
.form_img {
    display: block;
    margin: 23px auto 0;
}
.el_form {
    padding: 34px 0 80px;
    width: 100%;
}
.el_form_box {
    width: 100%;
}
.el_form_box02:has(.form_answer_textErea),
.el_form_box02:has(.el_form_answer) {
    border-bottom: 2px solid #D9D9D9;
    padding-bottom: 24px;
}
.el_form_box.el_form_box02:last-of-type {
    border-bottom: 2px solid #D9D9D9;
}
.el_form_box + .el_form_box {
    margin-top: 24px;
}
.el_form_item {
    color: #000;
    line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
    .form_img {
        margin: 70px auto 0;
        width: 470px;
    }
    .el_form {
        padding: 80px 0 160px;
        width: 100%;
    }
    .el_form_box {
        width: 100%;
        display: grid;
        grid-template-columns: 310px 1fr;
        align-items: center;
        gap: 20px;
    }
    .el_form_box02,
    .el_form_box03 {
        align-items: flex-start;
    }
    .el_form_box02:has(.form_answer_textErea),
    .el_form_box02:has(.el_form_answer) {
        padding-bottom: 60px;
    }

    .el_form_box02:last-of-type {
        padding-bottom: 60px;
    }
    .el_form_box_one {
        display: block;
        padding: 60px 0 0;
        text-align: center;
    }
    .el_form_box + .el_form_box {
        margin-top: 60px;
    }
    .el_form_box + .el_form_box_one {
        margin-top: 0;
    }
    .el_form_item {
        color: #000;
        line-height: 1.8;
    }
}


.el_form_item label {
    font-size: 1.8rem;
    font-weight: 700;
}
.el_form_box_one .el_form_item label {
    font-size: 1.6rem;
    font-weight: 700;
}
.el_form_answer {
    margin-top: 10px;
}
.el_form_answer input {
    background: #F8F8F8;
    border: none;
    height: 60px;
    width: 100%;
    padding: 20px 10px;
    font-size: 1.6rem;
    font-weight: 700;
}
.el_form_answer input::placeholder {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8;
    color: #B5B3B3;
    letter-spacing: -0.03em;
}
.el_form_note {
    margin-left: 1em;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.8;
    display: inline-block;
    width: 50px;
    height: 20px;
    border-radius: 15px;
    vertical-align: 2px;
}
.el_form_check02 .el_form_note {
    margin-left: 20px;
    vertical-align: 0;
}
.el_form_required {
    color: #fff;
    background: #000;
}
.el_form_any {
    background: #fff;
    border: 1px solid #000;
}
.el_form_check label {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
    vertical-align: middle;
}
.el_form_check div {
    margin-top: 16px;
}
.el_form_check div + div {
    margin-top: 20px;
}
.el_form_check02 label {
    text-align: center;
}

.el_form_check div input[type=checkbox],
.el_form_check02 label input[type=checkbox],
.el_form_check_confirmation label input[type=checkbox] {
    vertical-align: middle;
    margin-right: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border: 1px solid #D9D9D9;
    background: #F8F8F8;
    position: relative;
}
.el_form_check input[type="checkbox"]:checked:before,
.el_form_check_confirmation input[type="checkbox"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font: var(--fa-font-solid);
    content: '\F00C';
    font-size: 2.0rem;
    font-weight: 700;
}
.el_form_answer textarea {
    color: #000;
    background: #F8F8F8;
    border: none;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8;
    padding: 15px 10px;
    width: 100%;
    height: 225px;
    letter-spacing: -0.03em;
}
.el_form_answer textarea::placeholder {
    color: #B5B3B3;
}
.fcr {
    margin-top: 10px;
}
.contactMessageWrap {
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
span.ethna-error {
    color: #FF0000;
    font-size: 1.6rem;
}
.el_commonBtn__confirmation {
    margin: 40px auto 0;
}
@media print, screen and (min-width: 768px) {
    .el_form_item label {
        font-size: 2.0rem;
        font-weight: 700;
    }
    .el_form_box_one .el_form_item label {
        font-size: 2.0rem;
        font-weight: 700;
    }
    .el_form_answer {
        margin-top: 0;
    }
    .el_form_answer input {
        height: 80px;
        padding: 32px 22px;
        font-size: 2.0rem;
    }
    .el_form_answer input::placeholder {
        font-size: 2.0rem;
    }
    .el_form_note {
        margin-left: 20px;
        font-size: 1.4rem;
        width: 60px;
        height: 30px;
    }
    .el_form_check02 {
        margin-top: 40px;
    }
    .el_form_check02 .el_form_note {
        margin-left: 20px;
        vertical-align: 0;
    }
    .el_form_required {
        vertical-align: 5px;
        padding-top: 2px;
    }
    .el_form_any {
        vertical-align: 5px;
        padding-top: 2px;
    }
    .el_form_check label {
        font-size: 2.0rem;
        margin-top: 0;
    }
    .el_form_check div {
        margin-top: 0;
    }
    .el_form_check div + div {
        margin-top: 30px;
    }
    .el_form_check02 label {
        text-align: center;
    }
    .el_form_answer textarea {
        padding: 32px 38px;
        letter-spacing: -0.02em;
        font-size: 2.0rem;
        height: 240px;
    }
    span.ethna-error {
        font-size: 2.0rem;
    }
}


.form_item_confirmation p {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
}
.el_form_box_one .form_item_confirmation p {
    font-size: 1.6rem;
}
.el_form_check_confirmation {
    font-size: 1.6rem;
    padding: 0 10px;
}
.el_form_check_confirmation label {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8;
}
.form_box02_confirmation {
    align-items: center;
}
.form_answer_confirmation {
    padding: 0 10px;
}
.form_answer_confirmation p {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 700;
}
@media print, screen and (min-width: 768px) {
    .form_item_confirmation p {
        font-size: 2.0rem;
    }
    .el_form_check_confirmation label {
        font-size: 2.0rem;
    }
    .form_answer_confirmation {
        padding: 0;
    }
    .form_answer_confirmation p {
        font-size: 2.0rem;
        margin-top: 0;
    }
    .el_form_box_one .form_item_confirmation p {
        font-size: 2.0rem;
    }
    
}


/* ========================================
    確認画面用　修正する　ボタン
========================================= */
.form_btnWrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 40px auto 0;
    width: 200px;
}
@media print, screen and (min-width: 768px) {
    .form_btnWrap {
        margin: 60px auto 0;
        width: 240px;
    }
}


.contact_top {
    width: 100%;
    border-top: 2px solid #D9D9D9;
    margin-top: 40px;
    padding: 40px 0 80px;
}
.contact_top .el_commonBtn {
    margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
    .contact_top {
        margin-top: 80px;
        padding: 60px 0 160px;
    }
}
