/* style */
@media only screen and (min-width: 769px), print {
  .spshow {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .pcshow {
    display: none !important;
  }
}
.u-text-large {
  font-size: 2.4rem;
}

/* arrow */
.c-icon-img {
  margin: 30px auto;
  text-align: center;
}
.c-icon-img img {
  max-width: 60px;
}

/* 表の黒丸 */
.c-list020>.disc::before {
  content: '●';
}
.c-list020>.none {
  padding-left: 0!important;
}
.c-list020>.none::before {
  content: none;
}

/* 囲みテキスト*/
.boxed-text {
  color: #000;
  border: solid 1px #000;
  font-size: 10px;
  padding: 1px 5px;
  display: inline-block;
  width: fit-content;
  letter-spacing: 0.01em;
}
thead .boxed-text {
  border: solid 1px #fff;
  color: #fff;
}

.c-table002 tbody td.sel-glay {
  background: #f6f6f6;
}