.company-section {
    padding: 80px 20px;
    text-align: center;
}

.company-title {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 30px;
    font-family: "Noto Serif JP", serif;
}

.company-card {
    margin: 0 auto;
    background: #fff;
    border-radius: 14px;
    padding: 30px 40px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    text-align: left;
}

.company-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
}

.company-row:last-child {
    border-bottom: none;
}

.company-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #777;
    flex: 0 0 120px;
    /* ラベル幅固定 */
}

.company-value {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    flex: 1;
}

.terms-section {
    margin: 1em auto;
    line-height: 1.8;
    color: #333;
    font-size: 0.95rem;
}

.terms-section h1 {
    font-size: 1.8rem;
    margin-bottom: 40px;
    text-align: center;
}

.terms-section h2 {
    font-size: 1.2rem;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #e53935;
}

.terms-section p {
    margin-bottom: 18px;
}

.terms-section ul {
    margin: 0 0 18px 20px;
}

.policy-section {
    margin: 1em auto;
    line-height: 1.8;
    color: #333;
    font-size: 0.95rem;
}

.policy-section h1 {
    font-size: 1.8rem;
    margin-bottom: 40px;
    text-align: center;
}

.policy-section h2 {
    font-size: 1.2rem;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #e53935;
}

.policy-section p,
.policy-section li {
    margin-bottom: 16px;
}

.law-section {
    margin: 1em auto;
    line-height: 1.8;
    color: #333;
    font-size: 0.95rem;
}

.law-section h1 {
    font-size: 1.8rem;
    margin-bottom: 40px;
    text-align: center;
}

.law-table {
    width: 100%;
    border-collapse: collapse;
}

.law-table th,
.law-table td {
    padding: 14px 10px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.law-table th {
    width: 30%;
    font-weight: 600;
    color: #666;
    background: #fafafa;
}



