@charset "UTF-8";

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

/* 共通
------------------------------------------------------------ */
.ui-common .heading-box {
    border-color: #fff;
}

a {
    outline: none;
    color: #333;
    text-decoration: none;
}

/* 見積りボタン */
.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;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0);
    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(45deg);
}

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

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

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

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

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

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

.container h2 .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%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#055241', endColorstr='#055241', GradientType=1);
    transform: translateX(-50%) rotate(135deg);
}

/* 医療保険を選ぶ時のポイント */
.point_wrap picture img {
    width: 100%;
    max-width: 300px;
}

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

.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_point01 {
    padding: 15px;
}

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

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

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

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

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

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

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

.point_wrap .check_point01 figure {
    display: block;
    background: #FAF7E6;
    padding: 10px;
    text-align: center;
}

.point_wrap .check_point01 figure figcaption {
    margin: 0 0 15px;
    text-align: left;
    line-height: 1.8;
}

.point_wrap .check_point01 figure figcaption em {
    color: #FD5925;
}

.point_wrap ul.check_point02 {
    display: flex;
    justify-content: space-between;
    margin: 15px;
}

.point_wrap ul.check_point02 li {
    background: #FAF7E6;
    width: calc((100% - 15px)/2);
    padding: 15px;
    box-sizing: border-box;
    line-height: 1.5;
}

.point_wrap ul.check_point02 li picture {
    display: block;
    margin: 0 0 10px;
    text-align: center;
}

.point_wrap ul.check_point02 li:first-child img {
    width: 114px;
}

.point_wrap ul.check_point02 li:nth-child(2) img {
    width: 100px;
}

.point_wrap ul.check_point02 li em {
    color: #FD5925;
    font-weight: bold;
}

.point_wrap .check_point03 {
    background: #FAE9E6;
    padding: 20px 15px 15px 15px;
    font-size: 16px;
    line-height: 1.4;
}

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

.point_wrap .check_point03 .hikaku p {
    margin: 0 0 15px;
    font-weight: bold;
    font-size: 18px;
}

.point_wrap .check_point03 .hikaku p em {
    font-weight: bold;
    color: #FD5925;
}

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

.point_wrap .check_point03 .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 .check_point03 .hikaku ul li:first-child {
    background-image: url(images/ico_money.png);
}

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

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

/* 順序リスト */
.order_list {
    background: #f1f1f1;
    padding: 15px;
}

.order_list ol {
    counter-reset: number;
}

.order_list li {
    position: relative;
    background: #fff;
    padding: 15px;
    margin: 0 0 15px;
}

.order_list li:last-child {
    margin: 0;
}

.order_list li::before {
    font-size: 25px;
    font-style: italic;
    text-align: right;
    color: #fff;
    padding: 5px 5px 0 0;
    counter-increment: number;
    content: counter(number);
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #0b9c7d 51%, #0b9c7d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#0b9c7d', GradientType=1);
}

.order_list li .turn {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #b5292e;
    margin: 0 0 5px;
}

.order_list li .order_tit {
    font-size: 20px;
    font-weight: bold;
    color: #055241;
    margin: 0 0 15px;
}

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

.order_list li .order_tit + p {
    font-size: 16px;
    line-height: 1.5;
}

/* メインビジュアル
------------------------------------------------------------ */
.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;
}

.ico_osusume {
    margin: 0 10px 10px;
    text-align: right;
}

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

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

.slick-slide {
    outline: none;
}

/* 保険市場について
------------------------------------------------------------ */
.about_area {
    background: #f1f1f1;
    padding: 0 0 15px;
    margin: 0 0 35px;
}

.about_area img {
    width: 100%;
}

.about_area ul {
    background: #fff;
    border-radius: 4px;
    margin: 15px 15px 0;
    padding: 15px;
}

.about_area ul li {
    font-size: 16px;
    padding: 0 0 15px 25px;
    background: url(images/ico_check.svg) no-repeat left top;
    background-size: 16px;
}

.about_area ul li:last-child {
    padding-bottom: 0;
}

/* 一括見積りサービスの使い方
------------------------------------------------------------ */
.usage_wrap {
    margin: 0 0 60px;
}

.usage_wrap .order_list li {
    padding-left: 110px;
    background: no-repeat 15px 15px #fff;
    background-size: 82px;
    min-width: 113px;
}

.usage_wrap .order_list li:nth-child(1) {
    background-image: url(images/step1_bg_sp.png);
}

.usage_wrap .order_list li:nth-child(2) {
    background-image: url(images/step2_bg_sp.png);
}

.usage_wrap .order_list li:nth-child(3) {
    background-image: url(images/step3_bg_sp.png);
}

.usage_wrap .order_list li .order_tit {
    font-size: 18px;
}

/* 保険市場の一括見積り
------------------------------------------------------------ */
.form_ttl {
    margin: 0 0 20px;
}

.form_ttl img {
    width: 100%;
}

/* フォームのカスタマイズ
-------------------------------------------------------------*/
.form_box .btn_confirm {
    position: relative;
    width: 80%;
    margin: 5vw auto;
    padding: 0;
    overflow: hidden;
}

#lpnetform-gender {
    display: flex;
}

#lpnetform-gender label {
    width: 50%;
    box-sizing: border-box;
    padding: 9px 0 6px 10px;
}

#lpnetform-gender label input[type="radio"] {
    display: none;
}

#lpnetform-gender label:before {
    left: 22px;
}

#lpnetform-gender label:after {
    left: 26px;
    background-color: #fff;
}

#lpnetform-gender label.label_selected:after {
    background-color: #c03232;
}

.form_box .btn_confirm::before {
    content: "";
    position: absolute;
    right: 6%;
    top: 0;
    bottom: 0.5vw;
    margin: auto;
    display: block;
    width: 1em;
    height: 1em;
    background: url(images/arw_send_sp.png) center center no-repeat;
    background-size: 100% auto;
}

.form_box .btn_confirm input {
    width: 100%;
    height: 17vw;
    background: url(images/btn_send_sp.png) center center no-repeat;
    background-size: 100% auto;
}

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

    /* 共通
  ------------------------------------------------------------ */
    .container p {
        text-align: center;
    }
    .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 h2 {
        max-width: 950px;
        margin: 0 auto 20px;
    }

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

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

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

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

    /* 順序リスト */
    .order_list {
        padding: 30px 0;
    }

    .order_list ol {
        display: flex;
        max-width: 950px;
        margin: 0 auto;
        justify-content: space-between;
    }

    .order_list ol li {
        width: calc(100%/3 - 15px);
        box-sizing: border-box;
        margin: 0;
    }

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

    .ico_osusume {
        margin: 0 auto 10px;
        max-width: 950px;
        width: 100%;
    }

    /* カルーセル ---------- */
    .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 .check_point01,
    .point_wrap .check_point02,
    .point_wrap .check_point03{
        width: 750px;
        margin: auto;
        box-sizing: border-box;
    }

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

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

    .point_wrap .heading {
        height: 140px;
    }

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

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

    .point_wrap .check_point01 figure figcaption {
        text-align: center;
    }

    .point_wrap ul.check_point02 {
        margin: 30px auto;
    }

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

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

    /* 保険市場について
  ------------------------------------------------------------ */
    .about_area {
        max-width: 750px;
        margin: 0 auto 80px;
        padding: 0 0 20px;
    }

    .about_area ul {
        margin: 20px 20px 0;
        padding: 20px;
    }

    .about_area ul li {
        font-size: 20px;
        padding: 0 0 15px 60px;
        background-size: 30px;
        min-height: 32px;
        box-sizing: border-box;
    }

    /* 一括見積りサービスの使い方
  ------------------------------------------------------------ */
    .usage_wrap {
        margin: 0 0 120px;
    }

    .usage_wrap .order_list li {
        padding: 270px 30px 30px;
        background-position: center 30px;
        background-size: 232px;
    }

    .usage_wrap .order_list li p {
        text-align: left;
    }

    .usage_wrap .order_list li:nth-child(1) {
        background-image: url(images/step1_bg_pc.png);
    }

    .usage_wrap .order_list li:nth-child(2) {
        background-image: url(images/step2_bg_pc.png);
    }

    .usage_wrap .order_list li:nth-child(3) {
        background-image: url(images/step3_bg_pc.png);
    }

    .usage_wrap .order_list li .turn {
        font-size: 20px;
    }

    .usage_wrap .order_list li .order_tit {
        font-size: 20px;
    }

    /* フォームのカスタマイズ
  -------------------------------------------------------------*/
    .form_ttl {
        text-align: center;
        margin: 0 0 60px;
    }

    .form_ttl img {
        width: 665px;
    }

    .form_box p.txt {
        color: #e60012;
    }

    .form_box .btn_confirm {
        position: relative;
        width: 552px;
        margin: 47px auto 30px;
        padding: 0;
        overflow: hidden;
        transition: all .4s ease;
    }

    .form_box .btn_confirm input {
        width: 552px;
        height: 90px;
        display: block;
        margin: 0 auto;
        border: 0;
        background: url(images/btn_send_pc.png) 0 bottom no-repeat;
        background-size: 100% auto;
        text-indent: -9999px;
        cursor: pointer;
        transition: all .2s ease;
        outline: inherit;
    }

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

    .form_box .btn_confirm input:hover {
        background-position: 0 bottom;
    }

    .form_box .btn_confirm::before {
        content: "";
        position: absolute;
        right: 6%;
        top: 12px;
        bottom: 0;
        margin: auto;
        display: block;
        width: 30px;
        height: 36px;
        background: url(images/arw_send_pc.png) center center no-repeat;
        background-size: 100% auto;
        transition: top .4s ease;
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px) {
    #lpnetform-gender label {
        padding: 15px 0 10px 10px;
    }
}