@charset "UTF-8";

/* アバターアイコン
------------------------------------------------------------ */
.concierge_avatar {
    display: none!important;
}

/* 共通
------------------------------------------------------------ */
.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 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;
}

.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);
}

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

/* 見出し */
.container .point_wrap h2 {
    text-align: center;
    position: relative;
    margin: 0 0 15px;
}

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

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

.container .point_wrap h2 > span small {
    font-size: 20px;
}

/* mv(フォーム) */
.mv_wrap {
    max-width: 750px;
    margin: auto;
}
.mv_wrap img {
    max-width: 100%;
    height: auto;
}
.mv_wrap .form_wrap {
    background: #18BE7E;
    padding: 0 8px 8px;
    margin-bottom: 20px;
}
.mv_wrap .form {
    background: #fff;
    padding: 8px;
}
.mv_wrap .form #LpNetForm p:has(#progress) {
    margin-bottom: 20px;
}
.formbanner {
    display: flex;
    padding: 0 10px;
    flex-wrap: nowrap;
    gap: 4px;
    justify-content: center;
}
.formbanner_item {
    background-color: #fff4f4;
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    text-align: center;
}
.formbanner_label {
    font-size: 12px;
    line-height: 1.3;
}
.formbanner_emphasis {
    color: #dd171f;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-top: 5px;
}
.mv_wrap .form .term {
    font-size: 12px;
    text-align: right;
    padding: 10px 10px 0;
    line-height: 1;
}

/* がん保険を選ぶ時のポイント */
.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 left bottom;
    background-size: 120px;
    padding: 15px 15px 15px 130px;
    min-height: 110px;
    display: flex;
    align-items: center;
    box-sizing: initial;
}

.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 .heading + picture {
    margin: 15px;
}

.point_wrap figure {
    padding: 15px;
}

.point_wrap figure figcaption {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.5;
}

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

.point_wrap picture {
    display: block;
    background: #FAF7E6;
    padding: 15px 20px;
    text-align: center;
}

.point_wrap picture img {
    width: 100%;
    max-width: 300px;
}

.point_wrap .recommended_comment {
    margin: 15px;
    line-height: 1.5;
    font-size: 16px;
}

.point_wrap .recommended_comment .marker {
    color: #FD5925;
}

.point_wrap .checkPoint {
    background: url(images/simulation_img.png) no-repeat left bottom;
    background-size: 162px;
    padding: 20px 15px 10px 170px;
    min-height: 200px;
    box-sizing: border-box;
}

.point_wrap .checkPoint .tit {
    color: #0B9C7D;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.point_wrap .checkPoint .tit span {
    position: relative;
}

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

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

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

.point_wrap .checkPoint .txt {
    border-radius: 8px;
    background: #FAF7E6;
    padding: 10px;
    font-size: 16px;
    line-height: 1.5;
}

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

/* メインビジュアル(フォーム)
------------------------------------------------------------ */
.attention_txt {
    margin: 8px 0 0;
    font-size: 14px;
    text-align: center;
    color: #cc6402;
    background: #fff5d3;
    padding: 8px 0;
    font-weight: bold;
}
.lead_txt, .hosoku {
    margin: 8px 0;
    font-size: 12px;
    text-align: center;
}



.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;
}

.carousel_area p {
    display: flex;
    justify-content: center;
    padding: 15px 0 0;
    font-size: 13px;
    color: #555;
}

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

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

.slick-slide {
    outline: none;
}

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

    /* 共通
  ------------------------------------------------------------ */
    .br {
        display: block;
    }

    /* チェックボックス */
    #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;
    }

    .estimate_btn a:hover {
        box-shadow: 0px 0px 10px #fff;
    }

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

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

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

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

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

    /* カルーセル ---------- */
    .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 h3 {
        font-size: 24px;
    }

    .point_wrap h3,
    .point_wrap .heading,
    .point_wrap figure,
    .point_wrap .recommended_comment {
        width: 750px;
        margin: auto;
        box-sizing: border-box;
    }

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

    .point_wrap picture img {
        max-width: 450px;
    }

    .point_wrap .heading {
        height: 140px;
    }

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

    .point_wrap .heading + picture {
        width: 750px;
        margin: 30px auto;
        box-sizing: border-box;
    }

    .point_wrap .recommended_comment {
        margin: 30px auto;
    }

    .point_wrap .checkPoint {
        width: 600px;
        margin: 30px auto;
        box-sizing: border-box;
    }
}