@charset "utf-8";
/*------------ products-editor ------------*/

.products-editor .col {
    float: left;
    width: 48%;
}

.products-editor .list {
    margin: 0 0 0 -23px;
}

.products-editor .pic_right {
    float: right;
    width: 50%;
}

/*------------ notice-editor ------------*/

.notice-editor {
    font-size: 13px;
    color: #333333;
}

.notice-editor h2 {
    font-weight: bold;
    color: #000000;
    font-size: 20px;
    text-align: center;
    margin: 0;
}

.notice-editor h2 i {
    display: block;
    margin: 0 auto;
    transform: rotate(90deg);
    font-size: 30px;
    color: #FF7F13;
}

.notice-editor h3 {
    margin: 0;
}

.notice-editor .color2 {
    color: #EA5410;
}

.notice-editor .pic img {
    margin: 0 25px 10px;
}

/*------------ terms-editor ------------*/

.terms-editor .title {
    font-size: 16px;
    font-weight: bold;
    color: #EA5410;
    margin: 0;
}

/*------------ index-about-editor ------------*/

.index-about-editor {
    color: #000000;
    letter-spacing: 1px;
    text-align: justify;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-about-editor h3 {
    font-size: 22px;
    color: #FF7F13;
    margin: 0 0 5px;
}

.index-about-editor p {
    margin: 0;
}

/*------------ contact-editor ------------*/

.contact-editor .row {
    margin: 0 -2%;
}

.contact-editor .col {
    float: left;
    padding: 0 2%;
}

.contact-editor .col1 {
    width: 44%;
}

.contact-editor .col2 {
    width: 56%;
}

.contact-editor .col2 h3 {
    font-size: 22px;
    color: #FF7F13;
    margin: 0 0 5px;
}

.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:before {
    content: '';
    display: inline-block;
    background: url('../../images/common/contact/info_ic.png') no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}

.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-info-list a:hover {
    text-decoration: underline;
}

/*------------ contact-editor about------------*/

.about-editor .text1 h3 {
    color: #FF7F13;
    font-size: 25px;
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
    margin: 0 0 15px;
}

.about-editor .text1 {
    margin-bottom: 30px;
    line-height: 1.5;
}

.about-box2 {
    border: solid 1px #EA5410;
}

.about-box2 .row_1 {
    display: flex;
}

.about-box2 .row_1 img {
    object-fit: contain;
}

.about-box2 .row_1 .col1 {
    width: 56.58%;
    padding: 20px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-box2 .row_1 .col2 {
    width: 43.42%;
    padding: 10px 0 0 20px;
}

.about-box2 .row_1 .col2 img {
    position: relative;
    margin-bottom: -20px;
    margin-top: 10px;
}

.about_tit {
    font-size: 18px;
    font-weight: bold;
    color: #FF7F13;
    display: block;
    max-width: 425px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.about_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about_list li {
    padding-left: 22px;
    position: relative;
}

.about_list li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #332C2B;
    position: absolute;
    left: 0;
    top: 10px;
}

/*------------ rwd ------------*/

@media screen and (max-width: 1000px) {
    .notice-editor h2 {
        font-size: 16px;
    }
    .products-editor .col, .products-editor .pic_right {
        float: none;
        width: 100%;
    }
    .products-editor .pic_right {
        margin: 5px 0 0;
    }
    .notice-editor h2 i {
        display: none;
    }
    .contact-editor {
        padding: 0 2%;
    }
    .contact-info-list li {
        margin: 2px 0;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        margin-bottom: 1.8em;
    }
    /*------------ contact-editor about------------*/
    .about-box2 .row_1 {
        flex-wrap: wrap;
    }
    .about-box2 {
        padding: 25px;
    }
    .about-box2 .row_1 .col2, .about-box2 .row_1 .col1 {
        width: 100%;
        padding: 0;
        margin: 0 0 20px;
    }
    .about-box2 .row_1 .col2 img {
        margin: 0;
    }
    .about_tit {
        margin-bottom: 5px;
    }
    .about-editor .text1 h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .index-about-editor h3 {
        font-size: 18px;
        color: #FF7F13;
        margin: 0 0 5px;
    }
}