@charset "UTF-8";
/* CSS Document */


/*トップ*/
.box_in {
    max-width: 900px;
    margin: 2em auto 0;
    display: flex;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding-right: 2em;
    align-items: center;
    justify-content: space-between;
}
.box_in figure {
    width: 40%;
}
.box_in figcaption {
    width: 56%;
}
.box_in h2 {
    font-family: "Kiwi Maru";
    font-weight: 500;
    font-size: 150%;
    text-align: left;
    color: #0068b4;
    padding: 0.7em 0.5em 0 95px;
}
.box_in h2 span {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #EB4800;
    display: block;
}
.h2_car {
    background-image: url("../../img/img_car.svg");
    background-repeat: no-repeat;
    background-size: 72px auto;
    background-position: left bottom;
}
.h2_house {
    background-image: url("../../img/img_house.svg");
    background-repeat: no-repeat;
    background-size: auto 62px;
    background-position: left bottom;
}
.h2_health {
    background-image: url("../../img/img_health.svg");
    background-repeat: no-repeat;
    background-size: auto 75px ;
    background-position: left bottom;
}
.h2_travel {
    background-image: url("../../img/img_travel.svg");
    background-repeat: no-repeat;
    background-size: 82px auto;
    background-position: left bottom;
}
/*トップここまで*/


/*商品ページ*/
.h2_basic.car:before {
    content: "";
    background: url("../img/ico_car.svg") no-repeat center;
    background-size: contain;
    width:112px;
    height: 54px;
    display: block;
    margin:  0 auto 0.6em;
}
.h2_basic.house:before {
    content: "";
    background: url("../img/ico_house.svg") no-repeat center;
    background-size: contain;
    width:50px;
    height: 45px;
    display: block;
    margin:  0 auto 0.6em;
}
.h2_basic.health:before {
    content: "";
    background: url("../img/ico_health.svg") no-repeat center;
    background-size: contain;
    width:64px;
    height: 53px;
    display: block;
    margin:  0 auto 0.6em;
}
.h2_basic.travel:before {
    content: "";
    background: url("../img/ico_travel.svg") no-repeat center;
    background-size: contain;
    width:56px;
    height: 40px;
    display: block;
    margin:  0 auto 0.6em;
}


.list-p {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3em;
}

.list-p > li {
    width: 47%;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 3em;
}
.list-p > li .txt_caption {
    border-radius: 15px 15px 0px 0px;
    background: #EB4800;
    color: #FFF;
    padding: 1em;
    text-align: center;
    font-weight: 500;
}
.list-p > li .inner {
    padding: 1em 2em 2em;
}
.list-p > li h3 {
    font-weight: 700;
    font-size: 150%;
    text-align: left;
    color: #0068b4;
    border-bottom: dotted 2px #0068b4;
    padding: 0.65em 0;
    margin-bottom: 0.7em;
    line-height: 1.2em;
}
.list-p > li .tag_sonpo:before {
    content: "損保ジャパン";
    font-size: 16px;
    color: #0071d1;
    border-radius: 15px;
    background: #c6e7ff;
    width: 150px;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    line-height: 1;
    padding: 7px;
}
.list-p > li .tag_himawari:before {
    content: "SOMPOひまわり生命保険";
    font-size: 16px;
    color: #FF6D00;
    border-radius: 15px;
    background: #FFF3CC;
    width: 240px;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    line-height: 1;
    padding: 7px;
}
.list-p > li .btn_link {
    display: block;
    border-radius: 30px;
    background: #0068b4;
    font-weight: 500;
    font-size: 110%;
    color: #fff;
    text-align: center;
    padding: 0.8em;
    margin-top: 2em;
}
.list-p > li .btn_link:after {
    content: "";
    background: url("../img/ico_link.svg") no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.list-p > li .btn_link span {
    font-size: 85%;
}
.list-p > li .btn_link:hover {
    background: #E7F4FF;
    color: #0068b4;
}
.list-p > li .btn_link:hover:after {
    content: "";
    background: url("../img/ico_link_on.svg") no-repeat center;
}

.list-p > li .btn_shiryo {
    display: block;
    border-radius: 30px;
    background: #fff;
    font-weight: 700;
    font-size: 110%;
    color: #EB4800;
    text-align: center;
    padding: 0.8em;
    margin-top: 1em;
    border: 2px solid #EB4800;
}
.list-p > li .btn_shiryo:before {
    content: "";
    background: url("../img/ico_form.svg") no-repeat center;
    background-size: contain;
    width: 16px;
    height: 21px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 10px;
}
.list-p > li .btn_shiryo:hover {
    background: #FFEFDE;
}

.list-p .pc_rela {
    position: relative;
}
.list-p .pc_ab {
    position: absolute;
    bottom: 2em;
    left: 2em;
    right: 2em;
}
.list-p .pc_mt {
    margin-top: 1.2em;
}

@media screen and (max-width: 780px) {
        .list-p {
        display: block;
    }
        .list-p li {
            width: 100%;
    }
    .list-p .pc_rela {
        position: inherit;
    }
    .list-p .pc_ab {
        position: inherit;
        bottom: auto;
        left: auto;
        right: auto;
    }
    .list-p .pc_mt {
        margin-top: 0;
    }
}

@media screen and (max-width: 580px) {
    .box_in {
        display: block;
        padding: 0;
    }
    .box_in figure {
        width: 100%;
    }
    .box_in figure img{
        width: 100%;
    }
    
    .box_in figcaption {
        width: 100%;
        padding: 1.5em;
    }
    .h2_health {
        background-size: auto 85%;
    }
    .css_btn1 {
        text-align: center;
        margin: 1em auto 0;
    }
}