@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 30px;
    width: 96%;
    line-height: 70px;
    border-bottom: solid 3px #8CC63F;
}

#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: 100%;
}

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

#mainL td {
    width: 50%;
}

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

#Rtop p {
    height: 280px;
    float: left;
}

#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;
}

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

    h1 {
        width: 100%;
    }

    #mainL,
    #mainR {
        float: left;
    }

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

    #mainR {
        width: 48.9%;
    }
}