/* 背景関係 */
.epilogue-bg{
    background: url(../images/bg/common_bg_01.png) no-repeat center center;
    background-size: cover;
}
.epilogue-bg02{
    background: url(../images/bg/chapter4_bg.png) no-repeat center center;
    background-size: cover;
}

.epilogue-bg03{
    background-color: #ffffff;
}

.epilogue-bg04{
    background: url(../images/bg/common_bg_03.png) no-repeat center center;
    background-size: cover;
}

.epilogue-bg05{
    background-color: #000000;
}

.epilogue-bg06{
    background: url(../images/bg/common_bg_04.png) no-repeat center center;
    background-size: cover;
}

.epilogue-bg07{
    background: url(../images/bg/epilogue_bg.png) no-repeat center center;
    background-size: cover;
}

.epilogue-bg.black-overlay{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/bg/epilogue_bg.png) no-repeat center center;
    background-size: cover;
}
.ttl_epilogue::before{
    content: '';
    background: url(../images/epilogue/ttl_epilogue.png) no-repeat center center;
    background-size: cover;
    height: 52px;
}
/* 背景関係 end */

/* clear画面 */

.epilogue-bg-clear{
    background: url(../images/bg/common_bg_01.png) no-repeat center center;
    background-size: cover;
}
#epilogue-clear #clear {
    margin-bottom: 30px;
}
.sec-clear {
    height: 100%;
    padding: 60px 0 57px;
    position: relative;
}

.btn-2cl {
    display: flex;
    justify-content: space-between;
    width: 335px;
    margin: 10px auto;
}
.btn-2cl div {
    /* width: calc(100% / 2);    */
    
}
.btn-2cl .btn-img-grn{
    background: url(../images/btn/btn_modal_green.png) no-repeat center center;
    background-size: contain;
    height: 63px;
    /* margin: 0 auto; */
    width: 156px;
}
.btn-2cl .btn-img-grn a{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    color: #F2E8B7;
    background: linear-gradient(180deg, rgb(242 232 183) 0%, rgb(224 213 158) 50.51%, rgb(242 232 183) 50.52%, rgb(206 193 133) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}