@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

body {
    font-family: Constantia, "Almendra SC", 'Kiwi Maru';
}

img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    object-fit: cover;
}

#wrap {
    margin: 50px auto;
    width: 100%;
}

h1 {
    margin: 0 auto 70px;
    width: 96%;
    line-height: 70px;
    border-bottom: solid 3px #8CC63F;
}

#contents>p {
    margin-bottom: 70px;
    height: 300px;
    overflow: hidden;
}

#main p {
    margin: 0 auto;
    width: 96%;
    height: 170px;
}

#main p:first-of-type {
    margin-bottom: 10px;
    line-height: 0.7;
    font-size: 45px;
}

#main p:first-of-type span {
    font-size: 18px;
}

#main p:last-of-type {
    line-height: 1.5;
}

/* 501以上 */
@media screen and (min-width: 671px) {
    #wrap {
        max-width: 980px;
    }

    h1 {
        width: 100%;
    }

    #main p {
        width: 50%;
        float: left;
    }
}