@charset "euc-jp";

.riderule_tb-txt {
    font-size: 16px;
}
.law_table td .bl_small {
    display: block;
    font-size: 12px;
}

.law_table th.w20 {
    width: 20%;
}

/* *****riderule list style***** */
.riderule_list .riderule_item {
    margin-bottom: 60px;
}

.riderule_list .riderule_item:last-child {
    margin-bottom: 0px;
}

.riderule_list .riderule_item h4 {
    margin-bottom: 25px;
}

.riderule_inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.riderule_inner.inner_bottom {
    margin-top: 40px;
}

.riderule_inner img {
    width: 348px;
    height: auto;
    margin-right: 30px;
}

.riderule_txt-box h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.riderule_txt-box .riderule_txt {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 23px;
}

.riderule_txt-box .riderule_txt .txt_red {
    color: #CC0000;
    font-weight: bold;
    word-break: keep-all;
}

.riderule_child-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 15px;
    background-color: #DEF0E9;
    border-radius: 4px;
}

.riderule_child-list li {
    width: 100%;
    color: #1DBD7A;
}

/* *****riderule caution style***** */
.riderule_caution {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    box-sizing: border-box;
    border: 1px solid #FA7070;
    background-color: #FFF8F8;
    padding: 20px;
}

.riderule_caution img {
    display: block;
    width: 309px;
    height: auto;
    margin-right: 35px;
}

.riderule_caution .caution_txt-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.caution_txt-box h3 {
    font-size: 24px;
    line-height: 33px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #D83333;
}

.caution_txt-box h3 span {
    display: block;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 5px;
}

/* *****riderule sec02 style***** */
.sec_txt-box.top-margin {
    margin-top: 40px;
}

.sec_riderule01 h3 span,
.sec_riderule02 h3 span {
    display: block;
    font-size: 12px;
    line-height: 17px;
}

.sec_txt-box h4 span {
    display: block;
    font-size: 12px;
    line-height: 17px;
}

@media screen and (max-width: 768px) {
    .content_inner {
        min-width: 348px;
        width: 100%;
        padding: 0 15px;
    }
    .riderule_tb-txt {
        font-size: 14px;
    }
    
    /* *****riderule list style***** */
    .riderule_list .riderule_item {
        margin-bottom: 35px;
    }
    
    .riderule_list .riderule_item:last-child {
        margin-bottom: 40px;
    }
    
    .riderule_list .riderule_item h4 {
        margin-bottom: 20px;
    }
    
    .riderule_inner {
        flex-direction: column;
    }
    
    .riderule_inner.inner_bottom {
        margin-top: 30px;
    }
    
    .riderule_inner img {
        width: 100%;
        margin-right: 0px;
        margin-bottom: ;
    }
    
    .riderule_txt-box h5 {
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    
    .riderule_txt-box .riderule_txt {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 35px;
    }

    .riderule_txt-box img {
        margin-bottom: 15px;
    }
    
    .riderule_child-list li {
        font-size: 14px;
        line-height: 21px;
    }
    
    /* *****riderule caution style***** */
    .riderule_caution {
        flex-direction: column;
        padding: 15px 15px 40px 15px;
        margin-bottom: 40px;
    }
    
    .riderule_caution img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .caution_txt-box h3 {
        margin-bottom: 10px;
    }
    
    .caution_txt-box h3 span {
        margin-bottom: 0px;
    }
    
    /* *****riderule sec02 style***** */
    .sec_txt-box.top-margin {
        margin-top: 40px;
    }
    
    .sec_riderule02 h3 span {
        display: block;
        font-size: 12px;
        line-height: 17px;
    }
    
    .sec_txt-box h4 span {
        display: block;
        font-size: 12px;
        line-height: 17px;
    }
    .riderule_txt-box .riderule_txt .txt_red {
        word-break: break-all;
    }
}