@charset "utf-8";

/*------------ edit_page ------------*/
.edit_page{
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
}
.edit_page::before{
    content: '';
    display: block;
    background: url(../../../images/layout01-4/common/index/s_cbg.jpg) no-repeat;
    background-size:cover;
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom:0;
    z-index: -1;
}
.edit_page .row{
    display: flex;
    justify-content: center;
    align-content: center;
}
.row.r3 .col{
    margin: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.edit_page .row.r1{
    margin-top:-90px;
    margin-bottom: 40px;
}
.edit_page .row.r1 .col.c1{
    width: 50%;
    box-sizing: border-box;
    /* padding: 20px; */
}
.edit_page .t_box{
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto 30px;
    max-width: 400px;
}
.edit_page .t_box span{
    font-size: 84px;
    font-weight: 800;
    letter-spacing: 0px;
    line-height: 0.8;
    background: linear-gradient(to right, rgba(255,0,255,1) 0%,rgba(255,255,0,1) 47%,rgba(0,161,255,1) 100%);
    background: -webkit-linear-gradient(to right, rgba(255,0,255,1) 0%,rgba(255,255,0,1) 47%,rgba(0,161,255,1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.edit_page .t_box .t1{
    display: flex;
    align-items: flex-end;
}
.edit_page .t_box .t1 span{
      background: linear-gradient(to right, rgba(0,161,255,1) 0%,rgba(255,255,0,1) 47%,rgba(255,0,255,1) 100%);
    background: -webkit-linear-gradient(to right, rgba(0,161,255,1) 0%,rgba(255,255,0,1) 47%,rgba(255,0,255,1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.edit_page .t_box .t1 h2{
    margin: 0 0 0 10px;
    border-bottom: 3px solid #00A1FF;
    font-size: 22px;
    color: #000;
}
.edit_page .row.r1 .col.c2{
    width: 50%;
    padding: 0 20px;
}
.edit_page .row.r1 .col.c2 .txt{
    background: #fff;
    box-sizing: border-box;
    padding: 35px;
    line-height: 1.8;
    font-size: 16px;
    max-width: 460px;
    margin: 0 auto;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}

.edit_page  .row.s_flex.r2 .col.c1{
    width: 50%;
    padding: 0 0px 0 0;
    max-width: 400px;
    margin: 0 auto;
}
.edit_page .row.s_flex.r2 .col.c1 .t1{
    display: flex;
    align-items: flex-end;
    color: #00468C;
    font-size: 45px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    line-height: 1;
        margin: 30px 0;
}
.edit_page .row.s_flex.r2 .col.c1 .t1 span{
    margin: 0 0 0 10px;
    border-bottom: 3px solid #00A1FF;
    padding-bottom: 5px;
    font-size: 22px;
    color: #000;
}
.edit_page  .row.s_flex.r2 .col.c2{
    padding: 0 20px;
    margin: 0;
    width: 50%;
    margin-top: 30px;
}
.edit_page  .row.s_flex.r2 .col.c2 .box{
    justify-content: center;
}
.edit_page  .row.s_flex.r2 .col.c2 .s_t2{
    font-size: 20px;
}
@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.r1{
        margin-top: 20px;
    }
    .edit_page .row.r1 .col.c1{
        width: 100%;
    }
    .edit_page .t_box .t1 h2{
        
    }
    .edit_page .t_box span{
        font-size: 45px;
    }
    .edit_page .row.r1 .col.c2{
        width: 100%;
        padding: 0;
    }
    .edit_page .row.r1 .col.c2 .txt{
        max-width: inherit;
    }
    .edit_page .row.s_flex.r2 .col.c1{
        width: 100%;
        padding: 0;
        max-width: inherit;
        margin-bottom: 0px;
    }
    .edit_page .row.s_flex.r2 .col.c2{
        width: 100%;
        padding: 30px;
        background: url(../../../images/layout01-4/common/index/s_cbg.jpg) no-repeat;
        background-size: cover;
    }
    .edit_page::before{
        display: none;
    }

    .edit_page .row.s_flex.r2 .col.c1 .s_t{
        font-size: 18px;
    }
    .edit_page .row.s_flex.r2 .col.c1 .box{
        margin-bottom: 30px;
    }
}
/*-index service -*/
.row.s_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.row.s_flex .col.c1{
    width: 40%;
    padding-right: 50px;
}
.row.s_flex .col.c1 .box:nth-child(1){
    margin-bottom: 25px;
}
.row.s_flex .col.c1 .s_t{
    color: #009FE5;
    font-size: 22px;
    margin-bottom: 10px;
}
.row.s_flex .col.c1 .s_d{
    color: #333;
/*    font-size: 15px;*/
    line-height: 2;
}
.row.s_flex .col.c2{
    position: relative;
    z-index: 1;
    width: 60%;
    box-sizing: border-box;
    padding: 135px 0px 100px 60px;
    margin-top: -125px;
}
.row.s_flex .col.c2::before{
    content: '';
    display: block;
    width: 1100px;
    height: calc(100% + 170px);
    background: url(../../../images/layout01-4/common/index/s_cbg.jpg) no-repeat;
    background-size:cover;
    position: absolute;
    left: 0;
    bottom:0;
    z-index: -1;
}
.edit_page .row.s_flex .col.c2::before{
    display: none;
}
.row.s_flex .col.c2 .box{
    display: flex;
    justify-content: center;
}
.row.s_flex .col.c2 .box .pic:nth-child(1){
    margin-right: 10px;
}
.row.s_flex .col.c2 .s_t2{
    color: #26FFFF;
    font-size: 22px;
    line-height: 1;
}
.row.s_flex .col.c2 .s_d2{
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
}
.row.s_flex .col.c2 .s_list{
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 30px;
}
.row.s_flex .col.c2 .s_list li{
    box-sizing: border-box;
    padding-left: 10px;
    border-left: 2px solid #26ffff;
    margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
    .row.s_flex{
        flex-direction: column;
    }
    .row.s_flex .col.c1{
        width: 100%;
        padding: 0;
    }
    .row.s_flex .col.c2{
        width: 100%;
        margin: 20px auto 0;
        padding: 30px;
        background: url(../../../images/layout01-4/common/index/s_cbg.jpg) no-repeat;
        background-size: cover;
    }
    .row.s_flex .col.c2::before{
        display: none;
    }
    .row.s_flex .col.c2 .s_t2 {
        font-size: 18px;
    }
    .row.s_flex .col.c2 .s_d2{
        margin-top: 5px;
    }
    .row.s_flex .col.c1 .s_t{
        font-size: 18px;
    }
}
@media screen and (max-width: 1000px) {


    .row.s_flex .col.c2 .box .pic:nth-child(1){
        margin: 0 auto 10px;
    }
}
@media screen and (max-width: 500px) {
    .row.s_flex .col.c2 .box{
        flex-direction: column;
    }
    .row.s_flex .col.c2 .s_list{
        margin: 0 0 15px;
    }
    .row.s_flex .col.c2 .s_list li{
        margin-bottom: 10px;
    }
}
/*-article-sect-*/
.article-sect .row{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    /* margin: 0 -30px; */
}

.article-sect .row .col{
    width: calc((100% / 6) - 20px);
    position: relative;
    margin: 0 10px 20px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.13);
}
.article-sect .row .col .pic{
    
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
}
.article-sect .row .col .box{

    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.article-sect .row .col .box .txt{
    font-size: 15px;
    color: #fff;
    text-align: left;
    padding: 10px 15px;
    box-sizing: border-box;
    margin-bottom: 0;
    text-shadow: 0 0 3px rgb(0 0 0 / 50%);
    background: rgba(0,0,0,0.4);
    order: 2;
    display: none;
}
.article-sect .row .col .box .article_t{
    background: rgba(253, 216, 6,0.87);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    color: #333;
    font-size: 15px;
    box-sizing: border-box;
    padding: 2px 15px;
    order: 1;
    text-align: center;
}
@media(max-width:1000px) {
    .article-sect .row .col{
        width: calc((100% / 2) - 20px);
        position: relative;
    }
    .article-sect .row .col .box .article_t{
        font-size: 15px;
    }
}
@media(max-width:500px) {
    .article-sect .row .col{
        width: 100%;
        position: relative;
        max-width: 435px;
    }
    
}
/*footer*/
.info-list li{
    display: flex;
    align-items: center;
    
}
.ic_tel {
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout01-4/common/siteinfo_tel.png) no-repeat 50% 50%;
    width: 23px;
    height: 24px;
    margin-right: 8px;
}

.ic_mail {
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout01-4/common/siteinfo_mail_ic.png) no-repeat 50% 50%;
    width: 23px;
    height: 24px;
    margin-right: 8px;
}

.ic_fax {
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout01-4/common/siteinfo_fax_ic.png) no-repeat 50% 50%;
    width: 23px;
    height: 24px;
    margin-right: 8px;
}

.ic_add {
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout01-4/common/siteinfo_add_ic.png) no-repeat 50% 50%;
    width: 23px;
    height: 24px;
    margin-right: 8px;
}

/*------------ about-editor ------------*/

.a-box .a-t1 {
    color: #009FE6;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
}

.a-box .a-p1 {
    margin: 0;
    margin-bottom: 5px;
}

.a-box .a-row {
    display: block;
}

.a-box .a-col {
    width: 100%;
    box-sizing: border-box;
}

.a-box .a-col:nth-child(1) {
    margin: 0 0 30px;
}

.a-box .a-col:nth-child(2) {
    /* padding-left: 10px; */
}

@media(max-width:1000px) {
    .a-box .a-t1 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .a-box .a-row {
        flex-direction: column;
    }
    .a-box .a-col {
        width: 100%;
    }
    .a-box .a-col:nth-child(1) {
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .a-box .a-col:nth-child(2) {
        padding-left: 0px;
        text-align: center;
    }
}

/*------------ service-editor ------------*/

.s_title {
    color: #FFFFFF;
    margin-bottom: 15px;
}

.s_txt {
    color: #ACACAC;
    margin-bottom: 40px;
}

.s_txt:last-child {
    margin-bottom: 0px;
}

.service-editor .row_ {
    margin-bottom: 40px;
}

.service-editor .row_ .col1 {
    width: 40%;
}

.service-editor .row_ .col2 {
    width: 60%;
    padding: 0px 30px;
}

/*------------ contact-editor ------------*/

.contact-editor {
    padding: 0 2%;
}

.contact-editor .col {
    float: left;
    padding: 0 2%;
}

.contact-editor .col1 {
    width: 48%;
}

.contact-editor .col2 {
    width: 52%;
}

.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;
    margin-left: 20px;
}

.contact-info-list li {
    position: relative;
    padding: 2px 0 2px 0px;
    margin: 8px 0;
    line-height: 25px;
}

.contact-info-list li:before {
    content: '';
    display: inline-block;
    background: url('../../../images/layout01-4/common/contact/info_ic.png') no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.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;
}

/*------------ video-editor ------------*/

.video-editor .pic {
    float: left;
    margin-right: 25px;
}

/*------------ terms-editor ------------*/

.terms-editor {
    font-size: 15px;
    line-height: 2;
    /*max-width: 1045px;*/
    margin: 0 auto;
}

.terms-editor .title {
    color: #009FE6;
    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-editor ------------*/

/*------------ rwd ------------*/

@media screen and (max-width: 1280px) {
    .about-editor .row_2 .txt_box {
        padding: 50px 90px 50px 50px;
    }
}

@media screen and (max-width: 1000px) {
    .row_ {
        display: block;
    }
    .about-editor .row_1 .col {
        margin-bottom: 20px;
    }
    .about-editor .row_1 {
        margin-bottom: 40px;
    }
    .about-editor .row_2 {
        margin-top: 20px;
    }
    .about-editor .row_2 .col1:after {
        display: none;
    }
    .about-editor .row_2 .col, .about-editor .row_3 .col {
        margin-bottom: 20px;
    }
    .about-editor .row_2 .txt_box, .about-editor .row_3 .txt_box {
        padding: 0px;
        border: none;
        margin-right: 0px;
        margin-left: 0;
        margin-top: 0;
    }
    .about-editor .row_2 .col2 {
        text-align: left;
    }
    .index-about-editor {
        padding: 0;
        height: auto;
    }
    .service-editor .row_ .col2, .service-editor .row_ .col1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .service-editor .row_ .col2 {
        padding: 0
    }
    .contact-editor {
        padding: 0 2%;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        height: 300px;
        margin-bottom: 1.8em;
    }
}

@media screen and (max-width: 767px) {
    .terms-editor .row {
        margin: 0;
    }
    .terms-editor .col {
        padding: 0;
        width: 100%;
    }
    .contact-map {
        height: 200px;
    }
}