/* 特定商取引法に基づく表記CSS */

#header-logo {
    text-align: center;
    margin-bottom: 32px;
}

#header-logo img {
    height: 100px;
}

.law-items {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 0 0 transparent;
    padding: 32px 24px;
    max-width: 900px;
    margin: 0 auto 32px auto;
}

.law-items .chapter-header {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 16px;
}

.law-items .chapter-header.circle::before {
    content: '●';
    margin-right: 8px;
}

.law-items .section-header {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 16px;
    margin-left: 16px;
}

.law-items p {
    font-size: 1rem;
    margin-left: 32px;
}

.law-items .sub-items {
    margin-left: 48px;
}

.law-items .revision-date {
    margin-left: 32px;
    margin-top: 16px;
    text-align: right;
}

.btn-back-container {
    margin-top: 32px;
    text-align: center;
}

.btn-back {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    background: #41a8cc;
    color: #fff;
    border: 2px solid #41a8cc;
    font-size: 1.2rem;
}