@charset "utf-8";

.cont_img h1 {
    background-image: url(../images/page_title.png);
}

#message {}

#message .name {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}

#guidelines p.lead {
    font-size: 22px;
    font-weight: bold;
}

#guidelines p:last-of-type {
    margin-bottom: 30px;
}

#guidelines img {
    margin: 0 auto;
}

.pc_br {
    display: none;
}

@media only screen and (max-width: 768px) {
    .cont_img h1 {
        background-image: url(../images/page_title_sp.png);
    }

    #guidelines p.lead {
        font-size: 18px;
    }

    #guidelines p:last-of-type {
        margin-bottom: 20px;
    }

    #guidelines img {
        background: url(../images/four_pillars_sp.png) no-repeat center center;
        background-size: 100%;
        width: 100%;
        height: 0;
        padding-top: 88.81%;
        overflow: hidden;
    }
    
    .pc_br {
    display: block;
}
}
