/*------------ edit_page ------------*/
.edit_row{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap:wrap ;
}
.edit_row .col{
    width: calc(100% / 4);
    border-right: 1px solid #eee;
    box-sizing: border-box;
    padding: 30px;
}
.edit_row .col:last-child{
    border-right: unset;
}
.edit_row .col {
    width: calc(100% / 4);
    border-right: 1px solid #eee;
}
.edit_row .col .pic{
/*    width: 420px;*/
    height: 420px;
    display: flex;
        justify-content: center;
    align-content: center;
}
.edit_row .col .txt{
    margin-top: 20px;
    position: relative;
}
.edit_row .col .num{
    font-size: 60px;
    font-weight: 500;
    color: #EDEDED;
    line-height: 1;
}
.edit_row .col .name{
    font-size: 40px;
    font-weight: 500;
    color: #0A0B08;
    line-height: 1;
    display: flex;
    align-items: center;
    position: relative;
}
.edit_row .col .name:before{
    content: '';
    display: block;
    background: #B3312C;
    width: 8px;
    height: 35px;
    left: 0;
    margin-right: 10px;
}
.edit_row .col .edit_more{
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
}
.edit_row .col .edit_more:before {
    content: "\e1020";
    color: #000;
    border-radius: 100%;
    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;
    font-size: 18px;
    transition: all .3s;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;

}
.edit_row .col .edit_more:hover:before{
    color:#fff;
    border: 1px solid #A7010A;
}
.edit_row .col .edit_more:after{
    content: "";
    display: block;
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    border-radius: 810px;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: #A7010A;
    will-change: transform;
    z-index:-1;
}
.edit_row .col .edit_more:hover:after{
    -webkit-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), transform 0.6s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
@media screen and (max-width: 1340px) {
    .edit_row .col .pic{
        height: 300px;
    }
    .edit_row .col .name{
        font-size: 25px;
    }
}
@media screen and (max-width: 1024px) {
    .edit_row .col{
        width: calc(100% / 2);
    }
    .edit_row .col:nth-child(1),
    .edit_row .col:nth-child(2) {
        border-bottom: 1px solid #eee;
    }
}
@media screen and (max-width: 600px) {
    .edit_row {
        flex-direction: column;
    }
    .edit_row .col{
        width: 100%;
        border-right: inherit;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
        padding: 30px;
        display: flex;
        align-items: center;
    }
    .edit_row .col:last-child{
        border-right: unset;
        border-bottom: unset;
    }
    .edit_row .col .pic{
        width: 100px;
        height: 100px;
        margin: 0;
        flex-basis: 100px;
    }
    .edit_row .col .txt{
        margin: 0 0 0 20px;
        width: calc(100% - 120px);
    }
    .edit_row .col .name {
        font-size: 20px;
    }
    .edit_row .col .num{
        margin-bottom: 10px;
    }
}
/*------------ edit_page ------------*/
.edit_page{}
.edit_page .row{
    display: flex;
    justify-content: center;
    align-content: center;
    margin-bottom: 20px;
}
.edit_page .row.pic_box{
    margin: 0;
    justify-content: space-between;
}
.edit_page .row.pic_box .col.pic{
    margin: 0;
}
.edit_page .row .col.pic{
    flex-basis: 460px;
    width: 50%;
    margin-right: 40px;
}
.edit_page .row .col{
    width: calc(100% - 500px);
}
.edit_page .row .col .t1{
    color: #B2312C;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    
    line-height: 1.2;
}
.edit_page .row .col .t1 span{
    display: block;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 300;
}
/*.edit_page .row .col .t1:before{
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #42B1DF;
    position: absolute;
    left: 0;
    bottom: 0;
}
.edit_page .row .col .t1:after{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #42B1DF;
    position: absolute;
    left: 0;
    bottom: -2.5px;
}*/

.edit_page .row .col .t2{
    font-size: 22px;
    color: #373F50;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}
.edit_page .row .col .txt{
    line-height: 2;
}
@media screen and (max-width: 1024px) {
    .edit_page .row{
        flex-direction: column;
    }
    .edit_page .row .col.pic{
        flex-basis: inherit;
        width: 100%;
        margin: 0 auto 40px;
    }
    .edit_page .row .col{
        width: 100%;
    }
    .edit_page .row .col .t1{
        font-size: 24px;
    }
    .edit_page .row .col .t1 span{
        font-size: 40px;
    }
    .edit_page .row .col .t2{
        font-size: 18px;
    }
    .edit_page .row.pic_box .col.pic{
        margin: 0 auto 10px;
    }
}

/*------------ products-editor ------------*/
.products-editor .col {
    float: left;
    width: 48%;
}
.products-editor .list {
    margin: 0 0 0 -23px;
}
.products-editor .pic_right {
    float: right;
    width: 50%;
}
/*------------ service-editor ------------*/
.service-editor {
    background: url('../../images/common/service/bg2.png') no-repeat right top, url('../../images/common/service/bg1.jpg');
    position: relative;
    padding: 35px 40px;
}
.service-editor .list,
.service-editor .list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.service-editor .list {
    max-width: 860px;
    margin: 0 -12px;
    text-align: center;
}
.service-editor .list li {
    padding: 0 12px 60px;
    display: inline-block;
    margin-right: -4px;
    box-sizing: border-box;
    width: calc((100% / 3) - 0.1px);
}
.service-editor .list .box {
    max-width: 260px;
    margin: 0 auto;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: all .2s;
    text-align: left;
}
.service-editor .list .box:hover {
    transition: all .2s;
    background: #000000;
    border: 1px solid #4B4638;
}
.service-editor .list .pic {
    border: 5px solid #8B8B8B;
}
.service-editor .list h2 {
    color: #FFFFFF;
    font-size: 18px;
    margin: 15px 0;
    line-height: 1.2;
}
.service-editor .list p {
    margin: 0;
    color: #AAAAAA;
    line-height: 1.6;
}
/*------------ terms-editor ------------*/
.terms-editor .title {
    font-size: 14px;
    font-weight: bold;
    color: #B25900;
    margin: 0;
}
/*------------ index-about-editor ------------*/
.a_pic{
    margin: 15px 0 0;
    display: flex;
}
.a_pic .pic1:nth-child(1){
    margin:0 15px 0 0;
}
/*------------ index-service-editor ------------*/
.index-service-editor .list,
.index-service-editor .list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.index-service-editor .list {
    margin:0 -7.5px;
}
.index-service-editor .list li {
    float: left;
    padding:0 7.5px;
    box-sizing: border-box;
    width: 33.33%;
}
.index-service-editor .list li .box{
    max-width: 266px;
    border:solid 1px #4B4638;
    padding: 8px;
    margin: 0 auto;
}
.index-service-editor .pic {
    border: 4px solid #8B8B8B;
}
.index-service-editor .text {
}
.index-service-editor .text h2 {
    color: #FFFFFF;
    font-size: 18px;
    margin: 15px 0;
    line-height: 1.2;
    font-weight: normal;
    text-align: center; 
}
.index-service-editor .text p {
    margin: 0;
    color: #AAAAAA;
    line-height: 1.6;
}
/*------------ rwd ------------*/
@media screen and (max-width: 767px) {
    .products-editor .col,
    .products-editor .pic_right {
        float: none;
        width: 100%;
    }
    .products-editor .pic_right {
        margin: 15px 0 0;
    }
    .service-editor {
        padding: 15px;
    }
    .service-editor .list {
        margin: 0 -5px;
    }
    .service-editor .list li {
        width: 50%;
        padding: 0 5px 60px;
    }
    .index-service-editor .list li{
        float: none;
        width: 100%;
    }
    .index-service-editor .list li .box{
        margin-bottom: 20px;
    }
    

}
@media screen and (max-width: 600px) {
    .index-service-editor{
        text-align: center;
    }
    .index-service-editor .pic {
        float: none;
        margin: 0 auto;
    }
    .index-service-editor .text {
        padding: 0;
    }
}
@media screen and (max-width: 480px) {
    .service-editor .list {
        margin: 0;
    }
    .service-editor .list li {
        width: 100%;
        padding: 0 0 60px;
    }
}
