@charset "utf-8";

@media screen and (max-width: 414px) {

    .msg{
        margin-left: 6px;
        margin-right: 6px;
    }
    
    .chapter {
        font-size: 18pt;
        font-weight: 800;
        margin: 15px;
        border-bottom: solid 3px #20b2aa;
        position: relative;
    }

    .chapter:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 3px #007700;
        bottom: -3px;
        width: 20%;
    }
    
    .subchapter{
        border-left: solid 5px #20b2aa;
        font-size: 16pt;
        font-weight: 700;
        margin-left: 20px;
    }
    
    .underline{
        text-decoration-line: underline;
        text-decoration-color: mediumvioletred;
    }
    
    #oe_body figure{
        display:table;
    }
    
    #oe_body figcaption{
        display:table-caption;
        caption-side:bottom;
    }
    #oe_body img{
        height: 185px;
        width: 300px;
        object-fit: cover;
    }
}
