@charset "utf-8";
/*footer*/
.ic_mail{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout01/common/siteinfo_mail_ic.png) no-repeat;
    width: 23px;
    height: 17px;
    margin-right: 8px;
}
.ic_fax{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout01/common/siteinfo_fax_ic.png) no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 8px;  
}
.ic_add{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout01/common/siteinfo_add_ic.png) no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 8px;
}
.site-info .ic-envelope{
    font-size: 18px;
    width: 20px;
    color: #4682B4;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: #4682B4;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: #4682B4;
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
.site-info .ic-time{
    font-size: 20px;
    width: 20px;
    color: #4682B4;
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
.site-info .ic-time::before{
    content: '';
    position: absolute;
    display: block;
    background: url(../../../images/layout01/common/contact/time.png) 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    left: 0;
    bottom: -2px;
}
/*------------ service-editor ------------*/
.s_layout{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    justify-content: space-between;
}
.s_layout .s_box{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 0 15px;
}
.s_layout .s_box .s_pic{
    position: relative;
    box-sizing: border-box;
    display: flex;
    width: 125px;
    height: 125px;
    background: #191970;
    border: 3px solid #C0C0C0;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    transform: scaleX(1);
    transition: all .3s ease;
    margin-bottom: 10px;
}
.s_layout .s_box:hover .s_pic{
    background: #4682B4;
    transform: scaleX(-1);
}
.s_layout .s_box .s_txt{
    color: #333333;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-weight: 500;
    transition: all .3s ease;
}
.s_layout .s_box:hover  .s_txt{
    color: #191970;
}
@media screen and (max-width: 1280px){
    .s_layout{
        flex-wrap: wrap;
        justify-content: center;
        max-width: 720px;
    }
    .s_layout .s_box{
        flex-wrap: wrap;
        justify-content: center;
        width: calc(100% / 3);
        align-items: center;
    }
}
@media screen and (max-width: 1000px){
    .s_layout {
        max-width: 650px;
    }
    .s_layout .s_box .s_pic{
        width: 105px;
        height: 105px;
        margin-bottom: 5px;
    }
    .s_layout .s_box .s_txt{
        font-size: 15px;
    }
    .s_layout .s_box .s_pic {
        transform:  scale(.9) scaleX(1);
    }
    .s_layout .s_box:hover .s_pic {
        transform:  scale(.9) scaleX(-1);
    }

}
@media screen and (max-width: 767px){
    .s_layout {
        max-width: 450px;
    }
}
@media screen and (max-width: 480px){
    .s_layout {
        max-width: 350px;
    }
    .s_layout .s_box{
        width: calc(100% / 2);

    }
}
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    max-width: 1005px;
}
.a_layout .a_row1{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 500px;
    background: url(../../../images/layout01/common/about/pic1.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin: 0;
}
.a_layout .a_row1 .a_txt{
    position: absolute;
    box-sizing: border-box;
    display: block;
    text-align: left;
    padding: 45px 68px 62px 82px;
    font-size: 15px;
    letter-spacing: 0.07em;
    line-height: 2;
    height: auto;
    background: rgba(255, 255, 255, 0.8);
    right: 0;
    left: 39.1%;
    bottom: 0;
}
.a_layout .a_row1 .a_tit{
    position: relative;
    width: fit-content;
    text-align: left;
    line-height: 1.2;
    margin: 0 0 34px;
}
.a_layout .a_row2 .a_tit{
    position: relative;
    width: fit-content;
    text-align: center;
    line-height: 1.2;
    margin: 0 auto 15px;
}
.a_layout .a_row1 .a_tit span,
.a_layout .a_row2 .a_tit span{
    color: #C0C0C0;
    font-family: "Cardo", serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.a_layout .a_row1 .a_tit h2,
.a_layout .a_row2 .a_tit h2{
    position: relative;
    width: fit-content;
    color: #1F3939;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-weight: 500;
    margin: 0 auto;
}

.a_layout .a_row1 .a_tit h2::before {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 5px;
    top: calc(100% + 13px);
    left: 2px;
    right: inherit;
    bottom: inherit;
    margin: 0;
    background: #4682B4;
}
.a_layout .a_row2{
    position: relative;
    box-sizing: border-box;
    padding: 60px 15px 82px;
    background: #FFFFFF;
    width: 100%;
    text-align: center;
        font-size: 15px;
    letter-spacing: 0.07em;
    line-height: 2;
    height: auto;
}
.a_layout .a_row2 .a_tit h2::before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    bottom: 0;
    width: 5px;
    height: 25px;
    background: #4682B4;
    right: calc(100% + 25px);
    margin: auto 0;
}
.a_layout .a_row2 .a_tit h2::after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    bottom: 0;
    width: 5px;
    height: 25px;
    background: #4682B4;
    left: calc(100% + 17px);
    margin: auto 0;
}

@media screen and (max-width: 1280px){
    .a_layout .a_row1 .a_txt{
        left: 26%;
            padding: 45px 58px 62px 72px;
    }
    .a_layout .a_row2 {
        padding: 40px 15px 62px;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_row2 .a_tit h2::before {
        width: 4px;
        height: 20px;
    }
    .a_layout .a_row2 .a_tit h2::after{
        width: 4px;
        height: 20px;
    }
    .a_layout .a_row1 .a_tit  {
        margin: 0 auto 28px;
    }
    .a_layout .a_row2 .a_tit{
        margin: 0 auto 25px;
    }
    .a_layout .a_row1 .a_tit span, 
    .a_layout .a_row2 .a_tit span{
        font-size: 15px;
    }
    .a_layout .a_row1 .a_tit h2,
    .a_layout .a_row2 .a_tit h2{
        font-size: 25px;
    }
    .a_layout .a_row1 .a_txt,
    .a_layout .a_row2 {
        font-size: 14px;
        text-align: left;
    }
    .a_layout .a_row1 .a_txt {
        left: 0;
        padding: 30px 40px 45px;
    }
    .a_layout .a_row1 .a_tit h2::before {
        width: 25px;
        height: 4px;
        top: calc(100% + 13px);
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px){
    .a_layout .a_row1 .a_txt,
    .a_layout .a_row2  {
        left: 0;
        padding: 20px 30px 25px;
    }
}
/*------------ 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;
}
.contact-info-list li{
    position: relative;
    padding: 2px 0 2px 40px;
    margin: 8px 0;
    line-height: 25px;
}
.contact-info-list li.tel:before{
    font-family: 'icon-font' !important;
    content: "\ff001";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #4682B4;
}
.contact-info-list li.fax:before{
    font-family: 'icon-font' !important;
    content: "\ff002";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #4682B4;
}
.contact-info-list li.mail:before{
    font-family: 'icon-font' !important;
    content: "\ff003";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #4682B4;
}
.contact-info-list li.addr:before{
    font-family: 'icon-font' !important;
    content: "\ff004";
    font-size: 24px;
    position: absolute;
    left: 13px;
    top: 3px;
    color: #4682B4;
}
/*------------ 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: #28bb96;
    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){

}
@media screen and (max-width: 1000px){
    .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;
    }
}
