#guide .wp-block-table .wp-element-caption {
  font-size: var(--wp--preset--font-size--xx-small);
  text-align: right;
}
#guide .pay_col {
  gap: 2rem;
}
#guide .pay_col > .wp-block-column:not(:last-of-type) {
  position: relative;
}
#guide .pay_col > .wp-block-column:not(:last-of-type)::before {
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: var(--wp--preset--color--theme-black);
  right: -1.5rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  #guide .pay_col {
    gap: 4rem;
  }
  #guide .pay_col > .wp-block-column:not(:last-of-type)::before {
    bottom: -3rem;
    top: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(90deg);
  }
}
#guide .fee_grid {
  align-items: center;
}
#guide .pay_way {
  gap: 3rem;
}
#guide .ban_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
}
#guide .ban_list li {
  width: calc((100% - 3rem) / 3);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0 !important;
  font-size: var(--wp--preset--font-size--x-small);
}
#guide .ban_list li strong {
  text-align: center;
  font-size: var(--wp--preset--font-size--large);
}
@media screen and (max-width: 599px) {
  #guide .ban_list li {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (max-width: 599px) {
  #guide .child_list,
#guide .barrierfree_list {
    gap: 4rem;
  }
  #guide .child_list > .wp-block-column figure,
#guide .barrierfree_list > .wp-block-column figure {
    text-align: center;
  }
  #guide .child_list > .wp-block-column figure img,
#guide .barrierfree_list > .wp-block-column figure img {
    width: 100% !important;
    height: auto !important;
  }
}
#guide .child_list > .wp-block-column:not(:empty),
#guide .barrierfree_list > .wp-block-column:not(:empty) {
  padding: 1rem 0.5rem;
  background: var(--wp--preset--color--theme-lightgray);
}
@media screen and (max-width: 599px) {
  #guide .child_list.card_list {
    grid-template-columns: 1fr;
  }
}
@media (min-width:600px) {
  #guide .child_list.card_list .card_block {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0.75rem;
  }
  #guide .child_list.card_list .card_block .card_title {
    align-self: center;
  }
}
/*# sourceMappingURL=guide.css.map */