header.header section.hero {
  height: auto;
}
header.header .hero .hero-body {
  height: 208px;
  padding-top: 20px;
  margin-top: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-content {
  max-width: 628px;
  width: 100%;
}

/* 内容部分 */
section.section {
  padding-top: 60px !important;
  padding-bottom: 70px !important;
}
.columns .column:first-child {
  flex: unset;
}
.section .columns .column:last-child {
  flex: 1;
  padding-left: 120px;
}
.columns .menu {
  position: sticky;
  top: 60px;
}
.columns .menu li {
  width: 160px;
  font-size: 14px;
  line-height: 26px;
}
.columns .menu a {
  color: #3E464C;
}
.columns .menu a.is-gray {
  color: #A1A6AB;
}
.columns .menu .active {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 1px
}
.columns .menu .active::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 12px;
  height: 12px;
  background: url('../image/chevron-right.png') center / cover no-repeat;
}
.columns .menu .active a {
  font-weight: 500;
  color: #00A971;
}

.columns .content h3 {
  font-size: 1.25rem;
  font-weight: 600;
}
.columns .content h6 {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 30px;
  color: #68757F;
  margin-bottom: 0;
}
.columns .content p,
.columns .content ol {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 30px;
  color: #68757F;
  margin-top: 0;
  margin-bottom: 0;
}
.columns .content ol {
  margin-left: 1rem;
  margin-bottom: 40px;
}
.columns .content ol li::before {
  display: none;
}
.columns .content a.button {
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 3px;
  padding: 18px 52px;
  margin-top: 20px;
}

@media screen and (max-width: 769px) {
  .section .columns .column:last-child {
    padding-left: 20px;
  }
  .columns .menu li {
    width: auto;
  }
  .columns .menu .active::after {
    display: none;
  }
}
