@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;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 30px;
}

.notice-editor h3 {
    margin: 0;
}

.notice-editor .color2 {
    color: #3131AC;
}

.notice-editor .pic img {
    margin: 0 25px 10px;
}


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

.terms-editor .title {
    font-size: 14px;
    font-weight: bold;
    color: #3131AC;
    margin: 0;
}


/*------------ index-about-editor ------------*/

.index-about-editor {
    color: #fff;
    letter-spacing: 1px;
}
/*------------ 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-map {
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
    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;
}

.about-editor{
    font-size: 15px;
    color: #535353;
    line-height:2;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ab-txt{
    position: relative;
    top: -30px;
}
.ab-box{
    border: solid 2px #3131AB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    max-width: 787px;
    width: 100%;
    height: 286px;
    background: #fff;
    position: relative;
}
.ab-box .col1{
    float: left;
    width: 274px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
}
.ab-box .col2{
    float: right;
    width: calc(100% - 274px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}
.ab-box .title{
    display: block;
    font-size: 32px;
    color: #3131AB;
    font-weight: bold;
    line-height: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}
.ab-box .title span{
    display: block;
    font-size: 15px;
}
.ab-box ul{
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
}
.ab-box li{
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-weight: bold;
    padding: 10px 0;
    padding-left: 10px;
    color: #535353;
    font-size: 20px;
    border-top: solid 1px #A6A6A6;
}



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

@media screen and (max-width: 1000px) {
    .notice-editor h2{
        font-size: 14px;
    }

    .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;
    }
}

@media screen and (max-width:750px){
    .ab-txt{
        top: inherit;
    }
    .ab-box .col1,
    .ab-box .col2{
        float: none;
        width: 100%;
        padding: 15px 0;
    }
    .ab-box{
        height: auto;
        margin-top: 10px;
        padding: 15px;
    }
}
@media screen and (max-width: 480px) {}
