@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}


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

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

#wrap {
    margin: 50px auto;
}

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

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

#sec1 #main {
    margin: 0 auto;
    width: 96%;
}

#sec1 #main p {
    height: 170px;
}

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

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

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

/* sec2 */
#sec2 {
    padding: 30px 0;
    border-top: solid 3px khaki;
    border-bottom: solid 3px khaki;
}

#mainL {
    margin: 0 auto;
    width: 96%;
}

#mainL>p {
    margin-bottom: 62px;
    height: 108px;
    line-height: 1.2;
    font-size: 32px;
}

#mainL>p span {
    font-size: 18px;
}

#mainL caption {
    line-height: 80px;
}

#mainL table,
#mainL tr,
#mainL td {
    border: solid 1px black;
    border-collapse: collapse;
}

#mainL table {
    margin-bottom: 62px;
    width: 96%;
}

#mainL tr {
    height: 80px;
    vertical-align: middle;
    text-indent: 1em;
}

#mainL td {
    width: 48%;
}

#Rtop {
    display: flex;
    width: 96%;
    margin: 0 auto 10px;
}

#Rtop p {
    height: 280px;
}

#Rtop p:first-of-type {
    margin-right: 2%;
    width: 47.9%;
    overflow: hidden;
}

#Rtop p:last-of-type {
    width: 50%;
}

#mainR>p {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

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

/* sec3 */
#sec3 {
    width: 96%;
    margin: 0 auto;
    text-align: center;
}

#sec3>p {
    margin-bottom: 30px;
    line-height: 70px;
    font-size: 32px;
}

article>p {
    margin-right: 0.8%;
    width: 49.1%;
    height: 245px;
    overflow: hidden;
    float: left;
}

article>div {
    margin-bottom: 10px;
    width: 50.1%;
    background-color: #f2f3db;
    float: left;
}

article>div p:first-of-type {
    line-height: 60px;
    border-bottom: solid 1px #8CC63F;
    overflow: hidden;
}

article>div p:last-of-type {
    height: 185px;
}



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

    h1 {
        width: 100%;
    }

    /* sec1 */
    #sec1 #main {
        display: flex;
    }

    #sec1 #main p {
        width: 50%;
    }

    /* sec2 */
    #sec2 {
        display: flex;
    }

    #mainL {
        margin-right: 1.1%;
        width: 50%;
    }

    #mainR {
        width: 48.9%;
    }

    /* sec3 */
    article {
        width: 24.1%;
        float: left;
    }

    article:not(:last-of-type) {
        margin-right: 1.2%;
    }

    article>p {
        width: 100%;
        height: 220px;
    }

    article>div {
        width: 100%;
    }

    article>div {
        background-color: transparent;
    }

    article>div p:first-of-type {
        border: none;
    }
}