@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }

* {
  box-sizing: border-box; }

p {
    line-height: 1.8;
}

#com_area h2 {
    position: relative;
    display: inline-block;
    padding: 0 3rem;
    font-size: 1.2rem;
    font-weight: normal;
    margin: 0 0 2rem;
}

#com_area h2:before, #com_area h2:after {
    content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 35px;
height: 2px;
border-top: solid 1px black;
border-bottom: solid 1px black;
}

.sb-btn {
    margin-top: 2rem;
}

#com_area .sb-btn p {
    text-align: center;
}

.sb-btn a:hover img {
    opacity: 0.8;
}

#com_area img {
    vertical-align: bottom;
}

#com_area {
    text-align: center;
    padding: 0;
}

#com_area .inner_section {
    padding: 0;
}

#com_area p {
    text-align: left;
}

#com_area h2:before {
    left: 0;
}

#com_area h2:after {
    right: 0;
}

#com_area h3 {
    background: #ddd;
    padding: 0.5rem 1rem;
}

iframe {
    max-width: 100%;
}

#com_area .flex2 a:hover img {
    opacity: 0.8;
}

#com_area .flex2 h3 {
    background: #333;
    color: #fff;
}

#com_area .flex2 a {
    color: #fff;
}

#com_area .flex2 h3 {
    font-weight: normal;
}

.sec3, .sec5 {
    padding: 3rem 1rem;
    background: #f3f3f3;
}

.sec1, .sec2, .sec4, .sec6 {
    padding: 3rem 1rem;
}

.sec1 {
    padding-top: 0;
    padding-bottom: 0;
}

.flex1 .left, .flex5 .left {
    margin-bottom: 1rem;
}

.flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex2 .ex1 {
    width: 50%;
    padding: 0.5rem;
}
.flex2 .ex1 img {
    width: 100%;
}

.flex3 p {
    font-size: 0.85rem;
}

.flex3 table {
    border: 1px solid #f3f3f3;
    text-align: left;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.flex3 table tr {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.flex3 table th, .flex3 table td {
    padding: 0.5rem;
    width: 50% !important;
}

.flex3 table tr td {
    width: 50% !important;
}

.flex3 h3 {
    margin-top: 1rem;
}

.flex3 h4 {
    margin-top: 1.5rem;
}

 .flex4 {
    display: block;
}



@media screen and (min-width: 768px) {
    #com_area h2 {
        font-size: 1.7rem;
        letter-spacing: 2px;
    }
    .flex1 {
        display: flex;
        justify-content: space-between;
    }
    .flex1 .left {
        width: 50%;
        padding-right: 1rem;
    }
    .flex1 .right {
        width: 50%;
        padding-left: 1rem;
    }

    .flex2 {
        display: flex;
        justify-content: space-between;
    }

    .flex2 .ex1 {
        width: 25%;
        padding: 0.5rem;
    }

    .flex3 {
        display: flex;
        justify-content: space-between;
    }
    .flex3 .left {
        width: 50%;
        padding-right: 1rem;
    }
    .flex3 .right {
        width: 50%;
        padding-left: 1rem;
    }


    .flex4 {
        display: flex;
        justify-content: space-between;
    }
    .flex4 .left {
        width: 50%;
        padding-right: 1rem;
    }
    .flex4 .right {
        width: 50%;
        padding-left: 1rem;
    }


    .flex5 {
        display: flex;
        justify-content: space-between;
    }
    .flex5 .left {
        width: 50%;
        padding-right: 1rem;
    }
    .flex5 .right {
        width: 50%;
        padding-left: 1rem;
    }

 }