/* 新規会員登録ページの新デザイン対応 */

#cart2_01.cart_section.entry_page {
    padding-top: 30px;
}

/* 情報テキスト */
#cart2_01.entry_page .sub_box .inner .form_box00.info_text {
    width: 100%;
    text-align: center;
}

#cart2_01.entry_page .sub_box .inner .form_box00.info_text p {
    text-align: center;
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

/* 内容確認ボタン */
.contactForm__btnBox {
    text-align: center;
    margin-top: 20px;
}

.contactForm__btnBox input[type="button"] {
    background: linear-gradient(135deg, #888888 0%, #333333 100%);
    border-radius: 50px;
    transition: opacity 0.3s;
    border: none;
    cursor: pointer;
}

.contactForm__btnBox input[type="button"]:hover {
    opacity: 0.8;
}

/* 確認ダイアログの送信ボタン */
#dialog_footer input[type="button"] {
    background: linear-gradient(135deg, #888888 0%, #333333 100%);
    border-radius: 50px;
    transition: opacity 0.3s;
    border: none;
    cursor: pointer;
    color: #fff;
    padding: 13px 30px;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
}

#dialog_footer input[type="button"]:hover {
    opacity: 0.8;
}

/* 利用規約 */
.terms_box .inbox {
    font-size: 0.9em;
}

.terms_box .inbox span {
    color: #555;
    cursor: pointer;
    transition: color 0.3s;
}

.terms_box .inbox span:hover {
    color: #000;
}

/* 利用規約のopen_box - ヘッダーより前面に表示 */
.terms_box .open_box {
    z-index: 2001 !important;
}

.terms_box.active .open_box {
    z-index: 2001 !important;
}

.terms_box .open_box #terms_id {
    position: relative;
    z-index: 2001;
}

/* 利用規約の確認しましたボタン */
.terms_box .open_box .botton {
    background: linear-gradient(135deg, #888888 0%, #333333 100%);
    border-radius: 50px;
    transition: opacity 0.3s;
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding: 13px 30px;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
}

.terms_box .open_box .botton:hover {
    opacity: 0.8;
}

/* モバイル版（640px以下） */
@media screen and (max-width: 640px) {

    /* 利用規約の文字サイズを小さく */
    .terms_box .inbox {
        font-size: 0.85em;
    }

    /* 新規会員登録とフォームの間隔を近づける */
    #cart2_01.cart_section.entry_page {
        padding-top: 1rem;
    }

    /* 情報テキスト */
    #cart2_01.entry_page .sub_box .inner .form_box00.info_text {
        width: 100%;
        text-align: center;
    }

    #cart2_01.entry_page .sub_box .inner .form_box00.info_text p {
        text-align: center;
        font-size: 10px;
        color: #666;
        line-height: 1.6;
        margin: 0;
        padding: 0;
        font-weight: normal;
    }
}
