.site-info-p p{
	margin:5px 0;
}
/*------------ about-editor ------------*/
.about-editor .row_{
    display: flex;
}
.about-editor .row_ .col1{
    flex-basis: 50%;
}
.about-editor .row_ .col2{
    flex-basis: 50%;
    padding: 0px 10px;
}
.about-editor .row_ img{
    object-fit: contain;
}
.about-editor hr{
    border-top: solid #ddd 1px;
    border-bottom: none;
    margin: 30px 0;
}
.about_title{
    color: #2C882C;
    font-size: 22px;
    margin: 20px 0 10px;
}
.title_box{
    color: #417200;
    font-weight: 500;
    font-size: 25px;
    background: url(../../images/common/about/title_box.png) no-repeat;
    display: inline-block;
    padding: 30px 59px 70px 23px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-family: 'Noto Sans SC Sliced', sans-serif;
}
.title_box small{
    font-size: 18px;
    color: #7FC601;
    font-family: 'Poppins';
    display: block;

}
.about_tag{
    font-size: 19px;
    color: #997300;
    font-weight: 500;
    padding:10px;
    position: relative;
    border:solid 1px #9A7400;
    text-align: center;
    margin: 20px 0 30px;
    font-family: 'Noto Sans SC Sliced', sans-serif;
}
.about_tag:before{
    content: '';
    display: block;
    position: absolute;
    right: 3px;
    top: 3px;
    background: url(../../images/common/about/tag.png) no-repeat;
    width: 10px;
    height: 10px;
}


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

.terms-editor {
    line-height: 1.9;
}

.terms-editor .title {
    font-size: 19px;
    font-weight: bold;
    color: #318a2c;
    margin: 0;
}


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

.index-about-editor {
    padding: 0 0 40px;
}

.index-about-editor table .pic {
    width: 507px;
    padding: 0 15px;
}
.contact-info{
    margin-top: 80px;
    padding-top: 60px;
    border-top: solid #ddd 1px;
}
.contact-info .editor{
    box-sizing: border-box;
    position: relative;
    max-width: 835px;
    margin: 0 auto;
}
.contact-editor .row_{
    display: flex;
    margin-bottom: 50px;
    align-items: center;
    background: #f3f7f2;
}
.contact-editor .row_ img{
    object-fit: contain;
}
.contact-editor .row_ .col1{
    flex-basis: 50%;
    padding:0 0px;
}
.contact-editor .row_ .col2{
    flex-basis: 50%;
    padding:0 0px 0 60px;
}
.contact-editor .theme_color{
    color: #318a2c;
    font-weight: bold;
}
.contact-editor .site-info-title{
    font-size: 19px;
}
.contact-editor .site-info-title:before{
    content: '';
    display: inline-block;
    background: url(../../images/common/map_ic2.png);
    width: 12px;
    height: 17px;
    vertical-align: middle;
    position: absolute;
    top: 3px;
    left: -20px;
}
/*------------ rwd ------------*/

@media screen and (max-width: 1280px) {
    .index-about-editor table td {
        width: 100%;
        float: left;
    }
    .index-about-editor table .pic {
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }
    .index-about-editor{
        padding-bottom: 20px;
    }
    .about-editor .row_ {
        display: block;
    }
    .contact-editor .row_{
        display: block;
    }
    .contact-editor .row_ .col2{
        padding-left: 40px;
    }
    .contact-info {
    margin-top: 40px;
    padding-top: 30px;
}
}

@media screen and (max-width: 900px) {
    .news-editor .tb01 .pic,
    .news-editor .tb01 .txt {
        width: 100%;
        display: block;
        padding: 0 0 20px;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .about-editor .list,
    .products-editor .list {
        text-align: center;
        margin: 0;
    }
    .about-editor .list li,
    .products-editor .list li {
        width: 50%;
        padding: 0 13px 25px;
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    .about-editor .list li,
    .products-editor .list li {
        width: 100%;
        padding: 0 0 25px;
    }
    .notice-editor h2 i {
        font-size: 32px;
    }
}
