@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 rgb(255 255 255);
    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 .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%,rgba(5,82,65) 51%,rgba(5,82,65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#055241', endColorstr='#055241',GradientType=1 );
    transform: translateX(-50%) rotate(135deg);
}

/* 死亡保険はなぜ必要？ */
.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 {
    padding: 25px 15px 25px 130px;
    background: #E6F0FA url(images/necessity_bg.png) 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 {
    margin: 15px;
    padding: 15px 22px;
    background: #FAF7E6;
    text-align: center;
}

.necessity_wrap figcaption {
    margin: 0 0 5px;
    color: #055241;
    font-weight: bold;
}

.necessity_wrap img {
    width: 100%;
}

.necessity_wrap 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;
    box-sizing: border-box;
}

.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.png) center top no-repeat;
    background-size: 80px auto;
}

.necessity_wrap .point_list li.term .list_txt {
    background-image: url(images/ico_term.png);
}

.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: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 50%;
    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;
}

@media (orientation: landscape) and (max-width: 767px){
    .necessity_wrap .txt_area {
        padding: 36px 15px 35px 130px;
    }
}

/* 順序リスト */
.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%,rgba(11,156,125,1) 51%,rgba(11,156,125,1) 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;
}

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

.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 .accept_line + .btn_confirm::before {
    content: "";
    position: absolute;
    right: 6%;
    top: 50%;
    display: block;
    width: 1em;
    height: 1em;
    background: url(images/arw_send_sp.png) no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

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

/* Line友達追加 ver.*/
.form_box .btn_confirm input.line-submit-btn{
	background-image: url(images/btn_line_submit_sp.webp);
}

/*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 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%,rgba(5,82,65,1) 51%,rgba(5,82,65,1) 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;
    }

    /* 死亡保険はなぜ必要？
    -------------------------------------------------------------*/
    .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_wrap figure {
        margin: 15px 0;
    }

    .necessity_wrap .point_list {
        box-sizing: border-box;
    }

    /* 保険市場について
    ------------------------------------------------------------ */
    .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: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:fit-content;
        margin:47px auto 30px;
        padding:0;
        overflow:hidden;
        transition:all .4s ease;
    }

    .form_box .btn_confirm input{
        width:550px;
        height:82px;
        background-image:url(images/btn_send_pc.png);
        transition:all .2s ease;
    }

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

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

    .form_box .accept_line + .btn_confirm::before{
        width:30px;
        height:44px;
        background-image:url(images/arw_send_pc.png);
        transition:top .4s ease;
    }

    /* Line友達追加 ver.*/
    .form_box .btn_confirm input.line-submit-btn {
        width: 480px;
        height: 84px;
        background-image: url(images/btn_line_submit_pc.webp);
    }
}
@media all and (-ms-high-contrast: none) and (min-width: 768px) {
    #lpnetform-gender label {
        padding: 15px 0 10px 10px;
    }
}