@charset "utf-8";

/* =========================================
   基本スタイル（SSO接続画面 共通）
========================================= */

.on_off_main {
    padding-top: 40px;
    padding-left: 140px;
    padding-right: 140px;
    padding-bottom: 140px;
}

.sso_description {
    height: auto;
    background-color: white;
    border: 1px solid #000000;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 5px;
}

.sso_bottom_space1 {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    text-align: center;
}

/* テーブレイアウト */
.on_off {
    width: 100%;
}

.on_off table {
    width: 100%;
}

.on_off tr {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.on_off thead tr {
    text-align: center;
    vertical-align: middle;
    background-color: #7B0027;
}

.on_off th, .on_off td {
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #E6E6E6;
    background-color: #FFF;
}

.on_off th {
    background-color: #7B0027;
    color: white;
    font-size: 14px;
    padding: 5px;
}

.on_off .ssocss th {
    background-color: white;
    color: #000000DE;
}

.ssocss {
    height: 80px !important;
    margin-bottom: 15px !important;
    border-radius: 5px;
}

.item_center {
    padding: 5px 10px;
}

.th_item {
    display: block;
    text-align: left;
    margin: 0 auto;
    width: fit-content;
}

.sso_item_size {
    width: 70%;
}

/* ボタン関連 */
.sso_button {
    width: 320px;
    height: 60px;
    margin: 20px 5px;
    padding: 0px 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
}

.sso_button1 {
    border: 1.5px solid #7B0027;
    background-color: #7B0027;
    color: white;
}

.sso_button1:before {
    content: "2024年6月8日(土)以降に発行された帳票";
    display: inline-block;
}

.sso_button1:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../img/sso_white.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: relative;
    margin-left: 5px;
    margin-top: -2px;
}

.sso_button2 {
    border: 1.5px solid #7B0027;
    background-color: white;
    color: #7B0027;
}

.sso_button2:before {
    content: "2024年6月7日(金)以前に発行された帳票";
    display: inline-block;
}

.sso_button2:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../img/sso_red.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: relative;
    margin-left: 5px;
    margin-top: -2px;
}

/* フッター */
.on_off_footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 98;
    text-align: center;
    padding: 10px 0px;
    background-color: white;
    border: 0.5px solid #ccc;
}

.footer_button {
    margin: 10px;
    width: 550px;
    height: 80px;
    font-size: 18px;
    color: #000000DE;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 20px;
    border: 0.5px solid #ccc;
}

/* =========================================
   レスポンシブ（スマホ版表示用）
========================================= */

@media screen and (max-width: 1000px) {
    .on_off_main {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media screen and (max-width: 750px) {
    .on_off_main {
        padding-top: 0px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .sso_item_size {
        width: 68%;
    }
    .sso_bottom_space1 {
        text-align: justify;
    }
    .sp_paragraph {
        display: block;
    }
    .sp_column {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; 
    }
    
    /* SSO遷移ボタン縮小 */
    .sso_button {
        width: 190px;
        padding: 0px;
    }
    .sso_button1 { margin: 14px 0px 7px; }
    .sso_button1:before {
        white-space: pre;
        width: 144px;
        content: "2024年6月8日(土)以降\Aに発行された帳票";
        font-size: 14px;
        text-align: left;
    }
    .sso_button1:after {
        position: absolute;
        margin-top: 20px;
        margin-left: -14px;
    }
    .sso_button2 { margin: 7px 0px 14px; }
    .sso_button2:before {
        white-space: pre;
        width: 144px;
        content: "2024年6月7日(金)以前\Aに発行された帳票";
        font-size: 14px;
        text-align: left;
    }
    .sso_button2:after {
        position: absolute;
        margin-top: 20px;
        margin-left: -14px;
    }

    /* フッターボタン＆投信ボタン */
    .footer_button {
        width: 90%;
        height: 55px;
        font-size: 16px;
        border-radius: 15px;
    }
}
