body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    background-color: #f4f4f4;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background-color: white;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

h1 {
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

h2 {
    color: #555;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.company-info {
    margin-bottom: 30px;
}

.info-item {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.info-label {
    font-weight: bold;
    min-width: 80px;
    margin-right: 15px;
}

.info-value {
    flex: 1;
}

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

.business-content ul {
    margin: 10px 0;
    padding-left: 20px;
}

.business-content li {
    margin-bottom: 8px;
}

.status-notice {
    text-align: center;
    margin: 30px 0;
    padding: 15px;
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
}

.status-notice p {
    margin: 0;
    color: #666;
}

footer {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    color: #666;
}

footer p {
    margin: 10px 0;
}

.privacy-link {
    color: #666;
    text-decoration: none;
    font-size: 0.9em;
}

.privacy-link:hover {
    text-decoration: underline;
}

/* プライバシーポリシーページ用スタイル */
.policy-date {
    text-align: right;
    margin-top: 30px;
}

.back-link {
    text-align: center;
    margin-top: 40px;
}

.back-link a {
    color: #007bff;
    text-decoration: none;
}

.back-link a:hover {
    text-decoration: underline;
}
