body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    color: #333;
}

.container {
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

h1 {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 3px solid #3498db;
    padding-bottom: 10px;
}

.date-info {
    text-align: right;
    margin-bottom: 20px;
    font-size: 0.9em;
    color: #666;
}

.separator {
    height: 2px;
    background-color: #eee;
    margin: 20px 0;
    border: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

table td {
    padding: 15px;
    border: 1px solid #ddd;
    vertical-align: top;
}

table td:first-child {
    background-color: #f8f9fa;
    font-weight: bold;
    width: 200px;
    color: #2c3e50;
}

table td:last-child {
    background-color: white;
}

table tr:hover {
    background-color: #f5f5f5;
}

a {
    color: #3498db;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    body {
        padding: 0;
        margin: 0;
        max-width: none;
    }
    
    .container {
        padding: 20px;
        border-radius: 0;
        box-shadow: none;
        margin: 0;
    }
    
    table td:first-child {
        width: auto;
        min-width: 120px;
    }
    
    table td {
        padding: 15px;
        font-size: 0.9em;
    }
    
    .business-purpose h2 {
        font-size: 1.2em;
    }
    
    .business-purpose h3 {
        font-size: 1.0em;
        margin-top: 20px;
    }
    
    .business-purpose ul {
        padding-left: 30px;
    }
}

/* 会社概要用の追加スタイル */
.business-purpose {
    margin-top: 30px;
}

.business-purpose h2 {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 25px;
    border-bottom: 3px solid #3498db;
    padding-bottom: 10px;
    font-size: 1.4em;
}

.business-purpose h3 {
    color: #2c3e50;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 1.1em;
    border-left: 4px solid #3498db;
    padding-left: 15px;
}

.business-purpose ul {
    margin-bottom: 20px;
    padding-left: 30px;
}

.business-purpose li {
    margin-bottom: 12px;
    line-height: 1.7;
}

/* ネストされたリストの間隔調整 */
.business-purpose li ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

.business-purpose li ul li {
    margin-bottom: 5px;
    line-height: 1.5;
}

/* 事業目的タイトル用の大きなpタグスタイル */
.business-purpose-title {
    font-size: 1.2em;
    font-weight: bold;
    color: #2c3e50;
    text-align: left;
    margin-bottom: 25px;
    line-height: 1.4;
}
