/* =========================================================================
   ▼ 共通スタイル（複数ページで使用） ← 変更時は他ページにも影響！
========================================================================= */
.form-item-info {
    border-top: none;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    display: flex;
    align-items: center;
}

.form-item-label-info {
    width: 73.6842105263%;
    min-width: 12em;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 16px;
    color: var(--color-txb);
}

.form-item-last {
    margin-top: 34px;
    padding-bottom: 0px;
    border-top: 1px dotted var(--color-light-gray);
    padding-top: 34px;
    width: 100%;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .form-item-info {
        padding-top: 20px;
        padding-bottom: 20px;
        flex-flow: column;
        align-items: flex-start;
    }

    .form-item-label-info {
        width: 100%;
        margin-left: .2em;
    }
}

#registration-loading-spinner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

.error-list {
    margin-bottom: 10px;
}

/* =========================================================================
   ▼ request.blade.php 専用スタイル
========================================================================= */
/* なし（共通スタイルに統合済） */

/* =========================================================================
   ▼ reset.blade.php 専用スタイル
========================================================================= */
#user_email[readonly] {
    background: #bbb;
}

/* =========================================================================
   ▼ message.blade.php 専用スタイル
========================================================================= */
.second-section-header-message {
    background: #f0f8ff;
    padding-top: 35px;
}

.not-found-wrapper-message {
    box-shadow: 0px 3px 10px 5px rgb(0 0 1 / 10%);
    background-color: #ffffffff;
}

.disp-title-message {
    font-size: 50px;
    color: #03A9F4;
    font-weight: bold;
    margin: .32em auto .25em;
    text-align: center;
}

.disp-message {
    font-size: clamp(18px, 0.25vw + 17px, 20px);
    font-weight: 400;
    line-height: 1.42;
    color: #000;
    text-align: center;
}

.disp-note {
    font-weight: 400;
    line-height: 1.42;
    color: #000;
    text-align: center;
    padding-top: 10px;
    font-size: small;
}

.disp-note strong {
    color: #2196F3;
}

.btn-back-wrapper {
    margin-top: 30px;
}

.btn-back {
    background: #007acc;
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: bold;
    transition: background 0.3s;
}

.btn-back:hover {
    background: #005f99;
}

@media screen and (max-width: 768px) {
    .disp-title-message {
        font-size: 40px;
    }

    .disp-message,
    .disp-note {
        margin: 0px 3px;
    }
}

/* =========================================================================
   ▼ pre-registration.blade.php 専用スタイル
========================================================================= */
/* なし（共通スタイルに統合済） */

/* =========================================================================
   ▼ registration.blade.php 専用スタイル
========================================================================= */
.form-item-memo {
    border-top: none;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-top: -20px;
    width: 100%;
    display: flex;
    align-items: center;
}

.form-item-label-memo-left {
    width: 26.3157894737%;
    min-width: 12em;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 16px;
    color: var(--color-txb);
}

.form-item-label-memo {
    width: 73.6842105263%;
    min-width: 12em;
    letter-spacing: 0;
    font-weight: 400;
    color: #333;
    font-size: clamp(.575rem, .6125rem + .25vw, 0.85rem);
    margin: 3px;
    padding: 5px;
}

@media screen and (max-width: 768px) {
    .form-item-memo {
        padding-top: 15px;
        flex-flow: column;
        align-items: flex-start;
    }

    .form-item-label-memo {
        width: 100%;
        margin-left: .2em;
    }

    .form-item-label-memo-left {
        display: none;
    }
}

#user_email[readonly] {
    background: #bbb;
}

/* =========================================================================
   ▼ resend-prereg.blade.php 専用スタイル
========================================================================= */
.error-list li {
    color: red;
}

.success-msg {
    color: green;
    font-size: large;
}

/* =========================================================================
   ▼ tokenerror.blade.php 専用スタイル
========================================================================= */
.not-found-wrapper-message {
    box-shadow: 0px 3px 10px 5px rgb(0 0 1 / 10%);
    background-color: #ffffffff;
}

#not-found-contents-message {
    padding-left: 0%;
}

.disp-title-error {
    font-size: 34px;
    color: #03A9F4;
    font-weight: bold;
    margin: .32em auto .25em;
    text-align: center;
}

.disp-message,
.disp-note {
    font-size: clamp(18px, 0.25vw + 17px, 20px);
    font-weight: 400;
    line-height: 1.42;
    color: #000;
    text-align: center;
}

.disp-note {
    padding-top: 10px;
    font-size: small;
}

.disp-note strong {
    color: #2196F3;
}

/* =========================================================================
   ▼ myaccount.blade.php 専用スタイル
========================================================================= */
.pw-change {
    margin-bottom: -60px;
    padding-bottom: 20px;
    margin-top: 80px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
}

.pw-change p {
    font-size: 14px;
    line-height: 1.4;
    color: var(--color-txg);
    margin-bottom: 15px;
}

.btn-pwchange-wrapper {
    width: 20.6896551724%;
    min-width: 200px;
    margin-right: 5.1724137931%;
}

.btn-pwchange {
    display: block;
    width: 100%;
    height: 50px;
    outline: none;
    font-size: 16px;
    background-color: #4CAF50;
    border: #4CAF50 solid 1px;
    color: var(--color-white);
    font-weight: bold;
    padding: 0 20px;
    line-height: 50px;
    border-radius: 10px;
    transition: background-color .2s;
    position: relative;
}

.btn-pwchange:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-right: var(--color-white) solid 1px;
    border-bottom: var(--color-white) solid 1px;
    position: absolute;
    right: 20px;
    top: calc(50% - 7px);
    transform: rotate(-45deg);
}

.btn-pwchange:hover {
    background-color: rgb(56, 142, 60);
    outline: none;
}

.account-deletion button {
    margin-bottom: 20px;
}

.form-magazine-delivery {
    margin: auto;
    text-align: center;
    border-top: 1px dotted var(--color-light-gray);
    padding-top: 34px;
}

.form-item-caption-magazine-delivery {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 1em;
    color: red;
}

/* =========================================================================
   ▼ passwordchange.blade.php 専用スタイル
========================================================================= */
/* なし（共通スタイルに統合済） */

/* =========================================================================
   ▼ message.blade.php 専用スタイル
========================================================================= */
.form-item-resendMail {
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 30px;
}

/* =========================================================================
   ▼ home.blade.php 専用スタイル
========================================================================= */
    /* Media Partner 上書き(20251021) */
    .partner-logo ul {
      gap: 30px 5%;
    }