@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);
}
.contact .page-sign-area {
    background: url("../img/contact/page-sign.jpg") no-repeat center;
    background-size: cover;
}
.contact .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;
}

.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.contact .common-contactbox {
    background: none;
    /* padding-top: 100px; */
}
/* #subPage.contact .contact-wrapper {
    background: url(../img/lifeplan/bg-main.png) no-repeat center bottom;
    background-size: contain;
} */
@media (max-width: 768px) {
    #subPage.contact .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;
    background: url(../img/contact/bg-cheader.jpg) no-repeat center;
    background-size: cover;
}

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



.contact .main-wrap .c-wrap .inner-wrap {
    display: block;
    width: 100%;
    max-width: 1130px;
    height: 100%;
    /* padding: 10%; */
    margin: 0 auto;
    padding: 130px 0 60px;
}

.contact .main-wrap .c-wrap .form-wrap {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 1130px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 40px;
    padding: 0 0 100px;
    margin: 0 auto;
}


@media (max-width: 768px) {
    
    .contact .main-wrap .c-wrap .inner-wrap {
        display: block;
        width: 100%;
        max-width: 1130px;
        height: 100%;
        /* padding: 10%; */
        margin: 0 auto;
        padding: 80px 0 60px;
    }
    
    .contact .main-wrap .c-wrap .form-wrap {
        display: block;
        width: 100%;
        height: 100%;
        max-width: 1130px;
        background-color: rgba(255,255,255,0.9);
        border-radius: 40px;
        padding: 0 0 30px;
        margin: 0 auto;
    }
    }



/* form-contents */
.form-contents {
}

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

.form-contents .qa-box {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.form-contents .qa-box .q-box {
    background-color: #000;
}

.form-contents .qa-box .q-box .inner {
    display: block;
    width: 100%;
    color: #fff;
    padding: 20px 0;
    position: relative;
    cursor: pointer;
}

.form-contents .qa-box .q-box .inner:before {
    counter-increment: number 1;
    content: "Q"counter(number);
    display: table;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.01em;
    font-size: 31px;
}
/* 
.form-contents .qa-box .q-box .inner .Qnum {
    display: table;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-contents .qa-box .q-box .inner .Qnum .text {
    display: block;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.01em;
} */

.form-contents .qa-box .q-box .inner .Qtext {
    display: block;
    padding: 0 100px 0 100px;
}

.form-contents .qa-box .q-box .inner .Qtext .text {
    display: block;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-align: justify;
}

.form-contents .qa-box .q-box .inner .icon-plus {
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-contents .qa-box .q-box .inner .icon-plus span {
    display: block;
    width: 26px;
    height: 26px;
    position: relative;
}

.form-contents .qa-box .q-box .inner .icon-plus span:before {
    content: "";
    display: block;
    width: 24px;
    height: 4px;
    background-color: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.28s ease;
}

.form-contents .qa-box .q-box .inner .icon-plus span:after {
    content: "";
    display: block;
    width: 24px;
    height: 4px;
    background-color: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    margin-top: -4px;
    transition: all 0.28s ease;
}
.form-contents .qa-box .q-box.active .inner .icon-plus span:after {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
}

.form-contents .qa-box .a-box {
    display: none;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

.form-contents .qa-box .a-box .inner {
    display: block;
    padding: 25px 100px;
}

.form-contents .qa-box .a-box .inner .text {
    display: block;
    letter-spacing: 0.03em;
    line-height: 1.7;
    text-align: justify;
}

@media (max-width: 768px) {
    .form-contents .qa-box {
        margin-bottom: 20px;
    }
    
    .form-contents .qa-box .q-box .inner {
        padding: 20px 0;
    }
    
    .form-contents .qa-box .q-box .inner .Qnum {
        left: 20px;
    }
    
    .form-contents .qa-box .q-box .inner .Qtext {
        padding: 0 55px 0 80px;
    }

    .form-contents .qa-box .q-box .inner .icon-plus {
        right: 18px;
    }
    
    .form-contents .qa-box .q-box .inner .icon-plus span {
        width: 20px;
        height: 20px;
    }
    
    .form-contents .qa-box .q-box .inner .icon-plus span:before {
        width: 20px;
        height: 3px;
    }
    
    .form-contents .qa-box .q-box .inner .icon-plus span:after {
        width: 20px;
        height: 3px;
        margin-top: -3px;
    }
    
    .form-contents .qa-box .a-box {
        border-left: 2px solid #000;
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
    }
    
    .form-contents .qa-box .a-box .inner {
        padding: 25px 30px;
    }

}