@charset "utf-8";

@media print,
screen and (min-width: 415px) {

    .msg{
        margin-left: 5%;
        margin-right: 5%;
    }

    .chapter {
        font-size: 2.0vw;
        font-weight: 800;
        margin: 15px;
        border-bottom: solid 10px #20b2aa;
        position: relative;
    }

    .chapter:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 10px #007700;
        bottom: -10px;
        width: 20%;
    }

    .subchapter{
        border-left: solid 5px #20b2aa;
        font-size: 1.8vw;
        font-weight: 700;
        margin-left: 3%;
    }

    .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: 281px;
        width: 500px;
        object-fit: cover;
    }
    
    .chapterimage{
        float: left;
    }
}
