@keyframes link-arrow {
  0% {
    opacity: 1;
    fill: #707070;
  }
  50% {
    opacity: 0;
    fill: #707070;
    transform: translateX(5px);
  }
  50.1% {
    opacity: 0;
    fill: #1B7044;
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    fill: #1B7044;
    transform: translateX(0);
  }
}
.price-list-section h2 {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
  margin: 0 auto;
  font-size: 34px;
  font-family: "zen-maru-gothic", sans-serif;
  color: #1B7044;
  font-weight: 500;
  line-height: 2.1428571429;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price-list-section h2 {
    font-size: 26px;
    padding: 0 0 16px 0;
  }
}
.price-list-section {
  padding: 0 0 176px 0;
}
.price-list-section h2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .price-list-section h2 {
    margin-bottom: 40px;
  }
}
.price-list-section .links-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 51px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .price-list-section .links-wrap {
    gap: 2em;
  }
}
.price-list-section .links-wrap a {
  padding: 15px 0;
  width: 100%;
  max-width: 300px;
  text-align: center;
  border-radius: 5px;
  display: block;
  background-color: #1B7044;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .price-list-section .links-wrap a {
    max-width: 40%;
  }
}
.price-list-section .note {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
  margin-bottom: 2em;
  color: #1B7044;
  font-weight: 600;
}
.price-list-section .loop-wrap {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
  margin-bottom: 80px;
}
.price-list-section .loop-wrap h3 {
  color: #1B7044;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 9px;
}
.price-list-section .loop-wrap table {
  width: 100%;
  table-layout: fixed;
}
.price-list-section .loop-wrap table tr th, .price-list-section .loop-wrap table tr td {
  line-height: 1.875;
  padding: 1px 8px;
  vertical-align: middle;
}
.price-list-section .loop-wrap table thead tr th {
  background-color: #1B7044;
  color: #fff;
  font-weight: bold;
}
.price-list-section .loop-wrap table thead tr th:nth-of-type(1) {
  width: 3em;
}
.price-list-section .loop-wrap table thead tr th:nth-of-type(2) {
  width: 3em;
  text-align: center;
}
.price-list-section .loop-wrap table thead tr th:nth-of-type(3) {
  width: 100%;
}
.price-list-section .loop-wrap table thead tr th:nth-of-type(4) {
  width: 157px;
}
@media screen and (max-width: 1024px) {
  .price-list-section .loop-wrap table thead tr th:nth-of-type(4) {
    width: 7em;
  }
}
.price-list-section .loop-wrap table tbody tr td {
  padding: 8px 9px;
}
.price-list-section .loop-wrap table tbody tr td a {
  text-decoration: underline;
  color: #1B7044;
}
.price-list-section .loop-wrap table tbody tr td:nth-of-type(2) {
  text-align: center;
}
.price-list-section .loop-wrap table tbody tr:nth-of-type(2n) {
  background-color: #F8F8F8;
}
/*# sourceMappingURL=price-list.css.map */