@charset "UTF-8";
/* CSS Document */
*, *::before, *::after {
  --outline: 0.5px solid lightblue;
}
:root {
  --width-a: 1.5rem;
  --c-red: #E00D23;
  --base-size: 14.4px;
}
.ol_md {
  display: none;
}
.xs-none {
  display: none;
}
.xs-block {
  display: block;
  width: 100%;
}
.sub_title {
  flex-wrap: wrap;
}
.mb-10s {
  margin-bottom: 0.625em;
}
ul.tekigou_table li div {
  vertical-align: middle;
}
ul.tekigou_table {
  list-style: none;
  border-collapse: collapse;
  width: 100%
}
ul.tekigou_table li {
  border: #333 solid 1px;
  border-bottom: none;
  margin-bottom: 0;
  min-height: 3.75em;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: calc(0.875em - 1px);
}
ul.tekigou_table li.tv_new, ul.tekigou_table li.tv_old {
  min-height: 4em;
  height: auto;
  border-top: none;
}
ul.tekigou_table li.tv_new {
  background-color: #e7efff;
}
ul.tekigou_table li.tv_old {
  background-color: #f2f2f2;
}
ul.tekigou_table .tv_new .link a {
  font-size: 0.9375em;
  font-weight: 700;
}
ul.tekigou_table .tv_old .link a {
  font-size: 0.9375em;
}
ul.tekigou_table .link {
  padding-left: 1.25em;
  padding-right: 1.25em;
  flex-grow: 1;
  flex-shrink: 1;
  /* CJKテキストでの折り返しを無効化 */
  word-break: keep-all;
  /* 長い単語でも折り返し可能に */
  overflow-wrap: anywhere;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 0.875em;
  margin-bottom: 0.6em;
  flex-wrap: nowrap;
}
ul.tekigou_table .link.t_wrap {
  flex-wrap: wrap;
}
ul.tekigou_table .link.t_wrap.tv {
  flex-wrap: wrap;
  margin-bottom: 0;
}
ul.tekigou_table .date {
  padding-left: 18px;
  padding-left: calc(18px + clamp(0px, (100vw - 360px) * 999, 1px) + clamp(0px, (100vw - 361px) * 999, 1px));
  padding-right: 18px;
  border-left: 0px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 15px;
}
ul.tekigou_table .size + .date {
  border-left: 1px solid #333;
}
ul.tekigou_table .link + .date {
  margin-left: calc(80px * 0.9 + 18px + 12px);
  padding-left: 0;
}
ul.tekigou_table .link + .size {
  margin-left: calc(36px * 0.9 + 1.25em + 12px);
  padding-left: 0;
}
ul.tekigou_table .size {
  padding-left: 20px;
  padding-right: 18px;
  padding-right: calc(18px + clamp(0px, (100vw - 360px) * 999, 1px) + clamp(0px, (100vw - 361px) * 999, 1px));
  ;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 15px;
}
ul.tekigou_table .size_int {
  font-size: 0.9375em;
  white-space: nowrap;
  margin-left: 12px;
  width: 3em
}
ul.tekigou_table .date_int {
  font-size: 0.9375em;
  white-space: nowrap;
  margin-left: 12px;
}
ul.tekigou_table .sub_t {
  font-size: 0.75em;
}
ul.tekigou_table li:last-child {
  border-bottom: #333 solid 1px;
}
ul.tekigou_table li p {
  margin-bottom: 0;
}
ul.tekigou_table .img-label {
  margin-right: 12px;
}
ul.tekigou_table {
  font-size: 14.4px;
}
.img-label {
  width: calc(80px * 0.9);
}
.img-label.tv {
  width: calc(36px * 0.9);
}
.sub_link {
  margin-left: auto;
  font-size: 0.8125em;
  flex-shrink: 0;
}
.is-wrapped {
  margin-left: calc(80px * 0.9 + 12px);
}
@media screen and (max-width: 359px) {
  ul.tekigou_table .size {
    justify-content: flex-start;
    margin-left: calc(36px * 0.9 + 1.25em + 12px);
    width: 100%;
  }
  ul.tekigou_table .date {
    justify-content: flex-start;
    margin-left: calc(36px * 0.9 + 1.25em + 12px);
    padding-left: 0;
    width: 100%;
    border-left: 0px solid #333;
  }
  ul.tekigou_table .size + .date {
    /*margin-left: 36px;*/
  }
  ul.tekigou_table .link + .size {
    /* margin-left: 36px calc(1.25em + 36px * 0.9);*/
  }
  ul.tekigou_table .size + .date {
    border-left: 0px solid #333;
  }
}
/* 1. 576px以上（sumahoなど）になったら上書き */
@media screen and (min-width: 576px) {
  .xs-none {
    display: block;
  }
  .xs-block {
    display: none;
  }
  .img-label {
    width: 80px;
  }
  .img-label.tv {
    width: 36px;
  }
  .is-wrapped {
    margin-left: calc(80px + 0.75em);
    margin-top: -0.9em!important;
    margin-bottom: 1.1875em;
  }
  ul.tekigou_table {
    font-size: 16px;
  }
  ul.tekigou_table .link {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    flex-wrap: nowrap;
  }
  .tno {
    flex-grow: 1;
  }
  ul.tekigou_table li {
    flex-wrap: nowrap;
    padding-bottom: 0;
  }
  ul.tekigou_table .date {
    padding-left: 1.25em;
    padding-right: 1.25em;
    display: block;
    border-left: 0px solid #333;
    margin-left: 0;
  }
  ul.tekigou_table .size {
    padding-left: 1.25em;
    padding-right: 1.25em;
    display: block;
  }
  ul.tekigou_table .sub_t, ul.tekigou_table .sub_t {
    line-height: 1.2;
  }
  ul.tekigou_table .size_int, ul.tekigou_table .date_int {
    line-height: 1.44;
  }
  ul.tekigou_table .size + .date {
    border-left: 1px solid #333;
  }
  ul.tekigou_table .link + .date {
    margin-left: 0;
    padding-left: 1.25em;
  }
  ul.tekigou_table .link + .size {
    margin-left: 0;
  }
  ul.tekigou_table .img-label {
    margin-right: 0.75em;
    margin-top: 0.875em;
    margin-bottom: 0.875em;
  }
  ul.tekigou_table .size_int, ul.tekigou_table .date_int {
    margin-left: 0;
  }
  ul.tekigou_table .link.t_wrap > div:first-child {
    width: 100%;
  }
  .is-wrapped {
    margin-left: calc(80px + 12px);
  }
  ul.tekigou_table .link {
    padding-right: 1em;
  }
  ul.tekigou_table .link.t_wrap.tv {
    flex-wrap: nowrap;
  }
    ul.tekigou_table .link a:first-of-type{
    margin-top: 0.875em;
    margin-bottom: 0.875em;
  }
}
/* 2. 768px以上（タブレットなど）になったら上書き */
@media screen and (min-width: 768px) {
  :root {
    --base-size: 10.72px;
  }
  ul.tekigou_table {
    font-size: 13.6px;
  }
  .img-label {
    width: calc(80px * 0.85);
  }
  .img-label.tv {
    width: calc(36px * 0.85);
  }
  .is-wrapped {
    margin-left: calc(80px * 0.85 + 10.2px);
  }
}
/* 3. 992px以上（ノートPCなど）になったら上書き */
@media screen and (min-width: 992px) {
  :root {
    --base-size: 12.8px;
  }
  ul.tekigou_table {
    font-size: 16px;
  }
  .img-label {
    width: 80px;
  }
  .img-label.tv {
    width: 36px;
  }
  .is-wrapped {
    margin-left: calc(80px + 12px);
  }
}
/* 4. 1200px以上（デスクトップ）になったら上書き */
@media screen and (min-width: 1200px) {
  :root {
    --base-size: 16px;
  }
  ul.tekigou_table {
    font-size: 20.8px;
  }
  .img-label {
    width: calc(80px * 1.3);
  }
  .img-label.tv {
    width: calc(36px * 1.3);
  }
  .is-wrapped {
    margin-left: calc(80px * 1.3 + 15.6px);
  }
}
body {
  /* font-family: 'Noto Sans JP', sans-serif; */
}
.container-lg {
  padding-left: 0;
  padding-right: 0
}
.px-14 {
  padding-left: calc(var(--base-size) * 0.875);
  padding-right: calc(var(--base-size) * 0.875);
}
.mb-32 {
  margin-bottom: calc(var(--base-size) * 2);
}
.mt-34 {
  margin-top: calc(var(--base-size) * 2.125);
}
.mb-40 {
  margin-bottom: calc(var(--base-size) * 2.5);
}
.mb-48 {
  margin-bottom: calc(var(--base-size) * 3);
}
.mb-50 {
  margin-bottom: calc(var(--base-size) * 3.125);
}
.mb-52 {
  margin-bottom: calc(var(--base-size) * 3.25);
}
.mb-56 {
  margin-bottom: calc(var(--base-size) * 3.5);
}
.mb-58 {
  margin-bottom: calc(var(--base-size) * 3.625);
}
.mb-60 {
  margin-bottom: calc(var(--base-size) * 3.75);
}
.mb-80 {
  margin-bottom: calc(var(--base-size) * 5);
}
.mb-88 {
  margin-bottom: calc(var(--base-size) * 5.5);
}
.m-tokushu0 {
  margin-top: calc(var(--base-size) * 1.6875);
  margin-bottom: calc(var(--base-size) * 0.8125);
}
.tekigou_sec {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: calc(var(--base-size) * 4.625);
}
.tekigou_title {
  font-size: 2.625em;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1;
  color: white;
  text-align: center;
  vertical-align: middle;
  background-color: #182987;
  height: 2.38095238em;
  display: flex; /* Flexboxを有効にする */
  align-items: center; /* 縦方向の中央揃え */
  justify-content: center; /* 横方向の中央揃え */
}
.title_blue {
  font-size: 1.5em;
  font-weight: 700;
  color: #003EC7;
  padding-left: 1.8em;
  position: relative;
  margin-bottom: 0.5em;
}
.tekigou_pre > .title_blue::before {
  content: ""; /* 必須：空の内容を指定 */
  position: absolute; /* 親要素（.heading-info）に対して絶対配置 */
  left: 0; /* 左端に配置 */
  top: 50%; /* 縦方向中央（上から50%） */
  transform: translateY(-50%); /* 縦方向中央（自身の高さの半分戻す） */
  /* --- 必須：アイコン画像とサイズ --- */
  width: calc(38em / 24); /* アイコンの幅（文字サイズ基準で調整） */
  height: calc(38em / 24); /* アイコンの高さ（文字サイズ基準で調整） */
  background-image: url("../images/blue_exm.png"); /* 画像のURL（指示通り） */
  background-size: contain; /* 画像全体を表示 */
  background-position: center; /* 画像を中央に配置 */
  background-repeat: no-repeat; /* 画像を繰り返さない */
}
.blue_a {
  color: #0000c9;
}
.blue_a:hover {
  color: #0000c9;
  text-decoration: underline;
}
.capsule-title {
  background-color: #333333;
  color: #ffffff;
  border-radius: 100px;
  width: calc(160em / 18);
  height: calc(30em / 18);
  font-size: 1.125em; /* 文字の大きさ（適宜調整） */
  font-weight: 400; /* 文字を太字にする */
  text-align: center; /* 文字を中央に（inline-block時は不要だが念の為） */
  line-height: 1; /* 行の高さを調整して上下中央に */
  margin-left: auto;
  margin-right: auto;
  display: flex; /* Flexboxを有効にする */
  align-items: center; /* 縦方向の中央揃え */
  justify-content: center; /* 横方向の中央揃え */
}
ul.midpoint li {
  position: relative;
  list-style: none;
  padding-left: 1em;
}
ul.midpoint li:before {
  content: "・";
  margin-left: -1em;
}
.bg_glay {
  background-color: #f3f3f3;
  padding: 1rem;
}
.sub_title {
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
}
.div_title {
  color: #0086CF;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
.div_title > small {
  display: inline-block;
  color: #231815;
  font-size: 1rem;
  margin-left: 1rem;
}
.text-group {
  display: flex; /* テキスト部分を縦に並べるための設定 */
  flex-direction: column; /* 上下並びにする */
  justify-content: center;
  line-height: 1.2; /* 行間を詰めて画像に合わせる */
  margin-left: calc(var(--base-size) * 1);
}
.main-text {
  font-size: 2.375rem;
  font-weight: 700;
}
.sub-text {
  font-size: 1.375rem;
  margin-top: 0.2em; /* メインテキストとの隙間 */
}
.tvkit-search-title img {
  width: 90px; /* 画像のサイズ固定 */
  height: 90px;
  object-fit: cover;
}
ul.maru_list li, ul.kome_list li {
  margin-left: 1.2em;
  position: relative;
  list-style: none;
}
ul.maru_list li:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: -1.2em;
  width: 0.9em;
  height: 0.9em;
  background-color: #333;
  border-radius: 50%;
}
ul.kome_list li:before {
  content: "※";
  position: absolute;
  top: 0.0em;
  left: -1.2em;
}
.b-skyblue {
  background-color: #E7EFFF;
}
.purple {
  color: #5f1980;
}
.red {
  color: var(--c-red);
}
.txt-f20 {
  font-size: calc(var(--base-size) * 1.25);
}
.txt-f12 {
  font-size: calc(var(--base-size) * 0.75);
}
.txt-f16 {
  font-size: calc(var(--base-size) * 1);
}
.f-w600 {
  font-weight: 600;
}
.sub_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  width: 100%;
}
.ptop_r .sub_menu {
  margin-bottom: -1rem;
}
.ptop_r > h1 > small.psub {
  font-size: 1.25rem;
}
.sub_menu li {
  font-size: 1.125rem;
  display: block;
  line-height: 1;
  text-align: center;
  margin-bottom: var(--width-a);
  position: relative;
  width: calc((100% - var(--width-a) * 3) / 4);
  height: 2rem;
}
.sub_menu a.btn {
  font-size: 1.125rem;
  display: block;
  border: 1px solid;
  border-radius: 2rem;
  line-height: 1;
  padding: 0.375rem;
  height: 100%;
}
.sub_menu a.btn:focus {
  box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0rem;
  outline: 0px;
}
.sub_menu a.btn, .sub_menu a.btn:hover {
  transition: none;
}
.navy_b-btn {
  color: #182987;
  border-color: #182987;
}
.navy_b-btn:hover {
  background-color: #e7efff;
  color: #182987;
}
.navy_b-btn:active {
  background-color: #182987;
  color: #fff;
}
a.btn-rect, .btn-rect li a {
  display: block;
  list-style: none;
  margin-bottom: 1em;
  font-size: 150%;
  line-height: 1;
  border: 1px solid #333;
  text-align: center;
  margin-top: auto;
  margin-bottom: 0;
}
a.btn-rect, .btn-rect li a {
  height: calc(var(--base-size) * 4.5);
  display: flex;
  justify-content: center; /* 左右中央 */
  align-items: center; /* 上下中央 */
}
.youbou .btn-rect {
  width: calc(100%);
}
.blue-b-border .btn-rect li a {
  width: 100%;
}
.blue-b-border .btn-rect li {
  width: calc(50% - (1.375rem / 2));
}
.blue-b-border ul.btn-rect {
  display: flex;
  justify-content: space-between;
}
ul.btn-rect {
  list-style: none;
}
a.btn-rect:hover, .btn-rect li a:hover {
  border-color: #0000c9;
  color: #0000c9;
  text-decoration: none;
}
.youbou li {
  display: flex;
  flex-direction: column;
  width: calc(50% - (1.5rem / 2));
}
ul.youbou {
  list-style: none;
  justify-content: space-between;
  width: 100%;
}
.blue-b-border {
  border: #182987 solid 3px;
}
.sub_info {
  display: flex;
  /* gap: 1.25em;*/
  justify-content: flex-start;
  line-height: 1.2;
  flex: 1 0 auto;
}
.sub_info > a {
  font-size: 1.625em;
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 0;
  text-decoration: none;
}
.sub_info > a:nth-child(even) {
  margin-left: 2.625rem;
}
.sub_info .w172 {
  width: calc(172em / 26);
}
.sub_info .h118 {
  height: calc(118em / 26);
}
.sub_info .y_logo {
  width: calc(86em / 26);
  margin-bottom: 0.2em;
}
.sub_info > a small {
  font-size: calc(18em / 26);
  font-weight: 400;
}
.sub_info .r_contents {
  justify-content: flex-start;
  flex-direction: row;
}
.sub_info .l_contents {
  text-align: right;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.sub_info > a img:hover {
  opacity: 0.75;
}
.category_table {
  width: 100%;
  border-collapse: separate;
  border-right: solid 1px #333;
  border-top: solid 1px #333;
}
.category_table td, .category_table th {
  border-left: solid 1px #333;
  border-bottom: solid 1px #333;
  border-right: none;
  border-top: none;
}
.category_table th {
  background-color: #ebebeb;
  font-weight: 400;
  text-align: center;
  height: calc(var(--base-size) * 2.75);
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}
.category_table td {
  height: calc(var(--base-size) * 4.25);
  vertical-align: middle;
  padding-left: 1.22222222em;
}
.category_table {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.category_table p {
  margin-bottom: 0;
}
.flex-align-center {
  display: flex; /* 横並びにする */
  align-items: center; /* 縦方向の中央に揃える */
  gap: 0.77777778em; /* 画像と文字の間の隙間 */
}
dl.tekigou_aco dt {
  font-size: 1.25em;
  margin-bottom: 1em;
  padding-left: 0.8em;
  position: relative;
}
adl.list-delta > dt {
  display: block;
  list-style: none;
  position: relative;
  line-height: 1.82em;
  font-size: 0.6875em;
  padding-left: 0.8em;
}
dl.tekigou_aco dt:before {
  content: "";
  position: absolute;
  top: 0.38em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.5em;
  ;
  border-color: transparent transparent transparent #333333;
}
dl.tekigou_aco dt.off:hover {
  text-decoration: underline solid;
}
.tv_table_w01 {
  width: 24.25rem
}
.tv_table_w02 {
  width: 27.125rem
}
.t-w154 {
  width: calc(var(--base-size) * 9.625);
}
.w90 {
  width: calc(var(--base-size) * 5.625);
}
@media screen and (max-width: 767.98px) {
  html .main_container {
    font-size: 90%;
  }
  .main_container {
    padding: 0 20px;
  }
  .tekigou_sec {
    padding-left: 20px;
    padding-right: 20px;
  }
  a.btn-rect, .btn-rect li a {
    height: 57.6px;
    display: flex;
    justify-content: center; /* 左右中央 */
    align-items: center; /* 上下中央 */
  }
  .div_title {
    font-size: 18px;
  }
  .div_title > small {
    display: block;
    margin-left: 0;
    font-size: 14.4px;
  }
  .category_table {
    width: 678px;
  }
  .sub_menu li {
    font-size: calc(var(--base-size) * 1.125);
    display: block;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    width: 254px;
    height: 30px;
  }
  .sub_menu a.btn {
    font-size: calc(var(--base-size) * 1.125);
  }
  .sub_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    width: 528px;
    margin-left: auto;
    margin-right: auto;
  }
  ul.youbou {
    list-style: none;
    justify-content: space-between;
    width: 470px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
  .youbou li {
    display: flex;
    flex-direction: column;
    width: 470px;
  }
  .youbou > li:nth-child(n + 2) {
    margin-top: 30px;
  }
  .tekigou_title {
    height: 74px;
  }
  .sub_title {
    font-size: 12.8px;
  }
  .btn-rect li a {
    font-size: 19.2px;
  }
  .w90 {
    width: 5.625em;
  }
  .text-group {
    display: flex; /* テキスト部分を縦に並べるための設定 */
    flex-direction: column; /* 上下並びにする */
    justify-content: center;
    line-height: 1.2; /* 行間を詰めて画像に合わせる */
    margin-left: calc(var(--base-size) * 1);
  }
  .main-text {
    font-size: 2.375em;
    font-weight: 700;
  }
  .sub-text {
    font-size: 1.375em;
    margin-top: 0.2em; /* メインテキストとの隙間 */
  }
  .blue-b-border .btn-rect li {
    width: calc(50% - ((1.375rem * 0.8) / 2));
    height: calc(72px * 0.8);
  }
  a.btn-rect {
    font-size: calc(24px * 0.8);
    padding: 0;
    height: 57.6px;
    display: flex;
    justify-content: center; /* 左右中央 */
    align-items: center; /* 上下中央 */
  }
  .category_table th {
    height: calc(10.72px * 2.75);
  }
  .category_table td {
    height: calc(10.72px * 4.25);
  }
  .category_table {
    margin-bottom: 1em;
    font-size: calc(18px * 0.67);
  }
  .category_table .txt-f16 {
    font-size: calc(16px * 0.67);
  }
  .sub_info {
    flex-wrap: wrap;
    flex-direction: row;
    width: 443px;
    margin-left: auto;
    margin-right: auto;
  }
  .sub_info > a:nth-child(even) {
    margin-left: 0rem;
    margin-top: 28px;
  }
  .sub_info a {
    font-size: calc(26px *0.8);
  }
  .tekigou_title {
    font-size: 2.22222222em;
  }
}
@media screen and (max-width: 575.98px) {
  html .main_container {
    font-size: 90%;
  }
  .mb-50, .mb-52, .mb-56 {
    margin-bottom: 52px;
  }
  .sub_info .r_contents, .sub_info .l_contents {
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
  .sub_info {
    /*    --gap: calc(34em / 12.8);*/
    margin-left: auto;
    margin-right: auto;
    width: auto;
    justify-content: center;
  }
  .sub_info > a:nth-child(even) {
    margin-left: 0;
    margin-top: calc(34em / 20.8);
  }
  .sub_info .l_contents > img, .sub_info .r_contents > img {
    margin-bottom: 0.5em;
  }
  .sub_info .y_logo {
    margin-left: auto;
    margin-right: auto;
  }
  .sub_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    max-width: 360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .sub_menu li {
    font-size: calc(var(--base-size) * 1.125);
    display: block;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    max-width: 360px;
    width: 100%;
    height: auto;
    min-height: 30px;
  }
  .sub_menu a.btn {
    font-size: calc(var(--base-size) * 1.125);
  }
  .tekigou_sec {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .sub_info {
    margin-bottom: 72px;
  }
  ul.youbou {
    list-style: none;
    justify-content: space-between;
    max-width: 470px;
    width: 100%;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
  .youbou li {
    display: flex;
    flex-direction: column;
    max-width: 470px;
    width: 100%;
  }
  .youbou > li:nth-child(n + 2) {
    margin-top: 30px;
  }
  .w90 {
    width: 42px;
  }
  .main-text {
    font-size: 30px;
  }
  .sub-text {
    font-size: 15px;
  }
  ul.btn-rect {
    display: flex;
    flex-direction: column;
    list-style: none;
  }
  .blue-b-border .btn-rect li {
    width: 100%;
  }
  ul.btn-rect li:nth-child(n + 2) {
    margin-top: 18px;
  }
  .caution dd .txt-f20 {
    font-size: 16px;
  }
  .caution dd.bg_glay, .bg_glay {
    font-size: 12.8px;
  }
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
  .tekigou_sec {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 4.625rem;
  }
  .sub_menu li {
    width: 225px;
    height: 28px;
    margin-bottom: 20px;
  }
  .sub_menu a.btn {
    padding-top: 5.8px;
    padding-bottom: 5.8px;
    height: 100%;
  }
}
@media screen and (min-width:768px) and (max-width:991.98px) {
  .ol_md {
    display: inline-block
  }
  .tekigou_sec {
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 4.625rem;
  }
  .sub_menu li {
    width: 168px;
    height: 22px;
    margin-bottom: 16px;
  }
  .sub_menu a.btn {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
    display: flex;
    justify-content: center; /* 左右中央 */
    align-items: center; /* 上下中央 */
  }
  .sub_info .h118 {
    width: 126px;
  }
  .sub_info > a:nth-child(even) {
    margin-left: 0rem;
  }
  .blue-b-border .btn-rect li {
    width: 330px;
    height: 48px;
    ;
  }
  .btn-rect li a {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center; /* 左右中央 */
    align-items: center; /* 上下中央 */
  }
  .sub_info .px-14 {
    padding-left: 0.875rem;
    padding-right: 0rem;
  }
  .sub_info {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767.98px) {
  .getacrobat {
    font-size: 9.6px;
  }
}
@media screen and (min-width:768px) {
  .getacrobat {
    font-size: 12px;
  }
}
@media screen and (min-width:992px) {
  .getacrobat {
    font-size: 14px;
  }
}
.odd {
  background-color: #fff;
}
.even {
  background-color: #F7F7F7;
}
.table-responsive::-webkit-scrollbar {
  height: 7px;
}
.table-responsive::-webkit-scrollbar-track {
  background-color: #dddddd;
  border-radius: 10px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #525252;
  border-radius: 10px;
}