/* オンライン添削（固定ページ）用追加css */

.bold_txt {
    font-weight: bold;
}

p.announce {
    font-weight: bold;
}

ol.features_list li::marker {
    font-weight: bold;
}

dl.correction_attention div{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

dl.correction_attention dt {
    width: 15%;
}

dl.correction_attention dd {
    background-color: transparent;
    border-left: 0px;
}


div.lpfu_blue div.correction_fee ul li ,
div.lpfu_blue div.correction_fee p {
    color: #383838;
}

/* レスポンシブ */

@media screen and (max-width: 767px) {

    dl.correction_attention div{
        display: block;
    }

    dl.correction_attention dt {
        width: 100%;
        padding-bottom: 0px;
    }

    dl.correction_attention dd {
        padding-top: 5px !important;
    }
}


/*  */