@charset "utf-8";

.article-main .inner {
    padding: 108px 0 120px;
    width: min(70%, 1310px);
    margin: 0 auto;
}

.article-main .inner .box {
    background: #f5faff;
}

.article-main .inner .box .box-inner {
    padding: 80px 64px 120px;
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.article-main .sec-title {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.article-main .sec-title .tit-ja {
    font-family: var(--font-notoserif);
    font-weight: 600;
    font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    color: #085eab;
}

.article-main .sec-title .desc p {
    font-weight: normal;
    font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
    line-height: calc(30/18);
}

.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: 40px;
}



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

form .policy input {
    width: 29px;
    height: 29px;
    appearance: auto;
}

form .policy label {
    margin: 0;
    font-family: var(--font-notosans);
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #232426;
    width: 100%;
}

form .policy label br {
    display: none;
}



.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(--font-notosans);
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 3px;
    background-color: #085EAB;
}

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

.formTh {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 100%;

}

.formTh label {
    margin-bottom: 0;
}

.formTh.ais {
    align-items: flex-start;
    margin-top: 20px;
}



.formRow {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 7px;
    align-items: center;
}




.labelText01 {
    font-family: var(--font-notosans);
    font-weight: 500;
    font-size: 16px;
    color: #232426;
}

input[type="text"],
input[type="email"],
select,
textarea {
    padding: 13px 19px;
    width: 100%;
    background: #FFFFFF;
    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: #17184b;
    max-width: 217px;
    width: 100%;

    height: 80px;
    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: #17184b;
    display: block;
    color: #FFF;
    border: none;
    font-family: var(--ja);
    font-weight: 500;
    font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem);
    text-align: center;
}

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

.thanks .sec-title .ttl-ja {
    font-size: clamp(1.5rem, 0.835rem + 1.39vw, 2.5rem);
}

.thanks .sec-title .desc p {
    color: #232426;
    text-align: center;
}

.thanks .sec-title {
    margin-bottom: 80px;
}

.thanks .box .box-inner {
    padding: 66px 0 79px !important;
    width: min(90%, 705px);
    margin: 0 auto;
    gap: 50px !important;
}



.thanks .box .desc p {
    line-height: calc(28/16);
    text-align: center;
    color: #646464;
    font-weight: 400;
}

.thanks .box .telbtn {
    max-width: 505px;
    width: 100%;
    margin: 0 auto;
}

.thanks .box .telbtn a {
    padding: 14px 59px 18px;
    border: 1.5px solid #085eaa;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thanks .box .telbtn a .num {
    font-family: var(--font-notoserif);
    font-weight: 600;
    font-size: clamp(1.875rem, 0.628rem + 2.6vw, 3.75rem);
    text-align: center;
    color: #085eab;
}

.thanks .box .telbtn a .time {
    font-family: var(--font-notoserif);
    font-weight: 600;
    font-size: 16px;
    color: #085eab;
}

.thanks .box {
    margin-bottom: 80px;
}

.thanks .morebtn {
    max-width: 168px;
    width: 100%;
    margin: 0 auto;
}

.thanks .morebtn a {
    font-family: var(--font-notosans);
    font-weight: 500;
    font-size: clamp(1rem, 0.834rem + 0.35vw, 1.25rem);
    text-align: center;
    color: #fff;
    background: #1f67aa;
    display: block;
    padding: 20px 0;
}


@media (max-width: 960px) {
    .article-main .inner {
        width: 80%;
    }

    .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;
        height: 40px;
        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;
    }







}

@media (max-width: 767px) {
    .article-main .inner .box .box-inner {
        padding: 80px 20px 120px;
    }

    .article-main .inner {
        width: 90%;
    }

    .article-main .inner .box .box-inner {
        gap: 80px;
    }

    .sec-intro {
        margin-bottom: 40px;
    }

    .sec-form .box.thanks .box-inner {
        padding: 40px 20px;
    }

    form .policy label br {
        display: inline-block;
    }

    .thanks .sec-title .desc p {
        text-align: left;
    }

    .thanks .box .box-inner {
        width: 92%;
    }



    .thanks .box .desc p {
        font-size: 14px;
        text-align: left;
    }

    .thanks .box .telbtn a {
        padding: 14px 35px 18px;
    }

    .thanks .morebtn a {
        padding: 10px 0;
    }

}