@charset "utf-8";

#topban {
	text-align: center;
}
#topban .slider {
    position: relative;
}
#topban .slider .item > img {
    width: 100%;
}
#topban .slider .item .text {
    position: absolute;
}
#topban .slider .item1 .text {
    margin: auto;
    left: 0;
    right: 0;
    top: 120px;
    width: 1000px;
}
#topban .slider .item2 .text {
    height: 164px;
    right: 0;
    bottom: 30px;
    width: 940px;
}
#topban .slider .item3 .text {
    height: 164px;
    left: 0;
    top: 30px;
    width: 940px;
}
#topban .slider .item4 .text {
    height: 164px;
    left: 0;
    top: 30px;
    width: 940px;
}
#topban .slider .item5 .text {
    height: 164px;
    right: 0;
    top: 30px;
    width: 940px;
}
@media screen and (max-width: 767px) {
    .bx-wrapper {
        margin-bottom: 0 !important;
    }
    #topban .slider .item1 .text {
        margin: auto;
        left: 0;
        right: 0;
        top: 40px;
        width: 335px;
    }
    #topban .slider .item2 .text {
        right: 0;
        bottom: 10px;
        width: 245px;
        height: 55px;
    }
    #topban .slider .item3 .text {
        left: 0;
        top: 10px;
        width: 245px;
        height: 55px;
    }
    #topban .slider .item4 .text {
        left: 0;
        top: 10px;
        width: 245px;
        height: 55px;
    }
    #topban .slider .item5 .text {
        right: 0;
        top: 10px;
        width: 245px;
        height: 55px;
    }
}

#sec1 {
    padding: 100px 0 70px;
    text-align: center;
}
#sec1 .title {
    line-height: 1.2;
    font-size: 44px;
    color: #000;
}
#sec1 .text {
    margin-top: 30px;
    line-height: 1.6;
    font-size: 20px;
}
@media screen and (max-width: 767px) {
    #sec1 {
        padding: 25px 0;
    }
    #sec1 .title {
        line-height: 1.2;
        font-size: 24px;
    }
    #sec1 .text {
        line-height: 1.8;
        font-size: 13px;
    }
}

.lead_blk {
    padding: 60px 0;
}
.lead_blk.ba {
    background-color: #edfaf3;
}
.lead_blk .inner {
    display: -webkit-flex;
    display: flex;
}
.lead_blk .inner .cl {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
}
.lead_blk .inner .cr {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
}
.lead_blk .inner .cr .title {
    margin-bottom: 20px;
    padding: 0 20px 5px;
    line-height: 1.4;
    border-bottom: 2px solid #646464;
    font-size: 40px;
    color: #000;
}
.lead_blk .inner .cr .text {
    padding: 0 20px;
    line-height: 1.6;
    font-size: 15px;
}
.lead_blk .inner .cr dt {
    margin-top: 10px;
    padding: 0 20px;
    font-weight: bold;
    font-size: 22px;
    color: #000;
}
.lead_blk .inner .cr dd {
    margin-top: 3px;
    padding: 0 20px;
    line-height: 1.6;
    font-size: 15px;
}
@media screen and (max-width: 767px) {
    .lead_blk {
        padding: 25px 0;
    }
    .lead_blk .inner {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .lead_blk .inner .cl {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .lead_blk .inner .cr {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 25px;
    }
    .lead_blk .inner .cr .title {
        padding: 0 10px 5px;
        text-align: center;
        line-height: 1.3;
        border-bottom: 2px solid #646464;
        font-size: 24px;
    }
    .lead_blk .inner .cr .text {
        margin-top: 15px;
        padding: 0 10px;
        font-size: 13px;
    }
    .lead_blk .inner .cr dt {
        margin-top: 15px;
        padding: 0 10px;
        font-size: 15px;
    }
    .lead_blk .inner .cr dd {
        margin-top: 3px;
        padding: 0 10px;
        font-size: 14px;
    }
}