  @charset "UTF-8";

/* .moneyguide_contents .text .border_bottom {
    text-decoration: underline;
} */

.list_wrap .list .caution {
    padding-left: 0;
}
.list_wrap .list .caution::before {
    content: none;
}

.table .text-right {
    text-align: right;
}

.table td.bg-white {
    background-color: #fff;
}

#green .scroll_table .table{
    margin-bottom: 1em;
}

.moneyguide_contents h4 {
    font-size: 20px;
    margin-top: 2em;    
    margin-bottom: 1em;
    text-align: left; 
}
.moneyguide_contents h4 + * {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    
    #green .scroll_table .table{
        max-width: 600px;
    }

}