/* サイトの利用条件ページのスタイル */

.ccc_contianer {
    /* margin-top: 200px; */
    /* margin: 150px auto; */
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    color: #333;
    line-height: 1.6;
}

.breadcrumb {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 20px;
    font-size: 14px;
}

.breadcrumb a {
    color: #d70b0b;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.main-title {
    margin-top: 100px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.terms-intro {
    margin-bottom: 30px;
    line-height: 1.8;
}

.terms-section {
    margin-bottom: 40px;
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 20px;
}

.section-title {
    font-size: 20px;
    color: #333;
    background-color: #eee;
    padding: 10px 15px;
    border-radius: 3px;
    margin-bottom: 15px;
    position: relative;
}

.section-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: calc(100% - 20px);
    width: 5px;
    border-radius: 2px;
}

.section-content {
    padding: 0 15px;
}

.section-content p {
    margin-bottom: 15px;
    line-height: 1.8;
}

