@charset "utf-8";
/* CSS Document */

/*-----------------
division
-----------------*/
.division .topbg h2 {
    padding: 0.5em 0 0;
    background: #009c43;
}
.division .topbg h2 small {
    display: block;
    margin: 0.5em 0 0;
    padding: 0.5em 0;
    background: #3268ad;
    font-size: 14px;
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
}

/*-----------------
division-1
-----------------*/
.division-1 {
}
.division-1 .topbg {
    background: center center / cover no-repeat url(../img/division-2/topbg-div2.jpg);
}

.division-1 .flex {
    justify-content: space-between;
    margin: 100px auto;
}
.division-1 figure {
    width: 49%;
    margin: 0;
}
h2.green-ttl {
    line-height: 1.56;
}
.wrap.short .text {
    line-height: 1.94;
    letter-spacing: 0.03em;
    font-size: 18px;
}
.division-1 table {
    margin-bottom: 170px;
}
.division-1 table * {
    letter-spacing: 0.2em;
}
.division-1 table th,
.division-1 table td {
    padding: 30px 50px;
    border: 1px solid #ababab;
    box-sizing: border-box;
}
.division-1 table th {
    white-space: nowrap;
}
.division-1 table td {
}
.division-1 table .head th {
    font-size: 20px;
    padding: 25px 0;
    box-sizing: border-box;
    background: #eeeeee;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 768px) {
    .division-1 .topbg {
        background: center center / cover no-repeat url(../img/division-2/topbg-div2-sp.jpg);
    }

    .division-1 .flex {
        margin: 0 auto 50px;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .division-1 figure {
        width: 47%;
        text-align: center;
        margin: 20px 0 0;
    }
    .division-1 table {
        margin-bottom: 15px;
    }
    h2.green-ttl {
        line-height: 2.05;
        letter-spacing: 0;
        font-size: 17px;
    }
    .wrap.short {
        padding: 0 6.33vw;
    }
    .wrap.short .text {
        line-height: 1.66;
        font-size: 15px;
        letter-spacing: 0.05em;
    }
}

@media screen and (max-width: 480px) {
    .division-1 .flex {
        padding: 0 8vw;
        box-sizing: border-box;
    }
    .division-1 table th,
    .division-1 table td {
        padding: 3vw;
        font-size: 3.4vw;
    }
    .division-1 table th {
        background: #eeeeee;
    }
    .division-1 table .head th {
        font-size: 4.5vw;
        padding: 2vw 0;
    }
}
