@charset "utf-8";

/***************************************************************************
*
* REPORT STYLE
*
***************************************************************************/


/* areaReport */

.areaReport {
    padding: 27px 0 0;
}

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

.areaReport .contentReport {
    text-align: center;
    margin-top: 44px;
}

.areaReport .contentReport p {
    font-size: 13px;
    letter-spacing: 1.3px;
    line-height: 1.95;
    text-align: center;
}

.areaReport .contentReport img {
    width: 100%;
}

.areaReport .contentReport p+p {
    margin: 45px 0 0;
}

.areaReport .contentReport p.text {
    margin-top: 29px;
    padding: 0 5.5%;
}

@media (min-width: 769px) {
    .areaPlan {
        margin-top: 367px;
    }
}

@media (max-width: 768px) {
    .areaPlan {
        margin-top: 40px;
    }

    .areaReport .contentReport {
        margin-top: 30px;
    }

    .areaReport .contentReport p+p {
        padding: 0;
        margin-top: 30px;
    }

    .areaReport .contentReport p.text {
        padding: 0 4%;
        text-align: justify;
    }

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