@charset "utf-8";

.privacyBox {
    height: 180px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 5%;
    border: 1px solid #898989;
    background-color: #FFFFFF;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 16px;
    margin-bottom: 20px;
}

.form-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}



form .policy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

form .policy input {
    width: 24px;
    height: 24px;
    appearance: auto;
    font-size: clamp(0.75rem, 0.584rem + 0.35vw, 1rem);
}

form .policy label {
    margin: 0;
    font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
    font-family: var(--ja);
    font-weight: 500;
    color: #000;
}

.privacyBox a {
    color: #000 !important;
    font-weight: 400;
}



.labelText02 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin: 0;
}

input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;

    width: 24px;
    height: 24px;
    border: 1px solid #b2b2b2;
    border-radius: 0;
    /* 四角 */
    background-color: #fff;

    display: inline-grid;
    place-content: center;

    cursor: pointer;
    margin-right: 16px;
}

input[type="radio"]::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #333;
    transform: scale(0);
    transition: transform 0.2s ease;
}

input[type="radio"]:checked::before {
    transform: scale(1);
}

.requiredText {
    font-family: var(--ja);
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    color: #fff;
    background: #717171;
}

.requiredText.nini {
    background-color: #ADADAD;
}

.formTh {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f7f7;
    padding: 0 32px 0 20px;
}

.formTh.ais {
    align-items: flex-start;
    padding-top: 24px;
}

.formTh.mt15 {
    margin-top: 15px;
}

.formRow {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 20px;
    align-items: flex-start;
}

.formTd {
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 11px 25px;
}

.formTd .zipcode {
    display: flex;
    gap: 18px;
    align-items: center;
}

.formTd .zipcode input {
    width: 66px;
}

.formTd.addTd {
    display: flex;
    flex-direction: column;
    gap: 14px;
}



.labelText01 {
    font-family: var(--ja);
    font-weight: 600;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    color: #000;
}

input[type="text"],
input[type="email"],
select,
textarea {
    padding: 13px 19px;
    width: 100%;
    background: #e8e8e8;
    color: #000;
    -webkit-appearance: none;
    appearance: none;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    border: none;
}

textarea {
    min-height: 174px !important;
    max-height: 174px;
}



.formWrap .column {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.formBtnTd {
    background: #494949;
    max-width: 227px;
    width: 100%;

    height: 69px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    padding: 0;
    position: relative;
    transition: 0.3s;
    line-height: 1;
    border: none;
    margin: 48px auto 0;
}

.formBtnTd:hover {
    opacity: 50%;
}

button {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: #494949;
    display: block;
    color: #FFF;
    border: none;
    font-family: var(--ja);
    font-weight: 500;
    font-size: clamp(1.125rem, 1.079rem + 0.19vw, 1.313rem);
    text-align: center;
}

.submitbtn .formBtnTd {
    grid-column: 1/3;
}

.thanks {
    border-bottom: 1px solid #707070;
}


.thanks .inner {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 120px;
}

.thanks .sec-title {
    font-family: var(--eng);
    font-weight: 400;
    font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
    letter-spacing: 0.2em;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}

.thanks .desc {
    margin-bottom: 40px;
}

.thanks .desc p {
    font-weight: 500;
    font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem);
    line-height: 2;
    text-align: center;
}

.thanks .tel-link {
    color: #000;
    transition: var(--default);
    display: grid;
    grid-template-columns: 30px auto;
    grid-template-rows: 1fr auto;
    align-items: center;
    gap: 0px 8px;
    grid-template-areas:
        "icon num"
        ". time";
    width: fit-content;
    margin: 0 auto 40px;
}

.thanks .tel-link:hover {
    opacity: 50%;
}



.thanks .tel-link .icon {
    grid-area: icon;
    width: 30px;
}

.thanks .tel-link .num {
    grid-area: num;
    font-family: var(--ja);
    font-weight: 500;
    font-size: clamp(1.75rem, 1.629rem + 0.52vw, 2.25rem);
    line-height: calc(56/36);
    text-align: left;
    color: #000;
}

.thanks .tel-link .time {
    grid-area: time;
    font-family: var(--ja);
    font-weight: 500;
    font-size: clamp(1rem, 0.894rem + 0.45vw, 1.438rem);
    line-height: calc(35/23);
    text-align: right;
    color: #000;
}

.thanks .morebtn {
    margin: 0 auto;
}


@media (max-width: 960px) {
    .form-column {
        gap: 20px;
    }

    .formRow {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
    }

    .formWrap .column {
        gap: 19px;
    }

    .radioArea {
        flex-direction: column;
        align-items: flex-start;
    }

    input[type="text"],
    input[type="email"],
    textarea {
        padding: 16px;
    }

    .formTd {
        width: 100%;
    }

    .formBtnTd {
        margin: auto;
        padding: 14px 10px;
    }

    .formTh {
        padding: 12px 8px;
        width: 100%;
        justify-content: flex-start;
        gap: 14px;
    }

    .labelText01 {
        margin-bottom: 0;
    }

    form .policy {
        gap: 12px;
        font-size: 12px;
    }

    .thanks .inner .sec-title {
        padding-bottom: 20px;
        margin-bottom: 24px;
        width: 100%;
    }

    .thanks .inner {
        padding: 80px 0 160px;
    }

    .thanks .tel-link {
        grid-template-columns: 24px auto;
    }

    .thanks .tel-link .icon {
        width: 24px;
    }
}