@charset "utf-8";
/* ---- about-editor ---- */
.about-sect .editor span {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    color: #46392C;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'Marcellus SC', serif;
    padding: 20px 35px 30px;
}
.about-sect .editor span::before {
    content: '';
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 5px;
    width: 20px;
    height: 1px;
    background: #463A2C;
}
/* content */
.a_layout,
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout {
    display: flex;
    justify-content: center;
}
.a_item {
    width: 25%;
}
.a_item.center {
    width: 50%;
    padding: 0 53px 120px;
    margin: 0 auto;
}
.a_item.left img {
    top: 10%;
}
.a_item.right img {
    top: 50%;
}
.a_layout h3 {
    font-size: 35px;
    color: #505050;
    letter-spacing: 3px;
    font-weight: normal;
    margin: 0 0 35px;
    text-align: center;
}
.a_layout p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    margin: 0;
}
@media screen and (max-width: 1280px) {
    .a_layout h3 {
        font-size: 28px;
        margin: 0 0 15px;
    }
}
@media screen and (max-width: 1100px) {
    .a_item.center {
        padding: 0 30px;
    }
}
@media screen and (max-width: 1000px) {
    .a_layout {
        flex-direction: column;
    }
    .a_item.center {
        width: 100%;
        padding: 0 15px;
        order: 1;
    }
    .a_item.left {
        order: 2;
        width: 100%;
        text-align: center;
        padding: 30px 0 0;
    }
    .a_item.right {
        order: 3;
        width: 100%;
        text-align: center;
    }
    .a_layout h3 {
        font-size: 22px;
    }
}
/*------------ notice-editor ------------*/
.notice-editor .step {
    background: url('../../images/common/notice/bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 45px 40px;
    min-height: 577px;
    box-sizing: border-box;
}
.notice-editor .step h2 {
    text-align: center;
    margin: 0 0 60px;
}
.notice-editor .step ul,
.notice-editor .step ol,
.notice-editor .step li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.notice-editor .step ul {
    max-width: 650px;
}
.notice-editor .step li {
    display: inline-block;
    margin: 0 50px 35px 0;
}
.notice-editor .step .child4 {
    margin-left: 40px;
}
.notice-editor h3 {
    font-size: 16px;
    color: #72665F;
}
.notice-editor .pic {
    margin: 0 -16px;
}
.notice-editor .pic img {
    margin: 0 15px 10px;
}
/*------------ terms-editor ------------*/
.terms-editor .title {
    line-height: .8;
    font-size: 17px;
    color: #46392C;
}
/*------------ index-about-editor ------------*/
.index-about-editor {
    text-align: center;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px) {
    .about-editor .col {
        float: none;
        width: 100%;
        margin-bottom: 5px;
    }
    .about-editor h2 {
        margin-bottom: 5px;
        padding: 3px;
    }
    .contact-editor {
        padding: 0 2%;
    }
    .contact-info-list li {
        margin: 2px 0;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        margin-bottom: 5px;
    }
    .contact-info-list {
        margin: 5px 0;
    }
}
@media screen and (max-width: 767px) {
    .notice-editor .step {
        padding: 45px 10px;
    }
    .notice-editor .step ul {
        text-align: center;
        max-width: 100%;
    }
    .notice-editor .step .child4 {
        margin-left: 5px;
    }
    .notice-editor .step li {
        display: inline-block;
        margin: 0 5px 35px;
    }
}
@media screen and (max-width: 480px) {
    .notice-editor .pic {
        margin: 0;
    }
    .notice-editor .pic img {
        margin: 0px 0 10px;
    }
}