    #tblLayout{
        width: 100%;
    }
    :root{
        --fontmin: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG??E", "MS PMincho", "MS Mincho", serif;
    }
    h2{
        text-align: center;
        font-size: 2.8rem;
        margin: 0 0 0.5em;
        font-weight: bold;
        line-height: 1.6;
    }
    h3{
        text-align: center;
        font-size: 2.2rem;
        margin: 0 0 0.5em;
        font-weight: bold;
        line-height: 1.6;
    }
    h4{
        text-align: center;
        font-size: 2rem;
        margin: 0 0 0.5em;
        font-weight: bold;
        line-height: 1.6;
    }
    p{
        font-size: 1.6rem;
        margin: 0.5em 0;
        line-height: 1.6;
    }
    figure{
        margin: 0;
        text-align: center;
    }
    figure img{
        max-width: 100%;
    }
    section{
        padding-top: 4%;
    }