@charset "UTF-8";
#live .content_width {
  max-width: var(--wp--style--global--content-size);
}
#live .for_link img {
  border: none;
  border-radius: 0%;
}
#live .for_link > .wp-block-column {
  position: relative;
}
#live .for_link > .wp-block-column .link_arrow {
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
#live .for_link > .wp-block-column .link_arrow::after {
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  background: url(../../assets/images/link_arrow.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  bottom: 1rem;
  right: 1rem;
}
#live .stay_outline {
  gap: 1.5rem;
  justify-content: flex-start;
  align-items: stretch !important;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  #live .stay_outline {
    flex-direction: column;
    width: 100%;
  }
}
#live .stay_outline > .wp-block-group {
  flex: 1;
  display: flex;
  gap: 0;
  flex-direction: column;
  position: relative;
}
@media (max-width: 768px) {
  #live .stay_outline > .wp-block-group {
    max-width: none;
    width: 100%;
  }
}
#live .stay_outline > .wp-block-group:last-child::after {
  content: none;
}
#live .stay_outline > .wp-block-group::after {
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: -1.25rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #37739B;
}
@media (max-width: 768px) {
  #live .stay_outline > .wp-block-group::after {
    transform: rotate(90deg);
    top: auto;
    bottom: -1.25rem;
    left: calc(50% - 0.5rem);
  }
}
#live .stay_outline > .wp-block-group p.number {
  display: block;
  width: 100%;
  background: #37739B;
  color: var(--wp--preset--color--theme-white);
  border-radius: 10px 10px 0 0;
}
#live .stay_outline > .wp-block-group > .wp-block-group {
  margin-top: 0.75em;
  max-width: none;
  margin: 0 !important;
  flex: 1;
  padding: 0.25em 0.5em;
  height: 100%;
  margin: 0;
  background: #5DB8F5;
  color: var(--wp--preset--color--theme-white);
  border-radius: 0 0 10px 10px;
}
#live .stay_outline > .wp-block-group > .wp-block-group p {
  margin: 0;
}
#live .l_tab input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
#live .l_tab .is-layout-flex {
  align-items: flex-start;
}
#live .l_tab .is-layout-flex label {
  flex: 1;
  text-align: center;
  background: #37739B;
  color: var(--wp--preset--color--theme-white);
  font-size: var(clamp(16px, 1rem + (1vw - 6px) * 0.333, 18px));
  padding: 0.5em;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  #live .l_tab .is-layout-flex label {
    flex: auto;
    width: calc((100% - 24px) / 2);
  }
}
#live .l_tab #type_01:checked ~ .is-layout-flex label[for=type_01],
#live .l_tab #type_02:checked ~ .is-layout-flex label[for=type_02],
#live .l_tab #type_03:checked ~ .is-layout-flex label[for=type_03],
#live .l_tab #type_04:checked ~ .is-layout-flex label[for=type_04],
#live .l_tab #type_05:checked ~ .is-layout-flex label[for=type_05],
#live .l_tab #type_06:checked ~ .is-layout-flex label[for=type_06] {
  background: var(--wp--preset--color--theme-blue);
}
#live #table_01,
#live #table_02,
#live #table_03,
#live #table_04,
#live #table_05,
#live #table_06 {
  display: none;
}
#live .l_tab:has(#type_01:checked) ~ .table_wrapper #table_01,
#live .l_tab:has(#type_02:checked) ~ .table_wrapper #table_02,
#live .l_tab:has(#type_03:checked) ~ .table_wrapper #table_03,
#live .l_tab:has(#type_04:checked) ~ .table_wrapper #table_04,
#live .l_tab:has(#type_05:checked) ~ .table_wrapper #table_05,
#live .l_tab:has(#type_06:checked) ~ .table_wrapper #table_06 {
  display: block;
}
#live .desk_table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 599px) {
  #live .desk_table .col_name {
    width: 70% !important;
  }
}
@media screen and (max-width: 599px) {
  #live .desk_table .col_area {
    width: 30% !important;
  }
}
#live .desk_table caption {
  font-size: var(--wp--preset--font-size--x-large);
  color: var(--wp--preset--color--theme-deepblue);
  text-align: start;
  font-weight: 600;
  margin-bottom: 1rem;
}
#live .desk_table thead {
  background: var(--wp--preset--color--theme-blue);
  color: var(--wp--preset--color--theme-white);
  text-align: center;
}
#live .desk_table thead th {
  border-left: 1px solid #CECECE;
}
#live .desk_table thead th:first-child {
  border-right: none;
}
@media screen and (max-width: 599px) {
  #live .desk_table thead th:nth-child(n+3) {
    display: none;
  }
}
#live .desk_table tr th,
#live .desk_table tr td {
  padding: 0.5em;
  border-left: 1px solid #CECECE;
}
#live .desk_table tr th:first-child,
#live .desk_table tr td:first-child {
  border-right: none;
}
#live .desk_table tr:nth-child(even) {
  background: #DBE2E5;
}
#live .desk_table tr:last-child {
  border-bottom: 1px solid #CECECE;
}
#live .desk_table td,
#live .desk_table th {
  font-size: var(--wp--preset--font-size--x-small);
}
#live .desk_table td a,
#live .desk_table td rt,
#live .desk_table th a,
#live .desk_table th rt {
  color: var(--wp--preset--color--theme-deepblue);
}
#live .desk_table .area {
  border-top: 1px solid #CECECE;
  padding-top: 1.5em;
  text-align: left;
  writing-mode: vertical-rl;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--theme-deepblue);
}
#live .desk_table .name {
  font-weight: 600;
}
#live .desk_table .mail a {
  display: block;
  width: 1em;
  color: rgba(255, 255, 255, 0);
  line-height: 1;
  overflow: hidden;
  height: 1em;
  margin: auto;
}
@media screen and (max-width: 599px) {
  #live .desk_table .mail a {
    width: 5em;
    height: 2em;
    margin: 0;
    line-height: 1.5;
    background: var(--wp--preset--color--theme-white);
    border: 1px solid var(--wp--preset--color--theme-deepblue);
    padding: 0.25em;
    border-radius: 10px;
  }
}
#live .desk_table .mail a::before {
  content: "●";
  color: var(--wp--preset--color--theme-deepblue);
  font-size: inherit;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  #live .desk_table .mail a::before {
    content: "MAIL";
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  #live .desk_table .tel::before {
    content: "TEL:";
  }
}
@media screen and (max-width: 599px) {
  #live .desk_table .fax::before {
    content: "FAX:";
  }
}
#live .desk_table .member {
  text-align: center;
}
@media screen and (max-width: 599px) {
  #live .desk_table .member {
    text-align: right;
  }
}
@media screen and (max-width: 599px) {
  #live .desk_table .address,
  #live .desk_table .tel,
  #live .desk_table .fax,
  #live .desk_table .mail,
  #live .desk_table .member,
  #live .desk_table .name {
    display: block;
  }
}/*# sourceMappingURL=live.css.map */