/* hitachi-privacy.css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

body p {
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
    line-height: 1.6;
    color: #333;
    /* background-color: #f5f5f5; */
    background-color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    padding-top: 120px;
    color: #333;
    line-height: 1.6;
    background-color: #fff;
}

.main-title {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #444;
}


/* ナビゲーション */
.breadcrumb {
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 14px;
}

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

/* ヘッダー */
header {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

h1 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #444;
}

.subtitle {
    font-size: 20px;
    color: #666;
    margin-bottom: 20px;
}

/* 情報ボックス */
.info-box {
    text-align: right;
    margin-bottom: 40px;
}

.info-box .main-title {
    text-align: left;
    font-size: 28px;
    font-weight: 500;
    color: #444;
}

.info-box .subtitle {
    text-align: left;
    font-size: 16px;
    color: #666;
}

.date-info {
    margin-bottom: 5px;
}

.company-info {
    margin-top: 15px;
}

.president-name {
    margin-top: 5px;
    font-weight: bold;
}

/* セクション */
.privacy-section {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

h2 {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 10px 15px;
    background-color: #f0f0f0;
    border-radius: 3px;
}

h3 {
    font-size: 16px;
    margin: 20px 0 10px;
    color: #444;
}

p {
    margin-bottom: 15px;
}

ul, ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

.container li {
    margin-bottom: 15px;
}

/* プライバシーマーク */
.privacy-mark-container {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.privacy-mark {
    margin-right: 20px;
}

.privacy-mark img {
    max-width: 150px;
}

/* リンク */
.link-text {
    color: #e60012;
    text-decoration: none;
}

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

.external-link {
    color: #e60012;
    text-decoration: none;
    display: inline-block;
    margin: 10px 0;
}

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

/* テーブル */
.privacy-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 30px;
}

.privacy-table th,
.privacy-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
}

.privacy-table th {
    background-color: #f9f9f9;
    width: 30%;
    text-align: left;
    font-weight: normal;
}

/* 連絡先情報 */
.contact-info {
    margin-top: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 3px;
}

/* 強調 */
.highlight {
    color: #e60012;
    text-decoration: underline;
}

.footnote {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
