.elementor-594249 .elementor-element.elementor-element-9079c7e{--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-594249 .elementor-element.elementor-element-a4d3f44{color:#000000;}[data-theme="dark"] .elementor-594249 .elementor-element.elementor-element-a4d3f44{color:#FFFFFF;}.elementor-594249 .elementor-element.elementor-element-b7c67d7{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#424242;--border-color:#424242;--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-594249 .elementor-element.elementor-element-53e2d7b{border-style:solid;border-width:0px 0px 0px 0px;}.elementor-594249 .elementor-element.elementor-element-0a1b8a4{--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-594249 .elementor-element.elementor-element-ff7f087{--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-594249 .elementor-element.elementor-element-fa0b4b4{--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-594249 .elementor-element.elementor-element-0941542{--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-594249 .elementor-element.elementor-element-8752a42{--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-594249 .elementor-element.elementor-element-8752a42{--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;}}@media(min-width:768px){.elementor-594249 .elementor-element.elementor-element-9079c7e{--content-width:1280%;}}/* Start custom CSS for html, class: .elementor-element-53e2d7b *//* この表ブロックだけに限定 */
.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-b7c67d7 *//* 共通 */
.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-b8cf84c *//* この表ブロックだけに限定 */
.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-07d4957 *//* この表ブロックだけに限定 */
.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-4d6c865 *//* この表ブロックだけに限定 */
.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-4586551 *//* この表ブロックだけに限定 */
.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-53e2d7b *//* この表ブロックだけに限定 */
.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-b7c67d7 *//* 共通 */
.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-b8cf84c *//* この表ブロックだけに限定 */
.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-07d4957 *//* この表ブロックだけに限定 */
.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-4d6c865 *//* この表ブロックだけに限定 */
.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-4586551 *//* この表ブロックだけに限定 */
.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-53e2d7b *//* この表ブロックだけに限定 */
.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-b7c67d7 *//* 共通 */
.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-b8cf84c *//* この表ブロックだけに限定 */
.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-07d4957 *//* この表ブロックだけに限定 */
.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-4d6c865 *//* この表ブロックだけに限定 */
.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-4586551 *//* この表ブロックだけに限定 */
.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-53e2d7b *//* この表ブロックだけに限定 */
.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-b7c67d7 *//* 共通 */
.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-b8cf84c *//* この表ブロックだけに限定 */
.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-07d4957 *//* この表ブロックだけに限定 */
.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-4d6c865 *//* この表ブロックだけに限定 */
.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-4586551 *//* この表ブロックだけに限定 */
.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-53e2d7b *//* この表ブロックだけに限定 */
.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-b7c67d7 *//* 共通 */
.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-b8cf84c *//* この表ブロックだけに限定 */
.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-07d4957 *//* この表ブロックだけに限定 */
.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-4d6c865 *//* この表ブロックだけに限定 */
.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-4586551 *//* この表ブロックだけに限定 */
.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-53e2d7b *//* この表ブロックだけに限定 */
.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-b7c67d7 *//* 共通 */
.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-b8cf84c *//* この表ブロックだけに限定 */
.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-07d4957 *//* この表ブロックだけに限定 */
.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-4d6c865 *//* この表ブロックだけに限定 */
.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-4586551 *//* この表ブロックだけに限定 */
.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 */