/*------------ about-editor ------------*/
.editor{
    background: #fff;
}
.site-main:not(.has-side) .editor{
    padding: 0 30px 30px;
}
.warning-sect .editor{
    background: none;
}
.about-editor .row_{
    display: flex;
}
.about-editor .row_ .col{
    box-sizing: border-box;
}
.about-editor .row_ .col1{
    width:57%;
    padding-right: 60px;
}
.about-editor .row_ .col2{
    width: 43%;
}
.service_box{
    background: #8EBEC0;
    padding: 30px;
    margin-top: 50px;
    color: #FFFFFF;
}
.service_tit{
    font-size: 50px;
    color: #EDF0E0;
    margin-bottom: 28px;
    font-family: Josefin Sans,Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.service_tit span{
    font-size: 26px;
    font-weight: bold;
    color: #8DBEBF;
    display: inline-block;
    background: #fff;
    border-radius: 60px;
    line-height: 40px;
    width: 182px;
    position: relative;
    padding-left: 48px;
    box-sizing: border-box;
    vertical-align: middle;
    margin-left: 5px;
}
.service_tit span:before{
    background: url(../../images/common/about/ic.jpg);
    width: 39px;
    height: 20px;
    left: 0;
    top: 50%;
    margin-top: -10px;
    position: absolute;
    content: '';
    display: block;
}
/*------------ notice-editor ------------*/
.notice-editor .title {
    font-size: 18px;
    line-height: 1.75;
    color: #000000;
    font-weight: bold;
    margin: 0 0 10px;
}
/*------------ terms-editor ------------*/
.terms-editor {
    font-size: 15px;
    line-height: 2;
    background: #fff;
    padding: 20px;
}
.terms-editor .title {
    font-size: 17px;
    color: #7B6228;
    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-about-editor ------------*/
.index-about-editor {
    font-size: 15px;
    line-height: 1.95;
    max-height: 260px;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0.9px;
}
.sect05 {
    text-align: center;
    margin-bottom: -54px;
    z-index: 2;
    position: relative;
}
.sect05 .index-txt {
    padding: 6px;
    margin: 0 -6px;
    background: #fff;
    line-height: 1.2;
}
.sect05 .index-txt .sale {
    color: #fff;
    display: block;
    font-size: 65px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 15px 0 8px;
    ;
    line-height: 0.8;
}
.sect05 .index-txt .txt {
    font-size: 25px;
    color: #000000;
    letter-spacing: 0.3em;
    font-weight: bold;
}
/*----  後台範本  ----*/
.is-container-in .icon {
    background: none;
    text-align: center;
}
.is-rounded-button-medium a i {
    text-align: center;
}
[class*="ion-"] {
    text-indent: 0;
}
.column.full .clearfix.is-boxed-button-big {
    display: inline-block;
}
.is-container-in .btn.btn-default.edit {
    padding: 7px 25px;
    line-height: 2em;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px) {
    .about-editor .row_{
        flex-wrap: wrap;
    }
    .about-editor .row_ .col{
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .service_box{
        margin-top: 20px;
    }
    .service_tit{
        font-size: 40px;
    }
    .sect05{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .terms-editor .row {
        margin: 0;
    }
    .terms-editor .col {
        padding: 0;
        width: 100%;
    }
    .terms-editor {
        font-size: 12px;
        line-height: 1.8;
    }
    .terms-editor .title {
        font-size: 15px;
    }
    .notice-editor .title {
        font-size: 15px;
        line-height: 1.75;
        margin: 0 0 0px;
    }
    .sect05 .index-txt .sale {
        font-size: 35px;
    }
    .sect05 .index-txt .txt {
        font-size: 20px;
    }
    .sect05 .index-txt {
        padding: 5px 0 25px;
    }
}