@charset "UTF-8";

@media print, screen and (min-width: 768px) {
     #contents .info .beginner .box__area .box h4 {
        padding: 6px 0 0 10px !important;
        background: transparent !important;
        border-left: solid 6px #68b7e6 !important;
        }
    #contents .info .beginner .box__area .box:last-child h4 {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    ._end_text ._cap {
        font-size: 21px;
    }    
}
@media print, screen and (max-width: 767px) {
    #contents .info .beginner .box__area .box h4 {
        font-size: 14px !important;
        font-weight: bold !important;
        color: #444 !important;
        margin-bottom: 10px !important;
    }
}

