@charset "UTF-8";
/* ------------------------------------------
    死亡保険　20230825
------------------------------------------ */
/* 共通
------------------------------------------ */
.lp_wrap *,
.lp_wrap *::before,
.lp_wrap *::after {
    box-sizing: border-box;
}
.lp_wrap a {
    outline:none;
    color:#333;
    text-decoration:none;
}
.lp_wrap img {
    max-width: 100%;
    height: auto;
}
.company-copy {
    width: initial;
    max-width: 1040px;
}

/* BTN
------------------------------------------ */
.estimate_btn {
    margin: 20px 0;
    text-align: center;
}
.estimate_btn a {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 345px;
    padding: 15px 30px;
    border: 2px solid #FFF;
    border-radius: 100px;
    background: linear-gradient(to bottom, #43c0ed 0%,#43c0ed 50%,#29a3cf 51%,#29a3cf 100%);
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
}
.estimate_btn a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: translateY(-50%) rotate(45deg);
}

/* 見出し
------------------------------------------ */
.lp_wrap h2 {
    position: relative;
    margin: 0 0 15px;
    text-align: center;
}
.lp_wrap h2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #055241;
}
.lp_wrap h2 > span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    background: #FFF;
    font-weight: bold;
    font-size: 24px;
    color: #055241;
    z-index: 1;
}
/* 見出し-吹き出し */
.lp_wrap h2 .repletion {
    position: relative;
    display: table;
    margin: 0 auto 15px;
    padding: 10px 15px;
    border-radius: 50px;
    background: #055241;
    color: #FFF;
    font-size: 18px;
}
.lp_wrap h2 .repletion::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 10px;
    height: 10px;
    background: linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(5,82,65) 51%,rgba(5,82,65) 100%);
    transform: translateX(-50%) rotate(135deg);
}

/* SLIDER
------------------------------------------ */
.carousel_area {
    margin: 0 0 30px;
    padding: 10px 0;
    background: #f1f1f1;
}
.carouselItem {
    padding: 10px 0;
    margin-right: 10px;
    border-radius: 10px;
    background: #FFF;
}
.carouselItem img {
    max-width: 100px;
    height: auto;
    margin: 0 auto;
}
.slick-slide {
    outline: none;
}

/* 死亡保険はなぜ必要？
------------------------------------------ */
.necessity_wrap .balloon {
    position: relative;
    line-height: 1.5;
    padding: 11px;
    background: #0B9C7D;
    color: #FFF;
    font-size: 16px;
    text-align: center;
}
.necessity_wrap .balloon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid #0B9C7D;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    transform: translateX(-50%);
}
.necessity_wrap .txt_area {
    min-height: 143px;
    padding: 25px 15px 25px 130px;
    background: #E6F0FA url(images/necessity_bg.webp) left bottom no-repeat;
    background-size: 120px auto;
}
.necessity_wrap .txt_area p {
    line-height: 1.5;
    padding: 12px;
    border-radius: 8px;
    background: #FFF;
    font-size: 16px;
}
.necessity_wrap figure {
    text-align: center;
}
.necessity_area figure {
    margin: 15px;
    padding: 15px 22px;
    background: #FAF7E6;
}
.necessity_wrap figcaption {
    margin: 0 0 5px;
    color: #055241;
    font-weight: bold;
}
.necessity_area figure img {
    max-width: 300px;
}
.necessity_wrap .point_list {
    padding: 15px;
    background: #E6F0FA;
}
.necessity_wrap .point_list > p {
    line-height: 1.5;
    color: #055241;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.necessity_wrap .point_list > p span {
    display: inline-block;
}
.necessity_wrap .point_list ul {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0;
}
.necessity_wrap .point_list li {
    width: calc((100% - 15px) / 2);
    padding: 15px;
    background: #FFF;
}
.necessity_wrap .point_list .list_tit {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.necessity_wrap .point_list .list_txt {
    line-height: 1.5;
    padding: 90px 0 0;
    background: url(images/ico_money.webp) center top no-repeat;
    background-size: 80px auto;
}
.necessity_wrap .point_list li.term .list_txt {
    background-image: url(images/ico_term.webp);
}
.necessity_wrap .point_list li.term {
    position: relative;
}
.necessity_wrap .point_list li.term::before,
.necessity_wrap .point_list li.term::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 2px;
    height: 30px;
    background: #055241;
}
.necessity_wrap .point_list li.term::before {
    transform: translateY(-50%) rotate(-45deg);
}
.necessity_wrap .point_list li.term::after {
    transform: translateY(-50%) rotate(45deg);
}
.balloon_head {
    display: table;
    position: relative;
    line-height: 1.5;
    margin: 30px auto 0;
    padding: 0 15px;
    font-size: 18px;
}
.balloon_head::before,
.balloon_head::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 2px;
    height: 100%;
    background: #0B9C7D;
}
.balloon_head::before {
    left: 0;
    transform: translateY(-50%) rotate(-25deg);
}
.balloon_head::after {
    right: 0;
    transform: translateY(-50%) rotate(25deg);
}
.balloon_head + .estimate_btn {
    margin-top: 5px;
}

/* 保険市場について
------------------------------------------ */
.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 {
    padding: 15px;
    background: #f1f1f1;
}
.usage_wrap .order_list ol {
    counter-reset: number;
}
.usage_wrap .order_list li {
    position: relative;
    min-width: 113px;
    margin: 0 0 15px;
    padding: 15px 15px 15px 110px;
    background: no-repeat 15px 15px #FFF;
    background-size: 82px;
}
.usage_wrap .order_list li:nth-child(1) {
    background-image: url(images/step1_bg_sp.webp);
}
.usage_wrap .order_list li:nth-child(2) {
    background-image: url(images/step2_bg_sp.webp);
}
.usage_wrap .order_list li:nth-child(3) {
    background-image: url(images/step3_bg_sp.webp);
}
.usage_wrap .order_list li:last-child {
    margin: 0;
}
.usage_wrap .order_list li::before {
    content: counter(number);
    counter-increment: number;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding: 5px 5px 0 0;
    background: linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(11,156,125,1) 51%,rgba(11,156,125,1) 100%);
    color: #FFF;
    font-style: italic;
    font-size: 25px;
    text-align: right;
}
.usage_wrap .order_list li .turn {
    margin: 0 0 5px;
    color: #b5292e;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
}
.usage_wrap .order_list li .order_tit {
    margin: 0 0 15px;
    color: #055241;
    font-weight: bold;
    font-size: 18px;
}
.marker {
    background: linear-gradient(transparent 55%, #fefe7a 10%);
}
.usage_wrap .order_list li .order_tit + p {
    line-height: 1.5;
    font-size: 16px;
}

/* FORM
------------------------------------------ */
.form_ttl {
    margin-bottom: 20px;
    text-align: center;
}
.form_ttl span {
    border-bottom: 2px dotted #333;
    font-weight: bold;
    font-size: 20px;
}

/* サイズ別
------------------------------------------------------------ */
@media screen and (min-width: 768px) {
    .br {
        display: block;
    }
    .widebox {
        max-width: 950px;
        margin: auto;
    }
    .widebox > .ico_osusume {
        margin-right: 0;
    }
    .pc_anchor {
        margin-top: -67.5px;
        padding-top:  67.5px;
    }

    /* BTN
    ------------------------------------------ */
    .estimate_btn {
        margin: 0 0 60px;
        transition: all .4s ease;
    }
    .estimate_btn:hover {
        transform: translateY(10px);
    }
    .estimate_btn a {
        max-width: 540px;
        padding: 17px 30px;
        font-size: 40px;
    }
    .estimate_btn a::after {
        right: 35px;
        width: 19px;
        height: 19px;
        border-width: 4px;
    }

    /* 見出し
    ------------------------------------------ */
    .lp_wrap h2 {
        max-width: 950px;
        margin: 0 auto 20px;
    }
    .lp_wrap h2::before {
        height: 2px;
    }
    .lp_wrap h2 span {
        font-size: 40px;
    }
    /* 見出し-吹き出し */
    .lp_wrap h2 .repletion {
        font-size: 24px;
    }
    .lp_wrap h2 .repletion::after {
        bottom: -6px;
        width: 20px;
        height: 20px;
        background: linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(5,82,65,1) 51%,rgba(5,82,65,1) 100%);
    }

    /* MV
    ------------------------------------------ */
    .mv_wrap {
        width: 100%;
        max-width: 750px;
        margin: auto;
    }

    /* SLIDER
    ------------------------------------------ */
    .carousel_area {
        width: 100%;
        max-width: 950px;
        margin: 0 auto 60px;
        padding: 20px 0;
        overflow: hidden;
    }
    .carouselItem img {
        max-width: 165px;
    }
    /* スライダー静止状態 */
    .slide_item {
        width: 300px;
        margin: 0 3px;
    }

    /* 死亡保険はなぜ必要？
    ------------------------------------------ */
    .necessity_wrap .necessity_area,
    .necessity_wrap .point_list,
    .necessity_wrap .relief_area {
        max-width: 750px;
        margin: 0 auto;
    }
    .necessity_wrap .txt_area {
        padding: 50px 15px 50px 130px;
    }
    .necessity_area figure {
        margin: 15px 0;
    }
    .necessity_wrap figcaption,
    .necessity_wrap .point_list .list_txt {
        font-size: 16px;
    }

    /* 保険市場について
    ------------------------------------------ */
    .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 {
        min-height: 32px;
        padding: 0 0 15px 60px;
        background-size: 30px;
        font-size: 20px;
    }
    .about_area ul li small {
        font-size: 16px;
    }

    /* 一括見積りサービスの使い方
    ------------------------------------------ */
    .usage_wrap {
        margin: 0 0 80px;
    }
    .usage_wrap .order_list {
        padding: 30px 0;
    }
    .usage_wrap .order_list ol {
        display: flex;
        justify-content: space-between;
        max-width: 950px;
        margin: 0 auto;
    }
    .usage_wrap .order_list ol li {
        width: calc(100%/3 - 15px);
        margin: 0;
        padding: 270px 30px 30px;
        background-position: center 30px;
        background-size: 232px;
    }
    .usage_wrap .order_list li:nth-child(1) {
        background-image: url(images/step1_bg_pc.webp);
    }
    .usage_wrap .order_list li:nth-child(2) {
        background-image: url(images/step2_bg_pc.webp);
    }
    .usage_wrap .order_list li:nth-child(3) {
        background-image: url(images/step3_bg_pc.webp);
    }
    .usage_wrap .order_list li .turn {
        font-size: 20px;
    }
    .usage_wrap .order_list li .order_tit {
        font-size: 20px;
    }

    /* FORM
    ------------------------------------------ */
    .form_ttl {
        margin-bottom: 60px;
    }
    .form_ttl span {
        font-size: 40px;
    }
}
