@charset "utf-8";

/* ----------------------------------------------------------
chart
---------------------------------------------------------- */

.section.chart {
    padding-top: 40px;
}

.chart .chart_container {
    background-color: #F1EDEB;
    border-top: 2px solid #EA650D;
    padding: 40px 20px 40px;
}

.chart .chart_container>.heading {
    color: #EA650D;
    position: relative;
    cursor: pointer;
}

.chart .chart_hidden {
    display: none;
}

.chart .chart_container>.heading:before {
    content: '';
    background-image: url(https://www.nnlife.co.jp/library/bizd/corporate_insurance/img/arrow.svg);
    background-color: transparent;
    background-position: center;
    background-size: 10px 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    width: 10px;
    height: 16px;
    transition: all .3s;
    transform: rotate(90deg);
}

.chart .chart_container>.heading.active:before {
    transform: rotate(270deg);
}

.chart .text {
    margin-top: 20px;
}

.chart .box {
    padding-top: 100px;
    display: none;
}

.chart .box#chart_box01 {
    display: block;
}

.chart .layout .img {
    text-align: center;
    line-height: 193px;
    height: 193px;
}

.chart .layout .heading {
    line-height: 1.5;
    width: 100%;
    min-height: 100px;
}

.chart .chart_btn_layout {
    display: flex;
    width: 100%;
    margin-top: 50px;
}

.chart .layout .img {
    margin-top: 30px;
    width: auto;
}

.chart .chart_btn {
    font-size: 2.4rem;
    line-height: 55px;
    text-align: center;
    background-color: #fff;
    width: 50%;
    height: 55px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #F1EDEB;
}

.chart .chart_btn:hover {
    border: 1px solid #404040;
}

.chart .chart_btn.chart_btn_small {
    font-size: 1.8rem;
}

.chart .chart_btn:first-of-type {
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #fff;
}

.chart .chart_btn:first-of-type:hover {
    border-right: 1px solid #404040;
}

.chart .chart_btn:first-of-type:hover+.chart_btn:last-of-type {
    border-left: 1px solid #fff;
}

.chart .chart_btn:last-of-type {
    border-radius: 0 4px 4px 0;
}

/* ----------------------------------------------------------
chart_result
---------------------------------------------------------- */

.chart_result {
    color: #404040;
}

.chart_result_bg {
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    display: none;
}

.chart_result {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    width: 780px;
    height: calc(100vh - 100px);
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 20;
    background-color: #fff;
    padding: 65px 75px 45px 75px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow-y: scroll;
    display: none;
}

.chart_result .close_btn {
    position: absolute;
    top: 22px;
    right: 22px;
    cursor: pointer;
}

.chart_result .text {
    font-size: 1.6rem;
}

.chart_result .heading {
    margin-top: 20px;
}

.chart_result .img {
    margin: 35px 0;
}

.chart_result .sub_heading {
    line-height: 1.5;
    margin-bottom: 20px;
}

.chart_result .chart_result_btn a {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    width: 355px;
    padding: 15px 0;
    margin: 35px auto 30px;
    background-color: #404040;
    border-radius: 4px;
    display: block;
}

.chart_result .chart_result_btn a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.chart_result .one_more_btn {
    font-size: 1.6rem;
    cursor: pointer;
}

.chart_result .link_btn {
    font-size: 1.6rem;
    margin-bottom: 35px;
}

.chart_result .one_more_btn span,
.chart_result .link_btn a {
    position: relative;
}

.chart_result .one_more_btn span:before,
.chart_result .link_btn a:before {
    content: '';
    width: 10px;
    height: 16px;
    background-image: url(https://www.nnlife.co.jp/library/bizd/lg/ci1_202310/img/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    left: -15px;
    top: 5px;
}

.chart_result .link_btn a:hover {
    text-decoration: none;
}

.chart_result .notes_list {
    text-align: left;
    margin-top: 65px;
}

.chart_result .divider {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 70px;
    border-bottom: 1px solid #E6DFDA;
}

.chart_result .notes {
    font-size: 1.3rem;
    font-weight: 300;
    list-style: none;
}


@media only screen and (max-width: 767px) {


    /* ----------------------------------------------------------
chart
---------------------------------------------------------- */

    .section.chart {
        padding-top: 40px;
    }


    .chart .chart_container {
        padding: 40px 20px 40px;
    }

    .chart .text {
        margin-top: 20px;
    }

    .chart .layout {
        display: block;
    }

    .chart .layout .heading {
        width: 100%;
        min-height: 100px;
    }

    .chart .layout .img {
        margin-top: 30px;
        width: auto;
    }

    .chart .chart_btn_layout {
        margin-top: 30px;
    }

    .chart .chart_btn {
        font-size: 2rem;
        line-height: 1.5;
        height: auto;
        padding: 5px 5px;
    }

    .chart .chart_btn.chart_btn_small {
        font-size: 1.6rem;
    }

    /* ----------------------------------------------------------
    chart_result
    ---------------------------------------------------------- */

    .chart_result {
        width: 95%;
        padding: 65px 20px 35px 20px;
    }

    .chart_result .chart_result_btn a {
        font-size: 2rem;
        padding: 10px 0;
        width: auto;
    }

    .chart_result .one_more_btn span:before {
        top: 3px;
    }
}

/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
*/