@charset "UTF-8";
body {
    margin: 0;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 1.7;
}

.container * {
    margin: 0;
    padding: 0;
    border: 0;
}
.container * img {
    max-width: 100%;
    height: auto;
}

.container *,
.container *::before,
.container *::after {
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

h1, h2, h3, h4, h5, h6, th, dt, address, strong, em {
    font-style: normal;
    font-weight: bold;
}

/* common */
.container .wrapper {
    max-width: 700px;
    margin: auto;
    padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
    .container .wrapper {
        padding: 0;
    }
}
@media print, screen and (min-width: 768px) {
    .container .wrapper .wrapper {
        padding: 0 60px;
    }
}
.container .tgl_btn {
    cursor: pointer;
}

header {
    text-align: center;
    padding: 5px;
    line-height: 1;
}
header img {
    width: 92px;
}
@media print, screen and (min-width: 768px) {
    header img {
        width: 116px;
    }
}

/* ボタン */
.btn {
    margin: 30px auto;
    font-weight: bold;
}
.btn .txt {
    margin-bottom: 5px;
    text-align: center;
    color: #FF5F06;
    line-height: 1;
}
.btn .txt span {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    font-size: 18px;
}
.btn .txt span::after, .btn .txt span::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #FF5F06;
    position: absolute;
    bottom: 0;
}
.btn .txt span::before {
    left: 0;
    transform: rotate(-20deg);
}
.btn .txt span::after {
    right: 0;
    transform: rotate(20deg);
}
.btn a {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 295px;
    margin: auto;
    background: transparent linear-gradient(90deg, #ff5f06 0%, #E31313 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1607843137);
    border: 2px solid #FCF9F1;
    padding: 8px;
    border-radius: 28px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
@media print, screen and (min-width: 768px) {
    .btn a {
        max-width: 400px;
    }
}
.btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
}
.btn a span.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    color: #FF5F06;
    font-size: 16px;
}
.btn a span:not(.icon) {
    width: calc(100% - 70px);
    text-align: center;
}

/* mv */
.mv_wrap {
    background: #D2EFFF;
    text-align: center;
}
.mv_wrap picture {
    display: block;
    line-height: 1;
}
.mv_wrap + div.btn {
    margin: 15px auto;
}

.container ul.note {
    margin-top: 30px;
    margin-bottom: 20px;
}
.container ul.note li {
    margin-bottom: 0.5em;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 11px;
    line-height: 1.3;
}
.container ul.note.mv_note li {
    text-indent: -2em;
    padding-left: 2em;
}

.container p.note {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 11px;
    line-height: 1.3;
}

/* 特徴 */
.features h1 {
    text-align: center;
}
@media print, screen and (min-width: 768px) {
    .features h1 {
        margin-top: 100px;
    }
}
.features .ttl {
    margin: 20px auto;
    background: #D2EFFF;
    padding: 15px;
    font-size: 32px;
    text-align: center;
    line-height: 1;
    font-weight: bold;
}
.features h2 {
    text-align: center;
    margin: 0 auto 20px;
}
.features h2 picture {
    display: block;
    line-height: 1;
}
.features .marker {
    background: linear-gradient(transparent 57%, #FFFF00 0, #FFFF00 38px, transparent 0);
    font-size: 18px;
    font-weight: bold;
    color: #FF5F06;
}
.features .att {
    color: #828282;
    font-size: 11px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.3;
}
.features sup {
    font-size: 11px;
}

.point01 {
    position: relative;
    padding: 20px;
}
.point01::after {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 46px 187.5px 0px 187.5px;
    border-color: #fff transparent transparent transparent;
    z-index: 5;
}
.point01 .txt {
    margin: 20px auto;
    line-height: 1.9;
}
.point01 .benefits {
    padding-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
    .point01 .benefits {
        display: flex;
        justify-content: space-between;
    }
}
.point01 .benefits > li {
    padding: 20px;
    margin: 20px 0;
    border-radius: 20px;
    background: #D2EFFF;
}
@media print, screen and (min-width: 768px) {
    .point01 .benefits > li {
        width: 335px;
        margin-bottom: 0;
    }
}
.point01 .benefits > li .benefits_ttl {
    background: #fff;
    padding: 5px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #1B68CC;
    text-align: center;
}
.point01 .benefits > li .benefits_ttl span {
    font-size: 14px;
    font-weight: normal;
}
.point01 .benefits > li ul.detail {
    margin-bottom: 10px;
}
.point01 .benefits > li ul.detail li {
    background: #fff;
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px;
    border: 2px solid #8EC5E3;
    color: #1B68CC;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
    .point01 .benefits > li ul.detail li {
        width: auto;
    }
}
.point01 .benefits > li ul.detail li:first-child {
    position: relative;
    margin-bottom: 40px;
}
.point01 .benefits > li ul.detail li:first-child::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 17px;
    height: 17px;
    background: url(images/ico_cross.png) no-repeat;
    background-size: 100%;
}
.point01 .benefits > li:nth-child(2) {
    background: #C0EEBA;
    margin-bottom: 0;
}
.point01 .benefits > li:nth-child(2) .benefits_ttl {
    color: #1DA10E;
}
.point01 .benefits > li:nth-child(2) ul.detail li {
    color: #1DA10E;
    border-color: #81DE79;
}

/* 治療費の具体例 */
.example {
    background: #EBF1F5;
    padding: 70px 0 20px;
    position: relative;
}
.example::after {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 46px 187.5px 0px 187.5px;
    border-color: #EBF1F5 transparent transparent transparent;
    z-index: 2;
}
.example .example_ttl {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.example .example_ttl sup {
    font-weight: normal;
    font-size: 11px;
}
@media print, screen and (min-width: 768px) {
    .example p.att {
        text-align: center;
    }
}
.example dl {
    margin: 20px auto;
}
@media print, screen and (min-width: 768px) {
    .example dl {
        display: flex;
        justify-content: space-between;
    }
    .example dl div {
        width: 335px;
    }
}
.example dl dt {
    border-bottom: 2px solid #1B68CC;
}
.example dl dt span {
    display: inline-block;
    border-radius: 10px 10px 0px 0px;
    background: #1B68CC;
    padding: 10px 20px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}
.example dl dd {
    padding: 10px 20px;
}
.example dl dd figcaption {
    margin-bottom: 10px;
}
.example dl dd figcaption em {
    font-size: 18px;
}
.example dl dd figcaption span {
    display: block;
    font-size: 14px;
}

.container .example .note {
    margin: 0;
    padding-bottom: 20px;
}
.container .example .note li:last-child {
    text-indent: 0;
    padding-left: 0;
}

.features .catchcopy_txt {
    margin: 70px auto 40px;
    border-radius: 20px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
    padding: 30px 20px;
    text-align: center;
}
.features .catchcopy_txt .catchcopy01 {
    font-weight: bold;
    font-size: 30px;
}
.features .catchcopy_txt .catchcopy01 em {
    font-size: 40px;
}
.features .catchcopy_txt .catchcopy01 .marker {
    background: linear-gradient(transparent 65%, #FFFF00 0, #FFFF00 50px, transparent 0);
}
.features .catchcopy_txt .catchcopy02 {
    font-weight: bold;
    font-size: 20px;
}
.features .catchcopy_txt p:not([class]) {
    margin-bottom: 10px;
    font-size: 11px;
}
.features .catchcopy_txt p.note {
    text-align: left;
}
@media print, screen and (min-width: 768px) {
    .features .catchcopy_txt p.note {
        text-align: center;
    }
}

.features .about {
    border: 2px solid #D2EFFF;
    padding: 30px 20px;
}
@media print, screen and (min-width: 768px) {
    .features .about {
        padding: 30px 50px;
    }
}
.features .about p:first-of-type {
    margin-bottom: 10px;
    font-weight: bold;
    color: #1B68CC;
    font-size: 18px;
}
.features .about figure {
    display: block;
    max-width: 295px;
    margin: 10px auto 0;
}
.features .about + div.btn {
    margin-bottom: 40px;
}

.point02 {
    background: #D2EFFF;
    padding: 40px 0 10px;
}
.point02 dl {
    margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
    .point02 dl {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
}
.point02 dl div {
    padding: 20px;
    border-radius: 20px;
    background: #fff;
}
@media print, screen and (min-width: 768px) {
    .point02 dl div {
        width: calc((100% - 30px) / 2);
    }
}
.point02 dl div dt {
    padding: 10px;
    margin-bottom: 20px;
    background: #1B68CC;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.point02 dl div dt span {
    font-weight: normal;
    font-size: 16px;
}
.point02 dl div p.money {
    padding: 10px;
    margin: 10px auto;
    border-radius: 10px;
    background: #1B68CC;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.point02 dl div p.note {
    margin-top: 20px;
}
.point02 dl div:nth-of-type(2) {
    margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
    .point02 dl div:nth-of-type(2) {
        margin-top: 0;
        margin-left: 30px;
    }
}
.point02 dl div:nth-of-type(2) dt,
.point02 dl div:nth-of-type(2) p.money {
    background: #1DA10E;
}

.point03 {
    padding: 40px 0 10px;
}
.point03 p.att {
    margin-bottom: 20px;
}
.point03 ul {
    margin-bottom: 30px;
}
.point03 ul li {
    background: #D2EFFF;
    border-radius: 20px;
    padding: 20px;
    margin: 20px auto;
}
@media print, screen and (min-width: 768px) {
    .point03 ul li {
        padding: 30px 50px;
    }
}
.point03 dl div {
    border: 2px solid #D2EFFF;
    padding: 30px 20px;
    margin: 20px 0;
}
@media print, screen and (min-width: 768px) {
    .point03 dl div {
        padding: 30px 50px;
    }
}
.point03 dl dt {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #1B68CC;
}
.point03 dl p.note {
    margin-top: 10px;
    padding-left: 0;
    text-indent: 0;
}

/* 保険料例 */
.insurance {
    background: #D2EFFF;
    padding: 40px 0;
}
.insurance h2 {
    text-align: center;
}
.insurance .ttl {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    color: #8EC5E3;
    font-weight: bold;
}
.insurance .ttl::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #8EC5E3;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.insurance .ttl span {
    position: relative;
    z-index: 1;
    background: #D2EFFF;
    padding: 0 5px;
}
.insurance .tab_box ul.tab_tit {
    display: flex;
    justify-content: space-between;
}
.insurance .tab_box ul.tab_tit li {
    background: #8EC5E3;
    width: calc((100% - 5px) / 2);
    border-radius: 10px 10px 0 0;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
}
.insurance .tab_box ul.tab_tit li.current {
    background: #fff;
}
@media print, screen and (min-width: 768px) {
    .insurance .tab_box ul.tab_tit li br {
        display: none;
    }
}
.insurance .tab_box .tab_content {
    display: none;
    background: #fff;
    padding: 20px 20px 30px;
}
@media print, screen and (min-width: 768px) {
    .insurance .tab_box .tab_content {
        padding: 20px 50px 30px;
    }
}
.insurance .tab_box .tab_content.show {
    display: block;
}
.insurance .tab_box .tab_content p.note {
    margin-bottom: 10px;
}
.insurance ul.note {
    margin-top: 10px;
}
.insurance p.note,
.insurance ul.note li:first-child {
    text-indent: 0;
    padding-left: 0;
}
.insurance .insurance_table {
    width: 100%;
}
.insurance .insurance_table tr {
    border-bottom: 1px solid #8EC5E3;
}
.insurance .insurance_table th, .insurance .insurance_table td {
    padding: 5px;
}
.insurance .insurance_table th {
    background: #D2EFFF;
    font-weight: normal;
}
.insurance .insurance_table th.man, .insurance .insurance_table th.lady {
    color: #fff;
    font-weight: bold;
}
.insurance .insurance_table th.man {
    background: #1DA10E;
}
.insurance .insurance_table th.lady {
    background: #FF5F06;
}
.insurance .insurance_table td:nth-child(2) {
    border-right: 1px solid #8EC5E3;
}

/* お受取事例 */
.receipt {
    background: #fff;
}
.receipt p.tgl_btn {
    position: relative;
    padding: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.receipt p.tgl_btn::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(images/ico_open_blue.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 35px;
}
.receipt p.tgl_btn.show::after {
    background-image: url(images/ico_close_blue.png);
}
.receipt .content_box {
    display: none;
    padding: 0 20px 20px;
}
.receipt .content_box dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 11px;
    color: #828282;
}
.receipt .content_box dl dt {
    width: 6em;
}
.receipt .content_box dl dd {
    width: calc(100% - 6em);
}
.receipt .content_box .scroll_image {
    display: flex;
}
.receipt .content_box .scroll_image:first-of-type {
    margin-bottom: 20px;
}
.receipt .content_box .scroll_image .left {
    width: 146px;
    height: 380px;
}
.receipt .content_box .scroll_image .right {
    width: calc(100% - 146px);
    height: 380px;
    overflow-x: scroll;
    overflow-y: hidden;
}
.receipt .content_box .scroll_image .right img {
    width: auto;
    max-width: none;
    height: 100%;
}
@media print, screen and (min-width: 768px) {
    .receipt .content_box {
        padding: 0 55px 30px;
    }
    .receipt .content_box dl {
        justify-content: center;
    }
    .receipt .content_box dl dd {
        width: fit-content;
    }
    .receipt .content_box .scroll_image .left {
        width: auto;
        height: auto;
    }
    .receipt .content_box .scroll_image .right {
        width: auto;
        height: auto;
        overflow-x: hidden;
    }
    .receipt .content_box .scroll_image .right img {
        max-width: 100%;
        height: auto;
    }
}

.attention {
    padding: 40px 0;
}
.attention .wrapper > ul > li {
    background: url(images/caution_mark.webp) no-repeat center 30px;
    background-color: #FFFDF0;
    background-size: 44px;
    border: 1px solid #E60013;
    padding: 80px 20px 30px;
    font-size: 14px;
}
.attention .wrapper > ul > li:first-child {
    margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
    .attention .wrapper > ul > li {
        padding: 80px 50px 30px;
    }
}
.attention .wrapper > ul em {
    color: #E60013;
}

/* 3つのサポート */
.support_ttl {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}
.support_ttl p {
    font-size: 18px;
}
.support_ttl p:first-of-type {
    font-size: 24px;
}
.support_ttl p em {
    font-size: 22px;
    color: #1B68CC;
}
@media print, screen and (min-width: 768px) {
    .support_ttl br {
        display: none;
    }
}

.support {
    background: #D2EFFF;
    padding: 40px 0;
}
.support .wrapper {
    max-width: 880px;
}
@media print, screen and (min-width: 768px) {
    .support dl {
        display: flex;
        gap: 40px;
    }
}
.support dl div {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}
.support dl div:last-of-type {
    margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
    .support dl div {
        width: calc((100% - 80px) / 3);
        margin-bottom: 0;
    }
}
.support dl div dt {
    background: #1B68CC;
    border-radius: 20px 20px 0 0;
    padding: 8px;
    color: #fff;
    font-weight: bold;
}
.support dl div dd {
    padding: 10px 40px 20px;
}
@media print, screen and (min-width: 768px) {
    .support dl div dd {
        padding: 10px 20px 20px;
    }
}
.support dl div dd a {
    display: block;
    margin: 10px auto;
    color: #333;
}
.support dl div dd a img {
    width: 220px;
}
.support dl div dd a span {
    display: block;
}
.support dl div dd .note.t_l {
    margin: 10px -20px;
    text-align: left;
}
@media print, screen and (min-width: 768px) {
    .support dl div dd .note.t_l {
        margin: 10px 0;
    }
}
.support dl div dd sup {
    font-size: 11px;
}

.support_attention {
    padding: 40px 0;
}
.support_attention dl div {
    border: 2px solid #CED2D5;
    margin-bottom: 20px;
}
.support_attention dl dt {
    position: relative;
    padding: 30px 60px 30px 20px;
    font-size: 14px;
}
@media print, screen and (min-width: 768px) {
    .support_attention dl dt {
        padding: 30px 60px 30px 50px;
    }
}
.support_attention dl dt::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(images/ico_open_gray.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.support_attention dl dt.show::after {
    background-image: url(images/ico_close_gray.png);
}
.support_attention dl dd {
    display: none;
    padding: 0 20px 20px;
    font-size: 11px;
}
@media print, screen and (min-width: 768px) {
    .support_attention dl dd {
        padding: 0 50px 30px;
    }
}
.support_attention dl dd em {
    color: #E60013;
    font-weight: normal;
}
.support_attention .foot_txt {
    background: #E60013;
    max-width: 700px;
    margin: 30px auto;
    padding: 30px 20px;
    color: #fff;
}
.support_attention .foot_txt p {
    max-width: 600px;
    margin: auto;
}

/* Q&A */
.faq h2 {
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 32px;
}
.faq .faq_box {
    margin-bottom: 20px;
}
.faq .faq_box .q_box {
    position: relative;
    background: #D2EFFF;
    border-radius: 20px;
    padding: 30px 60px 30px 45px;
}
.faq .faq_box .q_box::before {
    content: "Q";
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    left: 20px;
}
.faq .faq_box .q_box::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(images/ico_open_white.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 35px;
}
.faq .faq_box .q_box.show {
    border-radius: 20px 20px 0 0;
}
.faq .faq_box .q_box.show::after {
    background-image: url(images/ico_close_white.png);
}
.faq .faq_box .a_box {
    display: none;
    position: relative;
    border: 2px solid #D2EFFF;
    border-radius: 0 0 20px 20px;
    padding: 20px 20px 20px 45px;
}
.faq .faq_box .a_box::before {
    content: "A";
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #FF5F06;
}
.faq .faq_box .a_box figure {
    display: block;
    margin: 20px auto;
    text-align: center;
}
.faq .faq_box .a_box figure.receipt {
    max-width: 270px;
}
.faq .faq_box .a_box p.note {
    margin-top: 20px;
}
.faq .faq_box .a_box ul.note {
    margin-left: -20px;
}
.faq .faq_box .a_box ul.note li:last-child {
    text-indent: 0;
    padding-left: 0;
}

/* フッター */
.container .footer_att {
    margin-bottom: 30px;
    padding-top: 50px;
    background: url(images/caution_mark.webp) no-repeat center top;
    background-size: 44px;
    font-size: 14px;
}
.container .footer_att a {
    color: #E60013;
}
.container .footer_att a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(images/ico_link.png) no-repeat;
    background-size: 100%;
}

.floater {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: inherit;
    padding: 5px 16px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}
.floater .btn {
    margin: 0 auto;
}
.floater .btn .txt {
    color: #fff;
    font-weight: normal;
}
.floater .btn .txt span::before, .floater .btn .txt span::after {
    background: #fff;
}
.floater .btn a {
    padding: 5px;
}

.floater.hide {
    display: none;
}

.floater.btn_blk {
    margin: auto;
}

footer {
    background: #333;
    padding: 16px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
}
footer p {
    margin: 0;
}