@charset "UTF-8";

/* チャットアイコン
------------------------------------------------------------ */
.ui-common .heading-box .chat_ico {
    font-size: 10px;
    color: #333;
    padding: 23px 0 0;
    position: absolute;
    top: 10px;
    right: 50px;
    border: none;
    background: none;
}
.ui-common .heading-box .chat_ico::before {
    font-family: "icomoon";
    content: "\e936";
    color: #333;
    font-size: 26px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
/* 共通
------------------------------------------------------------ */
.ui-common .heading-box {
    border-color: #fff;
}
a{
    outline:none;
    color:#333;
    text-decoration:none;
}
/* 見出し */
.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: 18px;
    font-weight: bold;
    color: #055241;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 10px;
    display: inline-block;
}
/* メインビジュアル
------------------------------------------------------------ */
.attention_txt {
    margin: 8px 0 0;
    font-size: 14px;
    text-align: center;
    color: #cc6402;
    background: #fff5d3;
    padding: 8px 0;
    font-weight: bold;
}
.lead_txt {
    margin: 8px auto;
    font-size: 12px;
    text-align: center;
}
.mv_wrap {
    max-width: 750px;
    margin: auto;
}

.mv_wrap img {
    width: 100%;
    height: auto;
}

/* フォーム */
.form_wrap {
    background: #18be7e;
    padding: 0 10px 10px 10px;
    max-width: 750px;
    margin: 0 auto 20px;
    box-sizing: border-box;

}
.form_wrap .formbanner p {
    text-align: center;
}

.form_wrap .form {
    background: #fff;
    padding: 10px 0;
}

.form_wrap .form #LpNetForm p:has(#progress) {
    margin: -10px auto 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;
}

.form_wrap .term {
    font-size: 12px;
    text-align: right;
    padding: 10px 10px 0;
    line-height: 1;
}

/* コンテンツ
------------------------------------------------------------ */
.content_wrap :is(*, *::before, *::after) {
    box-sizing: border-box;
}
.content_wrap :is(.necessity_area, .point_list, .relief_area, .about_area)  {
    margin: auto;
    max-width: 750px;
}

/* 見積りボタン */
.content_wrap .estimate_btn {
    margin: 0 auto 30px;
    padding: 0 16px;
    max-width: 550px;
}

.content_wrap .estimate_btn a {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 15px;
    background: linear-gradient(to bottom, #43c0ed 0%,#43c0ed 50%,#29a3cf 51%,#29a3cf 100%);
    border-radius: 100px;
    display: block;
    border: 2px solid #fff;
    cursor: pointer;
    width: 100%;
}

/* 見出し
------------------------------------------------------------ */
.content_wrap h2 {
    text-align: center;
    position: relative;
    max-width: 950px;
    margin: 0 auto 15px;
}
.content_wrap h2::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #18BE7E;
    position: absolute;
    top: 50%;
    left: 0;
}
.content_wrap h2 > span {
    font-size: 24px;
    font-weight: bold;
    color: #18BE7E;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 10px;
    display: inline-block;
}
/* 見出し-吹き出し */
.content_wrap h2 .repletion {
    font-size: 18px;
    color: #fff;
    display: table;
    margin: 0 auto 15px;
    background: #055241;
    padding: 10px 15px;
    border-radius: 50px;
    position: relative;
}
.content_wrap h2 .repletion::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    background: #055241;
    transform: translateX(-50%) rotate(135deg);
}
/* おすすめ */
.osusume_wrap {
  max-width: 750px;
  margin: 0 auto;
}

.osusume_list {
  margin: 0 0 16px;
}

.osusume_list li {
  border-bottom: 1px solid #055241;
  padding: 0 10px 10px;
  margin: 0 0 10px;
}

.osusume_list li:last-child {
  border: none;
  padding-bottom: 0;
}

.osusume_list li .title {
  font-weight: bold;
  margin: 0 0 5px;
  font-size: 16px;
}

.osusume_list li .note {
  line-height: 1.5;
}

.osusume_list li .title em {
  color: #DD171F;
  font-weight: bold;
}

.osusume_list li .title span {
  color: #DD171F;
}

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

.osusume_wrap .emblem {
    max-width: 480px;
    margin: auto;
}

.osusume_att {
  font-size: 12px;
  margin: 10px 10px 20px;
}

/* 死亡保険はなぜ必要？
------------------------------------------------------------ */
.necessity_wrap .balloon {
    position: relative;
    line-height: 1.5;
    padding: 11px;
    background: #18BE7E;
    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 #18BE7E;
    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);
}
/* 今すぐ一括見積り！ */
.content_wrap .estimate_btn a {
    position: relative;
}
.content_wrap .estimate_btn a::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: calc(50% - 2px);
    right: 25px;
    transform: rotate(-45deg);
}
/* 保険市場について
------------------------------------------------------------ */
.content_wrap .about_area {
    background: #f1f1f1;
    padding: 0 0 15px;
    margin-bottom: 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;
}
/* 一括見積りサービスの使い方
------------------------------------------------------------ */
/* 順序リスト */
.order_list {
    background: #f1f1f1;
    padding: 15px 15px 0;
    overflow: hidden;
}
.order_list ol {
    counter-reset: number;
}
.order_list li {
    position: relative;
    background: #fff;
    padding: 15px;
    margin: 0 0 15px;
}
.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%);
}
.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;
}

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

/*PC用スタイル*/
@media screen and (min-width: 768px) {
    /* 共通
    ------------------------------------------------------------ */
    /* 見出し */
    .container h2 {
        max-width: 950px;
        margin: 0 auto 20px;
    }
    .container h2::before {
        height: 2px;
    }
    .container h2 span {
        font-size: 20px;
    }
    /* メインビジュアル
    ------------------------------------------------------------ */
    .container {
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
    }    
    /* 見出し
    ------------------------------------------------------------ */
    .content_wrap h2 {
        margin-bottom: 20px;
    }
    .content_wrap h2::before {
        height: 2px;
    }
    .content_wrap h2 > span {
        font-size: 40px;
    }
    /* 見出し-吹き出し */
    .content_wrap h2 .repletion {
        font-size: 24px;
    }
    .content_wrap h2 .repletion::after {
        width: 20px;
        height: 20px;
        bottom: -6px;
    }
    /* 死亡保険はなぜ必要？
    ------------------------------------------------------------ */
    .necessity_wrap .txt_area {
        padding: 50px 15px 50px 130px;
    }
    .necessity_wrap figure {
        margin: 15px 0;
    }
    /* 今すぐ一括見積り！ */
    .content_wrap .estimate_btn {
        margin-bottom: 60px;
    }
    .content_wrap .estimate_btn a {
        font-size: 40px;
    }
    .content_wrap .estimate_btn a::after {
        width: 15px;
        height: 15px;
        border-width: 4px;
        right: 35px;
    }
    /* 保険市場について
    ------------------------------------------------------------ */
    .content_wrap .about_area {
        margin-bottom: 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;
    }
    /* 一括見積りサービスの使い方
    ------------------------------------------------------------ */
    /* 順序リスト */
    .order_list {
        padding: 30px 0;
    }
    .order_list ol {
        display: flex;
        max-width: 950px;
        margin: 0 auto;
        justify-content: space-between;
    }
    .usage_wrap .order_list li {
        width: calc(100% / 3 - 15px);
        padding: 270px 30px 30px;
        background-position: center 30px;
        background-size: 232px;
        margin: 0;
    }
    .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;
    }
}