.store {
  background: url(../image/store_bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 80px 0;
  min-height: 750px;
}

@media (max-width: 767px) {
  .store {
    padding: 56px 0;
    min-height: 520px;
  }
}
h2 {
  color: #005920;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 599px) {
  h2 {
    font-size: 22px;
  }
}

.store__table {
  width: 84%;
  max-width: 1090px;
  margin: 0 auto;
}

.store__table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 3px 5px;
  border-collapse: separate;
}
.store__table table tbody th {
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  padding: 19px 11px;
}
.store__table table tr {
  /*border-top: 4px solid transparent;*/
}
.store__table table tr:first-child {
  /*border-top: 2px solid transparent;*/
}
.store__table table tr:nth-child(2n+2) td {
  background-color: #fff;
}
.store__table table th {
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  padding: 6px 11px;
  background-color: #83B110;
}
.store__table table th:first-child {
  background-color: #509224;
}
.store__table table td {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  padding: 3px 11px 9px;
  background-color: #fff;
  vertical-align: middle;
}
.store__table table td a {
  color: #222;
}
.store__table table td a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .store__table table thead {
    display: none;
  }
}
@media (max-width: 767px) {
  .store__table table tbody th {
    font-size: 12px;
    line-height: 17px;
    padding: 6px 11px 7px;
  }
}
@media (max-width: 767px) {
  .store__table table tr {
    display: block;
    border-width: 10px;
  }
}
@media (max-width: 1023px) {
  .store__table table th {
    font-size: 10px;
    line-height: 15px;
    padding: 6px 10px;
  }
}
@media (min-width: 768px) {
  .store__table table th:first-child {
    width: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .store__table table th:first-child {
    width: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .store__table table th:first-child {
    width: 140px;
  }
}
@media (min-width: 768px) {
  .store__table table th:nth-child(3) {
    width: 116px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .store__table table th:nth-child(3) {
    width: 95px;
  }
}
@media (min-width: 768px) {
  .store__table table th:nth-child(4) {
    width: 240px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .store__table table th:nth-child(4) {
    width: 210px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .store__table table th:nth-child(4) {
    width: 165px;
  }
}
@media (min-width: 768px) {
  .store__table table th:nth-child(5) {
    width: 108px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .store__table table th:nth-child(5) {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .store__table table th {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .store__table table td {
    font-size: 11px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .store__table table td {
    display: block;
    padding: 12px 12px 16px;
  }
}
@media (max-width: 767px) {
  .store__table table td:last-child, .store__table table td:nth-last-child(2), .store__table table td:nth-last-child(3) {
    display: none;
  }
}
.store__table-content {
  display: flex;
  align-items: center;
}

@media (max-width: 1023px) {
  .store__table-content {
    display: block;
  }
}
@media (max-width: 767px) {
  .store__table-content {
    display: flex;
    align-items: center;
  }
}/*# sourceMappingURL=store.css.map */