main {
  margin-top: 150px;
}
ol {
  list-style-type: none;
}
.main-contents h1 {
  margin-bottom: 50px;
  font-size: 20px;
  text-align: center;
}
.main-contents h2 {
  width: 100%;
  margin-bottom: 30px;
  font-size: 17px;
  background-color: #f0f0f0;
}
.main-contents h2 span {
  padding: 10px 22px 10px 0;
}
.main-contents h2::before {
  width: 12px;
  background-color: #909090;
}
section {
  margin-bottom: 50px;
}
section:last-of-type + p {
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
  text-align: center;
}
.num-list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 42px;
  font-size: 16px;
}
.num-list li:last-child {
  margin-bottom: 0;
}
.num-list li::before {
  content: counter(list-item);
  position: absolute;
  left: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 18px;
  text-align: center;
  color: var(--full-light-color);
  background-color: #b9c0c2;
  border-radius: 32px;
  font-family: 'Nobel bold';
}
.num-list li::marker {
  content: none;
}
.btn-detail a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--full-dark-color);
  color: var(--full-light-color);
  text-decoration: none;
  font-family: "LexusRodinPro-DB", Nobel-Regular, Meiryo, sans-serif;
  font-size: min(3.59vw, 14px);
  width: 184px;
  height: 40px;
  margin: 0 auto 20px;
}
.btn-detail a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 20px;
  background-image: url(/-/media/tfc/ts3travel/file/llhc/common/img/ico_arrow_w.svg);
}
.btn-detail a[target=_blank]::after {
  width: 16px;
  height: 16px;
  background-image: url(/-/media/tfc/ts3travel/file/llhc/common/img/ico_blank.svg);
}
.btn-detail.--long a {
  width: 300px;
}
.btn-detail.--circle a {
  height: 60px;
  border-radius: 100px;
}
.att li {
  font-size: 14px;
}
@media (min-aspect-ratio: 7 / 10) {
  a:hover {
    opacity: 0.7;
  }
}
@media (max-aspect-ratio: 7 / 10) {
    .main-contents h1 {
      font-size: 4.87vw;
    }
    .main-contents h2 {
      font-size: 4.36vw;
    }
    .num-list li {
      font-size: 3.59vw;
    }
    .att li {
      font-size: 3.2vw;
    }
}