.black {
    color: #444
}

.black_bg {
    background-color: #444
}

.white {
    color: #fff
}

.white_bg {
    background-color: #fff
}

.red {
    color: #d93200
}

.red_bg {
    background-color: #d93200
}

.yellow {
    color: #ffc817
}

.yellow_bg {
    background-color: #ffc817
}

.orange {
    color: #ff4f36
}

.orange_bg {
    background-color: #ff4f36
}

.pink {
    color: #ff0d51
}

.pink_bg {
    background-color: #ff0d51
}

.navy {
    color: #2c4256
}

.navy_bg {
    background-color: #2c4256
}

.blue {
    color: #0076a3
}

.blue_bg {
    background-color: #0076a3
}

.light-blue {
    color: #e0f3fa
}

.light-blue_bg {
    background-color: #e0f3fa
}

.green {
    color: #6ba521
}

.green_bg {
    background-color: #6ba521
}

.marker_yellow {
    background: linear-gradient(transparent 60%, #ff6 60%)
}

.marker_green {
    background: linear-gradient(transparent 60%, #6FC 60%)
}

.list_red {
    background: #fcf3f6
}

.list_green {
    background: #f4fee5
}

.contact-box,
.list_white {
    background: #fff
}

.contact-box {
    overflow: hidden;
    width: 100%;
    padding: 15px 15px 25px;
    box-sizing: border-box;
    margin-bottom: 20px
}

.contact-box p em {
    color: #ff0d51;
    font-style: normal;
    padding: 0 4px;
    font-weight: 700
}

.contact-box h3 {
    color: #0076a3;
    font-size: 1.2em;
    line-height: 1;
    margin-bottom: 12px;
    font-weight: 700;
    text-align: center
}

.helpList {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed #888;
    font-size: .8em;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0;
    padding-bottom: 15px;
    text-align: center
}

.helpList li {
    margin-bottom: 10px;
    width: 48%
}

.helpList a {
    border: 2px solid #eff0e5;
    border-radius: 4px;
    box-sizing: border-box;
    font-weight: 400;
    height: 40px;
    line-height: 38px;
    display: block;
    background: #f8f9f0
}

.helpList a:hover {
    background: #fffff5
}

.contactEditBox {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px auto;
    width: 100%
}

.contactEditBox:nth-of-type(4) {
    align-items: flex-start
}

.contactEditBox dd,
.contactEditBox dt {
    width: 100%
}

.contactEditBox dd input {
    border: 1px solid #d9dad2;
    border-radius: 4px;
    background: #f8f8f8;
    box-sizing: border-box;
    height: 40px;
    padding: 0 12px;
    width: 100%
}

.contactEditBox dd textarea {
    border: 1px solid #d9dad2;
    border-radius: 4px;
    background: #f8f8f8;
    box-sizing: border-box;
    font-size: 14px;
    height: 200px;
    padding: 10px;
    width: 100%;
    line-height: 1.6em
}

.necessary {
    background: #ff0d51;
    border-radius: 4px;
    color: #fff;
    font-size: .8em;
    margin-left: 8px;
    padding: 2px 8px
}

.contactEditSelect {
    border: 1px solid #d9dad2;
    border-radius: 4px;
    background: 99% center #f8f8f8;
    box-sizing: border-box;
    color: #444;
    font-size: 14px;
    height: 40px;
    padding: 0 13px;
    -webkit-appearance: button;
    -moz-appearance: none;
    appearance: button;
    width: 100%
}

.editBtn_bg,
.registerBtn_bg {
    color: #444;
    font-size: 1.2em;
    cursor: pointer;
    font-weight: 700
}

.contactEditSelect::-ms-expand {
    display: none
}

.registerBtn_box {
    margin: 0 auto 6%;
    width: 100%;
    text-align: center
}

.registerBtn_box p {
    margin-bottom: 16px;
    text-align: center
}

body h2 i.mail_h2 {
    width: 30px;
    height: 30px;
    background-image: url(../../../../img/user/sp/icon/mail_h2.png?1703228340972)
}

.contactEditwrap {
    margin-top: 20px
}

.confirmationBox dd {
    border-bottom: #eaebdd dashed 1px;
    padding: 12px 8px 8px
}

.confirmationBox dd span {
    padding: 0 4px
}

.editBtn_bg {
    box-shadow: 0 3px 0 0 #444;
    background: #ccc;
    border: none;
    border-radius: 4px;
    display: block;
    margin: 20px auto 0;
    width: 460px;
    height: 60px
}

.editBtn_bg:hover {
    background: #999
}

.registerBtn_bg {
    border-radius: 4px;
    border: 1px solid #e60012;
    background: #e60012;
    background: -moz-linear-gradient(top, #e60012 0, #e60012 100%);
    background: -webkit-linear-gradient(top, #e60012 0, #e60012 100%);
    background: linear-gradient(to bottom, #e60012 0, #e60012 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60012', endColorstr='#e60012', GradientType=0);
    box-shadow: 0 3px 0 0 #e60012;
    display: inline-block;
    margin: 2% auto;
    text-shadow: 0 1px 0 #e60012;
    width: 100%;
    height: auto;
    padding: 3% 0 2%
}

.registerBtn_bg span {
    font-size: .7em;
    display: block
}

.registerBtn_bg:hover {
    background: #d70c25;
    background: -moz-linear-gradient(top, #d70c25 0, #d70c25 100%);
    background: -webkit-linear-gradient(top, #d70c25 0, #d70c25 100%);
    background: linear-gradient(to bottom, #d70c25 0, #d70c25 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d70c25', endColorstr='#d70c25', GradientType=0)
}

.back {
    text-shadow: 0 1px 0 #eee;
    border: 1px solid #bebebe;
    background: #dadada;
    background: -webkit-linear-gradient(#dadada 0, #c8c8c8 100%);
    background: -o-linear-gradient(#dadada 0, #c8c8c8 100%);
    background: linear-gradient(#dadada 0, #c8c8c8 100%);
    background: -webkit-linear-gradient(top, #dadada 0, #c8c8c8 100%);
    background: linear-gradient(to bottom, #dadada 0, #c8c8c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#c8c8c8', GradientType=0);
    box-shadow: 0 3px 0 0 #a9a9a9;
    cursor: pointer;
    display: inline-block
}

.back:hover {
    background: #c8c8c8;
    background: -moz-linear-gradient(top, #c8c8c8 0, #dadada 100%);
    background: -webkit-linear-gradient(top, #c8c8c8 0, #dadada 100%);
    background: linear-gradient(to bottom, #c8c8c8 0, #dadada 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c8c8', endColorstr='#dadada', GradientType=0)
}

.btn_box {
    margin: 40px auto;
    display: table
}

.btn_box a.top_link {
    font-size: 1.2em;
    background: url(../../../../img/user/sp/icon/arrow_bl.png?1703228340972) right center no-repeat;
    padding-right: 20px
}

.changeCatch {
    margin: 45px auto 40px;
    text-align: center
}

.changeCatch h3 {
    color: #0076a3;
    font-size: 1.2em;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 700
}

.privacy_policy_box {
    width: 100%;
    margin: 2% auto;
    text-align: left
}

.privacy_policy_box h3 {
    font-size: 1.1em;
    font-weight: 700;
    margin: 6% 0 2%;
    color: #444;
    text-align: left
}

.privacy_policy_box .privacy_detail,
.privacy_policy_box .tos_detail {
    width: 100%;
    height: 8em;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 3%;
    border: 1px solid #d9dad2;
    border-radius: 6px
}

.privacy_policy_box .privacy_detail #information,
.privacy_policy_box .tos_detail #information {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

table.ssl_bnr {
    width: 100%;
    margin: 20px auto 0
}

table.ssl_bnr td {
    width: 30%;
    text-align: center;
    vertical-align: middle;
    padding-right: 8px;
    padding-bottom: 10px
}

table.ssl_bnr td img {
    width: 100%
}

table.ssl_bnr th {
    text-align: left;
    font-size: .8em;
    padding-bottom: 10px
}
/*==================================================
2026リニューアル：お問い合わせ（入力・確認・完了）
 ※ Vueコンポーネント（app.js）が出力する項目も
   同じ .contactEditBox dt/dd なのでここで一緒に整う
================================================== */
.contact-box {
    width: auto;
    margin: 0;
    padding: 0 15px 40px;
    overflow: visible;
    background: none
}

.contact-box > p {
    margin: 0 0 14px;
    font-size: .8rem;
    line-height: 1.9;
    color: #555
}

.contact-box h3 {
    margin: 8px 0 14px;
    color: #e60012;
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.5;
    text-align: center
}

.contactEditwrap {
    margin-top: 20px
}

/* 入力項目 */
.contactEditBox {
    width: auto;
    margin: 0 0 18px
}

.contactEditBox dt {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin: 0 0 8px;
    font-size: .9rem;
    font-weight: 700;
    color: #333
}

.contactEditBox dd {
    width: 100%;
    margin: 0
}

.necessary {
    margin-left: 0;
    padding: 3px 8px;
    background: #e60012;
    border-radius: 4px;
    color: #fff;
    font-size: .65rem;
    font-weight: 700;
    line-height: 1
}

.contactEditBox dd input,
.contactEditBox dd select,
.contactEditSelect {
    width: 100%;
    height: 50px;
    padding: 5px 16px;
    box-sizing: border-box;
    border: none;
    border-radius: 30px;
    background-color: var(--color-gray01);
    font-size: 1rem;
    color: #333
}

.contactEditSelect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 40px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center
}

.contactEditBox dd textarea {
    width: 100%;
    height: 180px;
    padding: 14px 16px;
    box-sizing: border-box;
    border: none;
    border-radius: 16px;
    background: var(--color-gray01);
    font-size: .95rem;
    line-height: 1.8;
    color: #333
}

/* 個人情報の取り扱い */
.privacy_policy_box {
    width: auto;
    margin: 28px auto 0;
    padding: 16px;
    background: var(--color-gray01);
    border-radius: 8px
}

.privacy_policy_box h3 {
    margin: 0 0 12px;
    color: #333;
    font-size: 1rem;
    font-weight: 700;
    text-align: left
}

.privacy_policy_box .privacy_detail {
    height: 9em;
    padding: 12px;
    background: #fff;
    border: none;
    border-radius: 8px;
    font-size: .78rem;
    line-height: 1.9
}

.privacy_policy_box .privacy_detail #information {
    padding: 0
}

/* ボタン */
.registerBtn_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin: 28px auto 0;
    text-align: center
}

.registerBtn_bg {
    display: block;
    width: 100%;
    max-width: 320px;
    min-height: 56px;
    height: auto;
    margin: 0;
    padding: 10px 16px;
    background: #222;
    border: none;
    border-radius: 30px;
    box-shadow: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-shadow: none;
    text-align: center;
    cursor: pointer
}

.registerBtn_bg:hover {
    background: #222
}

.registerBtn_bg span {
    display: block;
    margin-bottom: 2px;
    font-size: .68rem;
    font-weight: 400;
    opacity: .85
}

/* 確認画面：戻るはテキストリンクにして送信ボタンの下・左寄せ */
.confirmationBox .registerBtn_box {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 20px
}

.confirmationBox .registerBtn_bg.back {
    width: auto;
    max-width: none;
    min-height: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    font-size: .85rem;
    font-weight: 700;
    text-align: left;
    text-decoration: underline
}

.confirmationBox .registerBtn_bg.back:hover {
    background: none
}

/* 確認画面の値 */
.confirmationBox dd {
    padding: 12px 16px;
    background: var(--color-gray01);
    border: none;
    border-radius: 12px;
    font-size: .95rem;
    line-height: 1.8;
    color: #333;
    word-break: break-all
}

/* 完了画面のボタン */
.contact-box .btn_box {
    display: block;
    width: 100%;
    margin: 28px auto 0;
    text-align: center
}

.contact-box .btn_box a.top_link {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 0 16px;
    background: #222;
    border-radius: 30px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 56px;
    text-decoration: none
}

/* 注意書き */
.contact-box .contactEditwrap ~ p,
.contact-box form ~ p {
    margin-top: 24px;
    padding: 14px;
    background: var(--color-gray01);
    border-radius: 8px;
    font-size: .7rem;
    line-height: 1.9;
    color: #666
}

p.error-txt {
    margin-bottom: 8px
}

/* 確認画面：送信ボタンは中央、戻るリンクは左寄せ */
.confirmationBox .registerBtn_box .registerBtn_bg {
    margin: 0 auto
}

.confirmationBox .registerBtn_box .registerBtn_bg.back {
    margin: 0 auto 0 0
}
