@charset "utf-8";
/* ------------------------------------------ */
/* FAQ CSS */
/* ------------------------------------------ */


/* ページ看板 */
.page-sign-area {
    display: block;
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 96px;
}
@media (max-width: 1300px) {
    .page-sign-area {
        height: 500px;
        margin-top: 70px;
    }
}
@media (max-width: 768px) {
    .page-sign-area {
        height: 200px;
    }
}
.page-sign-area:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(175, 199, 220, 0.5);
}

.page-ctitle {
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}
.page-ctitle:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}
.page-ctitle .text {
    display: block;
    letter-spacing: 0.1em;
    line-height: 1.1;
    font-weight: 700;
}

#subPage.privacy .common-contactbox {
    background: none;
    /* padding-top: 100px; */
}
#subPage.privacy .faq-wrapper {
    background: url(../img/lifeplan/bg-main.png) no-repeat center bottom;
    background-size: contain;
    margin-top: 70px;
}
@media (max-width: 768px) {
    #subPage.privacy .common-contactbox {
        background: none;
        padding-top: 50px;
    }
    
}


/* privacy-contents */
.privacy-contents {
}

.privacy-contents .container-full {
    max-width: 800px;
    counter-reset: number 0;
}

.privacy-contents .c-box {
}

.privacy-contents .c-box .text {
    display: block;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.privacy-contents .c-box b {
    font-weight: 700;
}

@media (max-width: 768px) {
}