@charset "utf-8";

@media screen and (max-width: 767px) {
    .mark img {
        width: 170px;
    }
}
.c_title {
    background-color: #095F09;
}

#sec2 {
    padding-bottom: 0;
}
.sec .top {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px;
}
.sec .top .logo {
    -webkit-flex: 0 0 280px;
    flex: 0 0 280px;
}
.sec .top .info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
    padding-left: 30px;
}
.sec .top .info .title {
    line-height: 1.2;
    font-weight: bold;
    font-size: 36px;
}
#sec2 .top .info .title {
    color: #EA0000;
}
#sec3 .top .info .title {
    color: #24438A;
}
.sec .top .info .text {
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
}
@media screen and (max-width: 767px) {
    .sec .top {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .sec .top .logo {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
    }
    .sec .top .logo img {
        width: 140px;
    }
    .sec .top .info {
        display: -webkit-flex;
        display: flex;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: center;
        align-content: center;
        padding-left: 0;
    }
    .sec .top .info .title {
        margin-top: 10px;
        font-size: 20px;
    }
    .sec .top .info .text {
        margin-top: 10px;
        font-size: 14px;
    }
}
.sec .center {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.sec .center .cl {
    -webkit-flex: 0 0 47%;
    flex: 0 0 47%;
}
.sec .center .cr {
    -webkit-flex: 0 0 47%;
    flex: 0 0 47%;
}
.sec .center .blk {
    margin-top: 50px;
}
.sec .center .blk .title {
    padding-bottom: 5px;
    line-height: 1.2;
    border-bottom: 1px solid #095F09;
    font-weight: bold;
    font-size: 36px;
    color: #095F09;
}
.sec .center .blk .body {
    margin-top: 30px;
    font-size: 15px;
}
.sec .center .cl .blk .body dl {
    margin-top: 30px;
}
.sec .center .cl .blk .body dl:first-child {
    margin-top: 0;
}
.sec .center .cl .blk .body dt {
    font-weight: bold;
    font-size: 20px;
}
.sec .center .cl .blk .body dd {
    margin-top: 10px;
}
.sec .center .blk .body img {
    width: 100%;
}
.sec .center .cr .blk .body dl {
    margin-top: 10px;
}
.sec .center .cr .blk .body dl:first-child {
    margin-top: 0;
}
.sec .center .cr .blk .body dt {
    padding: 5px 10px;
    background-color: rgba(208, 206, 204, .36);
    font-size: 18px;
}
.sec .center .cr .blk .body dd {
    padding: 10px;
}
@media screen and (max-width: 767px) {
    .sec .center {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sec .center .cl {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .sec .center .cr {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .sec .center .blk {
        margin-top: 30px;
    }
    .sec .center .blk .title {
        font-size: 20px;
    }
    .sec .center .blk .body {
        margin-top: 20px;
        font-size: 13px;
    }
    .sec .center .cl .blk .body dl {
        margin-top: 20px;
    }
    .sec .center .cl .blk .body dt {
        font-size: 15px;
    }
    .sec .center .cl .blk .body dd {
        margin-top: 10px;
    }
    .sec .center .blk .body img {
        display: block;
        margin: 0 auto;
        width: 285px;
    }
}