/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 15 2025 | 08:04:58 */
#Tokutei .contents{
	padding-top:60px;
	padding-bottom:100px;
}
#Tokutei .contents h1{
	font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
	font-size: 34px;
	text-align:center;
	margin-bottom:60px;
}


  /* 会社情報・約款テーブルのスタイル */
#Tokutei .contents table {
    width: 100%;
    max-width: 850px; /* テーブルの最大幅 */
    border-collapse: collapse;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    color: #333;
    margin: 20px 0;
	font-weight:400;
  }

  /* ヘッダーとセルの共通スタイル */
#Tokutei .contents table th,
#Tokutei .contents table td {
    border: 1px solid #e0e0e0; /* 薄いグレーの罫線 */
    padding: 15px 20px;
    text-align: left;
    vertical-align: middle; /* 内容が複数行になっても上端に揃える */
    line-height: 1.6;
  }

  /* ヘッダー固有のスタイル (左側の項目名) */
#Tokutei .contents table th {
    width: 30%; /* 項目名のカラム幅 */
    background-color: #f7f7f7; /* わずかにグレーの背景色 */
    font-weight: 500;
    /* 最後の行の罫線を除いて、上下左右の罫線を残すために、ここでは border-bottom は特に指定しない */
  }

  /* データセル固有のスタイル (右側の内容) */
#Tokutei .contents table td {
    width: 70%; /* 内容のカラム幅 */
    background-color: #fff;
  }

  /* リンクのスタイル（画像に倣って青色を維持） */
#Tokutei .contents table a {
    color: #007bff; /* 標準的なリンクの色 */
    text-decoration: none;
  }
#Tokutei .contents table a:hover {
    text-decoration: underline;
  }


@media (max-width: 833px) {
	#Tokutei .contents{
	padding-top:30px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
#Tokutei .contents h1{
	font-size: 26px;
	margin-bottom:30px;
}


  /* 会社情報・約款テーブルのスタイル */
#Tokutei .contents table {
    font-size: 14px;
    margin: 10px 0;
  }

  /* ヘッダーとセルの共通スタイル */
#Tokutei .contents table th,
#Tokutei .contents table td {
    padding: 10px 15px;
	vertical-align: middle;
  }
}




