.elementor-1805 .elementor-element.elementor-element-2ce9995b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}[data-theme="dark"] .elementor-1805 .elementor-element.elementor-element-bfba67d{color:#ffffff;}.elementor-1805 .elementor-element.elementor-element-5866dcd{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1805 .elementor-element.elementor-element-30dfab8{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1805 .elementor-element.elementor-element-4f1bf04{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1805 .elementor-element.elementor-element-ba581e6{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1805 .elementor-element.elementor-element-b74b453{--n-tabs-heading-justify-content:flex-start;--n-tabs-title-width:initial;--n-tabs-title-height:initial;--n-tabs-title-align-items:center;--n-tabs-title-flex-grow:0;--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--n-tabs-title-gap:10px;--n-tabs-gap:0px;--n-tabs-title-border-radius:20px 20px 0px 0px;--n-tabs-title-padding-top:10px;--n-tabs-title-padding-right:13px;--n-tabs-title-padding-bottom:10px;--n-tabs-title-padding-left:13px;--n-tabs-title-font-size:20px;}@media(max-width:767px){.elementor-1805 .elementor-element.elementor-element-b74b453{--n-tabs-title-border-radius:10px 10px 0px 0px;--n-tabs-title-padding-top:6px;--n-tabs-title-padding-right:7px;--n-tabs-title-padding-bottom:6px;--n-tabs-title-padding-left:6px;--n-tabs-title-font-size:15px;}}/* Start custom CSS for html, class: .elementor-element-c10f363 *//* この表ブロックだけに限定 */
.exchange-rate-wrap .rate-table{
  width: 100%;
  table-layout: fixed;          /* 3列均等 */
  border-collapse: collapse;
  border: 1px solid #000000 !important;
}

.exchange-rate-wrap .rate-table th,
.exchange-rate-wrap .rate-table td{
  border: 1px solid #000000 !important; /* 線の色 */
  padding: 10px 12px !important;        /* 行間（余白） */
  text-align: center;
  vertical-align: middle;               /* 上下中央 */
  background: #FFFFFF !important;
  color: #000000 !important;
  line-height: 1.25;
}

/* 1行目（黒帯） */
.exchange-rate-wrap .rate-table .rt-title th{
  background: #000000 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 12px 12px !important;
}

/* 2行目（青ヘッダ） */
.exchange-rate-wrap .rate-table .rt-head th{
  background: #0F95E2 !important;
  color: #FFFFFF !important;
  font-weight: 700;
}

/* 左列（薄青） */
.exchange-rate-wrap .rate-table td:first-child{
  background: #88CFFC !important;
  color: #000000 !important;
}

/* 2つ目の表タイトル（オレンジ） */
.exchange-rate-wrap .rate-table .rt-title-orange th{
  background: #F29600 !important;
  color: #000000 !important;
  font-weight: 700;
}

/* 表の間隔 */
.exchange-rate-wrap .rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5866dcd *//* 共通 */
.rate-table{
  width: 100%;
  table-layout: fixed;     /* ② 3列を均等に */
  border-collapse: collapse;
}

.rate-table th,
.rate-table td{
  height: 24px;            /* ③ 高さ24px */
  line-height: 24px;       /* 高さを揃えやすくする */
  padding: 0;              /* 高さズレ防止 */
  text-align: center;
  background: #FFFFFF;     /* ⑥ それ以外は白 */
  color: #000000;          /* ⑥ 文字黒 */
}

/* 1番目の表：1行目（見出し） */
.rate-table .rt-title th{
  height: 48px;
  line-height: 24px;       /* 改行があるので24のまま */
  background: #000000;     /* ① 背景黒 */
  color: #FFFFFF;          /* ① 文字白 */
  font-weight: 700;        /* ① 太字 */
  padding: 0;
}

/* 1番目の表：2行目（ヘッダ行） */
.rate-table .rt-head th{
  background: #0F95E2;     /* ⑤ */
  color: #FFFFFF;          /* ⑤ */
  font-weight: 700;        /* ⑤ */
}

/* 1番左列（データ行） */
.rate-table td:first-child{
  background: #88CFFC;     /* ④ */
  color: #000000;          /* ④ */
}

/* 2番目の表：タイトル行だけオレンジ */
.rate-table .rt-title-orange th{
  background: #F29600;     /* 2-① */
  color: #000000;          /* 2-① */
  font-weight: 700;        /* 2-① */
}

/* ⑦ 表の間隔 */
.rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9e28e26 *//* この表ブロックだけに限定 */
.exchange-rate-wrap .rate-table{
  width: 100%;
  table-layout: fixed;          /* 3列均等 */
  border-collapse: collapse;
  border: 1px solid #000000 !important;
}

.exchange-rate-wrap .rate-table th,
.exchange-rate-wrap .rate-table td{
  border: 1px solid #000000 !important; /* 線の色 */
  padding: 10px 12px !important;        /* 行間（余白） */
  text-align: center;
  vertical-align: middle;               /* 上下中央 */
  background: #FFFFFF !important;
  color: #000000 !important;
  line-height: 1.25;
}

/* 1行目（黒帯） */
.exchange-rate-wrap .rate-table .rt-title th{
  background: #000000 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 12px 12px !important;
}

/* 2行目（青ヘッダ） */
.exchange-rate-wrap .rate-table .rt-head th{
  background: #0F95E2 !important;
  color: #FFFFFF !important;
  font-weight: 700;
}

/* 左列（薄青） */
.exchange-rate-wrap .rate-table td:first-child{
  background: #88CFFC !important;
  color: #000000 !important;
}

/* 2つ目の表タイトル（オレンジ） */
.exchange-rate-wrap .rate-table .rt-title-orange th{
  background: #F29600 !important;
  color: #000000 !important;
  font-weight: 700;
}

/* 表の間隔 */
.exchange-rate-wrap .rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b91471f *//* この表ブロックだけに限定 */
.exchange-rate-wrap .rate-table{
  width: 100%;
  table-layout: fixed;          /* 3列均等 */
  border-collapse: collapse;
  border: 1px solid #000000 !important;
}

.exchange-rate-wrap .rate-table th,
.exchange-rate-wrap .rate-table td{
  border: 1px solid #000000 !important; /* 線の色 */
  padding: 10px 12px !important;        /* 行間（余白） */
  text-align: center;
  vertical-align: middle;               /* 上下中央 */
  background: #FFFFFF !important;
  color: #000000 !important;
  line-height: 1.25;
}

/* 1行目（黒帯） */
.exchange-rate-wrap .rate-table .rt-title th{
  background: #000000 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 12px 12px !important;
}

/* 2行目（青ヘッダ） */
.exchange-rate-wrap .rate-table .rt-head th{
  background: #0F95E2 !important;
  color: #FFFFFF !important;
  font-weight: 700;
}

/* 左列（薄青） */
.exchange-rate-wrap .rate-table td:first-child{
  background: #88CFFC !important;
  color: #000000 !important;
}

/* 2つ目の表タイトル（オレンジ） */
.exchange-rate-wrap .rate-table .rt-title-orange th{
  background: #F29600 !important;
  color: #000000 !important;
  font-weight: 700;
}

/* 表の間隔 */
.exchange-rate-wrap .rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-572b415 *//* この表ブロックだけに限定 */
.exchange-rate-wrap .rate-table{
  width: 100%;
  table-layout: fixed;          /* 3列均等 */
  border-collapse: collapse;
  border: 1px solid #000000 !important;
}

.exchange-rate-wrap .rate-table th,
.exchange-rate-wrap .rate-table td{
  border: 1px solid #000000 !important; /* 線の色 */
  padding: 10px 12px !important;        /* 行間（余白） */
  text-align: center;
  vertical-align: middle;               /* 上下中央 */
  background: #FFFFFF !important;
  color: #000000 !important;
  line-height: 1.25;
}

/* 1行目（黒帯） */
.exchange-rate-wrap .rate-table .rt-title th{
  background: #000000 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 12px 12px !important;
}

/* 2行目（青ヘッダ） */
.exchange-rate-wrap .rate-table .rt-head th{
  background: #0F95E2 !important;
  color: #FFFFFF !important;
  font-weight: 700;
}

/* 左列（薄青） */
.exchange-rate-wrap .rate-table td:first-child{
  background: #88CFFC !important;
  color: #000000 !important;
}

/* 2つ目の表タイトル（オレンジ） */
.exchange-rate-wrap .rate-table .rt-title-orange th{
  background: #F29600 !important;
  color: #000000 !important;
  font-weight: 700;
}

/* 表の間隔 */
.exchange-rate-wrap .rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c10f363 *//* この表ブロックだけに限定 */
.exchange-rate-wrap .rate-table{
  width: 100%;
  table-layout: fixed;          /* 3列均等 */
  border-collapse: collapse;
  border: 1px solid #000000 !important;
}

.exchange-rate-wrap .rate-table th,
.exchange-rate-wrap .rate-table td{
  border: 1px solid #000000 !important; /* 線の色 */
  padding: 10px 12px !important;        /* 行間（余白） */
  text-align: center;
  vertical-align: middle;               /* 上下中央 */
  background: #FFFFFF !important;
  color: #000000 !important;
  line-height: 1.25;
}

/* 1行目（黒帯） */
.exchange-rate-wrap .rate-table .rt-title th{
  background: #000000 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 12px 12px !important;
}

/* 2行目（青ヘッダ） */
.exchange-rate-wrap .rate-table .rt-head th{
  background: #0F95E2 !important;
  color: #FFFFFF !important;
  font-weight: 700;
}

/* 左列（薄青） */
.exchange-rate-wrap .rate-table td:first-child{
  background: #88CFFC !important;
  color: #000000 !important;
}

/* 2つ目の表タイトル（オレンジ） */
.exchange-rate-wrap .rate-table .rt-title-orange th{
  background: #F29600 !important;
  color: #000000 !important;
  font-weight: 700;
}

/* 表の間隔 */
.exchange-rate-wrap .rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5866dcd *//* 共通 */
.rate-table{
  width: 100%;
  table-layout: fixed;     /* ② 3列を均等に */
  border-collapse: collapse;
}

.rate-table th,
.rate-table td{
  height: 24px;            /* ③ 高さ24px */
  line-height: 24px;       /* 高さを揃えやすくする */
  padding: 0;              /* 高さズレ防止 */
  text-align: center;
  background: #FFFFFF;     /* ⑥ それ以外は白 */
  color: #000000;          /* ⑥ 文字黒 */
}

/* 1番目の表：1行目（見出し） */
.rate-table .rt-title th{
  height: 48px;
  line-height: 24px;       /* 改行があるので24のまま */
  background: #000000;     /* ① 背景黒 */
  color: #FFFFFF;          /* ① 文字白 */
  font-weight: 700;        /* ① 太字 */
  padding: 0;
}

/* 1番目の表：2行目（ヘッダ行） */
.rate-table .rt-head th{
  background: #0F95E2;     /* ⑤ */
  color: #FFFFFF;          /* ⑤ */
  font-weight: 700;        /* ⑤ */
}

/* 1番左列（データ行） */
.rate-table td:first-child{
  background: #88CFFC;     /* ④ */
  color: #000000;          /* ④ */
}

/* 2番目の表：タイトル行だけオレンジ */
.rate-table .rt-title-orange th{
  background: #F29600;     /* 2-① */
  color: #000000;          /* 2-① */
  font-weight: 700;        /* 2-① */
}

/* ⑦ 表の間隔 */
.rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9e28e26 *//* この表ブロックだけに限定 */
.exchange-rate-wrap .rate-table{
  width: 100%;
  table-layout: fixed;          /* 3列均等 */
  border-collapse: collapse;
  border: 1px solid #000000 !important;
}

.exchange-rate-wrap .rate-table th,
.exchange-rate-wrap .rate-table td{
  border: 1px solid #000000 !important; /* 線の色 */
  padding: 10px 12px !important;        /* 行間（余白） */
  text-align: center;
  vertical-align: middle;               /* 上下中央 */
  background: #FFFFFF !important;
  color: #000000 !important;
  line-height: 1.25;
}

/* 1行目（黒帯） */
.exchange-rate-wrap .rate-table .rt-title th{
  background: #000000 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 12px 12px !important;
}

/* 2行目（青ヘッダ） */
.exchange-rate-wrap .rate-table .rt-head th{
  background: #0F95E2 !important;
  color: #FFFFFF !important;
  font-weight: 700;
}

/* 左列（薄青） */
.exchange-rate-wrap .rate-table td:first-child{
  background: #88CFFC !important;
  color: #000000 !important;
}

/* 2つ目の表タイトル（オレンジ） */
.exchange-rate-wrap .rate-table .rt-title-orange th{
  background: #F29600 !important;
  color: #000000 !important;
  font-weight: 700;
}

/* 表の間隔 */
.exchange-rate-wrap .rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b91471f *//* この表ブロックだけに限定 */
.exchange-rate-wrap .rate-table{
  width: 100%;
  table-layout: fixed;          /* 3列均等 */
  border-collapse: collapse;
  border: 1px solid #000000 !important;
}

.exchange-rate-wrap .rate-table th,
.exchange-rate-wrap .rate-table td{
  border: 1px solid #000000 !important; /* 線の色 */
  padding: 10px 12px !important;        /* 行間（余白） */
  text-align: center;
  vertical-align: middle;               /* 上下中央 */
  background: #FFFFFF !important;
  color: #000000 !important;
  line-height: 1.25;
}

/* 1行目（黒帯） */
.exchange-rate-wrap .rate-table .rt-title th{
  background: #000000 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 12px 12px !important;
}

/* 2行目（青ヘッダ） */
.exchange-rate-wrap .rate-table .rt-head th{
  background: #0F95E2 !important;
  color: #FFFFFF !important;
  font-weight: 700;
}

/* 左列（薄青） */
.exchange-rate-wrap .rate-table td:first-child{
  background: #88CFFC !important;
  color: #000000 !important;
}

/* 2つ目の表タイトル（オレンジ） */
.exchange-rate-wrap .rate-table .rt-title-orange th{
  background: #F29600 !important;
  color: #000000 !important;
  font-weight: 700;
}

/* 表の間隔 */
.exchange-rate-wrap .rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-572b415 *//* この表ブロックだけに限定 */
.exchange-rate-wrap .rate-table{
  width: 100%;
  table-layout: fixed;          /* 3列均等 */
  border-collapse: collapse;
  border: 1px solid #000000 !important;
}

.exchange-rate-wrap .rate-table th,
.exchange-rate-wrap .rate-table td{
  border: 1px solid #000000 !important; /* 線の色 */
  padding: 10px 12px !important;        /* 行間（余白） */
  text-align: center;
  vertical-align: middle;               /* 上下中央 */
  background: #FFFFFF !important;
  color: #000000 !important;
  line-height: 1.25;
}

/* 1行目（黒帯） */
.exchange-rate-wrap .rate-table .rt-title th{
  background: #000000 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 12px 12px !important;
}

/* 2行目（青ヘッダ） */
.exchange-rate-wrap .rate-table .rt-head th{
  background: #0F95E2 !important;
  color: #FFFFFF !important;
  font-weight: 700;
}

/* 左列（薄青） */
.exchange-rate-wrap .rate-table td:first-child{
  background: #88CFFC !important;
  color: #000000 !important;
}

/* 2つ目の表タイトル（オレンジ） */
.exchange-rate-wrap .rate-table .rt-title-orange th{
  background: #F29600 !important;
  color: #000000 !important;
  font-weight: 700;
}

/* 表の間隔 */
.exchange-rate-wrap .rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c10f363 *//* この表ブロックだけに限定 */
.exchange-rate-wrap .rate-table{
  width: 100%;
  table-layout: fixed;          /* 3列均等 */
  border-collapse: collapse;
  border: 1px solid #000000 !important;
}

.exchange-rate-wrap .rate-table th,
.exchange-rate-wrap .rate-table td{
  border: 1px solid #000000 !important; /* 線の色 */
  padding: 10px 12px !important;        /* 行間（余白） */
  text-align: center;
  vertical-align: middle;               /* 上下中央 */
  background: #FFFFFF !important;
  color: #000000 !important;
  line-height: 1.25;
}

/* 1行目（黒帯） */
.exchange-rate-wrap .rate-table .rt-title th{
  background: #000000 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 12px 12px !important;
}

/* 2行目（青ヘッダ） */
.exchange-rate-wrap .rate-table .rt-head th{
  background: #0F95E2 !important;
  color: #FFFFFF !important;
  font-weight: 700;
}

/* 左列（薄青） */
.exchange-rate-wrap .rate-table td:first-child{
  background: #88CFFC !important;
  color: #000000 !important;
}

/* 2つ目の表タイトル（オレンジ） */
.exchange-rate-wrap .rate-table .rt-title-orange th{
  background: #F29600 !important;
  color: #000000 !important;
  font-weight: 700;
}

/* 表の間隔 */
.exchange-rate-wrap .rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5866dcd *//* 共通 */
.rate-table{
  width: 100%;
  table-layout: fixed;     /* ② 3列を均等に */
  border-collapse: collapse;
}

.rate-table th,
.rate-table td{
  height: 24px;            /* ③ 高さ24px */
  line-height: 24px;       /* 高さを揃えやすくする */
  padding: 0;              /* 高さズレ防止 */
  text-align: center;
  background: #FFFFFF;     /* ⑥ それ以外は白 */
  color: #000000;          /* ⑥ 文字黒 */
}

/* 1番目の表：1行目（見出し） */
.rate-table .rt-title th{
  height: 48px;
  line-height: 24px;       /* 改行があるので24のまま */
  background: #000000;     /* ① 背景黒 */
  color: #FFFFFF;          /* ① 文字白 */
  font-weight: 700;        /* ① 太字 */
  padding: 0;
}

/* 1番目の表：2行目（ヘッダ行） */
.rate-table .rt-head th{
  background: #0F95E2;     /* ⑤ */
  color: #FFFFFF;          /* ⑤ */
  font-weight: 700;        /* ⑤ */
}

/* 1番左列（データ行） */
.rate-table td:first-child{
  background: #88CFFC;     /* ④ */
  color: #000000;          /* ④ */
}

/* 2番目の表：タイトル行だけオレンジ */
.rate-table .rt-title-orange th{
  background: #F29600;     /* 2-① */
  color: #000000;          /* 2-① */
  font-weight: 700;        /* 2-① */
}

/* ⑦ 表の間隔 */
.rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9e28e26 *//* この表ブロックだけに限定 */
.exchange-rate-wrap .rate-table{
  width: 100%;
  table-layout: fixed;          /* 3列均等 */
  border-collapse: collapse;
  border: 1px solid #000000 !important;
}

.exchange-rate-wrap .rate-table th,
.exchange-rate-wrap .rate-table td{
  border: 1px solid #000000 !important; /* 線の色 */
  padding: 10px 12px !important;        /* 行間（余白） */
  text-align: center;
  vertical-align: middle;               /* 上下中央 */
  background: #FFFFFF !important;
  color: #000000 !important;
  line-height: 1.25;
}

/* 1行目（黒帯） */
.exchange-rate-wrap .rate-table .rt-title th{
  background: #000000 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 12px 12px !important;
}

/* 2行目（青ヘッダ） */
.exchange-rate-wrap .rate-table .rt-head th{
  background: #0F95E2 !important;
  color: #FFFFFF !important;
  font-weight: 700;
}

/* 左列（薄青） */
.exchange-rate-wrap .rate-table td:first-child{
  background: #88CFFC !important;
  color: #000000 !important;
}

/* 2つ目の表タイトル（オレンジ） */
.exchange-rate-wrap .rate-table .rt-title-orange th{
  background: #F29600 !important;
  color: #000000 !important;
  font-weight: 700;
}

/* 表の間隔 */
.exchange-rate-wrap .rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b91471f *//* この表ブロックだけに限定 */
.exchange-rate-wrap .rate-table{
  width: 100%;
  table-layout: fixed;          /* 3列均等 */
  border-collapse: collapse;
  border: 1px solid #000000 !important;
}

.exchange-rate-wrap .rate-table th,
.exchange-rate-wrap .rate-table td{
  border: 1px solid #000000 !important; /* 線の色 */
  padding: 10px 12px !important;        /* 行間（余白） */
  text-align: center;
  vertical-align: middle;               /* 上下中央 */
  background: #FFFFFF !important;
  color: #000000 !important;
  line-height: 1.25;
}

/* 1行目（黒帯） */
.exchange-rate-wrap .rate-table .rt-title th{
  background: #000000 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 12px 12px !important;
}

/* 2行目（青ヘッダ） */
.exchange-rate-wrap .rate-table .rt-head th{
  background: #0F95E2 !important;
  color: #FFFFFF !important;
  font-weight: 700;
}

/* 左列（薄青） */
.exchange-rate-wrap .rate-table td:first-child{
  background: #88CFFC !important;
  color: #000000 !important;
}

/* 2つ目の表タイトル（オレンジ） */
.exchange-rate-wrap .rate-table .rt-title-orange th{
  background: #F29600 !important;
  color: #000000 !important;
  font-weight: 700;
}

/* 表の間隔 */
.exchange-rate-wrap .rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-572b415 *//* この表ブロックだけに限定 */
.exchange-rate-wrap .rate-table{
  width: 100%;
  table-layout: fixed;          /* 3列均等 */
  border-collapse: collapse;
  border: 1px solid #000000 !important;
}

.exchange-rate-wrap .rate-table th,
.exchange-rate-wrap .rate-table td{
  border: 1px solid #000000 !important; /* 線の色 */
  padding: 10px 12px !important;        /* 行間（余白） */
  text-align: center;
  vertical-align: middle;               /* 上下中央 */
  background: #FFFFFF !important;
  color: #000000 !important;
  line-height: 1.25;
}

/* 1行目（黒帯） */
.exchange-rate-wrap .rate-table .rt-title th{
  background: #000000 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 12px 12px !important;
}

/* 2行目（青ヘッダ） */
.exchange-rate-wrap .rate-table .rt-head th{
  background: #0F95E2 !important;
  color: #FFFFFF !important;
  font-weight: 700;
}

/* 左列（薄青） */
.exchange-rate-wrap .rate-table td:first-child{
  background: #88CFFC !important;
  color: #000000 !important;
}

/* 2つ目の表タイトル（オレンジ） */
.exchange-rate-wrap .rate-table .rt-title-orange th{
  background: #F29600 !important;
  color: #000000 !important;
  font-weight: 700;
}

/* 表の間隔 */
.exchange-rate-wrap .rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c10f363 *//* この表ブロックだけに限定 */
.exchange-rate-wrap .rate-table{
  width: 100%;
  table-layout: fixed;          /* 3列均等 */
  border-collapse: collapse;
  border: 1px solid #000000 !important;
}

.exchange-rate-wrap .rate-table th,
.exchange-rate-wrap .rate-table td{
  border: 1px solid #000000 !important; /* 線の色 */
  padding: 10px 12px !important;        /* 行間（余白） */
  text-align: center;
  vertical-align: middle;               /* 上下中央 */
  background: #FFFFFF !important;
  color: #000000 !important;
  line-height: 1.25;
}

/* 1行目（黒帯） */
.exchange-rate-wrap .rate-table .rt-title th{
  background: #000000 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 12px 12px !important;
}

/* 2行目（青ヘッダ） */
.exchange-rate-wrap .rate-table .rt-head th{
  background: #0F95E2 !important;
  color: #FFFFFF !important;
  font-weight: 700;
}

/* 左列（薄青） */
.exchange-rate-wrap .rate-table td:first-child{
  background: #88CFFC !important;
  color: #000000 !important;
}

/* 2つ目の表タイトル（オレンジ） */
.exchange-rate-wrap .rate-table .rt-title-orange th{
  background: #F29600 !important;
  color: #000000 !important;
  font-weight: 700;
}

/* 表の間隔 */
.exchange-rate-wrap .rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5866dcd *//* 共通 */
.rate-table{
  width: 100%;
  table-layout: fixed;     /* ② 3列を均等に */
  border-collapse: collapse;
}

.rate-table th,
.rate-table td{
  height: 24px;            /* ③ 高さ24px */
  line-height: 24px;       /* 高さを揃えやすくする */
  padding: 0;              /* 高さズレ防止 */
  text-align: center;
  background: #FFFFFF;     /* ⑥ それ以外は白 */
  color: #000000;          /* ⑥ 文字黒 */
}

/* 1番目の表：1行目（見出し） */
.rate-table .rt-title th{
  height: 48px;
  line-height: 24px;       /* 改行があるので24のまま */
  background: #000000;     /* ① 背景黒 */
  color: #FFFFFF;          /* ① 文字白 */
  font-weight: 700;        /* ① 太字 */
  padding: 0;
}

/* 1番目の表：2行目（ヘッダ行） */
.rate-table .rt-head th{
  background: #0F95E2;     /* ⑤ */
  color: #FFFFFF;          /* ⑤ */
  font-weight: 700;        /* ⑤ */
}

/* 1番左列（データ行） */
.rate-table td:first-child{
  background: #88CFFC;     /* ④ */
  color: #000000;          /* ④ */
}

/* 2番目の表：タイトル行だけオレンジ */
.rate-table .rt-title-orange th{
  background: #F29600;     /* 2-① */
  color: #000000;          /* 2-① */
  font-weight: 700;        /* 2-① */
}

/* ⑦ 表の間隔 */
.rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9e28e26 *//* この表ブロックだけに限定 */
.exchange-rate-wrap .rate-table{
  width: 100%;
  table-layout: fixed;          /* 3列均等 */
  border-collapse: collapse;
  border: 1px solid #000000 !important;
}

.exchange-rate-wrap .rate-table th,
.exchange-rate-wrap .rate-table td{
  border: 1px solid #000000 !important; /* 線の色 */
  padding: 10px 12px !important;        /* 行間（余白） */
  text-align: center;
  vertical-align: middle;               /* 上下中央 */
  background: #FFFFFF !important;
  color: #000000 !important;
  line-height: 1.25;
}

/* 1行目（黒帯） */
.exchange-rate-wrap .rate-table .rt-title th{
  background: #000000 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 12px 12px !important;
}

/* 2行目（青ヘッダ） */
.exchange-rate-wrap .rate-table .rt-head th{
  background: #0F95E2 !important;
  color: #FFFFFF !important;
  font-weight: 700;
}

/* 左列（薄青） */
.exchange-rate-wrap .rate-table td:first-child{
  background: #88CFFC !important;
  color: #000000 !important;
}

/* 2つ目の表タイトル（オレンジ） */
.exchange-rate-wrap .rate-table .rt-title-orange th{
  background: #F29600 !important;
  color: #000000 !important;
  font-weight: 700;
}

/* 表の間隔 */
.exchange-rate-wrap .rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b91471f *//* この表ブロックだけに限定 */
.exchange-rate-wrap .rate-table{
  width: 100%;
  table-layout: fixed;          /* 3列均等 */
  border-collapse: collapse;
  border: 1px solid #000000 !important;
}

.exchange-rate-wrap .rate-table th,
.exchange-rate-wrap .rate-table td{
  border: 1px solid #000000 !important; /* 線の色 */
  padding: 10px 12px !important;        /* 行間（余白） */
  text-align: center;
  vertical-align: middle;               /* 上下中央 */
  background: #FFFFFF !important;
  color: #000000 !important;
  line-height: 1.25;
}

/* 1行目（黒帯） */
.exchange-rate-wrap .rate-table .rt-title th{
  background: #000000 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 12px 12px !important;
}

/* 2行目（青ヘッダ） */
.exchange-rate-wrap .rate-table .rt-head th{
  background: #0F95E2 !important;
  color: #FFFFFF !important;
  font-weight: 700;
}

/* 左列（薄青） */
.exchange-rate-wrap .rate-table td:first-child{
  background: #88CFFC !important;
  color: #000000 !important;
}

/* 2つ目の表タイトル（オレンジ） */
.exchange-rate-wrap .rate-table .rt-title-orange th{
  background: #F29600 !important;
  color: #000000 !important;
  font-weight: 700;
}

/* 表の間隔 */
.exchange-rate-wrap .rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-572b415 *//* この表ブロックだけに限定 */
.exchange-rate-wrap .rate-table{
  width: 100%;
  table-layout: fixed;          /* 3列均等 */
  border-collapse: collapse;
  border: 1px solid #000000 !important;
}

.exchange-rate-wrap .rate-table th,
.exchange-rate-wrap .rate-table td{
  border: 1px solid #000000 !important; /* 線の色 */
  padding: 10px 12px !important;        /* 行間（余白） */
  text-align: center;
  vertical-align: middle;               /* 上下中央 */
  background: #FFFFFF !important;
  color: #000000 !important;
  line-height: 1.25;
}

/* 1行目（黒帯） */
.exchange-rate-wrap .rate-table .rt-title th{
  background: #000000 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 12px 12px !important;
}

/* 2行目（青ヘッダ） */
.exchange-rate-wrap .rate-table .rt-head th{
  background: #0F95E2 !important;
  color: #FFFFFF !important;
  font-weight: 700;
}

/* 左列（薄青） */
.exchange-rate-wrap .rate-table td:first-child{
  background: #88CFFC !important;
  color: #000000 !important;
}

/* 2つ目の表タイトル（オレンジ） */
.exchange-rate-wrap .rate-table .rt-title-orange th{
  background: #F29600 !important;
  color: #000000 !important;
  font-weight: 700;
}

/* 表の間隔 */
.exchange-rate-wrap .rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c10f363 *//* この表ブロックだけに限定 */
.exchange-rate-wrap .rate-table{
  width: 100%;
  table-layout: fixed;          /* 3列均等 */
  border-collapse: collapse;
  border: 1px solid #000000 !important;
}

.exchange-rate-wrap .rate-table th,
.exchange-rate-wrap .rate-table td{
  border: 1px solid #000000 !important; /* 線の色 */
  padding: 10px 12px !important;        /* 行間（余白） */
  text-align: center;
  vertical-align: middle;               /* 上下中央 */
  background: #FFFFFF !important;
  color: #000000 !important;
  line-height: 1.25;
}

/* 1行目（黒帯） */
.exchange-rate-wrap .rate-table .rt-title th{
  background: #000000 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 12px 12px !important;
}

/* 2行目（青ヘッダ） */
.exchange-rate-wrap .rate-table .rt-head th{
  background: #0F95E2 !important;
  color: #FFFFFF !important;
  font-weight: 700;
}

/* 左列（薄青） */
.exchange-rate-wrap .rate-table td:first-child{
  background: #88CFFC !important;
  color: #000000 !important;
}

/* 2つ目の表タイトル（オレンジ） */
.exchange-rate-wrap .rate-table .rt-title-orange th{
  background: #F29600 !important;
  color: #000000 !important;
  font-weight: 700;
}

/* 表の間隔 */
.exchange-rate-wrap .rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5866dcd *//* 共通 */
.rate-table{
  width: 100%;
  table-layout: fixed;     /* ② 3列を均等に */
  border-collapse: collapse;
}

.rate-table th,
.rate-table td{
  height: 24px;            /* ③ 高さ24px */
  line-height: 24px;       /* 高さを揃えやすくする */
  padding: 0;              /* 高さズレ防止 */
  text-align: center;
  background: #FFFFFF;     /* ⑥ それ以外は白 */
  color: #000000;          /* ⑥ 文字黒 */
}

/* 1番目の表：1行目（見出し） */
.rate-table .rt-title th{
  height: 48px;
  line-height: 24px;       /* 改行があるので24のまま */
  background: #000000;     /* ① 背景黒 */
  color: #FFFFFF;          /* ① 文字白 */
  font-weight: 700;        /* ① 太字 */
  padding: 0;
}

/* 1番目の表：2行目（ヘッダ行） */
.rate-table .rt-head th{
  background: #0F95E2;     /* ⑤ */
  color: #FFFFFF;          /* ⑤ */
  font-weight: 700;        /* ⑤ */
}

/* 1番左列（データ行） */
.rate-table td:first-child{
  background: #88CFFC;     /* ④ */
  color: #000000;          /* ④ */
}

/* 2番目の表：タイトル行だけオレンジ */
.rate-table .rt-title-orange th{
  background: #F29600;     /* 2-① */
  color: #000000;          /* 2-① */
  font-weight: 700;        /* 2-① */
}

/* ⑦ 表の間隔 */
.rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9e28e26 *//* この表ブロックだけに限定 */
.exchange-rate-wrap .rate-table{
  width: 100%;
  table-layout: fixed;          /* 3列均等 */
  border-collapse: collapse;
  border: 1px solid #000000 !important;
}

.exchange-rate-wrap .rate-table th,
.exchange-rate-wrap .rate-table td{
  border: 1px solid #000000 !important; /* 線の色 */
  padding: 10px 12px !important;        /* 行間（余白） */
  text-align: center;
  vertical-align: middle;               /* 上下中央 */
  background: #FFFFFF !important;
  color: #000000 !important;
  line-height: 1.25;
}

/* 1行目（黒帯） */
.exchange-rate-wrap .rate-table .rt-title th{
  background: #000000 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 12px 12px !important;
}

/* 2行目（青ヘッダ） */
.exchange-rate-wrap .rate-table .rt-head th{
  background: #0F95E2 !important;
  color: #FFFFFF !important;
  font-weight: 700;
}

/* 左列（薄青） */
.exchange-rate-wrap .rate-table td:first-child{
  background: #88CFFC !important;
  color: #000000 !important;
}

/* 2つ目の表タイトル（オレンジ） */
.exchange-rate-wrap .rate-table .rt-title-orange th{
  background: #F29600 !important;
  color: #000000 !important;
  font-weight: 700;
}

/* 表の間隔 */
.exchange-rate-wrap .rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b91471f *//* この表ブロックだけに限定 */
.exchange-rate-wrap .rate-table{
  width: 100%;
  table-layout: fixed;          /* 3列均等 */
  border-collapse: collapse;
  border: 1px solid #000000 !important;
}

.exchange-rate-wrap .rate-table th,
.exchange-rate-wrap .rate-table td{
  border: 1px solid #000000 !important; /* 線の色 */
  padding: 10px 12px !important;        /* 行間（余白） */
  text-align: center;
  vertical-align: middle;               /* 上下中央 */
  background: #FFFFFF !important;
  color: #000000 !important;
  line-height: 1.25;
}

/* 1行目（黒帯） */
.exchange-rate-wrap .rate-table .rt-title th{
  background: #000000 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 12px 12px !important;
}

/* 2行目（青ヘッダ） */
.exchange-rate-wrap .rate-table .rt-head th{
  background: #0F95E2 !important;
  color: #FFFFFF !important;
  font-weight: 700;
}

/* 左列（薄青） */
.exchange-rate-wrap .rate-table td:first-child{
  background: #88CFFC !important;
  color: #000000 !important;
}

/* 2つ目の表タイトル（オレンジ） */
.exchange-rate-wrap .rate-table .rt-title-orange th{
  background: #F29600 !important;
  color: #000000 !important;
  font-weight: 700;
}

/* 表の間隔 */
.exchange-rate-wrap .rt-gap{
  height: 24px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-572b415 *//* この表ブロックだけに限定 */
.exchange-rate-wrap .rate-table{
  width: 100%;
  table-layout: fixed;          /* 3列均等 */
  border-collapse: collapse;
  border: 1px solid #000000 !important;
}

.exchange-rate-wrap .rate-table th,
.exchange-rate-wrap .rate-table td{
  border: 1px solid #000000 !important; /* 線の色 */
  padding: 10px 12px !important;        /* 行間（余白） */
  text-align: center;
  vertical-align: middle;               /* 上下中央 */
  background: #FFFFFF !important;
  color: #000000 !important;
  line-height: 1.25;
}

/* 1行目（黒帯） */
.exchange-rate-wrap .rate-table .rt-title th{
  background: #000000 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 12px 12px !important;
}

/* 2行目（青ヘッダ） */
.exchange-rate-wrap .rate-table .rt-head th{
  background: #0F95E2 !important;
  color: #FFFFFF !important;
  font-weight: 700;
}

/* 左列（薄青） */
.exchange-rate-wrap .rate-table td:first-child{
  background: #88CFFC !important;
  color: #000000 !important;
}

/* 2つ目の表タイトル（オレンジ） */
.exchange-rate-wrap .rate-table .rt-title-orange th{
  background: #F29600 !important;
  color: #000000 !important;
  font-weight: 700;
}

/* 表の間隔 */
.exchange-rate-wrap .rt-gap{
  height: 24px;
}/* End custom CSS */