@charset "utf-8";

/* ==========================================================================
   サイトポリシー（外部送信規律）用スタイル
   ========================================================================== */

.external-policy-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 20px;
}

.external-policy-container h2 {
    font-size: 24px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    color: #333;
}

.external-policy-container p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 16px;
}

/* テーブルエリア */
.policy-table-wrapper {
    overflow-x: auto; /* スマホで横スクロール */
    margin-bottom: 30px;
    -webkit-overflow-scrolling: touch;
}

.policy-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    min-width: 600px; /* スマホでも崩れないように最小幅を指定 */
}

.policy-table th, 
.policy-table td {
    border: 1px solid #ccc;
    padding: 15px;
    text-align: left;
    vertical-align: top;
    line-height: 1.5;
}

.policy-table th {
    background-color: #f5f5f5;
    font-weight: bold;
    white-space: nowrap;
    width: 20%;
    color: #333;
}

/* リンク・その他 */
.optout-link {
    color: #cc0000;
    text-decoration: underline;
}

.optout-link:hover {
    text-decoration: none;
    opacity: 0.8;
}

.last-updated {
    text-align: right; 
    color: #666; 
    font-size: 0.9em;
    margin-top: 20px;
}