/* 利用規約のスタイル */
/* サイドバーとトップバーに被らないように調整 */
#content .terms-container {
    width: calc(100% - 340px); /* サイドバーの幅を考慮 */
    max-width: 1100px;
    margin: 250px 20px 30px 320px; /* 上部にトップバーの高さ分の余白をさらに増やした、左にサイドバー分の余白 */
    padding: 0;
    font-family: Noto Sans CJK JP, sans-serif;
}

.terms-header {
    margin-bottom: 30px;
}

.terms-header h1 {
    font-size: 24px;
    font-weight: bold;
    color: rgba(51,51,51,1);
    margin-bottom: 15px;
}

.terms-header p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(51,51,51,1);
    margin-right: 20px;
}

.terms-content {
    margin-bottom: 30px;
}

.terms-content section {
    margin-bottom: 25px;
}

.terms-content h2 {
    font-size: 18px;
    font-weight: bold;
    color: rgba(51,51,51,1);
    margin-bottom: 15px;
}

.terms-content p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: rgba(51,51,51,1);
    margin-right: 20px;
}

/* 終了部分のスタイル */
.terms-end {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: center;
    font-weight: bold;
}

.terms-date {
    text-align: center;
    margin-top: 20px;
}

.terms-company {
    text-align: center;
    margin-bottom: 50px;
}