/**
 * 旧システムのインラインCSS
 */

/* ===========================================
   共通ボタン (.login.button)
   =========================================== */
.login.button {
    background: linear-gradient(to bottom, #afbdc0 0%, #6d7673 50%, #0a0f0b 50%, #0a0809 100%);
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: bold;
    font-size: 3.7333vw;
    text-align: center;
    text-decoration: none;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.5);
    margin: 10px auto;
    padding: 0.5rem;
    width: 70%;
}

/* ===========================================
   解約をお考えの方へ
   =========================================== */
.shuushiwrapper {
    padding: 1vw;
    border: 1px solid #000000;
    margin: 1vw;
}

.shuushiwrapper a {
    text-decoration: underline;
}

.shuushidata a {
    display: block;
    border: solid 0.3vw #000;
    color: #ffffff;
    font-size: 3vw;
    line-height: 2;
    text-align: center;
    width: 42%;
    text-decoration: none;
    margin: 1vw auto;
    font-weight: bold;
    background: #000000;
}

.exp-delete-warning {
    color: #000;
    padding: 3vw;
    text-align: left;
}

p.caution {
    color: red;
    text-align: left;
    font-size: 3vw;
    margin-top: 1em;
    padding: 0 0.5em;
}

@media (min-width: 835px) {
    .shuushiwrapper {
        padding: 1em;
        border: 1px solid #000000;
        margin: 1em;
    }

    .shuushidata a {
        display: block;
        border: solid 0.3vw #000;
        color: #ffffff;
        font-size: 12px;
        line-height: 2;
        text-align: center;
        width: 42%;
        text-decoration: none;
        margin: 1em auto;
        font-weight: bold;
        background: #000000;
    }

    .exp-delete-warning {
        padding: 1em 0;
    }
}

/* ===========================================
   決済選択ページ (7550/3)
   =========================================== */
.title {
    background-color: #333;
    color: white;
    font-size: 4.2667vw;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    padding: 1vw 0;
    margin-bottom: 2.6667vw;
    border-radius: 2vw;
}
.payment_text {
    margin-top: 3vw;
    padding: 0 2%;
    font-size: 3.7333vw;
    line-height: 1.5;
}
.payment_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3vw 0;
}
.payment_link a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48.5%;
    height: 18vw;
    text-decoration: none;
    border-radius: 1.4vw;
}
.payment_link a span {
    color: white;
    font-weight: bold;
}
.payment_link a span:first-child {
    font-size: 4.2667vw;
}
.payment_link a span:last-child {
    font-size: 3.2vw;
}
.payment_link a.payment_300 {
    background-color: #0084ff;
}
.payment_link a.payment_600 {
    background-color: #4caf50;
}
#p300,
#p600 {
    scroll-margin-top: var(--header-height, 90px);
}

.payment_btn_300,
.payment_btn_600 {
    width: 96%;
    margin: 3vw auto 0;
    padding: 2.6667vw;
    background-color: white;
    border-radius: 2vw;
    box-sizing: border-box;
}
.payment_btn_300 h1,
.payment_btn_600 h1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 4px;
    font-size: 4.2667vw;
    font-weight: bold;
    border-bottom: 3px solid #084d8f;
}
.payment_btn_300 h1 img,
.payment_btn_600 h1 img {
    width: 24px;
    margin: 0 4px 0 0;
}
.payment_btn_300 a,
.payment_btn_600 a {
    display: block;
    margin-top: 2.6667vw;
}
.payment_btn_300 a img,
.payment_btn_600 a img {
    width: 100%;
}
.footer_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3vw;
    padding: 2vw 0;
    background-color: #333;
}
.footer_link a {
    display: block;
    width: 50%;
    color: white;
    font-size: 3.2vw;
    line-height: 2;
    text-align: center;
    text-decoration: none;
}

/* ===========================================
   コース変更ページ (7550/7, 7550/8)
   =========================================== */
#mainContents {
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 3.7333vw;
    line-height: 1.5;
}
#header {
    background-color: #333;
    color: white;
    font-size: 4.2667vw;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    padding: 1vw 0;
    border-radius: 2vw;
}
#cont2 {
    font-size: 3.7333vw;
    line-height: 1.5;
    padding: 0 2%;
    padding-bottom: 1em;
}
input.next {
    background-color: #111;
    color: #fff;
    cursor: pointer;
    border: 0;
    font-size: 3.7333vw;
    font-weight: bold;
    line-height: 1;
    padding: 8px 13px;
    border-bottom: 1px solid transparent;
    text-shadow:
        0 -1px 1px rgba(0, 0, 0, 0.25),
        -2px 0 1px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    display: inline-block;
    vertical-align: middle;
}
input.next:hover {
    background-position: 0 -50px;
    color: #fff;
}
input.next:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.7);
    border-bottom: 0;
    border-top: 1px solid #666;
}

/* ===========================================
   解約完了ページ (7553/4)
   =========================================== */
#btn {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.red {
    display: inline-block;
    background: linear-gradient(to top, rgb(255, 51, 51) 0%, rgb(255, 153, 153) 57%);
    color: #fff;
    font-size: 3.7333vw;
    line-height: 1.2em;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    border-bottom: 1px solid #d9333f;
    text-shadow:
        0 -1px 1px rgba(0, 0, 0, 0.25),
        -2px 0 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* ===========================================
   PC対応 (835px以上)
   =========================================== */
@media (min-width: 835px) {
    .login.button {
        font-size: 0.875rem;
    }
    .title {
        font-size: 1rem;
        border-radius: 10px;
        margin-bottom: 15px;
        padding: 5px 0;
    }
    .payment_text {
        margin-top: 10px;
        font-size: 0.875rem;
    }
    .payment_link {
        margin: 10px 0;
    }
    .payment_link a {
        height: 60px;
        border-radius: 6px;
    }
    .payment_link a span:first-child {
        font-size: 1rem;
    }
    .payment_link a span:last-child {
        font-size: 0.75rem;
    }
    .payment_btn_300,
    .payment_btn_600 {
        margin-top: 10px;
        padding: 15px;
        border-radius: 10px;
    }
    .payment_btn_300 h1,
    .payment_btn_600 h1 {
        font-size: 1rem;
    }
    .footer_link {
        margin-top: 10px;
    }
    .footer_link a {
        font-size: 0.75rem;
    }
    #mainContents {
        font-size: 0.875rem;
    }
    #header {
        font-size: 1rem;
        border-radius: 10px;
        padding: 5px 0;
    }
    #cont2 {
        font-size: 0.875rem;
    }
    input.next {
        font-size: 0.875rem;
    }
    #attention {
        font-size: 0.875rem;
    }
    #about-data ul li {
        font-size: 0.875rem;
    }
    #about-data a {
        font-size: 0.875rem;
    }
    #faq p:first-child,
    #about-data p:first-child,
    #column p:first-child,
    #shusi p:first-child {
        font-size: 0.875rem;
    }
    #shusi a {
        font-size: 0.875rem;
    }
    .info {
        font-size: 0.75rem;
    }
    p.caution {
        font-size: 0.75rem;
    }
    .red {
        font-size: 0.875rem;
    }
    .forminput label {
        font-size: 0.875rem;
    }
    .forminput textarea {
        font-size: 0.875rem;
    }
}

/* =============================================================================
 * 案内画面 (Notice) — 旧 MST_Sentence (category_id=1, item_id=2/14) の <style> 移植
 * .kihoncourse = 基本コース案内 (青系) / .moviecourse = 動画コース案内 (緑系)
 * ========================================================================== */

.notice {
    margin-bottom: 12px;
}

.notice .box-area {
    padding: 0 10px;
}

.notice .text-area {
    margin-left: 10px;
}

.notice .min-head {
    border-bottom: 2px dotted;
    border-left: 10px solid #ff8a00;
    margin-bottom: 10px;
    padding: 0 0 0 5px;
    font-weight: bold;
}

.notice .menu-bullet {
    color: orange;
}

.notice .lead {
    margin: 12px 0;
}

.notice .lead__course--basic {
    color: #000000;
    font-weight: bold;
}

.notice .lead__course--video {
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}

.notice .cta {
    text-align: center;
    margin: 12px 0;
}

.notice .cta__link {
    margin: 12px 0;
}

.notice .cta__link a {
    text-decoration: underline;
}

.notice .kihoncourse {
    display: block;
    text-decoration: none;
    text-align: center;
    background-color: #2196f3;
    width: 80%;
    padding: 6px 0 5px;
    margin: 7px auto 4px;
    border-radius: 16px;
    border: solid 1px #1565c0;
    border-top: none;
    font-weight: bold;
    font-size: large;
    box-shadow: 0px 3px 0px #1976d2;
    box-sizing: border-box;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.notice .moviecourse {
    display: block;
    text-decoration: none;
    text-align: center;
    background-color: #4caf50;
    width: 80%;
    padding: 6px 0 5px;
    margin: 7px auto 4px;
    border-radius: 16px;
    border: solid 1px #4c9a19;
    border-top: none;
    font-weight: bold;
    font-size: large;
    box-shadow: 0px 3px 0px #448a17;
    box-sizing: border-box;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}
