@charset "UTF-8";
.c-order-list__item--attention::before {
  content: "*" counter(count);
}

.c-ttl-en-03 {
  font-size: 2.5rem;
}

.c-ttl-en-01 {
  padding-left: 3.0193236715vw;
  line-height: 1.4;
  border-left: 0.6038647343vw solid #0f59a7;
}

.c-unorder-th {
  font-size: 2.2rem !important;
}

.c-attention--en::before {
  content: "＊";
}

@media screen and (min-width: 769px){
  .c-ttl-en-01 {
    padding-left: 20px;
    border-left: 5px solid #0f59a7;
  }
}

@media (max-width: 768px){
  .c-ttl-en-03 {
    font-size: 4.83vw;
  }
  .scroll-table {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll-table table {
    margin: 0;
    border: none;
  }
  .scroll-table table img {
    min-width: 120px;
    height: auto;
  }
  .c-unorder-th {
    font-size: 1.2rem !important;
  }
}