@charset "utf-8";
.post_excerpt button{
    border: none;
    color: inherit;
    text-align: inherit;
}
.post_excerpt_ttl{
    font-weight: 500;
}
@media (min-width: 751px) {
    .common_mv_img {
        background: url(../../images/report/mv_img.jpg) no-repeat center / cover;
    }
    .common_mv_inner {
        padding: 115rem 0 0;
    }
    .common_mv_subttl{
        font-size: 28rem;
    }
    .common_mv_txt_wrap {
        padding-bottom: 410rem;
        top: 175rem;
    }
    .page_contents_wrap {
        padding-top: 147rem;
    }
    .post_excerpt_img_wrap {
        transition: opacity 0.3s;
    }
    .post_excerpt_ttl{
        color: #555555;
        font-size: 16rem;
        margin-top: 15rem;
    }
    .post_single .btn a {
        margin-top: 150rem;
    }
    @media(hover:hover){
        .post_excerpt_block:hover .post_excerpt_img_wrap{
            opacity: 0.7;
        }
    }
}
@media (max-width: 750px) {
    .common_mv_img {
        background: url(../../images/report/mv_img_sp.jpg) no-repeat center / cover;
        height: 197rem;
    }
    .common_mv_txt_wrap{
        margin-top: -124rem;
    }
    .common_mv_inner {
        padding: 5rem 25rem 45rem;
    }
    .common_mv_ttl {
        font-size: 43rem;
    }
    .common_mv_subttl{
        font-size: 20rem;
    }
    .report_inner {
        padding: 60rem 25rem 0;
    }
    .post_excerpt_ttl{
        color: var(--main-blue);
        font-size: 14rem;
        margin-top: 0;
    }
    .post_single .btn a {
        margin-top: 55rem;
    }
}
