@charset "utf-8";

/***************************************************************************
*
* REPORT_LIST STYLE
*
***************************************************************************/


/* areaReport */

.areaReport {
    padding: 27px 0 0;
}

.areaReport .areaTitle .titleEn,
.areaReport .areaTitle .titleJp {
    color: #333;
}

.areaReport .linkReport a {
    display: inline-block;
    color: #333;
    border-bottom: 1px solid #333;
    line-height: 1.1;
}

.areaReport .listReport {
    display: flex;
    flex-wrap: wrap;
    margin: 42px 0 28px;
}

.areaReport .listReport li {
    width: calc(100% / 2 - 26px);
    text-align: center;
    margin: 0 52px 41.5px 0;
}

.areaReport .listReport li:nth-child(2n) {
    margin-right: 0;
}

.areaReport .listReport a img {
    width: 100%;
}

.areaReport .listReport .nameEn {
    font-size: 16px;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    margin-top: 17px;
    padding-right: 5px;
}

.areaReport .listReport .nameJp {
    text-align: center;
    margin-top: 8px;
    letter-spacing: 0.25px;
    font-weight: 500;
}

.areaReport .listReport .linkReport {
    margin-top: 16px;
    padding-right: 6px;
}

.areaReport .listReport .linkReport a:hover {
    border-bottom: 1px solid transparent;
}

.areaReport .btnMore {
    text-align: center;
    padding-top: 1px;
}

.areaReport .btnMore a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #333;
    line-height: 1.1;
}

.areaReport .btnMore a:hover {
    border-bottom: 1px solid transparent;
}

.loadingNews {
    text-align: center;
    margin-top: 15px;
    display: none;
}

.loadingNews img {
    width: 30px;
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 769px) {
    .areaReport .inner {
        width: 1020px;
    }

    .areaPlan {
        margin-top: 132px;
    }
}

@media (max-width: 1037px) and (min-width: 769px) {
    .areaReport .inner {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .areaReport .listReport .nameEn {
        font-size: 15px;
        margin-top: 16px;
    }

    .areaReport .listReport {
        display: block;
        flex-wrap: unset;
    }

    .areaReport .listReport .nameJp {
        margin-top: 2px;
    }

    .areaReport .listReport li {
        width: 100%;
        text-align: center;
        margin: 0 53px 42px 0;
    }

    .areaPlan {
        margin-top: 40px;
    }

    #footer {
        margin-top: 30px;
    }
}