@charset "utf-8";



.font_red {
    color: #f00;
}



@media screen and (min-width: 800px)
{
    h2.title {
        border-bottom: #012B74 solid 1px;
    }

    h3 {
        padding: 5px;
        font-size: 1.2em;
        font-weight: bold;
        border-bottom: #ddd solid 1px;
    }

    div#main_contents {
        width: 900px;
        margin: 0 auto 300px;
        padding: 0;
    }

    div.qualification {
        width: 900px;
        margin: 0 auto 50px;
        padding: 0;
        line-height: 2.4em;
    }

}



@media screen and (max-width: 799px)
{
    h2.title {
        border-bottom: #012B74 solid 1px;
        text-align: center;
    }

    h2.title img {
        height: 18px;
    }

    h3 {
        padding: 5px;
        font-weight: bold;
        border-bottom: #ddd solid 1px;
    }

    div#main_contents {
        width: 90%;
        margin: 0 auto 50px;
        padding: 0;
        font-size: 0.8em;
    }

    div.qualification {
        line-height: 1.6em;
    }
}

/* SMPここまで */
