/*-----edit_sect -----*/

.edit_sect{

}
.edit_sect .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
        flex-wrap: wrap;
}
.edit_sect .row .col{
    width: 250px;
    height: 250px;
    background-color: #fff;
    border: 7px solid #2cd8e4;
    display: flex;
    flex-direction: column;
    border-radius: 100%;
    margin: 0 10px 10px;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    position: relative;
    top:0;
}
.edit_sect .row .col:hover{
    top:-10px;
    box-shadow: 5px 5px 10px rgba(77,77,77,0.3);
}
.edit_sect .row .col .pic{
    margin: 0 auto 15px;
}
.edit_sect .row .col .pic svg{
    width: 100px;
    height: 100px;
    stroke-dashoffset: 600;
    stroke-dasharray: 60;
    animation: circle-draw 10s linear infinite;
    transform:scaleX(-1);
    fill: none;
    stroke: #28a8f5;
    stroke-miterlimit:10;
}
@keyframes circle-draw{
    100% {
        stroke-dashoffset: 0;
        }
}
.edit_sect .row .col .title{
    font-size: 19px;
    color: #555F72;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top:-15px;
}

@media screen and (max-width: 1000px) {
    .sect4 .sect-title .second_txt {
        font-size: 26px;
    }
    .sect4 .sect-title span{
        font-size: 60px;   
    }
}
@media screen and (max-width: 767px) {
    .edit_sect .row{
        justify-content: center;
    }
    .edit_sect .row .col{
        width: 200px;
        height: 200px;
    }
    .edit_sect .row .col .pic svg{
        width: 50px;
        height: 50px;
    }
}
/*------------ edit_page ------------*/
.edit_page{}
.edit_page .row{
    display: flex;
    justify-content: center;
    align-content: center;
}

.edit_page .row .col.pic{
    flex-basis: 540px;
    width: 50%;
    margin-right: 40px;
}
.edit_page .row .col{
    width: calc(100% - 580px);
}
.edit_page .row .col .t1{
    color: #5A92C9;
    font-size: 30px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    letter-spacing: 0.2em;
    line-height: 1.2;
    font-family: 'Quicksand', sans-serif;
}
.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: 1100px) {
    .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;
    }
}
/*------------ about-editor ------------*/
.about-editor .title {
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2;
}
.about-editor td {
    vertical-align: top;
}
.about-editor .pic2 {
    padding: 0 0 0 40px;
    width: 424px;
    position: relative;
    top: -53px;
}
/*------------ service-editor ------------*/
.service-table td {
    vertical-align: top;
}
.service-table .pic {
    width: 623px;
    padding: 0 30px 0 0;
}
.service-tit {
    position: relative;
    margin: 10px 0 30px;
}
.service-table p {
    margin: 40px 0;
}
/*------------ terms-editor ------------*/
.terms-editor {
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title {
    font-size: 18px;
    color: #2380B8;
    margin: 0;
}
.terms-editor p {
    text-indent: 2em;
    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-editor ------------*/
.index-about-editor {
    color: #B9B9B9;
    
    line-height: 2;
}
.index-service-editor {
    font-size: 13px;
    line-height: 1.8;
    color: #333333;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1100px) {
    .about-editor .tb01 td,
    .about-editor .tb02 td,
    .service-table td,
    .service-table .pic {
        width: 100%;
        float: left;
        padding: 0;
        box-sizing: border-box;
    }
    .about-editor .pic2 {
        top: 0;
    }
    .service-table td,
    .service-table .pic {
        padding: 0 0 15px;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .terms-editor .row {
        margin: 0;
    }
    .terms-editor .col {
        padding: 0;
        width: 100%;
    }
}
