@charset "UTF-8";
/*------------------------------------------------------------
    Default
------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, button, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}
html {
    font-size: 70%;
}
@media screen and (min-width: 768px) {
    html {
        font-size: 80%;
    }
}
body, table, input, textarea, select, option, button, h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    color: #1a1a1a;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
table, input, textarea, select, option {
    line-height: 1.5;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
img {
    vertical-align: top;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.iconify {
    box-sizing: content-box;
    vertical-align: unset;
}
img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}


/*------------------------------------------------------------
BASE DEVELOP
------------------------------------------------------------*/
.e-btn1 {
    box-shadow: inset 0 0 0 2px #ffffff;
    color: #ffffff;
    transition: color 0.2s 0.06667s;
    position: relative;
}
.e-btn1::before, .e-btn1::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
}
.e-btn1::before {
    border-bottom-width: 2px;
    border-left-width: 2px;
}
.e-btn1::after {
    border-top-width: 2px;
    border-right-width: 2px;
}
.e-btn1:hover {
    color: #f10000;
}
.e-btn1:hover::before, .e-btn1:hover::after {
    border-color: #f10000;
    transition: border-color 0s, width 0.2s, height 0.2s;
    width: 100%;
    height: 100%;
}
.e-btn1:hover::before {
    transition-delay: 0s, 0s, 0.2s;
}
.e-btn1:hover::after {
    transition-delay: 0s, 0.2s, 0s;
}
.c-link1 {
    width: auto;
    height: auto;
    font-size: 1.2rem;
    color: #ffffff;
    text-decoration: underline;
    display: inline-block;
}
.e-img1 {
    overflow: hidden;
}
.e-img1 img {
    overflow: hidden;
    height: auto;
    box-sizing: border-box;
    transform: scale(1);
    transition-duration: 0.5s;
    vertical-align: middle;
}
.e-img1 img:hover {
    transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
    .e-img1 img:hover {
        transform: scale(1);
    }
}
.e-img2 {
    overflow: hidden;
}
.e-img2 img {
    overflow: hidden;
    height: auto;
    box-sizing: border-box;
    transform: scale(1);
    transition-duration: 0.5s;
    vertical-align: middle;
}
.e-img2 img:hover {
    transform: rotate(20deg);
}
@media only screen and (max-width: 768px) {
    .e-img2 img:hover {
        transform: rotate(0);
    }
}
.e-img3 {
    overflow: hidden;
    position: relative;
}
.e-img3.active1:before {
    animation: img-wrap1 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
@-webkit-keyframes img-wrap1 {
    100% {
        transform: translateX(100%);
    }
}
@keyframes img-wrap1 {
    100% {
        transform: translateX(100%);
    }
}
figure.e-img3.active1 img {
    opacity: 1;
}
/*------------------------------------------------------------
=> e-img4
--------------------------------------------------------------*/
/* Shine */
.e-img4 {
    position: relative;
    overflow: hidden;
}
.e-img4::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}
.e-img4:hover:before {
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.footer {
    background-color: #2c2c34;
    padding: 3rem 2rem 9rem;
    position: relative;
}
.footer .is-color-white {
    color: #fff;
}
.footer .footer-link {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 950px;
}
.footer .footer-link li {
    margin-top: 0.5rem;
}
.footer .footer-link a {
    text-decoration: none;
    font-size: 1.2rem;
    position: relative;
    display: inline-block;
    padding-left: 15px;
}
.footer .footer-link a::before {
    content: '';
    border: solid #2dc8c8;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    display: inline-block;
    width: 3px;
    height: 3px;
    box-sizing: border-box;
    position: absolute;
    padding: 3px;
    top: calc(50% - 4px);
    left: 0px;
}
.footer small.is-color-white {
    display: block;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    margin-top: 3rem;
}
.footer .is-fz-tiny {
    font-size: 1.1rem;
}
.icon-top {
    position: absolute;
    z-index: 100;
    opacity: 1;
    transform: rotate(0deg) scale(1) translateY(0);
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    right: 20px;
    top: 30px;
    border: 1px solid #ffffff;
    background: #2c2c34;
    box-sizing: border-box;
    border-radius: 25px;
    width: 40px;
    cursor: pointer;
    height: 40px;
}
@media screen and (min-width: 1024px) {
    .icon-top {
        right: calc(50% - 475px);
    }
}
.icon-top::before {
    content: '';
    border: solid #2dc8c8;
    border-width: 0 1px 1px 0;
    transform: rotate(-135deg);
    display: inline-block;
    width: 3px;
    height: 3px;
    box-sizing: border-box;
    position: absolute;
    padding: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 4px);
}
.icon-top.is-top {
    opacity: 1;
}
.icon-top.is-hidden2 {
    opacity: 0;
    transform: rotate(0.09deg) scale(0);
}
body {
    color: #2c2c34;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    line-height: 1.6;
    word-wrap: break-word;
    margin: 0 auto;
    font-weight: 500;
}
.sp {
    display: none !important;
}
.sp399 {
    display: none !important;
}
.sp389 {
    display: none !important;
}
.tl {
    display: none !important;
}
.is-hidden {
    overflow: hidden;
}
.wrapper {
    overflow: hidden;
}
.l-content {
    width: calc(100% - 40px);
    max-width: calc(950px);
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .l-content {
        width: calc(100% - 20px);
    }
}
/*------------------------------------------------------------
    Layout sp ////////////////////////////////////////////////
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    body {
        min-width: 320px;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .tl {
        display: block !important;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    .tl {
        display: none !important;
    }
}
@media screen and (max-width: 767px) and (max-width: 399px) {
    .sp399 {
        display: block !important;
    }
}
@media screen and (max-width: 767px) and (max-width: 389px) {
    .sp389 {
        display: block !important;
    }
}
.sp360 {
    display: none !important;
}
@media only screen and (max-width: 768px) {
    .sp360 {
        display: block !important;
    }
}
@media only screen and (max-width: 768px) and (max-width: 359px) {
    .sp360 {
        display: none !important;
    }
}
.c-title01 {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 2.4rem;
    position: relative;
    font-weight: 700;
}
/*========================================
    slide01
========================================*/
/* slide */
.tab-content .slider {
    margin: 10px auto 30px;
    padding-left: 0;
    width: 100%;
}
.tab-content .slick-slide {
    align-items: center;
    display: flex !important;
    justify-content: center;
    height: 150px;
    margin: 20px;
    box-shadow: 5px 5px 12px 1px rgba(18, 99, 153, 0.2);
}
.tab-content .slide-step {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
}
.tab-content .slider-box {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 12px;
    position: relative;
    text-align: center;
}
.tab-content .slider-box p {
    text-align: center;
    margin-bottom: 0;
}
.tab-content .slick-active {
    font-size: 15px;
}
.slide-arrow {
    position: absolute;
    top: 0px;
    z-index: 10;
    cursor: pointer;
}
.slide-arrow::before {
    display: block;
    color: #0082c5;
}
.next-arrow {
    transition: 0.3s;
    right: 10px;
    height: 100%;
    z-index: 99;
}
.prev-arrow {
    left: 10px;
    transition: 0.3s;
    height: 100%;
    z-index: 99;
}
.next-arrow::before {
    border-top: 2px solid #ee8638;
    border-right: 2px solid #ee8638;
    transform: rotate(45deg);
}
.prev-arrow::before {
    border-top: 2px solid #ee8638;
    border-left: 2px solid #ee8638;
    transform: rotate(-45deg);
}
.next-arrow::before, .prev-arrow::before {
    content: "";
    display: block;
    height: 15px;
    width: 15px;
    position: relative;
    top: calc(50% - 7px);
}
.slick-disabled {
    cursor: default;
    opacity: 0.25;
}
input[type="text"], input[type="tel"], input[type="email"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
/*------------------------------------------------------------
    Text Format
------------------------------------------------------------*/
/* text position */
.taLeft {
    text-align: left !important;
}
.taCenter {
    text-align: center !important;
}
.taRight {
    text-align: right !important;
}
.vTop {
    vertical-align: top !important;
}
.vMiddle {
    vertical-align: middle !important;
}
/* font weight */
.fwNormal {
    font-weight: normal !important;
}
.fwBold {
    font-weight: bold !important;
}
/*------------------------------------------------------------
    adjustment class ※ no use frequently
------------------------------------------------------------*/
.mt0 {
    margin-top: 0 !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
/*------------------------------------------------------------
    clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
    zoom: 1;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
/*------------------------------------------------------------
    for tracking tag
------------------------------------------------------------*/
.trackTags {
    display: none;
}
/*------------------------------------------------------------
=> banner
--------------------------------------------------------------*/
.mainVisual__outer {
    width: 100%;
    height: auto;
    background: #f5f749;
}
.mainVisual__inner {
    text-align: center;
}
.mainVisual__unit {
    background: linear-gradient(90deg, #f5f749 50%, #2dc8c8 50%);
    position: relative;
}
.mainVisual__unit h1 {
    background: url(/promotion/ordercard/smartphone-insurance/images/kv_bg_pc.png) center top no-repeat;
}
.mainVisual__unit .logo {
    position: absolute;
    top: 2%;
    right: 2%;
    width: 12vw;
    min-width: 45px;
}
@media (min-width: 375px) {
    .mainVisual__unit .logo {
        top: 3%;
        right: 5%;
    }
}
@media (min-width: 768px) {
    .mainVisual__unit .logo {
        display: none;
    }
}
.mainVisual__content {
    background: #ffffff;
    width: calc(100% - 10px);
    height: auto;
    margin: 0 auto;
    position: relative;
    border-radius: 5px;
    top: -5px;
    padding: 2rem 0rem 1.5rem 1rem;
    text-align: left;
}
@media screen and (min-width: 768px) {
    .mainVisual__content {
        width: calc(100% - 60px);
        max-width: calc(950px);
        text-align: center;
        padding: 3rem 1.5rem;
        top: -3rem;
    }
}
.mainVisual__content h2 {
    position: relative;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.4;
    margin-bottom: .8rem;
}
.mainVisual__content h2 span {
    font-size: 1.7rem;
    color: #2c2c34;
    margin-right: 0.6rem;
}
@media screen and (min-width: 768px) {
    .mainVisual__content h2 span {
        font-size: 3rem;
    }
}
.mainVisual__content h2 img {
    width: auto;
    line-height: 16px;
    vertical-align: initial;
    height: 14px;
}
@media screen and (min-width: 768px) {
    .mainVisual__content h2 {
        font-size: 3rem;
        font-weight: 500;
    }
}
.mainVisual__content h3 {
    margin-top: 5px;
    font-size: 1.5rem;
    letter-spacing: -1px;
    font-weight: 700;
}
.mainVisual__content h3 span.color {
    font-size: 1.8rem;
    letter-spacing: 0;
    color: #ffffff;
    background: #2dc8c8;
    padding: 0px 0.5rem 0.2rem;
    line-height: 28px;
    box-sizing: border-box;
    margin-right: 0.4rem;
    font-weight: 700;
}
@media screen and (min-width: 768px) {
    .mainVisual__content h3 span.color {
        font-size: 4rem;
        line-height: 56px;
        font-weight: 500;
    }
}
@media screen and (min-width: 768px) and (max-width: 870px) {
    .mainVisual__content h3 span.color {
        font-size: 3.5rem;
    }
}
.mainVisual__content h3 .fs {
    font-size: 1.3rem;
    font-weight: 700;
}
@media screen and (min-width: 768px) {
    .mainVisual__content h3 .fs {
        font-weight: 500;
    }
}
@media screen and (min-width: 768px) {
    .mainVisual__content h3 {
        font-weight: 500;
        font-size: 4rem;
        margin-top: 1.5rem;
    }
    .mainVisual__content h3 .fs {
        font-size: 3rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 870px) {
    .mainVisual__content h3 {
        font-size: 3rem;
    }
}
.mainVisual__content p {
    margin-top: 1rem;
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: 700;
}
@media screen and (min-width: 768px) {
    .mainVisual__content p {
        font-size: 2rem;
        font-weight: 500;
    }
}
.index-sec01 {
    width: 100%;
    height: auto;
    padding: 3rem 0;
}
@media screen and (max-width: 374px) {
    .index-sec01 .l-content {
        width: calc(100% - 10px);
    }
}
.index-sec01 .c-title {
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 500;
    font-size: 1.45rem;
}
.index-sec01 .c-title span {
    font-size: 1.45rem;
}
.index-sec01 .c-title .u-color1 {
    color: #2dc8c8;
}
.index-sec01 .c-title .u-color2 {
    color: #f7567c;
}
.index-sec01 .l-content .txt-notice{
    border-radius: 10px;
    color: #ed0000;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 1rem 5%;
    background: #ffffff;
    border: solid 2px #ed0000;
}

@media screen and (min-width: 768px) {
    .index-sec01 .l-content .txt-notice{
        font-size: 15px;
    }
}

.index-sec01 .l-content .txt-notice span{
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.index-sec02 {
    width: 100%;
    height: auto;
    background: #e9fffe;
    padding-top: 3rem;
}
.index-sec02 .c-ic1 {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin-bottom: 0.5rem;
}
.index-sec02 ul {
    width: 100%;
    max-width: 500px;
    height: auto;
    background: #ffffff;
    text-align: center;
    padding: 0.5rem 0px;
    margin: 2rem auto;
    border-radius: 5px;
}
.index-sec02 ul li {
    padding: 1rem 0;
    font-size: 1.5rem;
    margin: 0px 1rem;
    border-bottom: 2px dotted #dbdbdc;
}
@media screen and (max-width: 399px) {
    .index-sec02 ul li {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 374px) {
    .index-sec02 ul li {
        font-size: 1.2rem;
    }
}
.index-sec02 ul li:last-child {
    border-bottom: 0px solid #000;
}
.index-sec02 ul li span {
    color: #f7567c;
    font-size: 1.5rem;
}
@media screen and (max-width: 399px) {
    .index-sec02 ul li span {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 374px) {
    .index-sec02 ul li span {
        font-size: 1.2rem;
    }
}
.index-sec02 .img {
    text-align: center;
}
.index-sec02 .img img {
    width: 75vw;
    max-width: 399px;
    height: auto;
}
.index-sec03 {
    width: 100%;
    height: auto;
    background: #2dc8c8;
    padding: 3rem 0px 2rem;
    text-align: center;
}
.index-sec03 .card {
    width: 100%;
    height: auto;
    background: #ffffff;
    border-radius: 5px;
    padding: 3rem 0rem;
}
.index-sec03 .card h2 {
    font-size: 1.5rem;
    color: #2c2c34;
    font-weight: 500;
}
.index-sec03 .card h3 {
    font-size: 1.6rem;
    color: #2c2c34;
    margin-top: 1rem;
    font-weight: 500;
}
.index-sec03 .card h3 span {
    font-weight: 500;
    font-size: 1.6rem;
    color: #ee8434;
}
.index-sec03 .card h3 span.color1 {
    color: #2dc8c8;
}
.index-sec03 .card h3 span.color2 {
    color: #f7567c;
}
.index-sec03 .card p {
    margin-top: 1rem;
    width: auto;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #0074bf;
    transition: unset;
    border-bottom: 2px solid #0074bf;
    font-weight: 700;
}
@media screen and (min-width: 768px) {
    .index-sec03 .card p {
        font-weight: 500;
    }
}
.index-sec03 .card .icon {
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
    .index-sec03 .card .icon img {
        width: 500px;
        height: auto;
    }
}
.index-sec03 .c-link1 {
    margin-top: 1rem;
}
.index-sec04 {
    width: 100%;
    height: auto;
    padding: 3rem 0px 2rem;
    text-align: center;
}
.index-sec04 .c-ic1 {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin-bottom: 0.5rem;
}
.index-sec04 .box {
    width: 100%;
    height: auto;
    margin-top: 3.5rem;
}
.index-sec04 .point {
    width: 100%;
    height: auto;
    border-radius: 5px;
    border: 2px solid #2c2c34;
    position: relative;
    padding: 3rem 0.6rem 2rem;
    margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
    .index-sec04 .point.v2 p {
        width: calc(100% - 300px);
        -webkit-box-ordinal-group: 4;
        order: 3;
        margin: 3rem 0 0;
    }
}
.index-sec04 .point .c-img.v3 {
    width: 100%;
    height: auto;
    max-width: 300px;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .index-sec04 .point .c-img.v3 {
        width: 345px;
        display: flex;
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 3.5rem 0 0;
        padding-right: 15px;
        margin-left: -45px;
    }
}
.index-sec04 .point .c-img.v3 .box1 {
    width: 100%;
    height: auto;
    background: #fdf4ec;
    border-radius: 10px;
    padding: 15px 10px;
    margin-top: 10px;
}
@media screen and (min-width: 768px) {
    .index-sec04 .point .c-img.v3 .box1 {
        width: 130px;
        margin-top: 0px;
        height: 136px;
        padding: 15px 0px;
    }
}
.index-sec04 .point .c-img.v3 .box1:last-child {
    background: #fbe9da;
}
@media screen and (min-width: 768px) {
    .index-sec04 .point .c-img.v3 .box1:last-child {
        width: 190px;
    }
}
.index-sec04 .point .c-img.v3 .box1 h4 {
    font-size: 1.5rem;
    font-weight: 500;
}
@media screen and (min-width: 768px) {
    .index-sec04 .point .c-img.v3 .box1 h4 {
        font-size: 1.2rem;
        width: 100%;
    }
}
.index-sec04 .point .c-img.v3 .box1 .img {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.index-sec04 .point .c-img.v3 .box1 .img img {
    width: 100%;
    height: auto;
    max-width: 100px;
    margin: 0px 5px;
}
@media screen and (min-width: 768px) {
    .index-sec04 .point .c-img.v3 .box1 .img img {
        width: 80px;
        margin: 0px 4px;
    }
}
@media screen and (min-width: 768px) {
    .index-sec04 .point {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 3rem 6rem;
    }
    .index-sec04 .point .c-img {
        width: 300px;
        height: auto;
        text-align: center;
        margin: 3.5rem 0 0;
    }
    .index-sec04 .point .c-img.v1 {
        margin-top: 1.5rem;
    }
    .index-sec04 .point .c-img.v2 {
        margin-top: 2rem;
    }
    .index-sec04 .point .c-img .v3 {
        width: 300px;
    }
}
.index-sec04 .point .ic1 {
    position: absolute;
    display: block;
    left: calc(50% - 63px);
    top: -13px;
    width: 126px;
    border-radius: 15px;
    background: #2c2c34;
    color: #ffffff;
    line-height: 26px;
    font-size: 1.2rem;
}
.index-sec04 .point .title {
    width: 100%;
    height: auto;
}
.index-sec04 .point h3 {
    display: inline;
    font-size: 2rem;
    line-height: 1.625;
    border-bottom: 2px solid #ee8434;
}
.index-sec04 .point h3 span {
    line-height: 1.625;
    font-size: 2rem;
    color: #ee8434;
}
.index-sec04 .point p {
    width: 100%;
    height: auto;
    padding: 0 1rem;
    margin: 2rem 0;
    text-align: justify;
}
@media screen and (min-width: 768px) {
    .index-sec04 .point p {
        width: calc(100% - 300px);
        -webkit-box-ordinal-group: 4;
        order: 3;
        margin: 3rem 0 0;
    }
}
.index-sec04 .point p span {
    margin-top: .5rem;
    font-size: 1.2rem;
    display: block;
}
.index-sec04 .txt1 {
    width: 100%;
    height: auto;
    background: #fdf4ec;
    padding: 2rem;
}
.index-sec04 .txt1:last-child {
    margin-top: 1rem;
}
.index-sec04 .txt1 h3 {
    font-size: 1.6rem;
}
.index-sec04 .txt1 ol {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    padding-left: 18px;
    margin-top: 1.5rem;
}
.index-sec04 .txt1 ol li {
    width: 100%;
    text-align: justify;
    margin-top: 0.5rem;
    list-style: decimal;
}
.index-sec04 .txt1 p {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
    .index-sec04 .txt1 p {
        text-align: center;
    }
}
.index-sec04 .txt1 p.dot {
    padding-left: 1.5rem;
    position: relative;
}
.index-sec04 .txt1 p.dot span {
    position: absolute;
    left: 0px;
}
.index-sec05 {
    width: 100%;
    height: auto;
}
.index-sec05 .c-accordion {
    width: 100%;
    margin: 0 auto;
}
.index-sec05 .c-accordion__title {
    border: 1px solid #2c2c34;
    color: #2c2c34;
    font-weight: 500;
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto;
    width: 200px;
    height: 50px;
    line-height: 48px;
    padding-left: 4rem;
    margin-bottom: 2rem;
    cursor: pointer;
    position: relative;
}
@media screen and (min-width: 768px) {
    .index-sec05 .c-accordion__title {
        padding-left: 3rem;
        font-size: 1.4rem;
    }
}
@media screen and (min-width: 769px) {
    .index-sec05 .c-accordion__title:hover {
        opacity: .7;
        transition: .2s;
    }
}
.index-sec05 .c-accordion__title small {
    font-size: 1.5rem;
}
.index-sec05 .c-accordion__title.active .c-accordion__icon:after {
    transform: rotate(180deg);
}
.index-sec05 .c-accordion__title.active .c-accordion__icon::before {
    transform: rotate(360deg);
}
.index-sec05 .c-accordion__icon {
    background: #2c2c34;
    width: 39px;
    height: 48px;
    position: absolute;
    left: 0px;
}
.index-sec05 .c-accordion__icon:before, .index-sec05 .c-accordion__icon:after {
    content: "";
    position: absolute;
    background: #ffffff;
    transition: 0.4s ease-in-out;
    width: 12px;
    height: 1px;
    top: 23.5px;
    left: 13.5px;
}
.index-sec05 .c-accordion__icon:after {
    transform: rotate(90deg);
}
.index-sec05 .c-accordion__content {
    display: none;
    cursor: auto;
    background: #fdf4ec;
}
.index-sec05 .c-accordion__content--active {
    display: block;
}
.index-sec05 .c-accordion__content h3 {
    padding-top: 4rem;
    font-size: 2.4rem;
    width: 100%;
    text-align: center;
}
.index-sec05 .c-accordion__content .box {
    width: 100%;
    height: auto;
    padding-bottom: 4rem;
}
.index-sec05 .c-accordion__content .box .c-box {
    width: 100%;
    height: auto;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 3rem;
    padding: 2rem 1rem;
    text-align: center;
    position: relative;
}
.index-sec05 .c-accordion__content .box .c-box:last-child::after {
    display: none;
}
.index-sec05 .c-accordion__content .box .c-box::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: calc(50% - 8px);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #2c2c34;
}
.index-sec05 .c-accordion__content .box .c-box .step {
    display: block;
    width: 126px;
    border-radius: 15px;
    background: #2dc8c8;
    color: #ffffff;
    line-height: 26px;
    font-size: 1.2rem;
    margin: 0 auto;
}
.index-sec05 .c-accordion__content .box .c-box h4 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 1.5rem;
}
.index-sec05 .c-accordion__content .box .c-box p {
    width: 100%;
    height: auto;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 500;
    padding: 0px 1rem;
    margin-top: 1.5rem;
    text-align: justify;
}
.index-sec05 .c-accordion__content .box .c-box ol {
    padding: 0px 1rem;
    width: auto;
    display: inline-block;
    margin: 0 auto;
    margin-top: 1.5rem;
}
.index-sec05 .c-accordion__content .box .c-box ol li {
    width: calc(100% - 20px);
    list-style: decimal;
    height: auto;
    font-weight: 500;
    margin-top: .5rem;
    text-align: justify;
    margin-left: 20px;
}
.index-sec05 .c-accordion__content .box .c-box .txt {
    width: 100%;
    height: auto;
    max-width: 700px;
    margin: 0 auto;
    border: 2px solid #2dc8c8;
    padding: 2rem 1rem;
    margin-top: 1.5rem;
}
.index-sec05 .c-accordion__content .box .c-box .txt p {
    text-align: center;
}
.index-sec05 .c-accordion__content .box .c-box .txt h5 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #2dc8c8;
}
.index-sec05 .c-accordion__content .box .c-box .txt .dot {
    width: auto;
    background: #ffffff;
    padding-left: 2.5rem;
    position: relative;
}
.index-sec05 .c-accordion__content .box .c-box .txt .dot span {
    position: absolute;
    left: 10px;
}
.index-sec05 .c-accordion__content .box .c-box .table {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    height: auto;
    margin-top: 1.5rem;
    border-collapse: collapse;
}
.index-sec05 .c-accordion__content .box .c-box .table td, .index-sec05 .c-accordion__content .box .c-box .table th {
    border: 2px solid #2dc8c8;
    padding: 2rem 1.3rem;
    text-align: justify;
    font-weight: 500;
    font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
    .index-sec05 .c-accordion__content .box .c-box .table td, .index-sec05 .c-accordion__content .box .c-box .table th {
        text-align: center;
    }
}
.index-sec05 .c-accordion__content .box .c-box .table td ol, .index-sec05 .c-accordion__content .box .c-box .table th ol {
    padding: 0px 1rem;
    width: auto;
    display: inline-block;
    margin: 0 auto;
}
.index-sec05 .c-accordion__content .box .c-box .table td ol li, .index-sec05 .c-accordion__content .box .c-box .table th ol li {
    width: calc(100% - 20px);
    list-style: disc;
    height: auto;
    font-weight: 500;
    margin-top: .5rem;
    text-align: justify;
    margin-left: 20px;
}
.index-sec05 .c-accordion__content .box .c-box .table th {
    color: #2dc8c8;
    font-weight: 500;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .index-sec05 .c-accordion__content .box .c-box .table th {
        padding-left: 1.8rem;
        text-align: center;
    }
}
.index-sec06 {
    width: 100%;
    height: auto;
    background: #ffffc7;
    text-align: center;
    padding: 3.5rem 1rem;
}
.index-sec06 h2 {
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
.index-sec06 h2::before {
    content: '';
    width: 1px;
    background: #1a1a1a;
    transform: rotate(-35deg);
    position: absolute;
    height: 35px;
    left: -1.2rem;
    bottom: 10px;
}
@media screen and (max-width: 767px) {
    .index-sec06 h2::before {
        height: 30px;
        bottom: 5px;
    }
}
.index-sec06 h2::after {
    content: '';
    width: 1px;
    background: #1a1a1a;
    transform: rotate(35deg);
    position: absolute;
    height: 35px;
    right: -1.2rem;
    bottom: 10px;
}
@media screen and (max-width: 767px) {
    .index-sec06 h2::after {
        height: 30px;
        bottom: 5px;
    }
}
.index-sec06 .icon {
    margin-top: 1.5rem;
}
.index-sec06 h3 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 1rem;
}
.index-sec06 .box {
    margin-top: 0px;
}
.index-sec06 .c-box {
    width: 100%;
    height: auto;
    padding: 3rem 0px;
    border-bottom: 2px dotted #dbdbdc;
}
@media screen and (min-width: 768px) {
    .index-sec06 .c-box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .index-sec06 .c-box__img {
        width: 300px;
        height: auto;
    }
    .index-sec06 .c-box__img img {
        width: 100%;
        height: auto;
    }
    .index-sec06 .c-box .content {
        width: calc(100% - 300px);
        height: auto;
        text-align: left;
        padding-left: 2.5rem;
    }
}
.index-sec06 .c-box:last-child {
    border-bottom: 0px solid #000;
    padding-bottom: 0px;
}
.index-sec06 .c-box h4 {
    font-size: 1.5rem;
    margin-top: 2rem;
    font-weight: 700;
}
@media screen and (min-width: 768px) {
    .index-sec06 .c-box h4 {
        margin-top: 0;
        font-size: 1.4rem;
        font-weight: 500;
    }
}
.index-sec06 .c-box h5 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 1.5rem;
    color: #ee8434;
    border-bottom: 2px solid #ee8434;
    width: auto;
    display: inline-block;
}
@media screen and (min-width: 768px) {
    .index-sec06 .c-box h5 {
        font-weight: 500;
        font-size: 1.6rem;
    }
}
.index-sec06 .c-box p {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    text-align: justify;
}
.index-sec07 {
    width: 100%;
    height: auto;
    background: #e9fffe;
    text-align: center;
    padding: 3.5rem 0px 3rem;
}
.index-sec07 .l-content {
    width: calc(100% - 20px);
}
@media screen and (max-width: 450px) {
    .index-sec07 .l-content {
        margin-left: 10px;
    }
}
.index-sec07 .title {
    font-size: 2.4rem;
    font-weight: 700;
    display: inline;
    border-bottom: 2px solid #ee8434;
}
.index-sec07 .c-table-scroll {
    overflow: auto;
    border-collapse: collapse;
    margin-top: 40px;
    margin-bottom: 0px;
    padding-bottom: 15px;
}
.index-sec07 .c-table-scroll .simplebar-horizontal {
    background-color: rgba(222, 222, 222, 0.75);
    height: 8px;
    border-radius: 7px;
}
.index-sec07 .c-table-scroll .simplebar-horizontal .simplebar-scrollbar {
    top: 0px;
    height: 8px;
}
.index-sec07 .c-table-scroll .simplebar-horizontal .simplebar-scrollbar:before {
    background: rgba(0, 0, 0, 0.5);
    opacity: 1 !important;
    left: 0px;
    top: 0px;
}
.index-sec07 .c-table-scroll .scroll-hint-icon {
    top: 180px;
}
.index-sec07 .c-table-scroll .simplebar-vertical {
    opacity: 0 !important;
}
@media screen and (min-width: 451px) {
    .index-sec07 .c-table-scroll {
        overflow-x: hidden;
        width: 100%;
    }
}
.index-sec07 .c-table-scroll .c-table-border {
    border-left: 1px solid #2c2c34;
    border-right: 1px solid #2c2c34;
    display: table;
}
@media screen and (min-width: 451px) {
    .index-sec07 .c-table-scroll .c-table-border {
        display: block;
    }
}
.index-sec07 .c-table-scroll .table1 {
    border-collapse: collapse;
    background: #ffffff;
    border-left: 0px solid #2c2c34;
    border-right: 0px solid #2c2c34;
}
@media screen and (min-width: 451px) {
    .index-sec07 .c-table-scroll .table1 {
        width: 100%;
    }
}
.index-sec07 .c-table-scroll .table1 td {
    border: 1px solid #2c2c34;
    padding: 1.6rem 1.2rem;
    font-weight: 500;
    font-size: 1.2rem;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    text-align: center;
    height: auto;
}
@media screen and (min-width: 451px) {
    .index-sec07 .c-table-scroll .table1 td {
        width: calc(100% / 3);
        min-width: calc(100% / 3);
        max-width: calc(100% / 3);
    }
}
.index-sec07 .c-table-scroll .table1 tr td:first-child {
    border-left: 0px solid black;
}
.index-sec07 .c-table-scroll .table1 tr td:last-child {
    border-right: 0px solid black;
}
.index-sec07 .c-table-scroll .table1 tr:first-child h2 {
    font-size: 1.6rem;
    margin-top: 1rem;
    font-weight: 500;
}
@media screen and (min-width: 768px) {
    .index-sec07 .c-table-scroll .table1 tr:first-child h2 {
        font-size: 1.4rem;
    }
}
.index-sec07 .c-table-scroll .table1 tr:nth-child(even) {
    background-color: #fbe9da;
}
.index-sec07 .c-table-scroll .table1 tr:nth-child(even) td {
    -moz-tab-size: 1.4rem;
    -o-tab-size: 1.4rem;
    tab-size: 1.4rem;
    font-weight: 500;
    padding: 1.2rem;
}
.index-sec07 .c-table-scroll .table1.v2 {
    border-top: 0px solid black;
}
.index-sec07 .c-table-scroll .table1.v2 tr:first-child td {
    border-top: 0px solid black;
}
.index-sec07 .c-table-scroll .table1.v2 tr {
    background: #fbe9da;
}
.index-sec07 .c-table-scroll .table1.v2 tr td {
    -moz-tab-size: 1.4rem;
    -o-tab-size: 1.4rem;
    tab-size: 1.4rem;
    font-weight: 500;
    padding: 1.2rem;
}
.index-sec07 .c-table-scroll .table1.v2 tr:nth-child(even) {
    background-color: #ffffff;
}
.index-sec07 .c-table-scroll .table1.v2 tr:nth-child(even) td {
    -moz-tab-size: 1.2rem;
    -o-tab-size: 1.2rem;
    tab-size: 1.2rem;
    font-weight: 500;
    padding: 1.6rem 1.2rem;
}
.index-sec07 .c-table-scroll .c-accordion {
    width: 100%;
    display: table;
    text-align: left;
}
@media screen and (min-width: 451px) {
    .index-sec07 .c-table-scroll .c-accordion {
        display: block;
    }
}
.index-sec07 .c-table-scroll .c-accordion__title {
    border-bottom: 1px solid #2c2c34;
    background: #ffffff;
    color: #2c2c34;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.2;
    width: calc(100vw - 11px);
    height: 43px;
    cursor: pointer;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    left: 0;
}
@media screen and (min-width: 451px) {
    .index-sec07 .c-table-scroll .c-accordion__title {
        width: 100%;
    }
}
.index-sec07 .c-table-scroll .c-accordion__title small {
    font-size: 1.5rem;
}
.index-sec07 .c-table-scroll .c-accordion__title.active .c-accordion__icon:after {
    transform: rotate(90deg);
}
.index-sec07 .c-table-scroll .c-accordion__title.active .c-accordion__icon::before {
    transform: rotate(360deg);
}
.index-sec07 .c-table-scroll .c-accordion__icon {
    background: #2c2c34;
    width: 21px;
    height: 21px;
    border-radius: 11px;
    position: absolute;
    left: calc(50% - 10.5px);
    top: calc(50% - 10.5px);
}
.index-sec07 .c-table-scroll .c-accordion__icon:before, .index-sec07 .c-table-scroll .c-accordion__icon:after {
    content: "";
    position: absolute;
    background: #ffffff;
    transition: 0.4s ease-in-out;
    width: 9px;
    height: 1px;
    top: calc(50% - 0.5px);
    left: calc(50% - 4.5px);
}
@media screen and (min-width: 769px) {
    .index-sec07 .c-table-scroll .c-accordion__icon:hover {
        opacity: .7;
        transition: .2s;
    }
}
.index-sec07 .c-table-scroll .c-accordion__icon:after {
    width: 1px;
    height: 9px;
    left: calc(50% - 0.5px);
    top: calc(50% - 4.5px);
}
.index-sec07 .c-table-scroll .c-accordion__content {
    display: none;
    cursor: auto;
    background: #fdf4ec;
}
.index-sec07 .c-table-scroll .c-accordion__content--active {
    display: block;
}
.index-sec07 .c-table-scroll .c-accordion__content .table1 {
    border-top: 0px solid black;
}
.index-sec07 .c-table-scroll .c-accordion__content .table1 tr:first-child td {
    border-top: 0px solid black;
}
.index-sec07 .c-table-scroll .c-accordion__content .table1 tr {
    background: #fdf4ec;
}
.index-sec07 .c-table-scroll .c-accordion__content .table1 tr td {
    -moz-tab-size: 1.4rem;
    -o-tab-size: 1.4rem;
    tab-size: 1.4rem;
    font-weight: 500;
    padding: 1.2rem;
}
.index-sec07 .c-table-scroll .c-accordion__content .table1 tr:nth-child(even) {
    background-color: #ffffff;
}
.index-sec07 .c-table-scroll .c-accordion__content .table1 tr:nth-child(even) td {
    -moz-tab-size: 1.2rem;
    -o-tab-size: 1.2rem;
    tab-size: 1.2rem;
    font-weight: 500;
    padding: 1.6rem 1.2rem;
}
.index-sec07 .c-table-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
.index-sec07 .c-table-scroll::-webkit-scrollbar {
    width: 8px;
    background-color: #dddddd;
    border-radius: 10px;
}
.index-sec07 .c-table-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #aaaaaa;
}
.index-sec07 .txt {
    width: calc(100% - 10px);
    height: auto;
    margin-top: 2rem;
}
.index-sec07 .txt p {
    width: 100%;
    text-align: justify;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}
.index-sec07 .txt p.dot {
    margin-bottom: 0px;
    padding-left: 2.2rem;
    position: relative;
}
.index-sec07 .txt p.dot span {
    position: absolute;
    left: -5px;
    font-size: 1.2rem;
}
.index-sec08 {
    width: 100%;
    height: auto;
    background: #fff;
    text-align: center;
    padding-bottom: 6rem;
    padding-top: 3rem;
}
.index-sec08 .ttl_txt {
  display: inline-grid;
}
.index-sec08 h2 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
  position: relative;
  display: inline-block;
}
.index-sec08 h2 span {
  color: #ee8434;
}
.index-sec08 h2::before {
  content: "";
  width: 1px;
  background: #1a1a1a;
  transform: rotate(-35deg);
  position: absolute;
  height: 35px;
  left: 0;
  bottom: 10px;
}
.index-sec08 h2::after {
  content: "";
  width: 1px;
  background: #1a1a1a;
  transform: rotate(35deg);
  position: absolute;
  height: 35px;
  right: 0;
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  .index-sec08 h2::before {
    height: 30px;
    bottom: 5px;
  }
    .index-sec08 h2::after {
        height: 30px;
        bottom: 5px;
    }
}
.index-sec08 h3 {
    display: inline;
    font-size: 2.4rem;
    font-weight: 700;
    border-bottom: 2px solid #ee8434;
}
.index-sec08 .banner-area {
    margin-top: 2rem;
}
.index-sec08 .banner-area .banner-slick {
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1000px;
}
.banner-slick .slick-slide {
  margin: 0 10px;
}
.index-sec08 .banner-area .banner-slick img {
    margin: auto;
    width: 100%;
    max-width: 880px;
}
.index-sec08 .banner-area .banner-slick .next-arrow {
    right: -20px;
}
.index-sec08 .banner-area .banner-slick .prev-arrow {
    left: -20px;
}
.index-sec08 .banner-area .banner-slick .slick-dots {
    bottom: -30px;
}
.index-sec09 {
    width: 100%;
    height: auto;
    text-align: center;
    background: #fdf4ec;
    padding: 3.5rem 0px 3rem;
}
.index-sec09 .c-ic1 {
    margin-bottom: 5px;
}
.index-sec09 .tab {
    margin: 3rem 0 0;
}
.index-sec09 .tab__list {
    display: flex;
    justify-content: space-between;
}
.index-sec09 .tab__item {
    width: 100%;
    max-width: calc(50% - 3px);
    cursor: pointer;
}
.index-sec09 .tab__item a {
    display: block;
    background: #c7c7c7;
    border-radius: 10px 10px 0 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 44px;
    transition: 0s;
    color: #ffffff;
    text-align: center;
}
.index-sec09 .tab__item.is-active a {
    pointer-events: none;
    background: #2dc8c8;
}
.index-sec09 .tab__item.is-active:hover a {
    background: #2dc8c8;
}
.index-sec09 .tab__contents {
    background: #f4fdfe;
}
.index-sec09 .tab__box {
    display: none;
    clear: both;
    overflow: hidden;
    position: relative;
    padding: 3rem 0px;
}
.index-sec09 .tab__box.is-active {
    display: block;
}
.index-sec09 .tab__box h3 {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
.index-sec09 .tab__box h3 span {
    font-size: 1.6rem;
    color: #ee8434;
}
@media screen and (max-width: 767px) {
    .index-sec09 .tab__box .c-img.v2 img {
        width: auto;
        height: 120px;
    }
}
.index-sec09 .tab__box .slider {
    width: 100%;
    max-width: calc(700px + 5rem);
    margin: 0 auto;
    margin-top: 3rem;
}
@media screen and (max-width: 767px) {
    .index-sec09 .tab__box .slider {
        width: calc(100% - 40px);
    }
}
.index-sec09 .tab__box .slider .slider-box {
    width: 100%;
}
.index-sec09 .tab__box .slider .slider-box > div {
    width: calc(100% - 5rem);
    background: #ffffff;
    border: 2px solid #ee8434;
    border-radius: 10px;
    margin: 1.1rem 2.5rem;
    padding: 3rem 0.5rem 2rem;
    position: relative;
    box-shadow: 0px 6px #e0f5f7;
}
@media screen and (max-width: 767px) {
    .index-sec09 .tab__box .slider .slider-box > div {
        width: calc(95%);
        margin: 1.1rem 2.5%;
    }
}
.index-sec09 .tab__box .slider .slider-box > div .step {
    position: absolute;
    display: block;
    left: calc(50% - 63px);
    top: -13px;
    width: 126px;
    border-radius: 15px;
    background: #ee8434;
    color: #ffffff;
    line-height: 26px;
    font-size: 1.2rem;
}
.index-sec09 .tab__box .slider .slider-box > div h4 {
    width: 100%;
}
.index-sec09 .tab__box .slider .slider-box > div h4 span {
    font-size: 1.5rem;
    font-weight: 500;
    color: #ee8434;
    border-bottom: 2px solid #ee8434;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .index-sec09 .tab__box .slider .next-arrow {
        right: -13px;
    }
    .index-sec09 .tab__box .slider .prev-arrow {
        left: -13px;
    }
}
.index-sec09 .tab__box .slider .slick-dots {
    bottom: -20px;
}
.index-sec09 .tab__box .txt {
    font-size: 1.4rem;
    width: calc(100% - 20px);
   
    margin: 0 auto;
    text-align: justify;
    display: inline-block;
    margin-top: 3rem;
}
.index-sec09 .tab__box .txt a {
  color: #0074bf;
  display: block;
  text-decoration: underline;
}
.index-sec09 .tab__box .txt a .newwindow-icon {
  margin-left: 0.5rem;
  width: 1.2rem;
}
.index-sec09 .content1 {
    width: calc(100% - 20px);
    margin: 3rem auto;
    text-align: left;
}
.index-sec09 .content1 h5 {
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .index-sec09 .content1 h5 {
        font-size: 1.2rem;
    }
}
.index-sec09 .content1 h5.dot {
    margin-top: 0.5rem;
    padding-left: 1rem;
    position: relative;
}
.index-sec09 .content1 h5.dot span {
    font-weight: 500;
    position: absolute;
    left: -5px;
    font-size: 1.2rem;
}
.index-sec09 .content1 h5.mt {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-weight: 500;
}
.index-sec09 .content1 p {
    width: 100%;
    text-align: justify;
    font-size: 1.2rem;
    margin-top: 1rem;
}
.index-sec09 .content1 p.dot {
    padding-left: 1rem;
    position: relative;
}
.index-sec09 .content1 p.dot span {
    position: absolute;
    left: -5px;
    font-size: 1.2rem;
}
.index-sec09 .c-cautions {
    width: 100%;
    margin: 0 auto;
}
.index-sec09 .c-cautions__title {
    border: 1px solid #2c2c34;
    color: #2c2c34;
    font-weight: 500;
    font-size: 1.6rem;
    background: #ffffff;
    text-align: center;
    margin: 0 auto;
    width: 230px;
    height: 50px;
    line-height: 48px;
  margin-top: 3rem;
    margin-bottom: 2rem;
    cursor: pointer;
    position: relative;
}
@media screen and (min-width: 768px) {
    .index-sec09 .c-cautions__title {
    
        font-size: 1.4rem;
    }
}
@media screen and (min-width: 769px) {
    .index-sec09 .c-cautions__title:hover {
        opacity: .7;
        transition: .2s;
    }
}
.index-sec09 .c-cautions__title small {
    font-size: 1.5rem;
}
.index-sec09 .c-cautions__title.active .c-accordion__icon:after {
    transform: rotate(180deg);
}
.index-sec09 .c-cautions__title.active .c-accordion__icon::before {
    transform: rotate(360deg);
}
.index-sec09 .c-accordion__icon {
    background: #2c2c34;
    width: 39px;
    height: 48px;
    position: absolute;
    left: 0px;
}
.index-sec09 .c-accordion__icon:before, .index-sec09 .c-accordion__icon:after {
    content: "";
    position: absolute;
    background: #ffffff;
    transition: 0.4s ease-in-out;
    width: 12px;
    height: 1px;
    top: 23.5px;
    left: 13.5px;
}
.index-sec09 .c-accordion__icon:after {
    transform: rotate(90deg);
}
.index-sec09 .c-cautions__content {
    
    cursor: auto;
    background: #fdf4ec;
    text-align: left;
    padding: 0 1rem;
}
.index-sec09 .c-cautions__content--active {
    display: block;
}
.index-sec09 .c-cautions__content .box {
    width: 100%;
    height: auto;
    display: block;
}
.index-sec09 .c-cautions__content h5 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 2rem;
}
.index-sec09 .c-cautions__content p {
    width: 100%;
    text-align: justify;
    font-size: 1.2rem;
    margin: 2rem 0px;
}
.index-sec09 .c-cautions__content p.dot {
    margin: 0px;
    padding-left: 0.5rem;
    position: relative;
    /* padding-left: 1rem; */
    /* margin-bottom: 1rem; */
}
.index-sec09 .c-cautions__content p.dot span {
    position: absolute;
    left: -5px;
    font-size: 1.2rem;
}
.index-sec09 .c-cautions__content a {
    color: #0074bf;
    display: block;
    font-size: 1.2rem;
    text-decoration: underline;
}
.index-sec09 .c-cautions__content a img {
    width: 1rem;
    margin-left: 0.5rem;
}
.index-sec10 {
    width: 100%;
    height: auto;
    text-align: center;
    background: #e9fffe;
    padding: 3rem 0px;
}
.index-sec10 .title h2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: .5rem;
}
.index-sec10 .title h3 {
    font-size: 2.4rem;
    font-weight: 700;
    display: inline;
    border-bottom: 2px solid #ee8434;
}
.index-sec10 .box {
    width: 100%;
    height: auto;
    margin-top: 4rem;
}
.index-sec10 .box .card1 {
    width: 100%;
    height: auto;
    background: #ffffff;
    border-radius: 2px;
    margin-bottom: 2rem;
    padding: 2rem;
}
@media screen and (min-width: 768px) {
    .index-sec10 .box .card1 .content {
        max-width: 720px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .index-sec10 .box .card1__box1 {
        width: 350px;
        height: auto;
        text-align: center;
    }
    .index-sec10 .box .card1__box1.v2 {
        width: 400px;
    }
    .index-sec10 .box .card1__box1 img {
        width: 100%;
        height: auto;
    }
    .index-sec10 .box .card1__box2 {
        /*    width: calc(100% - 370px);*/
        height: auto;
        padding-left: 20px;
        flex: 1;
    }
}
.index-sec10 .box .card1 h4 {
    width: 100%;
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 1rem;
}
.index-sec10 .box .card1 .c-img {
    margin-top: 2rem;
}
@media (max-width: 767px) {
    .index-sec10 .box .card1 .c-img img {
        width: 100%;
        height: auto;
        max-width: 380px;
    }
    .index-sec10 .box .card1 .c-img.v2 img {
        width: 100%;
        height: auto;
        max-width: 260px;
    }
}
.index-sec10 .box .card1 a {
    color: #0074bf;
    display: block;
    text-decoration: underline;
    transition: unset;
    font-size: 1.2rem;
    margin-top: 1rem;
    
}
.index-sec10 .box .card1 a .newwindow-icon {
    width: 1rem;
    margin-left: 0.5rem;
}
.index-sec10 .box .card1 .balloon {
    font-size: 1.2rem;
    font-weight: 500;
    width: 160px;
    height: 26px;
    line-height: 23px;
    border: 1px solid #2c2c34;
    border-radius: 13px;
    margin: 0 auto;
    margin-top: 2rem;
}
@media screen and (min-width: 768px) {
    .index-sec10 .box .card1 .balloon {
        height: 26px;
        font-size: 1.2rem;
    }
}
.index-sec10 .box .card1 p {
    font-size: 1.4rem;
    /* margin-top: 1rem; */
}
.index-sec10 .box .card1 p span {
    font-size: 1.2rem;
}
.index-sec10 .box .card1 p.dot {
    padding-left: 0.5rem;
    /* padding-left: 1rem; */
    position: relative;
    font-size: 1.2rem;
    text-align: justify;
}
.index-sec10 .box .card1 p.dot strong {
    font-size: inherit;
    font-weight: inherit;
    background: linear-gradient(transparent 50%, #ffff7f 50%);
}
.index-sec10 .box .card1 p.dot span {
    position: absolute;
    left: -7px;
    font-size: 1.2rem;
}
.index-sec10 .box .card1 .txt p.dot {
    padding-left: 1rem;
}
.index-sec10 .box .card1 .txt p.dot span {
    position: absolute;
    left: -15px;
    font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
    .index-sec10 .box .card1 .txt p.dot span {
        left: -18px;
    }
}
.index-sec10 .box .card1 h5 {
    color: #ee8434;
    font-size: 1.6rem;
    margin-top: 2rem;
    text-align: justify;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .index-sec10 .box .card1 h5 {
        text-align: center;
    }
}
.index-sec10 .box .card1 b {
    font-size: 1.6rem;
    text-align: justify;
    font-weight: 500;
    width: 100%;
    height: auto;
    display: inline-block;
}
@media screen and (min-width: 768px) {
    .index-sec10 .box .card1 b {
        text-align: center;
    }
}
.index-sec10 .box .card1 .c-btn {
    margin: 2rem 0px;
}
.index-sec10 .box .card1 .c-btn a {
    margin-top: .5rem;
}
.index-sec10 .box .card1 .c-btn .txt {
    font-size: 1.2rem;
}
@media (max-width: 767px) {
    .index-sec10 .box .card1 .c-btn {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    }
    .index-sec10 .box .card1 a {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        max-width: 320px;
    }
    .index-sec10 .box .card1 a.caution_blue{
        text-align: left;
    }
    
    .index-sec10 .box .card1 a img {
        width: 100%;
        height: auto;
    }
    .index-sec10 .box .card1 .c-btn a {
        margin-top: .2rem;
    }
    .index-sec10 .box .card1 .c-btn .c-btn-moba {
        margin-top: 1.5rem;
    }
}

@media screen and (min-width: 428px) and (max-width: 768px) {

    .index-sec10 .box .card1 a.caution_blue{
        text-align: left;
        margin-left: initial;
    }

}
@media screen and (min-width: 768px) {
    .index-sec10 .box .card1 .c-btn {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end;
    }
    .index-sec10 .box .card1 .c-btn a img {
        width: 100%;
        max-width: 340px;
        height: auto;
    }
}
@media (min-width: 810px) {
    .index-sec10 .box .card1 .c-btn a img {
        max-width: 350px;
    }
}
@media screen and (min-width: 768px) and (min-width: 769px) {
    .index-sec10 .box .card1 .c-btn a:hover {
        opacity: .7;
        transition: .2s;
    }
}
/* lineup__btn */
.index-sec10 .box .card1 .lineup__btn {
  display: flex;
  justify-content: center;
  margin: 2rem 0px;
  width: 100%;
}
.index-sec10 .box .card1 .lineup__btn--detail a {
  align-items: center;
  border: 1px solid #fa7d00;
  border-radius: 6px;
  background-color: #ffffff;
  color: #fa7d00;
  display: flex;
  font-size: 19px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  margin-right: 10px;
  position: relative;
  width: 270px;
  text-decoration: none;
}
.index-sec10 .box .card1 .lineup__btn--detail a:after {
  background: url("/promotion/ordercard/os_matome/image/ico_lineup_detail_arrow.png") 0 0/contain no-repeat;
  content: '';
  height: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
}
.index-sec10 .box .card1 .lineup__btn--apply a {
  align-items: center;
  background-color: #fa7d00;
  border: 1px solid #fa7d00;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 19px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  position: relative;
  width: 390px;
  cursor: pointer;
  text-decoration: none;
}
.index-sec10 .box .card1 .lineup__btn--apply a:after {
  background: url("/promotion/ordercard/os_matome/image/ico_lineup_apply_arrow.png") 0 0/contain no-repeat;
  content: '';
  height: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
}
@media screen and (max-width: 767px) {
  .index-sec10 .box .card1 .lineup__btn {
    display: flex;
    justify-content: center;
  }
  .index-sec10 .box .card1 .lineup__btn--detail a {
    align-items: center;
    border: 1px solid #fa7d00;
    border-radius: 6px;
    background-color: #ffffff;
    color: #fa7d00;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    height: 48px;
    margin-right: 10px;
    padding-left: 0px;
    position: relative;
    width: 28vw;
  }
  .index-sec10 .box .card1 .lineup__btn--detail a:after {
    background: url("/promotion/ordercard/os_matome/image/ico_lineup_detail_arrow.png") 0 0/contain no-repeat;
    content: '';
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
  }
  .index-sec10 .box .card1 .lineup__btn--apply a {
    align-items: center;
    background-color: #fa7d00;
    border: 1px solid #fa7d00;
    border-radius: 6px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    height: 48px;
    margin-right: 0px;
    padding-left: 0px;
    position: relative;
    width: 53.67vw;
  }
  .index-sec10 .box .card1 .lineup__btn--apply a:after {
    background: url("/promotion/ordercard/os_matome/image/ico_lineup_apply_arrow.png") 0 0/contain no-repeat;
    content: '';
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
  }
}
.index-sec11 {
    width: 100%;
    height: auto;
    text-align: center;
    background: #fdf4ec;
    padding: 3rem 0px 3.5rem;
}
.index-sec11 .c-ic1 {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin-bottom: 0.5rem;
}
.index-sec11 .c-title01 {
    margin-bottom: 3rem;
}
.index-sec11 .c-accordion {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0.8rem;
}
.index-sec11 .c-accordion__title {
    color: #2c2c34;
    font-weight: 500;
    font-size: 1.4rem;
    background: #ffffff;
    text-align: justify;
    margin: 0 auto;
    width: 100%;
    height: auto;
    line-height: 1.7;
    padding: 2rem 5rem;
    cursor: pointer;
    position: relative;
    margin-bottom: .2rem;
}
.index-sec11 .c-accordion__title .q {
    font-size: 1.6rem;
    position: absolute;
    color: #f7567c;
    font-weight: 500;
    left: 20px;
    top: 21px;
}
@media screen and (min-width: 768px) {
    .index-sec11 .c-accordion__title .q {
        top: 21px;
    }
}
.index-sec11 .c-accordion__title.active .c-accordion__icon:after {
    transform: rotate(180deg);
}
.index-sec11 .c-accordion__title.active .c-accordion__icon::before {
    transform: rotate(360deg);
}
.index-sec11 .c-accordion__icon {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 35px;
}
@media screen and (min-width: 768px) {
    .index-sec11 .c-accordion__icon {
        top: 41px;
    }
}
.index-sec11 .c-accordion__icon:before, .index-sec11 .c-accordion__icon:after {
    content: "";
    position: absolute;
    background: #2c2c34;
    transition: 0.4s ease-in-out;
    width: 12px;
    height: 1px;
}
.index-sec11 .c-accordion__icon:after {
    transform: rotate(90deg);
}
.index-sec11 .c-accordion__content {
    display: none;
    background: #ffffff;
    cursor: auto;
    text-align: left;
    position: relative;
}
.index-sec11 .c-accordion__content--active {
    display: block;
}
.index-sec11 .c-accordion__content .box {
    padding: 2rem 5rem;
    color: #2c2c34;
    font-weight: 500;
    text-align: justify;
    font-size: 1.4rem;
}
.index-sec11 .c-accordion__content .box .a {
    font-size: 1.6rem;
    position: absolute;
    color: #2dc8c8;
    font-weight: 500;
    left: 20px;
    top: 21px;
}
@media screen and (min-width: 768px) {
    .index-sec11 .c-accordion__content .box .a {
        top: 22px;
    }
}
.index-sec11 .c-accordion__content .box .dot {
    padding-left: 0.7rem;
    position: relative;
    font-size: 1.2rem;
    text-align: justify;
    margin-top: 0.5rem;
}
.index-sec11 .c-accordion__content .box .dot span {
    position: absolute;
    left: -5px;
    font-size: 1.2rem;
}
.index-sec12 {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 4rem 0px 8rem;
}
.index-sec12 .c-title01 {
    line-height: 1;
    padding-bottom: 0.5rem;
}
.index-sec12 .text {
    text-align: left;
    width: 100%;
    padding: 0px 1rem;
    font-size: 14px;
    line-height: 1.58;
    font-weight: 500;
    margin-top: 2rem;
}
.index-sec12 .text b {
    font-size: 14px;
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    line-height: 1.57;
    display: block;
    font-weight:600;
}
.index-sec12 .text .dot1 {
    font-size: 14px;
    font-weight: 500;
    padding-left: 1.2rem;
    display: block;
    line-height: 1.59;
    position: relative;
    margin: 0.5rem 0 0;
}
.index-sec12 .text .dot1::before {
    content: '・';
    left: 0px;
    position: absolute;
}
.index-sec12 .text .dot2 {
    font-size: 14px;
    font-weight: 500;
    padding-left: 1rem;
    /* padding-left: 1.5rem; */
    /* margin-bottom: 1rem; */
    line-height: 1.59;
    display: block;
    position: relative;
}
.index-sec12 .text .dot2::before {
    content: '※';
    left: 0px;
    position: absolute;
}
.index-sec12 .text .right {
    width: 100%;
    display: block;
    text-align: right;
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 1.5rem;
    line-height: 1;
}
.index-sec12 a {
    color: #0074bf;
    display: block;
    text-decoration: underline;
    font-size: 14px;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
    line-height: 1.58;
}
.index-sec12 a .newwindow-icon {
    width: 1rem;
    margin-left: 0.5rem;
}
.c-btn01 {
    position: fixed;
    z-index: 999;
    transition: all ease 0.5s;
    bottom: -10px;
    width: 100%;
    height: auto;
    background: #f5f749;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    transform: rotate(0deg) scale(1) translateY(70px);
}
@media screen and (min-width: 950px) {
    .c-btn01 {
        transform: rotate(0deg) scale(1) translateY(100px);
    }
}
.c-btn01 a {
    margin: 0px 5px;
    display: inline-block;
    height: 80px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 5px;
    text-align: center;
    width: auto;
    color: #fff;
    position: relative;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .c-btn01 a {
        font-size: 1.4rem;
        height: 60px;
    }
}
@media screen and (max-width: 374px) {
    .c-btn01 a {
        font-size: 1.1rem;
    }
}
.c-btn01 a img {
    position: relative;
    width: auto;
    height: 100%;
}
@media screen and (min-width: 769px) {
    .c-btn01 a:hover {
        opacity: .7;
        transition: .2s;
    }
}
.c-btn01.is-active {
    transform: rotate(0deg) scale(1) translateY(-10px);
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
.c-btn01.is-hidden {
    transform: rotate(0deg) scale(1) translateY(70px);
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 950px) {
    .c-btn01.is-hidden {
        transform: rotate(0deg) scale(1) translateY(100px);
    }
}
.speakAnchor, #navSpeak {
    position: absolute;
    top: 0;
    left: -9999em;
}
/* total width */
body::-webkit-scrollbar {
    background-color: rgba(222, 222, 222, 0.75);
    width: 9px;
    height: 9px;
}
/* background of the scrollbar except button or resizer */
body::-webkit-scrollbar-track {
    background-color: rgba(222, 222, 222, 0.75);
}
/* scrollbar itself */
body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    border: 0px solid #f1f1f1;
}
/* set button(top and bottom of the scrollbar) */
body::-webkit-scrollbar-button {
    display: none;
}
.index-sec10 .box .card1 h6 {
    width: auto;
    height: auto;
    margin-top: 15px;
    position: relative;
    display: inline-block;
    font-size: 1.3rem;
}
.index-sec10 .box .card1 h6 .sp {
    display: initial !important;
}
@media screen and (min-width: 769px) {
    .index-sec10 .box .card1 h6 {
        margin-top: 25px;
        left: 15px;
        font-size: 1.15rem;
    }
    .index-sec10 .box .card1 h6 .sp {
        display: none !important;
    }
}
.index-sec10 .box .card1 h6::before {
    content: '';
    width: 1px;
    height: 45px;
    background: #1a1a1a;
    transform: rotate(-35deg);
    position: absolute;
    left: -0.8rem;
    bottom: -5px;
}
@media screen and (min-width: 769px) {
    .index-sec10 .box .card1 h6::before {
        content: '';
        width: 1px;
        height: 20px;
        bottom: 0px;
    }
}
.index-sec10 .box .card1 h6::after {
    content: '';
    width: 1px;
    height: 45px;
    background: #1a1a1a;
    transform: rotate(35deg);
    position: absolute;
    right: -0.8rem;
    bottom: -5px;
}
@media screen and (min-width: 769px) {
    .index-sec10 .box .card1 h6::after {
        content: '';
        width: 1px;
        height: 20px;
        bottom: 0px;
    }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
    .mainVisual__unit h1 img {
        width: 100%;
    }
}

.block2{
    display: flex;
    justify-content: space-evenly;
}

@media screen and (max-width: 630px) {
    .block2{
        display: block;
    }

}

.is-color-red{
    font-size: 0.6em;
    margin-top: 1em;
    text-align: left;
    color: red;
}
.dot_size,
.index-sec04 .point p span.dot_size,
.index-sec04 .point p.dot_size,
.index-sec09 .c-cautions__content p.dot.dot_size,
.index-sec09 .c-cautions__content p.dot span,
.index-sec10 .box .card1 p.dot.dot_size,
.index-sec10 .box .card1 p.dot span,
.index-sec11 .c-accordion__content .box p.dot.dot_size,
.index-sec11 .c-accordion__content .box .dot span,
.index-sec12 .text .dot2 p.dot_size,
.index-sec12 .text p.dot2.dot_size
{
    font-size: 11px;
}

.normal_txt {
    font-size: 1.2rem;
}

/* 追加　04 */

.app-step{
    width: 50%;
}


.image-container {
    position: relative;
}

p.app-txt{
    margin: 10px 0px;
    text-align: left;
    
}

.app-title{
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    display: flex;
}

.app-stepbox {
    display: flex;
    margin: 0px 0px 20px 0px;
    gap: 20px;
}


/* .app-step {
    width: 50%;
    object-fit: contain; 
} */
.app-box{
    width: 80%;
}
@media screen and (max-width: 768px) {
    .app-box{
        width: 80%;
    margin: 0 10px 0 0;
    }
    .app-stepbox {
        display: flex;
        margin: 0px 0px 10px 0px;
        gap: 20px;
    }
}


.tab_title{
    text-align: left;
    margin: 0px 30px 30px 30px;
}

.index-sec09 .tab__box h3 span{
    color: #000;
}
.app-stepbox_1{
    margin-top: 50px;
}
.index-sec09 .c-cautions__content p.txt{
    margin: 0;
}

.index-sec09 .tab__box .box_tab .txt{
    font-size: 1.4rem;
    width: calc(100% - 20px);
    margin: 0 auto;
    text-align: justify;position: relative;
    
}
.index-sec09 .tab__box .box_tab a{
    color: #0074bf;
    text-decoration: underline;

}

.index-sec09 .tab .tab__box .box_tab a .newwindow-icon{
  margin-left: 0.5rem;
  width: 1rem;
}
.index-sec09 .tab .tab__list .s-title{
    font-size: 1.2rem;
   
}
.index-sec09 .tab__box .box_tab p.dot2::before {
    content: '※';
    left: -15px;
    position: absolute;
}
.index-sec09 .tab .tab__list .tab__item a{
    padding: 10px 0;
    line-height: 30px;
}
.index-sec12 .text .dot2.dot_size,
.index-sec09 .tab__box .box_tab a.txt,
.index-sec09 .tab__box .box_tab .txt.dot2{
    font-size: 11px;
}
.box_tab_container{
    margin: 0 auto;
    width: 90%;
}

.index-sec09 .tab__box .box_tab .txt {
   display: block;   
}
.index-sec09 .tab__box .box_tab a{
    font-size: 11px;
}

/* 共通のafterスタイル */
.image-container::after {
    content: '';
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    width: 2px;
    height: calc(100% - 55px);
    margin: auto;
    background-color: #2fc8c8;
}

/* スマホ用の調整 */
@media screen and (max-width: 767px) {
    .image-container::after {
        top: 66px;
        height: calc(100% - 70px);
    }
}

/* application-box内の最後のimage-containerのafterを消す */
.application-box li:last-child .image-container::after {
    display: none;
}
.s-txt{
    font-size: 11px;
}
.index-sec12 .text .dot2.s-txt{
    font-size: 11px;
}
.index-sec12 .text .txt_bd{
    font-weight: 600;
    font-size: 1.2rem;
}

/* matome modal design */
.modal {
  z-index: 1000;
}
.modal-container {
  border-radius: 10px;
  position: relative;
  max-height: 100vh;
  top: initial;
}
.modal-scroll {
  max-height: calc(100vh - 0px);
}
.modal__cont__head {
  align-items: center;
  background-color: #199bb7;
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: flex;
  font-size: 16px;
  justify-content: center;
  height: 39px;
  position: relative;
}
.modal__cont__close-btn {
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.17);
  bottom: 5px;
  border-radius: 50%;
  color: #199bb7;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  height: 29px;
  justify-content: center;
  position: absolute;
  right: 12px;
  width: 29px;
}
.modal__cont__body {
  background-color: #fff;
  padding: 10px 0 15px;
  text-align: center;
}
.modal__cont__ttl {
  color: #199bb7;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.modal__cont__img {
  display: inline-block;
  margin-top: 10px;
  width: 150px;
}
.modal__cont__img.v2 {
  display: inline-block;
  width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.modal-img {
  max-width: 100%;
  vertical-align: bottom;
}
.modal__cont__btn li {
  margin: 0 auto;
  width: 275px;
}
.modal__cont__btn li img {
  max-width: 240px;
}
.modal__cont__btn li p {
  font-size: 12px;
  margin-top: 5px;
}
.modal_lines {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 7%;
  border: 1px solid #199bb7;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
.modal_lines::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #199bb7 transparent transparent;
  translate: -50% 100%;
}
.modal_lines::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 7.8px 3.9px 0 3.9px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.point-color {
  color: #199bb7;
  font-weight: bold;
}
.modal__cont__btn span {
  font-size: 16px;
  line-height: 1.7;
}
.modal__cont__btn li p {
  font-size: 12px;
  margin-top: 4px;
}
.modal__cont__foot {
  background-color: #f2f2f2;
  border-radius: 0 0 5px 5px;
  padding: 10px 15px;
  text-align: center;
}
.modal__cont__notes {
  text-align: left;
  width: 100%;
  margin: auto;
}
.modal__cont__notes li {
  font-size: 11px;
  line-height: 1.4;
  text-align: left;
}
.modal_comment {
  margin: 5px 0;
}
.modal__cont__notes li {
  font-size: 11px;
  line-height: 1.5;
}
.modal__cont__notes a {
  color: #199bb7;
  font-size: 11px;
  line-height: 1.6;
  position: relative;
  text-decoration: underline;
}
.modal__cont__notes a::after {
  background: url(/promotion/ordercard/smartphone-insurance/images/icon_external-link.png) 0 0 / contain no-repeat;
  content: "";
  height: 1em;
  width: 1em;
  display: inline-block;
  margin-left: .2em;
  position: relative;
  top: 1px;
}
.modal-close {
  background: #fff;
  border: none;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.17);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  top: 5px;
  right: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-close:before {
  color: #199bb7;
}
@media screen and (min-width: 768px) {
  .modal__cont__head {
    align-items: center;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    height: 39px;
    position: relative;
  }
  .modal__cont__head p {
    font-size: 16px;
  }
  .modal__cont__body {
    background-color: #fff;
    padding: 24px 0 40px;
    text-align: center;
  }
  .modal__cont__ttl {
    color: #199bb7;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
  }
  .modal__cont__img {
    display: inline-block;
    margin-top: 10px;
    width: 214px;
  }
  .modal__cont__img.v2 {
    width: 500px;
    margin-bottom: 10px;
  }
  .modal-img {
    max-width: 80%;
  }
  .modal__cont__btn span {
    font-size: 20px;
  }
  .modal__cont__btn {
    display: flex;
    justify-content: center;
    align-items: end;
    list-style-type: none;
    line-height: 1;
    margin: 0;
    padding: 0;
  }
  .modal__cont__btn li {
    width: auto;
    margin: 0;
  }
  .modal__cont__btn li img {
    max-width: 100%;
  }
  .modal__cont__btn li p {
    font-size: 13px;
    margin-top: 5px;
  }
  .point-color {
    color: #199bb7;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.7;
  }
  .modal__cont__btn li p {
    font-size: 13px;
    margin-top: 7px;
  }
  .modal__cont__btn li + li {
    margin-left: 20px;
  }
  .modal__cont__foot {
    background-color: #f2f2f2;
    border-radius: 0 0 10px 10px;
    padding: 27px 20px;
    text-align: center;
  }
  .modal__cont__notes {
    text-align: left;
    width: 700px;
    margin: auto;
  }
.modal-close {
  top: 5px;
  right: 20px;
}
}

.inc-bunner-area {
  margin: 24px 0;
  padding: 24px 10px;
}

.index-sec12 .comparison__notes__txt a {
    color: #199bb7;
    font-size: 12px;
    line-height: 1.6;
    position: relative;
    text-decoration: underline;
    margin: 0;
    display: inline;
}
.inc-bunner-img {
    width: 400px;
}

#comparison {
  margin-bottom: 40px;
}
.comparison__notes .title {
  padding: 90px 0px 30px;
  text-align: center;
}
.comparison__notes__txt {
  margin-top: 15px;
}
.comparison__notes__txt a {
  color: #199bb7;
  font-size: 12px;
  line-height: 1.6;
  position: relative;
  text-decoration: underline;
}
.comparison__notes__txt a::after {
  background: url(/promotion/ordercard/os_matome/image/icon_external-link.png) 0 0 / contain no-repeat;
  content: "";
  height: 1em;
  width: 1em;
  display: inline-block;
  margin-left: .2em;
}
.comparison__notes__txt.American_size {
  font-size: 12px;
}
.comparison__notes__txt.American_size > div {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  #comparison {
    margin-bottom: 50px;
  }
  .comparison__notes {
    margin: 0 auto;
    max-width: 980px;
  }
  .comparison__notes__list li {
    color: #199bb7;
    font-size: 11px;
    line-height: 1.6;
    /* padding-left: 2em;
    text-indent: -2em; */
  }
  .comparison__notes__title {
    font-size: 28px;
    line-height: 1.6;
    padding: 20px 0 0px;
  }
  .comparison__notes__subttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    margin-top: 15px;
  }
  .comparison__notes__txt {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
  }
  .comparison__notes__txt.v2 {
    margin-top: 15px;
  }
  .comparison__notes__txt.American_size {
    font-size: 11px;
  }
  .comparison__notes__txt.American_size > div {
    font-size: 11px;
  }
}
