@charset "utf-8";
/* CSS Document */

/*--------------------------------------
Page
---------------------------------------*/

@media screen and (min-width: 600px) {
    #page {
        margin: 0;
    }
    #page .headArea {
        margin: 0 0 25px;
    }
    #page .headArea h1 {
        font-size: 26px;
        font-weight: bold;
    }
    #page h1, #page h2, #page h3, #page h4 {
        margin: 20px 0 10px;
        text-align: center;
        position: relative;
        line-height: 1.4;
    }
    #page h1 a, #page h2 a, #page h3 a, #page h4 a{
        color: #fff;
    }
    #page h1 {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        background: #eff6cb url(./img/h2.png) left 15px center no-repeat;
        padding: 20px 15px 15px 90px;
        border: 4px solid #4fa2b5;
        border-radius: 10px;
    }
    #page h2 {
        font-size: 26px;
        font-weight: bold;
        padding: 14px 10px 10px;
        position: relative;
        margin-top: 23px;
        margin-bottom: 30px;
        color: #fff;
        background: #4fa2b5;
    }
    #page h2::before, #page h2::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 10px;
    }
    #page h2::before {
        background: url(./img/h3-top.png) no-repeat;
        top: -10px;
        left: 0;
    }
    #page h2::after {
        background: url(./img/h3-bottom.png) no-repeat;
        left: 0;
        bottom: -10px;
    }
    #page h3 {
        font-size: 24px;
        font-weight: bold;
        padding: 15px 15px 25px;
        background: url(./img/h4.png) bottom center no-repeat;
    }
    #page h4 {
        font-size: 20px;
        font-weight: bold;
        padding: 15px 15px 5px;
        margin-top: 1em;
        border-bottom: 2px solid #f7cc2c;
        position: relative;
        line-height: 1.5;
    }
    #page h4::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #f7cc2c;
        bottom: 2px;
        left: 0;
    }
    #page p.lead {
        margin: 0 0 30px;
    }
}
@media screen and (max-width: 599px) {
    #page {
        margin: 0;
    }
    #page .headArea {
        margin: 0 0 25px;
    }
    #page .headArea h1 {
        font-size: 26px;
        font-weight: bold;
    }
    #page h1, #page h2, #page h3, #page h4 {
        margin: 1em 0 10px;
        text-align: center;
        position: relative;
        line-height: 1.4;
    }
    #page h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: #eff6cb url(./img/h2.png) left 10px center no-repeat;
    background-size: 40px;
    padding: 10px 15px 10px 50px;
    border: 4px solid #4fa2b5;
    border-radius: 10px;
    margin: 0 0 25px;
    }
    #page h2 {
    font-size: 22px;
    font-weight: bold;
    padding: 14px 10px 10px;
    position: relative;
    margin-top: 1em;
    margin-bottom: 15px;
    color: #fff;
    background: #4fa2b5;
    }
    #page h2::before, #page h2::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 10px;
    }
    #page h2::before {
        background: url(./img/h3-top.png) center center no-repeat;
        top: -2.2vw;
        left: 0;
        background-size: 170%;
    }
    #page h2::after {
        background: url(./img/h3-bottom.png) center center no-repeat;
        left: 0;
        bottom: -2.2vw;
        background-size: 170%;
    }
    #page h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 15px 15px 25px;
    background: url(./img/h4.png) bottom center no-repeat;
    background-size: 170%;
    }
    #page h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 15px 5px;
    margin-top: 1em;
    border-bottom: 2px solid #f7cc2c;
    position: relative;
    }
    #page h4::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #f7cc2c;
        bottom: 2px;
        left: 0;
    }
    #page p.lead {
        margin: 0 0 30px;
    }
}
