html body {
    font-family: "Noto Sans JP", sans-serif;
}

/* --- メインコンテンツエリア --- */
.content-wrapper {
    position: relative;
    z-index: 1;
    /* 背景文字より手前に */
    width: 960px;
    max-width: 90%;
    margin: 0 auto;
}

@media (max-width: 960px) {
    .content-wrapper {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }
}

h2.report-section-title {
    font-size: 2.4em;
    font-weight: bold;
    text-align: center !important;
    margin-bottom: 32px;
    color: #EA7022;
}

@media (max-width: 960px) {
    h2.report-section-title {
        font-size: 1.5em;
        text-align: left;
    }
}