@charset "UTF-8";
/* -----------------------------------------------
    太陽生命個人年金_デジパンLP
----------------------------------------------- */
.front .header_bnr {
    margin-bottom: 0;
}
.dlp_content img {
    max-width: 100%;
    height: auto;
}
.dlp_content a {
    text-decoration: none;
}

/* BTN
----------------------------------------------- */
.dlp_btn_wrap {
    padding: 30px 15px;
}
.explanation_wrap + .dlp_btn_wrap {
    background: #FDECEE;
}
.dlp_btn_wrap a {
    position: relative;
    display: block;
    padding: 14px 18px;
    border-radius: 50px;
    background: #00A583;
    box-shadow: 0px 5px 10px #00000033;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}
.dlp_btn_wrap a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 8px 7px;
    border-top-color: currentColor;
    border-bottom: 0;
    transform: translateY(-50%);
}

/* MV
----------------------------------------------- */
.mv_wrap {
    height: auto;
    background: linear-gradient(-15deg, #FDECEE 50%, #FAD8DA 0);
    text-align: center;
}

/* CONTENT
----------------------------------------------- */
.explanation_wrap .tit {
    margin: 15px auto 10px;
    color: #CC0A15;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}
.explanation_wrap .inner {
    padding: 30px;
    background: #FDECEE;
}
.explanation_wrap .explanation_arrow {
    position: relative;
    padding-bottom: 40px;
}
.explanation_wrap .explanation_arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 40px;
    border-top: 3px solid #CC0A15;
    border-right: 3px solid #CC0A15;
    transform: translateX(-50%) rotate(135deg);
}
.explanation_wrap .p_list li {
    margin-bottom: 10px;
    padding: 25px 10px 25px 40px;
    border-radius: 5px;
    background: #FFF url(images/ico_check.webp) no-repeat 10px center;
    background-size: 22px 22px;
    box-shadow: 0px 0px 10px #A8212140;
}
.explanation_wrap .p_list li span {
    color:#EA5506;
    font-weight:bold;
}
.explanation_wrap .conclusion {
    position: relative;
    max-width: 460px;
    margin: auto;
    line-height: 2;
    padding: 30px 0;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.explanation_wrap .conclusion::before,
.explanation_wrap .conclusion::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 53px;
    background-repeat: no-repeat;
    background-size: contain;
}
.explanation_wrap .conclusion::before {
    left: 0;
    top: -15px;
    background-image: url(images/ico_deco1.webp);
}
.explanation_wrap .conclusion::after {
    right: 0;
    bottom: -30px;
    background-image: url(images/ico_deco2.webp);
}
.explanation_wrap .conclusion span {
    background: linear-gradient(transparent 65%, #FFB4BD 0, #FFB4BD 25px, transparent 0);
}

/* 会社情報
----------------------------------------------- */
.company_info_inner div p {
    padding: 5px 15px;
    font-size: 14px;
}
.company_info_inner div .ttl {
    background: #eee;
}

/* 募文
----------------------------------------------- */
.document-number_box {
    max-width: 1040px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.document-number_box .document-number {
    margin: 10px 15px;
    font-size: 12px;
}

/* 画面サイズ別調整
----------------------------------------------- */
@media screen and (min-width:768px) {
    .dlp_content a {
        transition: all 0.3s ease;
    }
    .dlp_content a:hover {
        opacity: 0.8;
    }

    /* BTN
    ----------------------------------------------- */
    .explanation_wrap + .dlp_btn_wrap {
        padding-bottom: 40px;
    }
    .dlp_btn_wrap a {
        max-width: 580px;
        margin: auto;
        padding: 17px 10px;
        font-size: 20px;
    }
    .dlp_btn_wrap a br {
        display:none
    }
    .dlp_btn_wrap a::after {
        right: 20px;
    }

    /* MV
    ----------------------------------------------- */
    .mv_wrap {
        background: linear-gradient(-17deg, #FDECEE 50%, #FAD8DA 0);
    }

    /* CONTENT
    ----------------------------------------------- */
    .explanation_wrap .inner {
        padding: 40px 0 0;
    }
    .explanation_wrap ul.p_list {
        max-width: 460px;
        margin: auto;
    }
    .explanation_wrap .p_list li {
        padding: 27px 20px 27px 55px;
        background-position: 20px;
    }
    .explanation_wrap .conclusion {
        padding-bottom: 0;
    }
    .explanation_wrap .conclusion::before {
        top: 26px;
    }
    .explanation_wrap .conclusion::after {
        bottom: 0;
    }

    /* 会社情報
    ----------------------------------------------- */
    .company_info_wrap {
        border-top: 1px solid #EEE;
    }
    .company_info_inner {
        display: flex;
        max-width: 1040px;
        width: 100%;
        margin: 10px auto;
        font-size: 14px;
    }
    .company_info_inner > div {
        width: 50%;
    }
    .company_info_inner div .ttl {
        background: none;
        position: relative;
        display: inline-block;
        padding: 0 8px;
        margin: 0 0 0 15px;
    }
    .company_info_inner div .ttl::before,
    .company_info_inner div .ttl::after {
        display: block;
        width: 2px;
        height: 18px;
        position: absolute;
        top: 50%;
        line-height: 1;
        transform: translateY(-50%);
    }
    .company_info_inner div .ttl::before {
        content: "[";
        left: 0;
    }
    .company_info_inner div .ttl::after {
        content: "]";
        right: 0;
    }
}