@charset "UTF-8";

/* 共通
------------------------------------------------------------ */
.container a{
    outline:none;
    color:#333;
}
.container a,
.container a:link,
.container a:visited {
    text-decoration: none;
}
.container {
    font-family: Roboto,"Helvetica Neue",Arial,"Century Gothic","Hiragino Sans","Hiragino Kaku Gothic ProN","BIZ UDPGothic",Meiryo,sans-serif;
    font-size: 14px;
    line-height: 1.2;
}
/* 継承変更に伴う調整 */
.mv_wrap .input_area dl dd label::before {
    width: 16px;
    height: 16px;
}

/* 見積りボタン */
.estimate_btn a {
    font-size: 4.7vw;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 15px 8vw;
    background: linear-gradient(to bottom, #43c0ed 0%, #43c0ed 50%, #29a3cf 51%, #29a3cf 100%);
    border-radius: 100px;
    display: inline-block;
    border: 2px solid #fff;
    position: relative;
}

.estimate_btn a::after {
    content: '';
    width: 2vw;
    height: 2vw;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 3.5vw;
    transform: translateY(-50%) rotate(225deg);
}

.general_btn {
    text-align: center;
    margin: 30px 15px;
}

.general_btn p {
    text-align: center;
}

.general_btn a {
    font-size: 24px;
    width: 100%;
    max-width: 345px;
    box-sizing: border-box;
    padding: 15px 30px;
}

.general_btn a::after {
    width: 10px;
    height: 10px;
    right: 25px;
}

.container {
    line-height: 1.7;
}

.estimate_btn .txt {
    text-align: center;
}

.estimate_btn .txt span {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    font-size: 18px;
}

.estimate_btn .txt span::after,
.estimate_btn .txt span::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #055241;
    position: absolute;
    bottom: 0;
}

.estimate_btn .txt span::after {
    left: 0;
    transform: rotate(-30deg);
}

.estimate_btn .txt span::before {
    right: 0;
    transform: rotate(30deg);
}

/* 見出し */
.mv_wrap .input_area .input_tit {
    text-align: center;
    position: relative;
    margin: 0 0 15px;
}

.mv_wrap .input_area .input_tit::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #055241;
    position: absolute;
    top: 50%;
    left: 0;
}

.mv_wrap .input_area .input_tit span {
    font-size: 20px;
    font-weight: bold;
    color: #055241;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 10px;
    display: inline-block;
}

.container h2.ttl {
    text-align: center;
    position: relative;
    margin: 0 0 15px;
}

.container h2.ttl::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #055241;
    position: absolute;
    top: 50%;
    left: 0;
}

.container h2.ttl > span {
    font-size: 24px;
    font-weight: bold;
    color: #055241;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 10px;
    display: inline-block;
}

.container h2.ttl > span small {
    font-size: 20px;
    display: block;
}

/* 見出し-吹き出し */
.container h2.ttl .repletion {
    font-size: 18px;
    color: #fff;
    display: table;
    margin: 0 auto 15px;
    background: #055241;
    padding: 10px 15px;
    border-radius: 50px;
    position: relative;
}

.container h2.ttl .repletion::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #055241 51%, #055241 100%);
    transform: translateX(-50%) rotate(135deg);
}

.point_wrap .point_area em {
    color: #FD5925;
    font-weight: bold;
}

.point_wrap .info_area {
    font-size: 16px;
    margin: 0 15px;
    padding: 0 0 200px;
    background: url(images/info_bg.webp) no-repeat center calc(100% - 30px) / 345px;
}

/* 医療保険を選ぶ時のポイント */
.point_wrap h3 {
    background: #0B9C7D;
    padding: 10px;
    position: relative;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}

.point_wrap h3::after {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 10px);
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid #0B9C7D;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.point_wrap .marker {
    background: linear-gradient(transparent 57%, #fefe7a 0, #fefe7a 38px, transparent 0);
    font-weight: bold;
}

.point_wrap .heading {
    background: #E1EDFA url(images/staff.png) no-repeat center bottom;
    background-size: 120px;
    padding: 15px 15px 156px;
    min-height: 110px;
    display: flex;
    align-items: center;
}

.point_wrap .heading p {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    font-size: 16px;
    line-height: 1.5;
}

.point_wrap .heading .marker {
    color: #0B9C7D;
}

.point_wrap .check_point {
    margin: 30px 15px 5px;
}

.point_wrap .check_point .check {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin: 0 0 5px;
    color: #FD5925;
}

.point_wrap .check_point .check span {
    position: relative;
}

.point_wrap .check_point .check span::before,
.point_wrap .check_point .check span::after {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    background: #FD5925;
}

.point_wrap .check_point .check span::before {
    left: -10px;
    transform: rotate(345deg);
}

.point_wrap .check_point .check span::after {
    right: -10px;
    transform: rotate(20deg);
}

.point_wrap .check_point .check + p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #0B9C7D;
}

.point_wrap .example_area {
    background: #FAF7E6;
    margin: 0 15px 20px;
    padding: 25px 20px 20px;
}

.point_wrap .example_area strong {
    font-weight: bold;
}

.point_wrap .example_area p:not([class]) {
    text-align: center;
    margin: 0 0 10px;
}

.point_wrap .example_area ol {
    margin: 0 0 20px;
    counter-reset: number;
}

.point_wrap .example_area ol li {
    font-size: 16px;
    margin: 0 0 15px;
    padding: 0 0 0 28px;
    position: relative;
}

.point_wrap .example_area ol li::before {
    counter-increment: number;
    content: counter(number);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    background: #0B9C7D;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.point_wrap .ex_att {
    font-size: 12px;
    position: relative;
    padding: 0 0 0 calc(1em + 4px);
}

.point_wrap .ex_att::before {
    content: '※';
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0;
    left: 0;
}

.point_wrap .example_area + p {
    font-size: 14px;
    margin: 0 15px 20px;
}

/* シミュレーション */
.point_wrap .simulation_area {
    background: #FAE9E6;
    padding: 20px 15px 15px 15px;
    font-size: 16px;
    line-height: 1.4;
}

.point_wrap .simulation_area > p {
    text-align: center;
}

.point_wrap .simulation_area .hikaku {
    background: #fff;
    padding: 15px;
    margin: 15px 0 0;
    border-radius: 8px;
    text-align: center;
}

.point_wrap .simulation_area .hikaku p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px;
}

.point_wrap .simulation_area .hikaku ul {
    display: flex;
    justify-content: space-around;
}

.point_wrap .simulation_area .hikaku ul li {
    width: calc(100% / 3);
    padding-bottom: 85px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 80px;
    text-align: center;
    font-size: 14px;
}

.point_wrap .simulation_area .hikaku ul li:first-child {
    background-image: url(images/ico_money.png);
}

.point_wrap .simulation_area .hikaku ul li:nth-child(2) {
    background-image: url(images/ico_checklist.png);
}

.point_wrap .simulation_area .hikaku ul li:nth-child(3) {
    background-image: url(images/ico_schedule.png);
}

/* ボタン上部テキスト */
.estimate_btn .btn_txt01 span {
    position: relative;
    font-size: 18px;
}

.estimate_btn .btn_txt01 span::after,
.estimate_btn .btn_txt01 span::before {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    background: #0B9C7D;
}

.estimate_btn .btn_txt01 span::before {
    left: -10px;
    transform: rotate(345deg);
}

.estimate_btn .btn_txt01 span::after {
    right: -10px;
    transform: rotate(20deg);
}

.estimate_btn .btn_txt02 {
    font-size: 32px;
    color: #FD5925;
    line-height: 1.6;
}

.marker {
    background: linear-gradient(transparent 55%, #fefe7a 10%);
}

/* メインビジュアル
------------------------------------------------------------ */
.mv_wrap h1 img {
    width: 100%;
}

.estimate_btn {
    margin: 20px 0;
    text-align: center;
}

/* カルーセル ---------- */
.carousel_area {
    background: #f1f1f1;
    padding: 10px 0;
    margin: 0 0 30px;
}

.carousel_area .slick-track{
    display: flex;
    gap: 10px;
    margin: auto;
}

.carouselItem {
    background: #fff;
    border-radius: 10px;
    width: 125px;
    padding: 10px 0;
}

.carouselItem img {
    margin: 0 auto;
    width: 100px;
    height: auto;
}

.slick-slide {
    outline: none;
}

/*PC用スタイル*/
@media screen and (min-width: 768px) {

    /* 共通
    ------------------------------------------------------------ */
    /* チェックボックス */
    #lpnetform-gender label:before {
        left: 68px;
    }

    #lpnetform-gender label:after {
        left: 72px;
    }

    /* 見積りボタン */
    .estimate_btn {
        margin: 20px 0 30px;
        text-align: center;
    }

    .estimate_btn a {
        font-size: 40px;
        width: 540px;
        max-width: inherit;
        box-sizing: border-box;
        box-shadow: none;
        padding: 15px 30px;
    }

    .estimate_btn a::after {
        width: 15px;
        height: 15px;
        border-width: 4px;
        right: 35px;
    }

    .general_btn {
        margin: 0 0 60px;
        transition: all .4s ease;
    }

    .general_btn:hover {
        transform: translateY(10px);
    }

    .estimate_btn .txt span {
        font-size: 20px;
    }

    /* 見出し */
    .container h2.ttl {
        max-width: 950px;
        margin: 0 auto 20px;
    }

    .container h2.ttl::before {
        height: 2px;
    }

    .container h2.ttl span {
        font-size: 40px;
    }

    /* 見出し-吹き出し */
    .container h2.ttl .repletion {
        font-size: 24px;
    }

    .container h2.ttl .repletion::after {
        width: 20px;
        height: 20px;
        bottom: -6px;
        background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #055241 51%, #055241 100%);
    }

    /* メインビジュアル
    ------------------------------------------------------------ */
    .mv_wrap {
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
    }

    /* カルーセル ---------- */
    .carousel_area {
        width: 100%;
        max-width: 950px;
        margin: 0 auto 60px;
        padding: 20px 0;
        overflow: hidden;
    }

    .carouselItem img {
        width: 165px;
    }

    /* スライダー静止状態 */
    .slide_item {
        margin: 0 3px;
        width: 300px;
    }

    /* 医療保険を選ぶ時のポイント
    -------------------------------------------------------------*/
    .point_wrap {
        max-width: 950px;
        margin: auto;
    }

    .point_wrap .point_area {
        width: 750px;
        margin: auto;
        box-sizing: border-box;
    }

    .point_wrap h3 {
        font-size: 24px;
    }

    .point_wrap .heading {
        height: 140px;
        box-sizing: initial;
    }

    .point_wrap .heading p {
        font-size: 18px;
        text-align: left;
    }

    .point_wrap .check_point {
        padding: 0;
        margin: 30px auto;
    }

    .point_wrap .simulation_area {
        margin: 0 auto 30px auto;
    }

    .point_wrap .simulation_area .hikaku p {
        font-size: 24px;
    }
}