@charset "utf-8";
/* CSS Document */

/* ??????? */
body {
      margin: 20px;
      line-height: 1.6;
      background-color: #fff;
      color: #333;
    }

.plan-wrapper {
      margin-bottom: 40px;
    }

.info-box {
      background-color: #f9f9f9;
      border-left: 4px solid #ccc;
      padding: 15px;
      margin: 1em 0;
      white-space: normal;
}

.insurance_h2 {
	font-size: 180%;
	color:#666;
	margin:2%;
	text-align:center;
	font-weight:lighter;
	width:100%;
	
}

.insurance_h3 {
	font-size: 120%;
	color:#666;
	margin: 1% 0% 0.5%;  
	font-weight:inherit;
}


.info h3{
  font-size: 24px;
  text-align: center;
	padding-bottom: 1%;
color:#dc143c;
	
}


.bank  {
  border-collapse: collapse;
  margin: 2em auto 5em auto;
  padding: 0;
  table-layout: fixed;
}

.bank tr {
  background-color: #e6f3ff;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
.bank th,td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
.bank th {
  font-size: .85em;
  text-align: center;
}
.bank thead tr{
  background-color: #2895fe;
  color:#fff;
}
.bank tbody th {
    background: #99ceff;
    color: #fff;
	text-align: center;
}



/* プランの表のスタイル */

#days,
#daysExtra {
  width: 200px; /* お好みで調整。例：200px */
  padding: 6px 10px;
  font-size: 1em;
}

 .table-fixed {
  width: 100%;
  border-collapse: collapse;
}

.table-scroll {
  overflow-x: auto;
	margin-bottom: 20px;
  -webkit-overflow-scrolling: touch;
}
.table-scroll table {
  min-width: 600px; /* 内容に応じて調整 */
  border-collapse: collapse;
}

.scroll-hint {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 5px;
  display: none; /* デフォルトは非表示 */
  text-align: right;
  padding-right: 10px;
}

/* 共済金額表：スタンダード（ターコイズ） */

.standard-benefits {
  margin: 0 auto;
  border-collapse: collapse;
}

.standard-benefits th {
  background-color: #40e0d0;
  color: #fff;
}

/* 内容の列（1列目）に背景色を付ける */
.standard-benefits td:first-child {
  background-color: #f0fff0;
  font-weight: bold;
}

/* 金額部分（2列目以降）に背景色を付ける */
.standard-benefits td:not(:first-child) {
  background-color: #f5fffa;
}

/* 共済金額表：エクストラ（赤系） */

.extra-benefits {
  margin: 0 auto;
  border-collapse: collapse;
}

.extra-benefits th {
  background-color: #cd5c5c;
  color: #fff;
}

/* エクストラ:内容の列（1列目）に背景色を付ける */
.extra-benefits td:first-child {
  background-color: #ffe4e1;
  font-weight: bold;
}

/* エクストラ:金額部分（2列目以降）に背景色を付ける */
.extra-benefits td:not(:first-child) {
  background-color: #fff0f5;
}



/* 掛金表：中のセル */

.premium-table {
  margin: 0.5em auto;
  border-collapse: collapse;
}

.premium-table th {
  background-color: #ffdab9;
  color: #000;
}

/* 掛金表：内容の列（1列目）に背景色を付ける */
.premium-table td:first-child {
  background-color: #fdf5e6;
  font-weight: bold;
}

/* 掛金表：金額部分（2列目以降）に背景色を付ける */
.premium-table td:not(:first-child) {
  background-color: #fffaf0;
}




	
@media screen and (max-width: 600px) {

.table-container table {
      font-size: 14px;
    }

.scroll-hint {
    display: block; /* スマホ画面で表示 */
  }
 
 
}
