@charset "utf-8";
/*------------ products-editor ------------*/


/*------------ notice-editor ------------*/

.
/*------------ terms-editor ------------*/

.terms-editor {
    font-size: 15px;
    line-height: 2;
}

.terms-editor .title {
    font-size: 16px;
    margin: 0;
}

.terms-editor p {
    text-indent: 0em;
    margin: 0 0 50px;
}

.terms-editor .row {
    margin: 0 -27px;
}

.terms-editor .col {
    padding: 0 27px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}


/*------------ index-about-editor ------------*/

.index-about-editor {
    letter-spacing: 1px;
    font-size: 15px;
}

.about-editor .row {
    margin: 0 -5px;
}
.about-editor .bot{
    display:flex;
    padding-bottom:25px;
} 
.about-editor .col {
    padding: 0 10px 0 0px;
}
.about-editor .tit-big{
    padding-bottom:30px;
}
.about-editor .col1 {
    width: 46%;
}
.about-editor .col1 .big{
   font-size:20px;
   padding:10px 0 30px;
   display:block;
}
.about-editor .col2 {
    width: 54%;
    text-align: center;
}

/*------------ contact-editor ------------*/
.contact-editor .col {
    float: left;
}

.contact-editor .col + .col {
    margin: 0 0 0 25px;
}

.contact-editor i {
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    line-height: 30px;
    position: relative;
    margin: 0 20px 0 0;
}

.contact-editor i:before {
    transform: rotate(45deg);
    display: inline-block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contact-editor .tel i:before {
    content: "\e1b1d";
}

.contact-editor .mail i:before {
    content: "\e1b1b";
}

.contact-editor .add i:before {
    content: "\e1010";
}

.contact-editor .col a,
.contact-editor .col span {
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;
}

/*--- service ---*/
.service-editor .row {
    margin: 0 -5px;
}
.service-editor .bot{
    display:flex;
    padding-bottom:25px;
} 
.service-editor .col {
    padding: 0 10px 0 0px;
}
.service-editor .tit-big{
    padding-bottom:30px;
}
.service-editor .col1 {
    width: 46%;
}
.service-editor .big{
   font-size:20px;
   padding:10px 0 30px;
   display:block;
}
.service-editor .col2 {
    width: 54%;
    text-align:left;
    padding:0 2%;
}

/*------------ rwd ------------*/
@media screen and (max-width: 1200px) {
    .service-editor .col,
    .about-editor .col{
        width: 100%;
    }
    .service-editor .col + .col,
    .about-editor .col + .col{
        margin-top: 1.7em;
    }
    .service-editor .bot,
    .about-editor .bot{
    display:block;
}
 .contact-editor i{
        text-indent: 0px;
        line-height: 35px;
    }
}
@media screen and (max-width: 1000px) {
    
    .products-editor .col,
    .products-editor .pic_right {
        float: none;
        width: 100%;
    }

    .products-editor .pic_right{
        margin:5px 0 0;
    }
   
     .contact-editor {
        padding: 0 2%;
    }
    .contact-info-list li{
        margin: 2px 0;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        margin-bottom: 1.8em;
    }
}
@media screen and (max-width: 960px) {
    .contact-editor .col + .col {
        margin: 25px 0 0 0;
    }
    .contact-editor .col {
        float: none;
    }

}
@media screen and (max-width: 480px) {
.terms-editor .col {
    padding: 0 27px;
    width: 100%;
}


}
