@charset "UTF-8";
/* ------------------------------------------------------------ 
    views/landing-page/net/elements/about_flow.twig
------------------------------------------------------------ */
/* TITLE
------------------------------------------------------------ */
.container h2.ttl2 {
    margin: 0 0 15px;
    position: relative;
    text-align: center;
}
.container h2.ttl2::before {
    background: #055241;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.container h2.ttl2 > span {
    background: #FFF;
    color: #055241;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}
.container h2.ttl2 .repletion {
    background: #055241;
    border-radius: 50px;
    color: #FFF;
    display: table;
    font-size: 18px;
    margin: 0 auto 15px;
    padding: 10px 15px;
    position: relative;
}
.container h2.ttl2 .repletion::after {
    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%);
    bottom: -5px;
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(135deg);
    width: 10px;
}

/* 保険市場について
------------------------------------------------------------ */
.about_wrap .about_area {
    background: #F1F1F1;
    padding-bottom: 15px;
    margin: 0 auto 35px;
}
.about_wrap .about_area img {
    width: 100%;
}
.about_wrap .about_area ul {
    background: #FFF;
    border-radius: 4px;
    margin: 15px 15px 0;
    padding: 15px;
}
.about_wrap .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_wrap .about_area ul li:last-child {
    padding-bottom: 0;
}

/* 一括見積りサービスの使い方
------------------------------------------------------------ */
div.usage_wrap {
    margin-bottom: 60px;
}
.usage_wrap .marker {
    background: linear-gradient(transparent 55%, #FEFE7A 10%);
}
.usage_wrap .order_list {
    background: #F1F1F1;
    padding: 15px;
}
.usage_wrap .order_list ol {
    counter-reset: number;
}
.usage_wrap .order_list li {
    position: relative;
    padding: 15px;
    margin-bottom: 15px;
    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.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);
    margin: 0;
}
.usage_wrap .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%);
}
.usage_wrap .order_list li .turn {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #B5292E;
    margin-bottom: 5px;
}
.usage_wrap .order_list li .order_tit {
    font-size: 18px;
    font-weight: bold;
    color: #055241;
    margin-bottom: 15px;
}
.usage_wrap .order_list li .order_tit + p {
    font-size: 16px;
    line-height: 1.5;
}

/*PC用スタイル*/
@media screen and (min-width: 768px) {
    /* TITLE
    ------------------------------------------------------------ */
    .container h2.ttl2 {
        margin: 0 auto 20px;
        max-width: 950px;
    }
    .container h2.ttl2::before {
        height: 2px;
    }
    .container h2.ttl2 span {
        font-size: 40px;
    }
    .container h2.ttl2 .repletion {
        font-size: 24px;
    }
    .container h2.ttl2 .repletion::after {
        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%);
        bottom: -6px;
        height: 20px;
        width: 20px;
    }

    /* 保険市場について
    ------------------------------------------------------------ */
    .about_wrap .about_area {
        max-width: 750px;
        margin-bottom: 80px;
        padding-bottom: 20px;
    }
    .about_wrap .about_area ul {
        margin: 20px 20px 0;
        padding: 20px;
    }
    .about_wrap .about_area ul li {
        font-size: 20px;
        padding-left: 60px;
        background-size: 30px;
        min-height: 32px;
    }

    /* 一括見積りサービスの使い方
    ------------------------------------------------------------ */
    div.usage_wrap {
        margin-bottom: 120px;
    }
    .usage_wrap .order_list {
        padding: 30px 0;
    }
    .usage_wrap .order_list ol {
        display: flex;
        max-width: 950px;
        margin: 0 auto;
        justify-content: space-between;
    }
    .usage_wrap .order_list li {
        padding: 270px 30px 30px;
        background-position: center 30px;
        background-size: 232px;
        width: calc(100%/3 - 15px);
        margin: 0;
    }
    .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 p {
        text-align: left;
    }
    .usage_wrap .order_list li .turn,
    .usage_wrap .order_list li .order_tit {
        font-size: 20px;
    }
}
