/*------------ about-editor ------------*/
.about-editor {
    padding: 0 15px;
}

.about-editor .tb01 p:before {
    content: '';
    width: 30px;
    height: 4px;
    background: #0090E0;
    display: block;
    position: relative;
    margin: 35px 0 20px;
}

.about-editor .tb01 p {
    margin-right: 40px;
}

.about-editor .tb01 {
    font-size: 14px;
    color: #111111;
    margin: 0;
    letter-spacing: 1.5px;
    line-height: 2;
}

.about-editor .tb01 td {
    vertical-align: top;
}

.about-editor .tb01 .pic {
    width: 420px;
    padding: 0 0 2px 15px;
}

.box-five .all {
    display: flex;
    position: relative;
}

.box-five .all ul {
    margin: 0 -40px;
    padding: 0;
}

.box-five {
    margin: 80px 0px 40px;
}

.box-five .all li {
    /* margin:0 12px; */
    width: 20%;
    padding: 0 10px;
}

.box-five .all span {
    color: #444444;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Roboto';
    margin: 10px 0;
    display: block;
    line-height: 1.5;
}

.box-five .all p {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}

/*------------ news-editor ------------*/

.news-editor .tb01 {
    width: 100%;
    color: #9F856C;
    line-height: 1.9;
}

.news-editor .tb01 .pic {
    width: 305px;
    padding-left: 35px;
}


/*------------ service-editor ------------*/

.service-editor .tb01 {
    background: #CECEBF;
    color: #646464;
    line-height: 1.7;
    border-collapse: collapse;
    border-spacing: 0;
}

.service-editor .tb01 .pic {
    width: 170px;
}

.service-editor .tb01 .title {
    color: #444444;
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: bold;
}

.service-editor .tb01 .txt {
    padding: 20px;
}

/*------------ contact-editor ------------*/
.contact-editor .row {
    margin: 0 -2%;
}

.contact-editor .col {
    float: left;
    padding: 0 2%;
}

.contact-editor .col1 {
    width: 44%;
}

.contact-editor .col2 {
    width: 56%;
}

.contact-map {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    border: 8px solid #fff;
}

.contact-map iframe {
    display: block;
    max-height: 100%;
}

.contact-info-list {
    color: #555;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.contact-info-list li {
    position: relative;
    padding: 2px 0 2px 40px;
    margin: 8px 0;
    line-height: 25px;
}

.contact-info-list li:before {
    content: '';
    display: inline-block;
    background: url('../../images/common/contact/info_ic.png') no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-info-list li.tel:before {
    background-position: 0 0;
}

.contact-info-list li.mail:before {
    background-position: 0 50%;
}

.contact-info-list li.addr:before {
    background-position: 0 100%;
}

.contact-info-list a:hover {
    text-decoration: underline;
}

.contact-info {
    margin: 100px auto 20px;
    max-width: 1100px;
}

/*------------ terms-editor ------------*/

.terms-editor {
    color: #5D5D5D;
    line-height: 1.85;
}

.terms-editor .title {
    /* border: 1px solid #D4D1C7; */
    line-height: 26px;
    font-size: 18px;
    color: #008adc;
    font-weight: bold;
}

.terms-editor .title:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 2px solid #00a1e9;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 2px;
}

.term {
    margin: 0 auto;
}

/*------------ index-about-editor ------------*/

.index-about-editor {
    line-height: 2;
    color: #444;

}


/*------------ rwd ------------*/

@media screen and (max-width: 1300px) {
    .about-editor .tb01 p {
        margin: 0;
    }

    .about-editor .tb01 p:before {
        margin: 10px 0;
    }

    .box-five .all ul {
        left: 0;
        position: relative;
        margin: 0;
    }

    .contact-info {
        margin: 60px 0 0;
    }
}

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

    .about-editor .tb01 td,
    .about-editor .tb02 td {
        width: 100%;
        float: left;
        box-sizing: border-box;
    }

    .about-editor .tb02 td {
        padding: 10px;
        text-align: center;
    }

    .about-editor .tb01 .pic,
    .about-editor .tb02 .pic {
        width: 100%;
        padding: 5px 0;
    }

    .box-five .all span {
        font-size: 16px;
    }

    .box-five {
        margin: 40px 0 0;
    }

    .about-editor {
        padding: 0;
    }
}

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

    .service-editor .tb01 .pic,
    .service-editor .tb01 .txt {
        width: 100%;
        float: left;
        padding: 15px;
        text-align: center;
        box-sizing: border-box;
    }

    .contact-editor {
        padding: 0 2%;
    }

    .contact-editor .col {
        width: 100%;
        padding: 0;

    }

    .contact-map {
        margin-bottom: 1.8em;
    }

    .box-five .all li {
        width: 50%;
        padding: 0 10px 30px;
    }

    .box-five .all li:nth-child(5) {
        margin: 0 auto;
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
    }

    .box-five .all li:nth-child(5) p {
        max-width: 250px;
        text-align: left;
        margin: 0 auto;
    }
}

@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }
}

@media screen and (max-width: 500px) {
    .box-five .all ul {
        left: 0;
        margin: 0 auto;
    }

    .box-five .all li {
        width: 100%;
    }

    .box-five .all li img {
        margin: 0 auto;
        text-align: center;
        position: relative;
        display: block;
    }

    .box-five {
        margin: 30px auto 0;
    }

    .box-five .all li:nth-child(5) p {
        max-width: inherit;
        text-align: left;
        margin: 0 auto;
    }

    .box-five .all li:nth-child(5) {
        text-align: left;
    }
}