/* 共通スタイル */
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

#content001.content-section {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-content {
    color: #555;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}

@media (max-width: 768px) {
    .text-content {
        font-size: 14px;
    }
}