@charset "utf-8";
/* CSS Document */

.bold{
    font-weight: bold;
}

.point_title{
    font-size: 20px;
}

.textlink{
    color: blue;
    text-decoration: underline;
}

.gray_box ul.digit {
    font-weight: normal;
}

.gray_box ul.digit li {
    letter-spacing: 0.08em;
    line-height: 1.6;
}

.wh_box img{
    width: auto;
    margin: 2em auto;
}

.gray_box p:not(.point_title){
    font-size: 18px;
    line-height: 1.8;
}


.gray_box p + ul{
    margin-top: 1.3em;
}

.column_table tr ul{
    list-style: disc;
    padding-left: 1.5em;
}

.gray_box ul ul{
    margin: 15px auto;
}

.gray_box ul.digit ul:not(.digit){
    list-style: disc;
    margin-left: 1.5em;
}

.wh_box h4 + .gray_box{
    margin-top: 30px;
}

.wh_box .sp-only{
    display: none;
}

@media screen and (max-width: 499px) {

    .point_title{
        font-size: 18px;
    }

    .gray_box ul ul{
        margin: 10px auto;
    }

    .table-responsive .column_table th{
        width: 100%;
        display: block;
        position: static;
    }

    .table-responsive .column_table th.th20 {
        width: 100%;
    }

    .table-responsive .column_table td{
        width: 100%;
        display: block;
        position: static;
    }

    .wh_box .pc-only{
        display: none!important;
    }

    .wh_box .sp-only{
        display: block!important;
    }
    
}