@charset "UTF-8";
/* notice 商品一覧*/
section.notice .more {
  text-align: right;
}

section.notice .more a {
  display: inline-block;
  text-align: right;
  position: relative;
}

section.notice .more a::after {
  content: "";
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: 0;
}

section.notice p {
  padding-bottom: 0.5rem;
}

section.notice h2 {
  font-size: 1.2rem;
  padding: 1rem 0 0.5rem;
}

section.notice table {
  border-collapse: collapse;
}

@media (max-width: 767px) {
  section.notice table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    font-size: 0.8rem;
  }
}
section.notice table th,
section.notice table td {
  border: 1px solid #fff;
  padding: 0.5rem;
}

@media (max-width: 768px) {
  section.notice {
    padding: 0 0 30vh;
  }
  section.notice .more a {
    margin-top: 2vh;
    padding-left: 4vw;
    font-size: 0.9rem;
  }
  section.notice .more a::after {
    width: 1.8vw;
    height: 1.8vw;
    top: calc(50% - 0.5vw);
  }
}
@media (min-width: 769px) {
  section.notice {
    padding: 0 0 350px;
  }
  section.notice .more a {
    margin-top: 20px;
    padding-left: 20px;
  }
  section.notice .more a::after {
    width: 8px;
    height: 8px;
    top: calc(50% - 3px);
  }
}/*# sourceMappingURL=notice.css.map */