/*------------ 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;
}



/*------------ 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;
}

.terms-editor .title {
    font-size: 16px;
    color: #B25900;
    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 ------------*/

.about-box .title {
    font-weight: bold;
    font-size: 20px;
    color: #FAD038;
    line-height: 1.4;
    margin: 0 0 25px;
}

.index-about-editor {
    color: #B9B9B9;
    font-size: 13px;
    line-height: 2;
    max-height: 260px;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sect05 {
    background: #c1251a;
    text-align: center;
}

.sect05 .index-txt {
    padding: 50px 0;
    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: 1100px) {
    .about-editor .tb01 td,
    .about-editor .tb02 td {
        width: 100%;
        float: left;
        padding: 0;
        box-sizing: border-box;
    }
    .about-editor .pic2 {
        top: 0;
    }
}

@media screen and (max-width: 1100px) {
    .about-box .title {
        font-weight: bold;
          font-size: 16px;
        text-align: left;
        color: #FAD038;
        line-height: 1.4;
        margin: 0 0 5px;
    }
    .index-about-editor {
        text-align: left;
    }
}

@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: 25px 0;
    }
}