@charset "UTF-8";
.report_wrap {
    display: flex;
    flex-wrap: wrap;
}
.report_in {
    width: 100%;
    max-width: 320px;
    margin-top: 50px;
    margin-right: 20px;
}
.report_in a {
    color: #000;
}
.reportDtl-date {
    font-size: 14px;
    line-height: 1;
    margin-top: 15px;
    text-align: right;
}
.reportDtl-ttl {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    color: #0b57a6;
    margin-top: 10px;
}
.reportDtl-txt {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}
body.report .mv_wrap {
    background: #ecf6f7 url(../img/report_main.jpg) top center / cover no-repeat;
}
@media (min-width: 896px) {
    .report_in:nth-child(3n) {
        margin-right: 0;
    }
    .report_in:nth-child(-n+3) {
        margin-top: 0;
    }
    .report_in a:hover {
        text-decoration: none;
    }
    .report_in a:hover .reportDtl_img img {
        transform: scale(1.1);
    }
    .report_in a:hover .reportDtl-ttl {
        text-decoration: underline;
    }
    .reportDtl_img {
        position: relative;
        width: 320px;
        height: 167px;
        overflow: hidden;
    }
    .reportDtl_img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: .3s;
    }
}
@media only screen and (max-width: 896px) {
    .report_wrap {
        display: block;
        padding: 0 15px;
    }
    .report_in {
        max-width: inherit;
        margin-top: 30px;
        margin-right: 0;
    }
    .reportDtl_img {
        width: 100%;
        height: auto;
    }
    .reportDtl_img img {
        width: 100%;
        height: auto;
    }
    .reportDtl_wrap {
        padding: 15px;
        background: #f3f3f3;
    }
    .reportDtl-date {
        font-size: 12px;
        margin-top: 0;
        text-align: left;
    }
    .reportDtl-ttl {
        font-size: 13px;
        margin-top: 8px;
    }
    .reportDtl-txt {
        font-size: 12px;
        margin-top: 8px;
    }
    body.report .mv_wrap {
        background: #ecf6f7 url(../img/sp/report_main.jpg) center / cover no-repeat;
    }
}/*@media*/
@media only screen and (max-width: 374px) {

}/*@media*/
