@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 {
    position: relative;
    box-sizing: border-box;
    max-width: 1062px;
    margin: 0 auto;
}
.a_layout .a_item {
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.a_layout .a_item .a_col {
    width: 50%;
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_item:last-of-type{
    align-items: end;
    margin-top: -11%;
}
.a_layout .a_item:first-of-type .a_col:first-of-type { 
    width: 57.4%;
}
.a_layout .a_item:first-of-type .a_col:last-of-type { 
    width: 42.6%;
    padding-top: 85px;
}
.a_layout .a_item:last-of-type .a_col:first-of-type { 
    width: 61.2%;
    padding-right: 43.5px;
}
.a_layout .a_item:last-of-type .a_col:last-of-type { 
    width: 38.8%;
    padding-left: 43.5px;
}
.a_layout .title {
    position: relative;
    margin: 0;
    display: flex;
    align-items: baseline;
    margin-left: -135px;
}
.a_layout .title span {
    position: relative;
    box-sizing: border-box;
    color: #46392C;
    font-size: 55px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 0.9;
    font-family: 'Marcellus SC', serif;
}
.a_layout .title h2 {
    padding-left: 30px;
    position: relative;
    box-sizing: border-box;
    color: #46392C;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin: 0;
}
.a_layout .title h2::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: rgb(70, 57, 44, 0.6);
}
.a_layout h3 {
    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;
    margin: 0 0 0 -7px;
}
.a_layout h3::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 20px;
    height: 1px;
    background: #463A2C;
}
.a_layout p {
    color: #555555;
    margin: 0;
    letter-spacing: 0.7px;
    line-height: 2;
}
@media screen and (max-width: 1100px) {
    .a_layout .a_item:last-of-type {
        align-items: end;
        margin-top: -7%;
    }
}
@media screen and (max-width: 1000px) {
    .a_layout .a_item {
        flex-direction: column;
    }
    .a_layout .a_item:first-of-type .a_col:first-of-type{
        width: 100%;
        text-align: center;
    }
    .a_layout .a_item:first-of-type .a_col:last-of-type{
        width: 100%;
        text-align: center;
        padding: 30px 0 0;
    }
    .a_layout .title {
        margin: 0;
        justify-content: center;
    }
    .a_layout h3 {
        text-align: center;
        display: inline-block;
        padding: 11px 35px 20px;
    }
    .a_layout .a_item:last-of-type {
        align-items: unset;
        margin: 0;
    }
    .a_layout .a_item:last-of-type .a_col:first-of-type{
        width: 100%;
        padding: 0 0 15px;
    }
    .a_layout .a_item:last-of-type .a_col:last-of-type {
        width: 100%;
        padding: 0;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .a_layout .title {
        display: block;
    }
    .a_layout .title h2{
        display: inline-block;
        margin: 0 0 0 -30px;
    }
    .a_layout .title span {
        line-height: 1.2;
        font-size: 45px;
        display: block;
    }
    .a_layout h3{
        font-size: 20px;
    }
}
/*------------ 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;
    }
}