@charset "utf-8";

:root {
    --font-sans: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    --font-serif: "Noto Serif JP", serif;
    --color-white: #fff;
    --color-green: #30548c;
    --color-green: #4eb232;
    --color-gray-light: #fafafa;
    --color-gray: #ccc;
    --color-gray-dark: #898989;
    --color-red: #b22233;
    --color-gold: #afa277;
    --color-water: #97b6dc;
    --color-water-dark: #5185c5;
    --color-water02: #58c2e1;
    --color-orange: #f79700;
    --color-co-dental: #866BAF;
    --color-setup: #EC6E00;
    --color-typodont: #E2484C;
    --color-form: #0f3382;
    --color-form02: #21242a;
}

/*================================
-外枠
=================================*/

.form-container {
    overflow: hidden;
}

/*================================
-内枠
=================================*/

.footer-inner {
    margin: 0 auto;
    max-width: 100%;
    height: inherit;
}

@media (min-width: 768px) {
    .footer-inner {
        width: 100%;
        padding-right: 0rem;
        padding-left: 0rem;
    }
}

@media (min-width: 1100px) {
    .footer-inner {
        width: 1100px;
        padding-right: 0rem;
        padding-left: 0rem;
    }
}

@media (max-width: 767px) {
    .footer-inner {
        width: 100%;
        padding-right: 0rem;
        padding-left: 0rem;
    }
}

/*================================
-ヘッダー
=================================*/

.form-header {
    width: 100%;
    z-index: 42;
    background-color: rgba(255, 255, 255, 0.95);
    color: #000000;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (min-width: 768px) {
    .form-header {
        padding: 1.625rem 2.5rem 1.437rem;
        height: 7.5rem;
    }
}

@media (max-height: 800px) {
    .form-header {
        padding: 3.25vmin 5vmin 2.874vmin;
        height: 15vmin;
    }
}

@media (max-width: 767px) {
    .form-header {
        padding: 0.769rem 1.23rem;
        height: 4.923rem;
    }
}

.form-header__nav-wrap {
    position: relative;
    z-index: 5;
}

@media (min-width: 768px) {
    .form-header__nav-wrap {
        padding: 11.5rem 4.5rem 6.25rem;
    }
}

@media (max-width: 767px) {
    .form-header__nav-wrap {
        padding: 8.153rem 1.23rem 10.384rem;
    }
}

@media (max-width: 767px) {
    .form-header__nav-wrap .form-footer__map-btn {
        width: 100%;
    }

    .form-header__nav-wrap .form-footer__map-btn a {
        width: 100%;
    }

    .form-header__nav-wrap .form-footer__map-btn a:after {
        width: 96%;
    }
}

@media (min-width: 768px) {
    .form-header__nav-block {
        margin-bottom: 3.75rem;
    }
}

@media (max-width: 767px) {
    .form-header__nav-block {
        margin-bottom: 2.461rem;
    }
}

@media (min-width: 768px) {
    .form-header__nav-list:not(:last-child) {
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .form-header__nav-list:not(:last-child) {
        margin-bottom: 1.23rem;
    }
}

.form-header__nav-list a {
    color: #ffffff;
    font-weight: bold;
}

@media (min-width: 768px) {
    .form-header__nav-list a {
        font-size: 1rem;
        padding-left: 1.625rem;
        background: url(../img/common/footer_icon01.svg) no-repeat left center/0.812rem;
    }
}

@media (max-width: 767px) {
    .form-header__nav-list a {
        font-size: 1.153rem;
        padding-left: 1.615rem;
        background: url(../img/common/footer_icon01.svg) no-repeat left center/1rem;
    }
}

.form-header__nav-list a:hover {
    text-decoration: underline;
}

.form-header--fixed {
    position: fixed;
    top: 0;
    left: 0;
}

@media (min-width: 768px) {
    .form-header__logo {
        width: 30vw;
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    .form-header__logo {
        width: 68vw;
        max-width: 500px;
    }
}

.form-header__logo>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: auto;
}

.form-header__logo>a>img {
    display: block;
    width: 100%;
    height: auto;
}

/*================================
-キャッチ部分
=================================*/

.form__catch {
    position: relative;
    height: 240px;
    margin-top: 120px;
    background: url(../img/top/fv_img.jpg) no-repeat center center/cover;
}

/*================================
-フッター
=================================*/

.form-footer {
    width: 100%;
    z-index: 10;
    background: #666;
    color: #fff;
    font-family: var(--font-sans);

    b {
        font-weight: bold;
    }
}

.form-footer__copy {
    background: #000;
    color: #ffffff;
    font-size: min(3.2vw, 12px);
    padding: min(4.26vw, 16px) 0;
}

.form-footer__map-wrap {
    position: relative;
    height: 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    .form-footer__map-wrap {
        padding-bottom: 13.33%;
    }
}

@media (max-width: 767px) {
    .form-footer__map-wrap {
        padding-bottom: 74.93%;
    }
}

.form-footer__map-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.form-footer__inner {
    position: relative;
    background: #1a4995;
    background: linear-gradient(135deg, #1a4995 0%, #051679 50%, #5d2d5c 100%);
    padding: 40px 24px;
    margin-top: 32px;
}

.form-footer__nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (min-width: 768px) {
    .form-footer__nav-list {
        width: 22.5rem;
    }
}

@media (max-width: 767px) {
    .form-footer__nav-list {
        width: 100%;
    }
}

.form-footer__nav-list li {
    width: 50%;
}

@media (min-width: 768px) {
    .form-footer__nav-list li {
        height: 1.437rem;
    }
}

@media (max-width: 767px) {
    .form-footer__nav-list li {
        height: 1.615rem;
    }
}

@media (min-width: 768px) {
    .form-footer__nav-list li:nth-of-type(n + 3) {
        margin-top: 0.75rem;
    }
}

@media (max-width: 767px) {
    .form-footer__nav-list li:nth-of-type(n + 3) {
        margin-top: 1.115rem;
    }
}

.form-footer__nav-list a {
    color: #ffffff;
    font-weight: 600;
    display: block;
}

.form-footer__nav-list a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .form-footer__nav-list a {
        background: url(../img/common/footer_icon01.svg) no-repeat left center/0.75rem;
        font-size: 1rem;
        padding-left: 1.25rem;
    }
}

@media (max-width: 767px) {
    .form-footer__nav-list a {
        background: url(../img/common/footer_icon01.svg) no-repeat left center/0.923rem;
        font-size: 1.153rem;
        padding-left: 1.615rem;
    }
}

.form-footer__line {
    position: relative;
}

@media (min-width: 768px) {
    .form-footer__line {
        width: 1.125rem;
        height: 11.437rem;
        margin: auto 3.625rem;
    }
}

@media (max-width: 767px) {
    .form-footer__line {
        width: 100%;
        height: 1.384rem;
        margin: 3.076rem auto;
    }
}

.form-footer__line:before,
.form-footer__line:after {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0.062rem;
}

@media (min-width: 768px) {

    .form-footer__line:before,
    .form-footer__line:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 100%;
        width: 0.5px;
    }
}

@media (max-width: 767px) {

    .form-footer__line:before,
    .form-footer__line:after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        height: 0.5px;
    }
}

@media (min-width: 768px) {
    .form-footer__line:before {
        top: 0;
    }
}

@media (max-width: 767px) {
    .form-footer__line:before {
        left: 0;
    }
}

@media (min-width: 768px) {
    .form-footer__line:after {
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .form-footer__line:after {
        right: 0;
    }
}

.form-footer__address dt {
    background: #ffffff;
    display: inline-block;
    color: #30548c;
    font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

@media (min-width: 768px) {
    .form-footer__address dt {
        font-size: 0.812rem;
        height: 1.625rem;
        line-height: 1.625rem;
        padding: 0 0.625rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .form-footer__address dt {
        font-size: 1rem;
        height: 2rem;
        line-height: 2rem;
        padding: 0 0.769rem;
        margin-bottom: 1.23rem;
        width: 7.538rem;
        text-align: center;
    }
}

.form-footer__address dd {
    color: #ffffff;
    font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .form-footer__address dd {
        font-size: 0.812rem;
    }
}

@media (max-width: 767px) {
    .form-footer__address dd {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .form-footer__address dd:not(:last-of-type) {
        margin-bottom: 0.625rem;
    }
}

@media (max-width: 767px) {
    .form-footer__address dd:not(:last-of-type) {
        margin-bottom: 1rem;
    }
}

.form-footer__tel-icon {
    display: inline-block;
}

@media (min-width: 768px) {
    .form-footer__tel-icon {
        background: url(../img/common/footer_icon03.svg) no-repeat left center/1rem;
        padding: 0.187rem 0 0.187rem 1.75rem;
    }
}

@media (max-width: 767px) {
    .form-footer__tel-icon {
        background: url(../img/common/footer_icon03.svg) no-repeat left center/1.23rem;
        padding: 0.23rem 0 0.23rem 2.153rem;
    }
}

.form-footer__fax-icon {
    display: inline-block;
    margin-right: min(5.33vw, 20px);
}

@media (min-width: 768px) {
    .form-footer__fax-icon {
        background: url(../img/common/footer_icon04.svg) no-repeat left center/1rem;
        padding: 0.187rem 0 0.187rem 1.75rem;
    }
}

@media (max-width: 767px) {
    .form-footer__fax-icon {
        background: url(../img/common/footer_icon04.svg) no-repeat left center/1.23rem;
        padding: 0.23rem 0 0.23rem 2.153rem;
    }
}

.form-footer__cal-icon {
    display: inline-block;
}

@media (min-width: 768px) {
    .form-footer__cal-icon {
        background: url(../img/common/footer_icon05.svg) no-repeat left center/1rem;
        padding: 0.187rem 0 0.187rem 1.75rem;
    }
}

@media (max-width: 767px) {
    .form-footer__cal-icon {
        background: url(../img/common/footer_icon05.svg) no-repeat left center/1.23rem;
        padding: 0.23rem 0 0.23rem 2.153rem;
    }
}

@media (max-width: 767px) {
    .form-footer__address {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .form-footer__address:not(:last-child) {
        margin-bottom: 2.461rem;
    }
}

.form-footer__fix-btn {
    position: fixed;
    z-index: 10;
    bottom: min(10.66vw, 40px);
    right: min(4.26vw, 32px);

    a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: min(10.66vw, 48px);
        height: min(10.66vw, 48px);
        background-color: #000;
        border-radius: min(5.33vw, 24px);
        opacity: .8;
        transition: ease .3s;
        position: relative;

        &::before {
            content: "▲";
            position: absolute;
            width: min(10.66vw, 48px);
            height: min(10.66vw, 48px);
            line-height: min(10.66vw, 48px);
            color: var(--color-white);
            transform: translate(-50%, -50%);
            left: 50%;
            top: 50%;
            z-index: 6;
            pointer-events: none;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: min(3.2vw, 13px);
        }
    }
}

@media screen and (min-width: 768px) {
    .form-footer__fix-btn a:hover {
        transition: ease .3s;
        opacity: .4;
    }
}

@media screen and (max-width: 767px) {
    .form-footer__fix-btn a:active {
        transition: ease .3s;
        opacity: .4;
    }
}

/*================================
-コピーライト
=================================*/

.form-address {
    font-size: min(3.46vw, 14px);
    max-width: 767px;
    width: 100%;
    margin: auto;

    .title {
        display: inline-block;
        color: #1a4995;
        background-color: var(--color-white);
        padding: 0 min(4.26vw, 16px);
        line-height: min(5.33vw, 20px);
        font-weight: bold;
        margin-bottom: min(4.26vw, 16px);
    }
}

.form-address-list {

    >li {
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .form-address-list {
        >li p {
            &:first-child {
                margin-right: 24px;
            }
        }

        .contact-text02 {
            margin-left: 56px;
            margin-bottom: 16px;
        }
    }
}

@media screen and (max-width: 767px) {
    .form-address-list {

        >li {
            flex-direction: column;
        }

        .contact-text02 {
            margin-bottom: 24px;
        }
    }
}

/*================================
-見出し
=================================*/

#setup-seminar h2 {
    padding-left: 1rem;
    margin-top: 2.8rem;
    margin-bottom: 0;
    font-size: 1.29rem;
    background: initial;
}

#setup-seminar form {
    max-width: 767px;
    margin: auto;
}

#setup-seminar form dl dt {
    padding-left: 1rem;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 800;
}

#setup-seminar form dl dd {
    font-size: 0.98rem;
    padding: 0 1rem;
    margin: 1rem 1.5rem 0 1.5rem;
}

#setup-seminar form dl dd select {
    text-align: center;
    font-size: 2rem;
}

#setup-seminar form dl dd textarea {
    font-size: 1.2rem;
    font-family: "Noto Serif", serif;
    color: #1f2934;
    letter-spacing: 0.01em;
    font-weight: 500;
    background-color: #efefef;
    padding: 1rem;
    margin-bottom: 1rem;
    width: 46rem;
}

#setup-seminar form dl dd input.w-short {
    margin: 4px;
    width: 5rem;
    text-align: center;
}

#setup-seminar .mw_wp_form .horizontal-item {
    display: block;
    margin: 0 !important;
}

#setup-seminar .policy-box {
    overflow-y: auto;
    max-height: 20rem;
    border: solid #d3d3d3 1px;
    margin-top: 0.8rem;
}

#setup-seminar .policy-box p {
    padding: 1rem;
    font-size: 0.88rem;
}

#setup-seminar .setup-seminar-btn-list {
    display: flex;
    justify-content: center;
}

#setup-seminar .setup-seminar-btn-list .btn input {
    width: 23.4rem;
    height: 4.6rem;
    font-size: 1.6rem;
    font-family: "Noto Serif", serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: var(--color-setup);
    text-align: center;
    margin: 5rem;
}

@media (max-width: 767px) {
    #setup-seminar .setup-seminar-btn-list .btn input {
        width: 12rem;
        margin: 5rem 2.4rem;
    }
}

#setup-seminar .required {
    color: #ff0000;
    font-weight: bold;
    font-size: 1rem;
}

#setup-seminar .p-country-name {
    display: none;
}

#setup-seminar .open {
    display: block;
}

#setup-seminar .close {
    display: none;
}

#setup-seminar .br-sp {
    display: none;
}

@media (max-width: 767px) {
    #setup-seminar .br-sp {
        display: block;
    }
}

#setup-seminar .p-contact-form__error {
    font-size: 1.2rem;
}

#setup-seminar .mwform-radio-field-text {
    margin-bottom: 0.8rem;
    padding: 0 1em 0 2em;
}

.ortho-exp-txt {
    display: inline-block;
    width: 14rem;
}

.form-header__logo {
    max-width: 300px;
    display: flex;
    align-items: center;

    picture {
        width: 100%;
        height: auto;
        display: block;

        img {
            width: 100%;
            height: auto;
            display: block;
        }
    }
}

@media (min-width: 768px) {
    .form-header__logo {
        width: 40vw;
    }
}

@media (max-width: 767px) {
    .form-header__logo {
        width: 50vw;
    }
}

#setup-seminar table.tb-cancel-policy {
    margin: 3rem auto 0 auto;
    font-size: 1.1rem;
    max-width: 32rem;
}

#setup-seminar table.tb-cancel-policy th,
#setup-seminar table.tb-cancel-policy td {
    border: 0.5px solid #1f2934;
}


/* comfirm page */
#setup-seminar .mw_wp_form_confirm .required {
    display: none;
}

#setup-seminar .confirm-txt {
    width: 767px;
    margin: 3rem auto;
    font-size: 1.1rem;
}


/* complete page */
#setup-seminar .thanks-txt,
#setup-seminar .thanks-attention,
#setup-seminar .about-free-mail {
    width: 767px;
    margin: 3rem auto;
}

@media (max-width: 767px) {

    #setup-seminar .thanks-txt,
    #setup-seminar .thanks-attention,
    #setup-seminar .about-free-mail {
        width: 90%;
        margin: 2rem auto;
        font-size: 1.3rem;
    }
}

#setup-seminar .about-free-mail {
    font-size: 1rem;
}

#setup-seminar .top-btn {
    width: 23.4rem;
    height: 4.6rem;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #30548c;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 5rem auto;
}

#setup-seminar .c-heading--type004 {
    font-size: min(6.4vw, 38px) !important;
}


/*================================
-外枠
=================================*/

.form__catch {
    background: url("../img/form/setup-seminar-header.webp") no-repeat top center / contain var(--color-setup);
    height: 430px;
    border-top: .5px solid var(--color-gray);
}

@media all and (min-width: 0px) and (max-width: 1000px) {
    .form__catch {
        height: 35.5vw;
    }
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .form__catch {
        height: 36.5vw;
        margin-top: 64px;
    }
}

.container {
    padding: 88px 24px 12.5rem;
    font-size: min(3.73vw, 16px);
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .container {
        padding: min(10.66vw, 80px) 1.846rem 7.384rem;
    }
}

/*================================
-見出し
=================================*/

.c-heading--type004 span {
    font-size: min(4.79vw, 18px);
    display: block;
    margin: 8px auto 0;
    padding: 4px 16px;
    background-color: var(--color-setup);
    color: var(--color-white);
    width: min(60%, 300px);
}

.seminor-form-title {
    margin-top: 24px;
    padding-top: 24px;
    line-height: 1.4;
    background: initial;
    font-size: min(4.8vw, 22px);
    margin-bottom: 0;
    border-top: .5px dashed var(--color-gray);
    line-height: 1.4;
    color: var(--color-setup);
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .seminor-form-title {
        margin-bottom: 16px;
    }
}

.seminor-form-title-02 {
    font-size: min(4.26vw, 17px);
    margin: 20px 0 16px;
}

.seminar-mt0 {
    margin: 0 0 16px;
}

/*================================
-フォームの装飾
=================================*/

#setup-seminar form dl dd {
    margin: 0;
    border: 0;
    padding: 0;
    font-family: var(--font-sans);
    font-size: min(3.73vw, 16px);
}

#setup-seminar .mwform-radio-field-text {
    font-size: min(3.73vw, 16px);
    padding: 0 1em 0 1.5em;
}

#setup-seminar form dl dd input,
#setup-seminar form dl dd select {
    color: #1f2934;
    background-color: #efefef;
    margin: 0;
    border: 0;
    width: min(100%, 400px);
    font-size: min(3.73vw, 16px);
    line-height: 1.4;
    letter-spacing: 0.01em;
    font-family: var(--font-sans);
    padding: 12px 8px;
}

#setup-seminar .ortho-exp-txt {
    font-size: min(3.73vw, 16px);
}

.input-area {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

#setup-seminar form dl dt {
    padding: 0;
    margin: 0;
}

textarea {
    border: 0;
}

.mwform-tel-field,
.mwform-zip-field,
.seminar-exp-box {
    display: flex;
    align-items: center;
}

.mwform-tel-field .half_num,
.mwform-zip-field .half_num {
    margin: 0 8px !important;
}

.mwform-tel-field .half_num:nth-of-type(1) {
    margin: 0 8px 0 0 !important;
}

.seminor-form-list-select {
    width: min(50%, 200px) !important;
    position: relative;

    &::before {
        content: "〉";
        position: absolute;
        top: calc(50% + 5px);
        font-size: min(3.46vw, 13px);
        right: 12px;
        transform: translateY(-50%) rotate(90deg);
        transform-origin: center center;
        z-index: 10;
    }

    select {
        width: 100% !important;
        font-size: min(3.73vw, 16px);
        text-align: left !important;
        position: relative;
    }
}

.seminor-form-graduated {
    input:not(.w-short) {
        width: min(80%, 400px) !important;
        margin-right: 4px !important;
    }
}

@media screen and (max-width: 767px) {
    .seminor-form-graduated {
        input.w-short {
            margin-left: 0 !important;
        }
    }
}

/*================================
-※の装飾
=================================*/
#setup-seminar .required {
    display: inline-block;
    margin-left: 8px;
    color: var(--color-red);
}

/*================================
-ラジオボタンの並び
=================================*/

.seminor-form-list,
.form-radio-list {
    display: grid;
    grid-template-columns: 20% 20% 1fr;
    gap: 16px;
    margin-bottom: 0 !important;
}

.form-radio-list {
    grid-template-columns: 25% 25% 1fr;
}

@media all and (min-width: 0px) and (max-width: 767px) {

    .seminor-form-list,
    .form-radio-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*================================
-セクションのボーダー
=================================*/

.seminor-form-border {
    border-top: .5px dashed var(--color-gray);
    margin-top: 20px;
}

/*================================
-住所
=================================*/

.mwform-zip-field input {
    width: initial !important;
}

/*================================
-電話
=================================*/

.seminor-form-tel input {
    width: 70px !important;
}

/*================================
-テキストエリア
=================================*/

#setup-seminar form dl dd textarea {
    width: 100%;
    height: 200px;
    font-size: min(3.73vw, 16px);
    line-height: 1.4;
    font-family: var(--font-sans);
}

/*================================
-プライバシーポリシー
=================================*/
.c-checkbox+span,
[type=checkbox]+span {
    font-size: min(3.73vw, 16px);
}

.c-checkbox+span::after,
[type=checkbox]+span::after {
    top: 55%;
    border-left: 2px solid var(--color-setup);
    border-bottom: 2px solid var(--color-setup);
}

#setup-seminar .policy-box {
    border: .5px solid var(--color-gray);
}

#setup-seminar .policy-box p {
    font-size: min(3.46vw, 14px);
}

/*================================
-キャンセルポリシー
=================================*/

.seminor-form-cancel-policy {
    padding: 20px;
    border: .5px solid var(--color-red) !important;
}

.seminor-form-cancel-policy p {
    color: var(--color-red);
    padding: initial !important;
    margin-bottom: 16px;
}

.seminor-form-cancel-policy p:last-child {
    margin-bottom: 0;
}

.tb-cancel-policy {
    margin: 40px 0 0 !important;
    width: 100%;
    max-width: initial !important;
}

.tb-cancel-policy th,
.tb-cancel-policy td {
    padding: 8px;
    border: .5px solid rgba(0, 0, 0, .2) !important;
    font-size: min(3.73vw, 15px);
}

.tb-cancel-policy th {
    background-color: var(--color-gold);
    font-weight: bold;
}

.tb-cancel-policy th:nth-of-type(odd) {
    width: 45%;
}

.tb-cancel-policy td {
    font-family: var(--font-sans);
}

.tb-cancel-policy td:nth-of-type(odd) {
    background-color: var(--color-gray-light);
    font-weight: bold;
    font-family: var(--font-serif);
}

/*================================
-確認画面
=================================*/

#setup-seminar .confirm-txt {
    width: initial !important;
    max-width: 767px;
    margin: auto;
}

/*================================
-ボタン
=================================*/
.setup-seminar-btn-list .btn input {
    font-size: min(3.73vw, 16px) !important;
    margin-bottom: 0 !important;
    height: 48px !important;
    display: flex;
    justify-content: center;
    align-content: center;
}

#setup-seminar .setup-seminar-btn-list .btn input {
    margin: 5rem 8px 0;
    transition: ease .3s;
}

#setup-seminar .setup-seminar-btn-list .btn input:hover {
    transition: ease .3s;
    opacity: .7;
}

@media all and (min-width: 0px) and (max-width: 767px) {
    #setup-seminar .setup-seminar-btn-list .btn input {
        width: 40vw;
    }

    #setup-seminar .setup-seminar-btn-list .btn input:hover {
        transition: ease .3s;
        opacity: 1;
    }

    #setup-seminar .setup-seminar-btn-list .btn input:active {
        transition: ease .3s;
        opacity: .7;
    }
}

.btn-back input {
    background-color: var(--color-gray-dark) !important;
    color: var(--color-white) !important;
}

.cofirm-policy-txt {
    display: none;
}


/*================================
-241023 add コデンタルフォーム
=================================*/

.setup-co-dental-catch {
    background: url("../img/form/co-dental-header.webp") no-repeat top center / contain var(--color-co-dental);
}

@media all and (min-width: 0px) and (max-width: 1000px) {
    .setup-co-dental-catch {
        margin-top: 78px;
        margin-top: 11.11vw;
    }
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .setup-co-dental-catch {
        margin-top: 17vw;
        height: 48.2vw;
        background: url("../img/form/co-dental-header.webp") no-repeat top center / cover var(--color-co-dental);
    }
}

.setup-co-dental-container {
    .c-heading--type004 span {
        background-color: var(--color-co-dental);
    }

    .seminor-form-title {
        color: var(--color-co-dental);
    }

    .setup-seminar-btn-list .btn input {
        background-color: var(--color-co-dental) !important;
    }

    .setup-seminar-btn-list .btn-back input {
        background-color: var(--color-gray-dark) !important;
        color: var(--color-white) !important;
    }
}

.setup-co-dental-check-list,
.setup-co-dental-check-list02 {
    display: grid;
    gap: 16px;
}

.setup-co-dental-check-list {
    grid-template-columns: 20% 17% 10% 1fr;
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .setup-co-dental-check-list {
        grid-template-columns: 1fr;
    }
}

.setup-co-dental-check-list02 {
    grid-template-columns: 20% 25% 1fr;
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .setup-co-dental-check-list02 {
        grid-template-columns: 1fr;
    }
}

.setup-co-dental-check-text {
    input {
        width: 100% !important;
    }
}

/*================================
-241108 add タイポドントフォーム
=================================*/

.setup-typodont-catch {
    background: url("../img/form/typodont-header.webp") no-repeat top center / contain var(--color-typodont);
}

@media all and (min-width: 0px) and (max-width: 1000px) {
    .setup-typodont-catch {
        margin-top: 78px;
        margin-top: 11.11vw;
    }
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .setup-typodont-catch {
        margin-top: 17vw;
        height: 37.2vw;
        background: url("../img/form/typodont-header.webp") no-repeat top center / cover var(--color-typodont);
    }
}

.setup-typodont-container {
    .c-heading--type004 span {
        background-color: var(--color-typodont);
    }

    .seminor-form-title {
        color: var(--color-typodont);
    }

    .setup-seminar-btn-list .btn input {
        background-color: var(--color-typodont) !important;
    }

    .setup-seminar-btn-list .btn-back input {
        background-color: var(--color-gray-dark) !important;
        color: var(--color-white) !important;
    }
}

.setup-typodont-check-list,
.setup-typodont-check-list02,
.form-check-list {
    display: grid;
    gap: 16px;
}

.setup-typodont-check-list {
    grid-template-columns: 20% 17% 10% 1fr;
}

.setup-typodont-check-list02 {
    grid-template-columns: 20% 25% 1fr;
}

.form-check-list {
    grid-template-columns: 25% 25% 1fr;
}

@media all and (min-width: 0px) and (max-width: 767px) {

    .setup-typodont-check-list,
    .setup-typodont-check-list02,
    .form-check-list {
        grid-template-columns: 1fr;
    }
}

.setup-typodont-check-text,
.form-check-text {
    input {
        width: 100% !important;
    }
}

/*================================
-260114 add 大会参加申込フォーム
=================================*/

.jloa-form-catch {
    background: url("../img/form/jloa-form-header.webp") no-repeat top center / contain var(--color-form02);
}

@media all and (min-width: 0px) and (max-width: 1000px) {
    .jloa-form-catch {
        margin-top: 78px;
        margin-top: 11.11vw;
    }
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .jloa-form-catch {
        margin-top: 17vw;
        height: 37.2vw;
        background: url("../img/form/jloa-form-header.webp") no-repeat top center / cover var(--color-form02);
    }
}

.jloa-form-container {
    .c-heading--type002 {
        color: var(--color-form);
    }

    .c-heading--type004:before {
        background-color: var(--color-form);
    }

    .c-heading--type004 span {
        background-color: var(--color-form);
    }

    .seminor-form-title {
        color: var(--color-form);
    }

    .jloa-form-btn-list .btn input {
        background-color: var(--color-form) !important;
    }

    .jloa-form-btn-list .btn-back input {
        background-color: var(--color-gray-dark) !important;
        color: var(--color-white) !important;
    }

    .c-checkbox+span::after,
    [type=checkbox]+span::after {
        border-left: 2px solid var(--color-form);
        border-bottom: 2px solid var(--color-form);
    }

    .tb-cancel-policy th {
        background-color: var(--color-form02);
    }

    .tb-cancel-policy-border {
        border-right: .5px solid var(--color-gray-dark) !important;
    }
}

@media screen and (max-width: 767px) {
    .jloa-form-container {
        .tb-cancel-policy th:nth-of-type(odd) {
            width: 55%;
        }
    }
}

.jloa-form-check-list,
.jloa-form-check-list02,
.form-check-list {
    display: grid;
    gap: 16px;
}

.jloa-form-check-list {
    grid-template-columns: 20% 17% 10% 1fr;
}

.jloa-form-check-list02 {
    grid-template-columns: 20% 25% 1fr;
}

.form-check-list {
    grid-template-columns: 25% 25% 1fr;
}

@media all and (min-width: 0px) and (max-width: 767px) {

    .jloa-form-check-list,
    .jloa-form-check-list02,
    .form-check-list {
        grid-template-columns: 1fr;
    }
}

.jloa-form-btn-list {
    display: flex;
    justify-content: center;
}


.jloa-form-btn-list .btn input {
    width: 23.4rem;
    height: 4.6rem;
    font-family: "Noto Serif", serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: var(--color-form);
    text-align: center;
    margin: 5rem;
}

@media (max-width: 767px) {
    .jloa-form-btn-list-btn-list .btn input {
        width: 12rem;
        margin: 5rem 2.4rem;
    }
}

.jloa-form-btn-list .btn input {
    font-size: min(3.73vw, 16px) !important;
    margin-bottom: 0 !important;
    height: 48px !important;
    display: flex;
    justify-content: center;
    align-content: center;
}

.jloa-form-btn-list .btn input {
    margin: 5rem 8px 0;
    transition: ease .3s;
}

.jloa-form-btn-list .btn input:hover {
    transition: ease .3s;
    opacity: .7;
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .jloa-form-btn-list .btn input {
        width: 40vw;
    }

    .jloa-form-btn-list .btn input:hover {
        transition: ease .3s;
        opacity: 1;
    }

    .jloa-form-btn-list .btn input:active {
        transition: ease .3s;
        opacity: .7;
    }
}

/*================================
-注釈テキスト
=================================*/

.form-text-att,
.form-text-att-small {
    position: relative;
    display: inline-block;

    &::before {
        content: "※";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
}

.form-text-att {
    padding-left: min(calc(4vw + 1px), calc(16px + 1px));
}

.form-text-att-small {
    font-size: min(3.73vw, 14px);
    padding-left: min(calc(3.73vw + 1px), calc(14px + 1px));
}