.access-subTextBox img {
  width: 100%;
}

.access-button {
  width: 100%;
  text-align: center;
  padding: 15px 30px;
  border-radius: 35px;
  border: solid 1px #4ac099;
  background-color: #e8f8f3;
  text-decoration: none !important;
}

.access-button a {
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}

.access-list li:nth-child(even) {
  margin-bottom: 20px;
}

.access-subTitle {
  margin: 14px 0;
}

.access-subTitle h5 {
  color: #32a17d;
  font-weight: bold;
  margin-bottom: 10px;
}

.access-pictures {
  counter-reset: section;
}

.access-pictures li {
  position: relative;
}

.access-pictures li::before {
  counter-increment: section;
  content: counter(section);
  display: block;
  position: absolute;
  width: 32px;
  line-height: 32px;
  background-color: #4ac099;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  top: -10px;
  left: -10px;
}

.access-figure img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .access-pictures {
    padding: 0 40px;
    margin-top: 40px;
  }
  .access-pictures li {
    width: 100%;
  }
  .access-pictures li:not(:first-child) {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .access-subTextBox {
    position: relative;
    min-height: 315px;
    padding-right: calc(38% + 20px);
  }
  .access-subTextBox img {
    width: 100%;
    width: 315px;
    height: auto;
  }
  .access-lineHeight {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.8;
  }
  .access-img-01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
  }
  .access-img-01 img {
    width: 100%;
  }
  .access-button {
    display: inline-block;
    width: auto;
  }
  .access-pictures {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .access-pictures li {
    margin: 0;
    width: calc((100% - 81px) /3);
    margin-right: 40px;
  }
  .access-pictures li:nth-of-type(3n) {
    margin-right: 0;
  }
  .access-pictures li:nth-of-type(n+4) {
    margin-top: 40px;
  }
  .access figcaption {
    width: 100%;
    max-width: 250px;
  }
}
