@charset "UTF-8";
/* CSS Document */

/*==================
ネットバンクログイン
====================*/
.net_btn_wrap{
    display: flex;
    gap: 40px;
    a{
        /* max-width: 580px; */
        width: 100%;
        height: 105px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        color: #fff;
        box-shadow: 1px 2px 7px rgba(0, 0, 0, .25);
        transition: .3s;
    }
    a:hover{
        opacity: .5;
    }
    span:first-child{
        font-size: 1.8rem;
    }
    .login{
        font-size: 2.8rem;
        font-weight: 600;
        letter-spacing: 3px;
        position: relative;
        padding-left: 50px;
    }
    .login::before{
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-image: url(../img/login_door.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 34px;
        height: 35px;
    }
    a:first-child{
        background: linear-gradient(90deg,rgba(83, 189, 254, 1), rgba(42, 123, 218, 1), rgba(0, 58, 182, 1));
    }
    a:last-child{
        background: linear-gradient(90deg,rgba(254, 194, 83, 1), rgba(241, 139, 64, 1), rgba(233, 89, 40, 1),rgba(229, 59, 25, 1));
    }
}

@media (max-width: 768px) {
    .net_btn_wrap{
        flex-direction: column;
        gap: 20px;
    }
}

/*==================
ご利用案内
====================*/
/* ご利用マニュアル */
.manual_list{
    margin-bottom: 5px;
    a{
        text-decoration: none;
        span{
            text-decoration: underline; 
        }
    }
}

.manual .manual_list:last-child{
    margin-bottom: 0;
}

.manual{
    margin-bottom: 60px;
}

/* セキュリティ対策について */
.security{
    .text{
        margin-bottom: 20px;
    }
}

/* ミラーサイトについて */
.mirror_site{
    background-color: #F3F3F3;
    padding: 30px 40px;
    h3{
        font-size: 2rem;
        color: #E85098;
        position: unset;
        padding-left: 0;
        margin-bottom: 10px;
    }
    a{
        font-size: 1.6rem;
        margin-top: 10px;
        background-color: #E85098;
        color: #fff;
        display: inline-block;
        padding: 15px 40px;
        max-width: 320px;
        transition: .3s;
        span{
            position: relative;
            padding-right: 30px;
        }
        span::after{
            position: absolute;
            content: "";
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            background-image: url(../img/external-link.svg);
            background-size: contain;
            background-repeat: no-repeat;
            width: 22px;
            height: 22px;
        }
    }
    a:hover{
        opacity: .6;
    }
}

@media (max-width: 768px) {
    .mirror_site {
    a {
        padding: 15px 0px;
        width: 100%;
        text-align: center;
    }
}
}

/*==================
ご利用申込み手順
====================*/
.sec_procedure{
    h3{
        font-size: 2rem;
        color: #0069B6;
        position: unset;
        padding-left: 0;
        display: flex;
        gap: 20px;
        align-items: baseline;
        span{
            background-color: #0069B6;
            color: #fff;
            width: 50px;
            display: block;
            text-align: center;
            padding: 10px 20px;
            line-height: 1;
            height: fit-content;
        }
    }
    .text{
        margin-bottom: 10px;
    }
    ol{
        li{
            display: flex;
            > h3{
                width: 30%;
            }
            > div{
                width: 70%;
            }
        }
    }
}

.ol_content{
    margin-bottom: 30px;
}

.common_link_pdf .blank {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
}

.common_link_pdf .blank::after {
    content: '';
    background: url(../img/external-link_black.svg) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0.4em;
    right: -8px;
}

@media (max-width: 768px) {
    .pc_only{
        display: none;
    }
    .sec_procedure{
        ol{
            li{
                flex-direction: column;
                > h3{
                    width: 100%;
                }
                > div{
                    width: 100%;
                }
            }
        }
    }
}

/*==================
ご利用手数料
====================*/
.sp_only{
    display: none;
}

table thead tr th{
    text-align: center;
}

.commission_table th {
    width: 220px;
    background: var(--L-bl-color2);
    font-weight: 400;
}

.commission_table th,
.commission_table td {
    border: 1px solid #D5D5D5;
    padding: 10px;
}

#useage_time .commission_table th{
    padding: 10px 0;  
}

#commission .common_table th{
    width: unset;
}

#commission .basic th:nth-of-type(2){
    width: 40%;
}

#commission .commission_table td
{
    padding: 10px 20px;
}

#commission h4{
    background-color: unset;
    font-size: 1.8rem;
    padding: 0;
    color: #0069B6;
    margin-bottom: 0;
}

#commission ul {
    margin-top: 5px;
    li{
        list-style: disc;
        margin-left: 20px;
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

#commission #gray,
#useage_time #gray{
    background-color: #F9F9F9;
}

#commission ul li::marker{
    font-size: 9px;
}

#commission #center,
#useage_time #center{
    text-align: center;
}

#useage_time #right{
    text-align: right;    
}

#commission table tbody tr td{
    font-size: 1.6rem;
}

.little_bigger{
    font-weight: 500;
}

#useage_time table thead tr th:first-child{
    width: 40%;
}

#useage_time #personal table thead tr th:first-child{
    width: 35%;
}

.sec_useage_time .caution {
    margin-top: 12px;
    font-size: 1.5rem;
}

@media screen and (max-width: 1150px) {
    .sp_only{
    display: block;
    }
    .table_box {
        overflow-x: scroll;
        width: unset;
    }    
    .commission_table {
        width: 1000px;
        margin-bottom: 8px;
    }
    .table_box::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }
    .table_box::-webkit-scrollbar-thumb:hover {
        background: #0069B6;
    }
    .table_box::-webkit-scrollbar-thumb {
        background: #e4f4ff;
        border-radius: 5px;
    }
    .table_box::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 5px;
    }
    #useage_time .commission_table th {
        padding: 10px 0px;
    }
    #useage_time #personal table thead tr th:first-child {
        width: 32%;
    }
    #useage_time .commission_table td {
        padding: 10px 5px;
    }

    .sec_useage_time .caution {
        margin-top: 4px;
        font-size: 1.4rem;
        margin-bottom: 12px;
    }
}
