@charset "UTF-8";

.c-1 {
    min-width: 1200px;
    background: #1ba300;
    padding: 15px;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .c-1 {
        min-width: 320px;
        width: 100%;
        padding: 10px;
    }
}

.c-2 {
    min-width: 1200px;
    background: url(../img/bg_main.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    height: 622px;
    padding: 130px 0 0;
}

@media screen and (max-width: 768px) {
    .c-2 {
        min-width: 320px;
        width: 100%;
        height: auto;
        padding: 0;
    }

    .c-2 img {
        width: 90%;
        margin: 80px 0 50px;
    }
}

.c-3 {
    min-width: 1200px;
}

.c-3 h2 {
    border: #009944 4px solid;
    width: 1100px;
    margin: 80px auto;
    padding: 50px 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .c-3 {
        min-width: 100%;
        padding: 0 20px;
    }

    .c-3 h2 {
        border: #009944 4px solid;
        width: 100%;
        margin: 20px auto;
        padding: 20px;
        text-align: center;
    }

    .c-3 h2 img {
        width: 100%;
    }
}

.c-4 {
    background: #f4f1df;
    min-width: 1200px;
    padding: 50px 0;
}

.c-4 h2 {
    width: 1000px;
    margin: 0 auto 30px;
    text-align: center;
}

.c-4 ul {
    width: 800px;
    margin: auto;
    list-style: none;
}

.c-4 ul li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 10px;
}

.c-4 ul li:after {
    position: absolute;
    content: url(../img/icn_check.png);
    left: 0;
    top: 0;
}

@media screen and (max-width: 768px) {
    .c-4 {
        min-width: 100%;
        padding: 30px 20px;
    }

    .c-4 h2 {
        width: 100%;
        margin: 0 auto 20px;
    }

    .c-4 ul {
        width: 100%;
    }
}

.c-5 {
    background: #f0f0f0;
    min-width: 1200px;
    padding: 100px 0 40px;
}

.c-5 > div {
    position: relative;
    background: #fff;
    width: 1100px;
    margin: 0 auto 50px;
}

.c-5 .box {
    padding: 50px;
    display: flex;
    justify-content: space-between;
}

.c-5 .box + div {
    padding-top: 0;
}

.c-5 .box div {
    margin-right: 25px;
}

.c-5 .box h2 {
    margin-bottom: 25px;
}

.c-5 span {
    background: linear-gradient(transparent 50%, #fff000 50%);
    padding: 0 5px;
}

.c-5 .box img + img {
    margin-top: 15px;
}

.c-5 .box2 {
    padding: 50px 0 0;
    display: flex;
    justify-content: space-between;
}

.c-5 .box2 div {
    margin-left: 50px;
}

.c-5 .box2 h2 {
    margin-bottom: 20px;
}

.c-5 .box2 img {
    display: block;
}

.arrow:after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -40px;
    width: 0;
    border-top: #ff3631 40px solid;
    border-left: transparent 60px solid;
    border-right: transparent 60px solid;
}

.c-5 .box3 {
    padding: 50px;
}

.c-5 .box3 div {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}

.c-5 .box3 div p {
    margin-right: 25px;
}

.c-5 .box3 h2 {
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .c-5 {
        min-width: 100%;
        padding: 30px 20px;
    }

    .c-5 > div {
        width: 100%;
        margin: 0 auto 20px;
    }

    .c-5 .box {
        padding: 20px;
        display: block;
    }

    .c-5 .box div {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .c-5 img {
        width: 100%;
    }

    .c-5 .box2 {
        display: block;
    }

    .c-5 .box2 div {
        margin-left: 20px;
        margin-right: 20px;
    }

    .arrow:after {
        bottom: -30px;
        border-top: #ff3631 30px solid;
        border-left: transparent 50px solid;
        border-right: transparent 50px solid;
    }

    .c-5 .box3 {
        padding: 20px;
    }

    .c-5 .box3 div {
        display: block;
    }

    .c-5 .box3 div p {
        margin-right: 0;
    }

    .c-5 .box3 h2 {
        margin-bottom: 25px;
    }
}

.c-6 {
    min-width: 1200px;
}

.c-6 .box1 {
    background: #f1f9e7;
    width: 1000px;
    margin: 50px auto;
    padding: 50px;
}

.c-6 .box1 div {
    border: #13b5b1 solid 9px;
    padding: 30px;
    background: #fff;
    margin-top: 50px;
}

.c-6 .box1 div h3 {
    color: #13b5b1;
    border-bottom: #13b5b1 solid 2px;
    padding-bottom: 10px;
}

.c-6 .box1 div p {
    color: #13b5b1;
}

.c-6 .box1 div ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.c-6 .box1 div ul figcaption {
    margin: 25px 0;
}

.c-6 .box2 {
    width: 870px;
    border: #f39700 solid 4px;
    padding: 30px 20px 20px;
    text-align: center;
    margin: 70px auto 50px;
}

.c-6 .w1000 {
    width: 1000px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .c-6 {
        min-width: 100%;
    }

    .c-6 .box1 {
        width: calc(100% - 40px);
        margin: 25px auto;
        padding: 20px;
    }

    .c-6 .box1 div {
        border: #13b5b1 solid 5px;
        padding: 15px;
        margin-top: 25px;
    }

    .c-6 .box1 div ul {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .c-6 .box1 div ul li {
        width: 45%;
    }

    .c-6 .box1 div ul img {
        width: 100%;
    }

    .c-6 .box1 div ul figcaption {
        margin: 5px 0 20px;
    }

    .c-6 .w1000 {
        width: calc(100% - 40px);
    }

    .c-6 .box2 {
        width: calc(100% - 40px);
        padding: 20px 10px 10px;
        margin: 40px auto 30px;
    }

    .c-6 .box2 img {
        width: 100%;
    }
}

.c-7 {
    background: #22ac38;
    color: #fff;
    padding: 40px 20px;
    min-width: 1200px;
}

@media screen and (max-width: 768px) {
    .c-7 {
        min-width: 100%;
    }

    .c-7 img {
        width: 100%;
    }
}

.c-8 {
    min-width: 1200px;
    margin: auto;
}

.c-8 ul {
    list-style: none;
    width: 750px;
    margin: auto;
}

.c-8 ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.c-8 ul li:after {
    position: absolute;
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    border: #000 solid 1px;
    left: 0;
    top: 7px;

}

.c-8 ul li span {
    background: linear-gradient(transparent 70%, #fff000 30%);
}

@media screen and (max-width: 768px) {
    .c-8 {
        width: calc(100% - 40px);
        min-width: auto;
    }

    .c-8 ul {
        width: 100%;
    }
}

.btn {
    display: block;
    width: 775px;
    margin: 40px auto;
}

.btn:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .btn {
        width: 100%;
        overflow: hidden;
        border-radius: 5px;
    }

    .btn img {
        width: 550px;
        display: block;
        margin-left: 50%;
        transform: translateX(-50%)
    }
}

.c-9 {
    min-width: 1200px;
    margin: auto;
}

.c-9 dl {
    position: relative;
    background: #d8f0fc;
    width: 1000px;
    margin: 30px auto 0;
    min-height: 170px;
}

.c-9 dl img {
    position: absolute;
    bottom: 0;
    right: 70px;
}

.c-9 dl dt {
    padding: 35px 50px;
}

.c-9 dl dt span {
    color: #0070aa;
}

.c-9 dl dt span span {
    color: #5f5f5f;
}

@media screen and (max-width: 768px) {
    .c-9 {
        width: calc(100% - 40px);
        min-width: auto;
    }

    .c-9 dl {
        position: relative;
        background: #d8f0fc;
        width: 100%;
        margin: 20px auto 0;
        min-height: 180px;
    }

    .c-9 dl img {
        position: absolute;
        bottom: 0;
        right: 20px;
        width: 20%;
        max-width: 90px;
    }

    .c-9 dl dt {
        padding: 20px 20px 70px;
    }
}

.c-10 {
    min-width: 1200px;
    margin: auto;
}

.c-10 dl {
    width: 1000px;
    margin: auto;
}

.c-10 dl dt {
    position: relative;
    margin-left: 50px;
    background: #009944;
    color: #fff;
    padding: 10px 20px 10px 60px;
}

.c-10 dl dt figure {
    position: absolute;
    left: -50px;
    top: -23px
}

.c-10 dl dt .arrow2:after {
    content: url(../img/arrow.png);
    position: absolute;
    display: block;
    bottom: -85px;
    left: 31px;
}

.c-10 dl dd {
    margin-left: 50px;
    background: #e8f5c8;
    padding: 25px 60px 30px;
    min-height: 140px;
}

.c-10 > p {
    width: 900px;
    margin: auto;
}

.c-10 .lis h3 {
    border-bottom: 3px #000 solid;
    border-top: 3px #000 solid;
}

.c-10 .lis {
    display: flex;
    width: 1000px;
    margin: auto;
    justify-content: space-between;
}

.c-10 .lis div {
    width: 490px;
}

.c-10 .lis ul {
    margin: 20px 0 0 35px;
    min-height: 140px;
}

.c-10 .lis ul li {
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .c-10 {
        width: calc(100% - 40px);
        min-width: auto;
    }

    .c-10 > p {
        width: 100%;
    }

    .c-10 dl {
        width: 100%;
    }

    .c-10 dl dt {
        margin-left: 20px;
        padding: 10px 20px 10px 30px;
    }

    .c-10 dl dt figure {
        position: absolute;
        left: -35px;
        top: -20px
    }

    .c-10 dl dt figure img {
        width: 60px;
    }

    .c-10 dl dt .arrow2:after {
        bottom: -95px;
        left: 12px;
    }

    .c-10 dl dd {
        margin-left: 20px;
        padding: 15px 20px 15px 30px;
        min-height: auto;
    }

    .c-10 figure img {
        width: 100%;
    }

    .c-10 .lis {
        display: block;
        width: 100%;
    }

    .c-10 .lis div {
        width: 100%;
    }

    .c-10 .lis ul {
        margin: 20px 0 20px 30px;
        min-height: auto;
    }
}

.c-11 {
    border-top: #ccc 1px solid;
    min-width: 1200px;
    margin: auto;
}

.c-11 dl {
    border: #eeeec2 1px solid;
    background: #fefde9;
    width: 1100px;
    margin: auto;
    padding: 45px;
}

.c-11 dl dt {
    position: relative;
    padding-left: 45px;
    padding-bottom: 25px;
}

.c-11 dl dt:after {
    content: url(../img/icn_q.png);
    position: absolute;
    display: block;
    top: -6px;
    left: 0;
}

.c-11 dl dd + dt {
    margin-top: 30px;
}

.c-11 dl dd {
    position: relative;
    padding-bottom: 30px;
    padding-left: 45px;
    border-bottom: #ccc 1px solid;
}

.c-11 dl dd:after {
    content: url(../img/icn_a.png);
    position: absolute;
    display: block;
    top: -7px;
    left: 0;
}

@media screen and (max-width: 768px) {
    .c-11 {
        width: 100%;
        min-width: auto;
    }

    .c-11 dl {
        width: calc(100% - 40px);
        padding: 30px 15px;
    }
}

.c-12 {
    background: #c0e191;
    min-width: 1200px;
    margin: auto;
    padding: 80px 0;
}

.c-12 div {
    width: 1000px;
    text-align: center;
    background: #fff;
    margin: auto;
    padding: 50px 0;
}

.c-12 div span {
    color: #c00;
}

footer {
    min-width: 1200px;
}

footer a{
    color: #000;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .c-12 {
        width: 100%;
        min-width: auto;
        padding: 40px 0;
    }

    .c-12 div {
        width: calc(100% - 40px);
        padding: 30px 20px;
    }

    footer {
        width: 100%;
        min-width: auto;
    }
}
