/*********** 編輯器 ***********/

img {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/* start commented backslash hack \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.col {
    box-sizing: border-box;
}

/*--info list--*/
.contact-info-list {
    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 .fax:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/info_ic.png') no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 5px;
}

.contact-info-list .tel:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/info_ic.png') no-repeat;
    width: 23px;
    height: 23px;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 5px;
}

.contact-info-list .mail:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/info_ic.png') no-repeat;
    width: 23px;
    height: 23px;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 5px;
}

.contact-info-list .addr:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/info_ic.png') no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 5px;
}

.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-editor .col2 {
    margin: 20px 0 0;
}

/*------------ about-editor ------------*/
.about-top,
.about-item{
    max-width: 1030px;
    margin: 0 auto 60px;
    position: relative;
}

.about-top .row {
    display: flex;
    margin-bottom: 35px;
}

.about-top .row .col.left {
    width: 50%;
}

.about-top .row .col.right {
    width: 50%;
}

.about-item  span {
    font-size: 35px;
    color: #F08C1D;
    position: absolute;
    left: 0;
    top: -8px;
}

.about-editor p {
    font-size: 16px;
    padding: 5px 0 0 13px;
    margin: 0 0 20px;
    letter-spacing: 1px;
    line-height: 1.95;
    text-align: left;
}
.about-item p{
    margin: 30px 0 0 230px;
    position:relative;
}
.about-item p:before{
    content:'';
    width:39px;
    height:1px;
    background:#BBBBBB;
    position:absolute;
    left:-40px;
    top:23px;
}
.about-item b {
    color: #F08C1D;
    font-size: 22px;
    font-weight: bold;
    display: block;
}
.about-top p{
    padding-top:40px;
}
/*------------notice-editor ------------*/

h1.notice-title {
    padding-left: 50px;
    font-size: 25px;
    margin: 0px;
    color: #840000;
    position: relative;
}

h1.notice-title .icon {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 30px;
    height: 30px;
    background: url('../../images/common/notice-icon.png');
}

h1.notice-title .icon.add {
    background-position: 0px -30px;
}

h1.notice-title .icon.cart {
    background-position: 0px -60px;
}


/*------------terms-editor ------------*/

.terms-page {
    max-width: 1200px;
    margin: auto;
}

.terms-title {
    color: #980007;
    font-size: 18px;
    font-weight: 600;
}

/*------------ rwd ------------*/

@media screen and (max-width: 1024px) {
   
    .about-top .row {
        display: block;
        margin-bottom: 35px;
    }

    .about-top .row .col.left,
    .about-top .row .col.right {
        width: 100%;
    }

    .about-item span,
    .about-item b {
        font-size: 16px;
    }
    .about-item span{
        font-size:25px;
        top:-4px;
    }

    .about-item p {
        font-size: 14px;
        margin: 10px 0 0 190px;
    }
    .about-editor p{
        font-size: 14px;
    }
    .terms-title{
        font-size: 16px;
    }
    .about-top, .about-item{
        margin-bottom:30px;
    }
    .about-top p{
        padding-top: 20px;
    }
}

@media screen and (max-width:600px) {
    .about-editor .text {
        width: 100%;
    }
    .about-item span{
        position:relative;
        top: 0;
        padding: 0 10px;
    }
    .about-item p{
        margin:10px 0;
    }
    .about-item p:before{
        top: -6px;
        left: 10px;
    }
}