@charset "utf-8";

/* v2.0 | 20110126
  http://meyerweb.com/eric/tools/css/reset/ 
  License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



.pc {
    display: block;
}

.sp {
    display: none;
}

@media only screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/* ----------------------------------------------------------
Common Setting
---------------------------------------------------------- */

html {
    font-size: 62.5%;
}

/*body*/

body {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}

.inner {
    width: 960px;
    margin: 0 auto;
}

.notes {
    font-size: 1.2rem;
}

.orange {
    color: #EE7F00;
    font-weight: 700;
}

::-moz-selection {
    background: #ea650d;
    color: #fff;
}

::selection {
    background: #ea650d;
    color: #fff;
}

/*img*/

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

/*link*/

a:link,
a:visited,
a:active {
    color: #000;
    text-decoration: none;
    transition: 0.5s;
}

a:hover {
    text-decoration: none;
    outline: 0;
    opacity: 0.8;
}

input:hover,
a:hover img {
    outline: 0;
    opacity: 0.8;
}

/* iOSでのデフォルトスタイルをリセット */

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

/* ----------------------------------------------------------
header
---------------------------------------------------------- */

.header {
    background-color: #fff;
}

.header .inner {
    padding: 15px 0;
}

.header .layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .layout .title {
    width: calc(100% - -95px);
    text-align: center;
}

/* ----------------------------------------------------------
mv
---------------------------------------------------------- */

.mv .layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mv .layout .img {
    width: 33.3333%;
    height: 385px;
    background-size: cover;
    background-position: top center;
}

.mv .layout .img.img01 {
    background-image: url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/mv_img1.jpg);
}

.mv .layout .img.img02 {
    background-image: url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/mv_img2.jpg);
}

.mv .layout .img.img03 {
    background-image: url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/mv_img3.jpg);
}

/* ----------------------------------------------------------
section
---------------------------------------------------------- */
.section {
    padding: 100px 0;
}

.section .section_title {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 50px;
}

/* ----------------------------------------------------------
case
---------------------------------------------------------- */

.case {
    background-color: #fff;
}

.case .layout {
    display: flex;
    flex-wrap: wrap
}

.case .box {
    width: 50%;
    padding: 120px 20px 40px 140px;
    box-sizing: border-box;
}

.case .box:first-of-type {
    border-right: 1px dotted #CAC7C7;
    border-bottom: 1px dotted #CAC7C7;
    background: url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_balloon_a.png) top 30px left 100px / 326px no-repeat, url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_man_a.png) top 30px left 5px / 110px no-repeat;

}

.case .box:nth-of-type(2) {
    border-bottom: 1px dotted #CAC7C7;
    background: url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_balloon_b.png) top 30px left 146px / 399px no-repeat, url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_man_b.png) top 55px left 18px / 129px no-repeat;
}

.case .box:nth-of-type(3) {
    border-right: 1px dotted #CAC7C7;
    background: url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_balloon_c.png) top 30px left 100px / 332px no-repeat, url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_woman_c.png) top 25px left 10px / 89px no-repeat;
}

.case .box:last-of-type {
    background: url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_balloon_d.png) top 30px left 130px / 340px no-repeat, url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_man_d.png) top 18px left 30px / 83px no-repeat;
}

.case .box .name {
    font-size: 1.4rem;
    font-weight: 500;
}

.case .box .name span:first-of-type {
    font-size: 1.8rem;
}

.case .box .name span:last-of-type {
    font-size: 1.5rem;
}

.case .box .list {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 15px;
}

.case .box .list li {
    position: relative;
    padding-left: 20px;
}

.case .box .list li:before {
    content: '';
    background-image: url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/check_mark.png);
    background-repeat: no-repeat;
    background-size: 17px 18px;
    display: inline-block;
    width: 17px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 5px;
}

.case .box .btn {
    margin-top: 40px;
}

.case .box .btn a {
    text-align: center;
    background-color: #F1EDEB;
    padding: 7px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case .box .btn a span {
    font-size: 2.1rem;
    margin: -2px 10px 0 5px;
}

/* ----------------------------------------------------------
cta
---------------------------------------------------------- */

.cta {
    background-color: #EEEEEE;
    padding: 30px 0;
}

.cta .btn {
    text-align: center;
}

.cta .btn a,
.cta .tel a {
    opacity: 0.9;
}

.cta .btn a:hover,
.cta .tel a:hover {
    opacity: 1;
}

.cta .btn a img,
.cta .tel a img {
    opacity: 1;
    transition: 0.5s;
}

.cta .btn a img:hover,
.cta .tel a img:hover {
    opacity: 1;
    -webkit-filter: drop-shadow(0 2px 2px #d6d6d6);
    filter: drop-shadow(0 2px 2px #d6d6d6);
}


.cta .tel {
    text-align: center;
    margin: 25px 0;
}

/* ----------------------------------------------------------
product
---------------------------------------------------------- */

.product .btn_list .btn a {
    color: #EE7F00;
    font-weight: 700;
    font-size: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 620px;
    padding: 30px;
    margin: 0 auto 50px;
    box-sizing: border-box;
    border: 4px solid #EE7F00;
    border-radius: 22px;
}

.product .btn_list .btn a:hover {
    opacity: 1;
    background-color: #EEEEEE;
}

.product .btn_list .btn:last-of-type a {
    margin: 0 auto 0;
}

.product .layout,
.product .layout .simulation_box {
    display: flex;
    align-items: center;
}

.product .layout .notes {
    margin-left: 50px;
}

.product .layout .notes a {
    text-decoration: underline;
}

.product .layout .notes a:hover {
    opacity: 1;
    text-decoration: none;
}

.product .layout .condition {
    font-size: 1.8rem;
    margin-right: 10px;
}

.product .layout .age_title {
    font-size: 2.4rem;
}

.product .layout .age select {
    font-size: 2.1rem;
    margin-left: 10px;
    margin-right: 20px;
}

.product .layout .gender label {
    font-size: 1.8rem;
}

.product .table {
    width: 100%;
    margin-top: 10px;
}

.product .table tr th {
    color: #fff;
    font-size: 1.4rem;
    vertical-align: middle;
    background-color: #EE7F00;
    border: 1px solid #000;
    height: 70px;
    box-sizing: border-box;
}

.product .table tr th:first-of-type,
.product .table tr td:first-of-type {
    width: 210px;
}

.product .table tr th:nth-of-type(2),
.product .table tr td:nth-of-type(2) {
    width: 170px;
}

.product .table tr th:nth-of-type(3),
.product .table tr td:nth-of-type(3) {
    width: 120px;
}

.product .table tr th:nth-of-type(4),
.product .table tr td:nth-of-type(4) {
    width: 215px;
}

.product .table tr th:nth-of-type(5),
.product .table tr td:nth-of-type(5) {
    width: 145px;
}

.product .table tr th:last-of-type,
.product .table tr td:last-of-type {
    width: 100px;
}

.product .table tr td {
    font-size: 1.3rem;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #000;
    box-sizing: border-box;
    background-color: #E5DED9;
}

.product .table tr.active td {
    background-color: #f7e1c8;
}

.product .table tr td.text {
    text-align: left;
    background-color: #fff;
    padding: 5px 10px;
}

.product .table tr td.price {
    color: #E64415;
    font-size: 2.1rem;
    font-weight: 700;
}

.product .table tr td .title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 20px;
}

.product .table tr td .name_en {
    color: #EE7F00;
    font-size: 2.4rem;
    font-weight: 700;
}

.product .table tr td .name_jp {
    font-size: 1.2rem;
    margin-top: 5px;
}

.product .table tr td .btn {
    margin-top: 10px;
    margin-bottom: 20px;
}

.product .notes_list {
    margin: 10px 0 100px;
}

/* ----------------------------------------------------------
voice
---------------------------------------------------------- */

.voice .box:first-of-type {
    margin-bottom: 45px;
}

.voice .box .layout {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.voice .box .layout .customer dl {
    display: flex;
    margin-left: 15px;
    margin-bottom: 7px;
}

.voice .box .text {
    width: 690px;
    padding: 35px 40px;
    margin: 10px auto 0;
    box-sizing: border-box;
    border: 2px solid #EE7F00;
    border-radius: 17px;
}

/* ----------------------------------------------------------
about
---------------------------------------------------------- */

.about .layout {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about .layout .img {
    margin-right: 75px;
}

.about .layout .img:last-of-type {
    margin-right: 0;
}

.about .text {
    text-align: center;
    font-size: 1.9rem;
    margin-top: 40px;
    margin-bottom: 10px;
}

.about .notes {
    display: flex;
    justify-content: flex-end;
    margin-right: 50px;
}

.about .notes_list {
    margin-top: 30px;
}

.about .company_info {
    color: #414141;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2;
    margin-top: 30px;
}

.about .about_title {
    color: #EE7F00;
    font-size: 2.6rem;
    text-align: center;
    font-weight: 700;
    margin-top: 70px;
    margin-bottom: 45px;
}

.about .about_title span {
    padding: 0 10px 25px;
    background-image: url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/line_arrow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.about .layout .box:first-of-type {
    margin-right: 30px;
}

.about .layout .box .title {
    color: #414141;
    font-size: 2.3rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
}

.about .layout .box .chart {
    margin-right: 30px;
}

.about .layout .box .chart_list li {
    color: #414141;
    line-height: 2;
    position: relative;
    padding-left: 25px;
}

.about .layout .box .chart_list li:before {
    content: '';
    background-color: #000;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
}

.about .layout .box:first-of-type .chart_list li:first-of-type:before,
.about .layout .box:last-of-type .chart_list li:first-of-type:before {
    background-color: #EE7F00;
}

.about .layout .box:first-of-type .chart_list li:nth-of-type(2):before {
    background-color: #F7BF80;
}

.about .layout .box:first-of-type .chart_list li:nth-of-type(3):before,
.about .layout .box:last-of-type .chart_list li:nth-of-type(2):before {
    background-color: #7CAAD6;
}

.about .layout .box:first-of-type .chart_list li:nth-of-type(4):before,
.about .layout .box:last-of-type .chart_list li:nth-of-type(3):before {
    background-color: #666666;
}

.about .layout .box:first-of-type .chart_list li:nth-of-type(5):before,
.about .layout .box:last-of-type .chart_list li:nth-of-type(4):before {
    background-color: #96B439;
}

.about .layout .box:first-of-type .chart_list li:last-of-type:before,
.about .layout .box:last-of-type .chart_list li:last-of-type:before {
    background-color: #9C91C6;
}

/* ----------------------------------------------------------
flow
---------------------------------------------------------- */

.flow .box {
    max-width: 750px;
    margin: 0 auto 25px;
    padding: 15px 25px;
    border: 2px solid #EE7F00;
    border-radius: 35px;
    box-sizing: border-box;
}

.flow .box:last-of-type {
    margin: 0 auto;
}

.flow .box .layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flow .box .layout .contents {
    width: calc(100% - 150px);
}

.flow .box .layout .title {
    color: #EE7F00;
    font-weight: 700;
    font-size: 2.1rem;
    margin-bottom: 10px;
}

/* ----------------------------------------------------------
faq
---------------------------------------------------------- */

.faq .box {
    max-width: 815px;
    margin: 0 auto 80px;
}

.faq .box:last-of-type {
    margin: 0 auto;
}

.faq .box .q {
    padding: 0 5px;
    cursor: pointer;
    border-bottom: 1px solid #CAC7C7;
}

.faq .box .q .arrow img {
    transform: rotate(0);
    transition: 0.3s;
}

.faq .box .q.close .arrow img {
    transform: rotate(180deg);
}

.faq .box .q .layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.faq .box .q .layout .text {
    font-weight: 700;
    font-size: 2.1rem;
    width: calc(100% - 90px);
}

.faq .box .a {
    padding: 20px 5px;
    display: none;
}

/* ----------------------------------------------------------
info
---------------------------------------------------------- */

.info .box {
    padding: 0 15px;
}

.info .box:first-of-type {
    margin-bottom: 100px;
}

.info .box .title {
    font-weight: 700;
    font-size: 1.4rem;
    border-left: 9px solid #D9D9D9;
    border-bottom: 1px dotted #CAC7C7;
    padding: 7px 15px;
    margin-bottom: 15px;
}

.info .box .info_list li {
    font-size: 1.1rem;
    padding-left: 12px;
    position: relative;
}

.info .box .info_list li::before {
    content: '※';
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 1px;
    transform: scale(0.8);
}

.info .box .text {
    font-size: 1.1rem;
}


/* ----------------------------------------------------------
footer
---------------------------------------------------------- */

.footer {
    background: #fff;
}

.footer .copyright {
    font-size: 1rem;
    text-align: center;
    line-height: 42px;
    height: 42px;
}

@media only screen and (max-width: 1024px) {

    /* ----------------------------------------------------------
    Common Setting
    ---------------------------------------------------------- */

    .inner {
        width: 95%;
        margin: 0 auto;
    }

    /* ----------------------------------------------------------
    case
    ---------------------------------------------------------- */

    .case .layout {
        display: block;
    }

    .case .box {
        width: 100%;
        padding: 120px 20px 40px 160px;
    }

    .case .box:first-of-type {
        border-right: none;
        border-bottom: 1px dotted #CAC7C7;

    }

    .case .box:nth-of-type(2) {
        border-bottom: 1px dotted #CAC7C7;
    }

    .case .box:nth-of-type(3) {
        border-right: none;
        border-bottom: 1px dotted #CAC7C7;
    }



    /* ----------------------------------------------------------
    product
    ---------------------------------------------------------- */

    .product .layout {
        flex-wrap: wrap;
    }

    .product .layout .notes {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }

    /* ----------------------------------------------------------
    about
    ---------------------------------------------------------- */

    .about .layout02 {
        display: block;
    }

    .about .layout .box:first-of-type {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .about .layout .box .chart_list {
        width: 300px;
    }

}

@media only screen and (max-width: 767px) {

    /*body*/

    body {
        font-size: 1.4rem;
    }

    /* ----------------------------------------------------------
    header
    ---------------------------------------------------------- */

    .header .layout .title {
        font-size: 1.2rem;
        margin-left: -61px;
    }

    /* ----------------------------------------------------------
    mv
    ---------------------------------------------------------- */

    .mv .layout .img {
        width: 50%;
        height: 50vw;
    }

    /* ----------------------------------------------------------
    section
    ---------------------------------------------------------- */
    .section {
        padding: 10% 0;
    }

    .section .section_title {
        font-size: 2.5rem;
        margin-bottom: 5%;
    }

    /* ----------------------------------------------------------
    case
    ---------------------------------------------------------- */

    .case .layout {
        display: block;
    }

    .case .box {
        width: 100%;
        padding: 18% 10px 20px 28%;
        box-sizing: border-box;
        border-top: 1px dotted #CAC7C7;
        border-bottom: none;
    }

    .case .box:first-of-type {
        border-right: none;
        border-bottom: none;
        background: url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_balloon_a.png) top 15px left 20vw / auto 45px no-repeat, url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_man_a.png) top 30px left 5px / 22% no-repeat;

    }

    .case .box:nth-of-type(2) {
        border-bottom: none;
        background: url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_balloon_b.png) top 15px left 25vw / auto 45px no-repeat, url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_man_b.png) top 55px left 5px / 26% no-repeat;
    }

    .case .box:nth-of-type(3) {
        border-right: none;
        border-bottom: none;
        background: url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_balloon_c.png) top 15px left 20vw / auto 45px no-repeat, url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_woman_c.png) top 25px left 10px / 18% no-repeat;
    }

    .case .box:last-of-type {
        border-right: none;
        background: url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_balloon_d.png) top 15px left 20vw / auto 45px no-repeat, url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_man_d.png) top 25px left 10px / 17% no-repeat;
    }

    .case .box .btn a {
        font-size: 1.2rem;
    }

    .case .box .btn a span {
        font-size: 1.8rem;
        margin: -2px 5px 0 3px;
    }

    .case .toggle_btn {
        text-align: center;
        color: #EA650D;
        font-size: 1rem;
        padding: 5px 0;
        margin: 10px auto;
        width: 40%;
        border: 1px #EA650D solid;
        border-radius: 5px;
        cursor: pointer;
    }

    .case .toggle_btn span:hover {
        color: #fff;
        background-color: #EA650D;
        transition: 0.5s;
    }

    /* ----------------------------------------------------------
    cta
    ---------------------------------------------------------- */

    .cta .tel {
        margin: 15px 0;
    }

    .cta .tel img {
        width: 80%;
    }

    /* ----------------------------------------------------------
    product
    ---------------------------------------------------------- */

    .product .btn_list .btn a {
        font-size: 1.7rem;
        width: 100%;
        padding: 15px;
        margin: 0 auto 25px;
        border: 3px solid #EE7F00;
        border-radius: 13px;
    }

    .product .btn_list .btn a img {
        margin-left: 7px;
    }

    .product .notes_list {
        margin: 0 0 10px 0;
    }

    .product .box {
        border: 1px solid #EE7F00;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .product .box:last-of-type {
        margin-bottom: 0;
    }

    .product .box .box_header {
        background-color: #F1EDEB;
        padding: 10px 15px;
        border-radius: 10px 10px 0 0;
    }

    .product .box .box_contents {
        padding: 20px 15px 15px;
    }

    .product .box .title {
        font-size: 1.6rem;
        font-weight: 700;
    }

    .product .box .name_en {
        color: #EE7F00;
        font-size: 2.4rem;
        font-weight: 700;
    }

    .product .box .name_jp {
        color: #EE7F00;
        font-size: 2.4rem;
        font-weight: 700;
        display: block;
    }

    .product .box.active .box_contents {
        background-color: #f7e1c8;
        border-radius: 0 0 10px 10px;
    }

    .product .box .list li {
        font-size: 1.6rem;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dotted #eeeeee;
    }

    .product .box .list li:last-of-type {
        border-bottom: none;
    }

    .product .box .list li dl {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .product .box .list li dl dt span {
        color: #EE7F00;
        margin-right: 5px;
    }

    .product .box .list li dl dd {
        font-size: 1.8rem;
        font-weight: 700;
    }

    .product .box:last-of-type .list li:nth-of-type(2) dl dd,
    .product .box:last-of-type .list li:nth-of-type(3) dl dd {
        width: 100%;
    }

    .product .box .list li .price {
        color: #E64415;
        font-size: 2.4rem;
        font-weight: 700;
    }

    .product .box .text {
        margin-top: 15px;
    }

    .product .box .btn {
        text-align: right;
        margin-top: 20px;
    }

    .product .box .btn img {
        width: 50%;
    }

    .product .section_title {
        margin-bottom: 10px;
    }

    .product .simulation_title {
        color: #fff;
        text-align: center;
        font-size: 2rem;
        background-color: #EA650D;
        padding: 5px 0;
        margin-bottom: 5%;
    }

    .product .layout {
        display: block;
    }

    .product .simulation_box {
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #EEEEEE;
        border-radius: 5px;
    }

    .product .simulation_box .age_title,
    .product .simulation_box .gender_title {
        font-size: 1.8rem;
        text-align: center;
        line-height: 40px;
        width: 80px;
        padding: 10px 0;
        background: rgba(238, 238, 238, 0.7);
        box-sizing: border-box;
    }

    .product .simulation_box .age_title,
    .product .simulation_box .age {
        border-bottom: 1px dotted #EEEEEE;
    }

    .product .simulation_box .age,
    .product .simulation_box .gender {
        width: calc(100% - 80px);
        padding: 10px;
        box-sizing: border-box;
    }

    .product .simulation_box .age {
        text-align: center;
        position: relative;
    }

    .product .simulation_box .age select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: #000;
        text-indent: 35%;
        width: 100%;
        cursor: pointer;
        text-overflow: ellipsis;
        border: 1px solid #EEEEEE;
        border-radius: 7px;
        height: 40px;
        line-height: 40px;
        margin: 0;
        background: linear-gradient(90deg, #fff 26px, #fff calc(100% - 26px), #EE7F00 calc(100% - 26px), #EE7F00 100%);
        box-shadow: none;
        box-sizing: border-box;
    }

    .product .simulation_box .age select::-ms-expand {
        display: none;
    }

    .product .simulation_box .age:before {
        content: '';
        top: 50%;
        right: 15px;
        width: 10px;
        height: 2px;
        border-radius: 2px;
        position: absolute;
        background-color: #fff;
        transform: rotate(135deg);
    }

    .product .simulation_box .age:after {
        content: '';
        top: 50%;
        right: 22px;
        width: 10px;
        height: 2px;
        border-radius: 2px;
        position: absolute;
        background-color: #fff;
        transform: rotate(-135deg);
    }

    .product .simulation_box .gender {
        display: flex;
        justify-content: space-between;
        line-height: 40px;
    }

    .product .simulation_box .gender label {
        font-size: 2.1rem;
        display: inline-block;
        width: 48%;
        border: 1px solid #EEEEEE;
        border-radius: 5px;
        text-align: left;
        position: relative;
        cursor: pointer;
        padding-left: 15%;
        box-sizing: border-box;
    }

    .product .simulation_box .gender label::before,
    .product .simulation_box .gender label::after {
        content: "";
        display: block;
        border-radius: 50%;
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
    }

    .product .simulation_box .gender label::before {
        background-color: #fff;
        border: 1px solid#eee;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        left: 15%;
        box-sizing: border-box;
    }

    .product .simulation_box .gender label::after {
        background-color: #fff;
        border-radius: 50%;
        opacity: 0;
        width: 7px;
        height: 7px;
        left: calc(15% + 4.5px)
    }

    .product .simulation_box .gender input:checked+label::before {
        background-color: #EE7F00;
        border: 1px solid#EE7F00;
    }

    .product .simulation_box .gender input:checked+label::after {
        opacity: 1;
    }

    .product .simulation_box .gender input:checked+label {
        background-color: rgba(238, 127, 0, 0.1);
        border: 1px solid #EE7F00;
    }

    .product .simulation_box .gender input {
        display: none;
    }


    /* ----------------------------------------------------------
    voice
    ---------------------------------------------------------- */

    .voice .box .layout .customer dl {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }

    .voice .box .text {
        width: 100%;
        padding: 15px 20px;
        margin: 10px auto 0;
        border: 2px solid #EE7F00;
        border-radius: 10px;
    }

    .voice .box img {
        width: 25vw;
    }

    /* ----------------------------------------------------------
    about
    ---------------------------------------------------------- */

    .about .layout .img {
        margin-right: 20px;
    }

    .about .text {
        font-size: 1.4rem;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .about .notes {
        margin-right: 20px;
    }

    .about .notes_list {
        margin-top: 20px;
    }

    .about .notes_list .notes {
        margin-left: 20px;
        justify-content: flex-start;
    }

    .about .company_info {
        font-size: 1.5rem;
        margin-top: 20px;
    }

    .about .about_title {
        font-size: 1.6rem;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .about .about_title span {
        padding: 0 5px 15px;
    }

    .about .layout .box .title {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    .about .layout .box .chart {
        width: 40%;
        margin-right: 15px;
    }

    .about .layout .box .chart_list {
        width: 200px;
    }

    .about .layout .box .chart_list li {
        font-size: 1.3rem;
        padding-left: 22px;
    }

    .about .layout .box .chart_list li:before {
        width: 15px;
        height: 15px;
        left: 0;
        top: 6px;
    }

    /* ----------------------------------------------------------
    flow
    ---------------------------------------------------------- */

    .flow .box {
        border-radius: 20px;
    }

    .flow .box:last-of-type {
        margin: 0 auto;
    }

    .flow .box .layout {
        display: block;
    }

    .flow .box .img {
        text-align: center;
    }

    .flow .box .layout .contents {
        width: 100%;
    }

    .flow .box .layout .title {
        text-align: center;
        font-size: 1.6rem;
        margin-bottom: 5px;
    }

    /* ----------------------------------------------------------
    faq
    ---------------------------------------------------------- */

    .faq .box {
        margin-bottom: 40px;
    }

    .faq .box .q .arrow img {
        width: 15px;
    }

    .faq .box .q .layout .img img {
        width: 35px;
    }

    .faq .box .q .layout .text {
        font-size: 1.6rem;
        width: calc(100% - 70px);
    }

    .faq .box .a {
        padding: 10px 5px;
    }

    /* ----------------------------------------------------------
    info
    ---------------------------------------------------------- */

    .info .box {
        padding: 0;
    }

    .info .box:first-of-type {
        margin-bottom: 10%;
    }

    .info .box .title {
        font-size: 1.4rem;
        padding: 5px 12px;
    }

    /* ----------------------------------------------------------
    footer
    ---------------------------------------------------------- */

    .footer .copyright {
        line-height: 30px;
        height: 30px;
    }

    @media only screen and (min-width:460px) and (max-width:640px) {

        .case .box {
            padding: 18% 10px 20px 23%;
        }

        .case .box:first-of-type {
            background: url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_balloon_a.png) top 15px left 20vw / auto 45px no-repeat, url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_man_a.png) top 30px left 5px / 17% no-repeat;

        }

        .case .box:nth-of-type(2) {
            background: url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_balloon_b.png) top 15px left 25vw / auto 45px no-repeat, url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_man_b.png) top 55px left 5px / 21% no-repeat;
        }

        .case .box:nth-of-type(3) {
            background: url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_balloon_c.png) top 15px left 20vw / auto 45px no-repeat, url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_woman_c.png) top 25px left 10px / 13% no-repeat;
        }

        .case .box:last-of-type {
            background: url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_balloon_d.png) top 15px left 20vw / auto 45px no-repeat, url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_man_d.png) top 25px left 10px / 13% no-repeat;
        }

    }

    @media only screen and (min-width:641px) and (max-width:767px) {

        .case .box {
            padding: 18% 10px 20px 21%;
        }

        .case .box:first-of-type {
            background: url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_balloon_a.png) top 15px left 20vw / auto 45px no-repeat, url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_man_a.png) top 30px left 5px / 15% no-repeat;

        }

        .case .box:nth-of-type(2) {
            background: url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_balloon_b.png) top 15px left 25vw / auto 45px no-repeat, url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_man_b.png) top 55px left 5px / 19% no-repeat;
        }

        .case .box:nth-of-type(3) {
            background: url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_balloon_c.png) top 15px left 20vw / auto 45px no-repeat, url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_woman_c.png) top 25px left 10px / 11% no-repeat;
        }

        .case .box:last-of-type {
            background: url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_balloon_d.png) top 15px left 20vw / auto 45px no-repeat, url(https://www.nnlife.co.jp/library/bizd/lg/protection_202211/img/illust_man_d.png) top 25px left 10px / 11% no-repeat;
        }

    }

}

/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
*/