@charset "utf-8";
/* ------------------------------------------ */
/* CATALOG DOWNLOAD CSS */
/* ------------------------------------------ */


/* ページ看板 */
.page-sign-area {
    display: block;
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 96px;
}
@media (max-width: 1300px) {
    .page-sign-area {
        height: 300px;
        margin-top: 70px;
    }
}
@media (max-width: 768px) {
    .page-sign-area {
        height: 100px;
    }
}
/* .page-sign-area:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(175, 199, 220, 0.5);
} */
/* .faq .page-sign-area {
    background: url("../img/faq/page-sign.jpg") no-repeat center;
    background-size: cover;
} */
.catalog .page-sign-area .page-title {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

@media (max-width: 768px) {
    .catalog .page-sign-area .page-title {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
        margin-top: 20px;
        width: 70%;
    }
}


#subPage.formpage .common-contactbox {
    background: none;
    /* padding-top: 100px; */
}
#subPage.formpage .formpage-wrapper {
    background: url(../img/lifeplan/bg-main.png) no-repeat center bottom;
    background-size: contain;
}

@media (max-width: 768px) {
    #subPage.formpage .common-contactbox {
        background: none;
        padding-top: 50px;
    }
    
}

.msg-wrapper {
    display: block;
    width: 100%;
    height: 70px;
    position: relative;
}
.msg-wrapper .msg-1min {
    display: table;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 1;
}
.msg-wrapper .msg-1min .text {
    display: block;
    position: relative;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1;
}
.msg-wrapper .msg-1min .text:before,
.msg-wrapper .msg-1min .text:after {
    content: "";
    width: 48px;
    height: 3px;
    background-color: #000;
    position: absolute;
}
.msg-wrapper .msg-1min .text:before {
    left: -50px;
    bottom: 16px;
    transform: rotate(60deg);
}
.msg-wrapper .msg-1min .text:after {
    right: -45px;
    bottom: 16px;
    transform: rotate(110deg);
}
@media (max-width: 480px) {
    .msg-wrapper .msg-1min .text {
        font-size: 20px;
    }
    .msg-wrapper .msg-1min .text:before,
    .msg-wrapper .msg-1min .text:after {
        content: "";
        width: 30px;
        height: 3px;
        background-color: #000;
        position: absolute;
    }
    .msg-wrapper .msg-1min .text:before {
        left: -35px;
        bottom: 10px;
        transform: rotate(60deg);
    }
    .msg-wrapper .msg-1min .text:after {
        right: -30px;
        bottom: 10px;
        transform: rotate(110deg);
    }
}


/* page-title-area
---------------------------------*/
.page-title-area {
}

.page-title-area .sec-wrap {
    background-color: #000;
}

.page-title-area .sec-wrap .container-full {
    width: 94%;
    max-width: 1028px;
    margin: 0 auto;
}

.page-title-area .sec-wrap .pt-wrap {
    /* position: relative; */
    color: #fff;
}

.page-title-area .sec-wrap .pt-wrap .pt-text01 {
    display: block;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 0 0 30px;
    margin: 0 0 50px 0;
    position: relative;
}

.page-title-area .sec-wrap .pt-wrap .pt-text01 .text {
    display: block;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 600;
}

.page-title-area .sec-wrap .pt-wrap .pt-text02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72%;
    margin: 0 auto;
}

.page-title-area .sec-wrap .pt-wrap .pt-text02 .heading {
    display: block;
    width: 120px;
    line-height: 1;
}

.page-title-area .sec-wrap .pt-wrap .pt-text02 .heading .text {
    display: block;
    line-height: 58px;
    padding: 0 20px;
    border: 1px solid #fff;
    font-weight: 600;
}

.page-title-area .sec-wrap .pt-wrap .pt-text02 .c-text {
    display: block;
    line-height: 1;
    padding-left: 50px;
    width: 100%;
    flex: 1;
}

.page-title-area .sec-wrap .pt-wrap .pt-text02 .c-text .text {
    display: block;
    letter-spacing: 0.04em;
    line-height: 1.7;
    font-weight: 600;
}

.page-title-area .sec-wrap .pt-wrap .item01 {
    display: table;
    position: absolute;
    right: -50px;
    bottom: -40px;
}

.page-title-area .sec-wrap .pt-wrap .item01 img {
}

@media (max-width: 1024px) {
    .page-title-area .sec-wrap .pt-wrap .item01 {
        display: table;
        position: absolute;
        right: -30px;
        bottom: -49px;
    }
    .page-title-area .sec-wrap .pt-wrap .item01 img {
        width: 180px;
    }
}   

@media (max-width: 768px) {
    .page-title-area .sec-wrap .pt-wrap .pt-text01 {
        display: block;
        text-align: center;
        border-bottom: 1px solid #fff;
        padding: 0 0 30px;
        margin: 0 0 30px 0;
    }
    
    .page-title-area .sec-wrap .pt-wrap .pt-text01 .text {
        display: block;
        line-height: 1.6;
        letter-spacing: 0.03em;
        font-weight: 600;
    }
    
    .page-title-area .sec-wrap .pt-wrap .pt-text02 {
        display: block;
        justify-content: center;
        align-items: center;
        width: 80%;
        margin: 0 auto;
    }
    
    .page-title-area .sec-wrap .pt-wrap .pt-text02 .heading {
        display: block;
        width: 120px;
        line-height: 1;
    }
    
    .page-title-area .sec-wrap .pt-wrap .pt-text02 .heading .text {
        display: block;
        line-height: 38px;
        padding: 0 20px;
        border: 1px solid #fff;
        font-weight: 600;
    }
    
    .page-title-area .sec-wrap .pt-wrap .pt-text02 .c-text {
        display: block;
        line-height: 1;
        padding-left: 0;
        padding-top: 15px;
        width: 100%;
        flex: 1;
    }
    .page-title-area .sec-wrap .pt-wrap .item01 {
        display: table;
        position: absolute;
        right: -10px;
        bottom: -70px;
    }
    .page-title-area .sec-wrap .pt-wrap .item01 img {
        width: 130px;
    }
}

@media (max-width: 480px) {
    .page-title-area .sec-wrap .pt-wrap .pt-text01 {
        display: block;
        text-align: center;
        border-bottom: 1px solid #fff;
        padding: 0 0 30px;
        margin: 0 0 30px 0;
    }
    
    .page-title-area .sec-wrap .pt-wrap .pt-text01 .text {
        display: block;
        line-height: 1.6;
        letter-spacing: 0.03em;
        font-weight: 600;
    }
    
    .page-title-area .sec-wrap .pt-wrap .pt-text02 {
        display: block;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }
    
    .page-title-area .sec-wrap .pt-wrap .pt-text02 .heading {
        display: block;
        width: 120px;
        line-height: 1;
    }
    
    .page-title-area .sec-wrap .pt-wrap .pt-text02 .heading .text {
        display: block;
        line-height: 38px;
        padding: 0 20px;
        border: 1px solid #fff;
        font-weight: 600;
    }
    
    .page-title-area .sec-wrap .pt-wrap .pt-text02 .c-text {
        display: block;
        line-height: 1;
        padding-left: 0;
        padding-top: 15px;
        width: 100%;
        flex: 1;
    }
    .page-title-area .sec-wrap .pt-wrap .item01 {
        display: table;
        position: absolute;
        right: -10px;
        bottom: -80px;
    }
    .page-title-area .sec-wrap .pt-wrap .item01 img {
        width: 130px;
    }
}
