@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: #CBB05C;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: #CBB05C;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: #CBB05C;
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
/*------------ service-editor ------------*/
.s_layout{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.s_layout .s_row{
    position: relative;
    margin: 0 -15px;
    display: flex;
    width: 100%;
}
.s_layout .s_row .s_item{
    width: 100%;
    max-width: 415px;
    padding: 0 15px;
    margin-bottom: 30px;
}
.s_layout .s_row .s_item .s_col{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: #fff;
    text-align: center;
    border-radius: 15px;
    padding: 40px 0 40px;
    height: 210px;
}
.s_layout .s_row .s_item .s_col .s_pic{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 40px;
}
.s_layout .s_row .s_item .s_col h4{
    position: relative;
    color: #777;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    transition: all .3s ease;
}
.s_layout .s_row .s_item .s_col:hover h4{
    color: #333;
    text-decoration: underline;
}
.s_layout .s_row .s_item .s_col .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
@media screen and (max-width: 1000px){
    .s_layout{
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 15px;
    }
    .s_layout .s_row .s_item .s_col{
        padding: 20px 15px;
        height: auto;
    }
    .s_layout .s_row .s_item .s_col .s_pic{
        width: 40px;
        height: 40px;
        background-size: contain;
        margin: 0 auto 20px;
    }
    .s_layout .s_row .s_item .s_col h4{
        font-size: 16px;
    }
}
@media screen and (max-width: 850px){
    .s_layout .s_row{
        flex-direction: column;
        margin: 0 auto;
    }
    .s_layout .s_row .s_item{
        padding: 0;
        max-width:inherit;
    }
}
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    width: 100%;
    max-width: 1005px;
    margin: 0 auto;
}
.a_layout .a_pic{
    position: relative;
    width: 100%;
    max-width: 1005px;
    margin-right: auto;
}
.a_layout .a_txt{
    position: relative;
    box-sizing: border-box;
    margin-left: auto;
    padding: 60px 0px 60px 80px;
    background: #fff;
    color: #666666;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 1.6;
    margin-top: -200px;
    margin-left: 180px;
}
.a_layout .a_txt h4{
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #333;
    margin: 0 0 48px;
    padding: 0;
}
.a_layout .a_txt h4::before{
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 5px;
    background: #CBB05C;
    top: calc(100% + 18px);
}

@media screen and (max-width: 1280px){
    .a_layout .a_txt{
        margin-left: 90px;
    }
}
@media screen and (max-width: 1000px){
    .a_layout{
        box-sizing: border-box;
        padding: 0 15px;
    }
    .a_layout .a_txt h4{
        font-size: 21px;
    }
    .a_layout .a_txt h4::before{
        top: calc(100% + 12px);
    }
    .a_layout .a_txt{
        margin-top:0;
        font-size: 14px;
        margin-left: 0px;
        padding: 40px 0px 40px 0px;
    }
}
/*------------ 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: #CBB05C;
}
.contact-info-list li.fax:before{
    font-family: 'icon-font' !important;
    content: "\ff002";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #CBB05C;
}
.contact-info-list li.mail:before{
    font-family: 'icon-font' !important;
    content: "\ff003";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #CBB05C;
}
.contact-info-list li.addr:before{
    font-family: 'icon-font' !important;
    content: "\ff004";
    font-size: 24px;
    position: absolute;
    left: 13px;
    top: 3px;
    color: #CBB05C;
}
/*------------ 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: #CBB05C;
    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;
    }
}
