.business {
  background: url(/assets/img/pages/business/bg_left.png) no-repeat left top, url(/assets/img/pages/business/bg_right.png) no-repeat right top;
}
.anchor-links {
  background: #fff3ca;
  border-radius: 60px;
  padding: 18px 30px;
}
.anchor-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px -20px;
}
.anchor-links__item {
  padding: 15px 20px;
}
.anchor-link {
  display: inline-block;
  padding-left: 19px;
  background: url(/assets/img/common/icon_angle_bottom_black.svg) no-repeat left center/14px 7px;
  font-weight: 700;
  font-size: 1rem;
}
.list {
  padding-top: 10px;
}
.list__item:nth-child(n + 2) {
  margin-top: 10px;
}
.list .list {
  padding-left: 16px;
}
.list ._indent {
  padding: 0 0 0 7em;
}
.guidance__item {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 4px solid #eeeeee;
}
.guidance__item:first-child {
  border-radius: 20px 20px 0 0;
}
.guidance__item:last-child {
  border-radius: 0 0 20px 20px;
}
.guidance__item:nth-child(n + 2) {
  margin-top: 2px;
}
.guidance__title {
  width: 200px;
  padding-left: 40px;
  background: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.guidance__desc {
  width: calc(100% - 200px);
  padding: 20px 40px;
}
.guidance p:nth-child(n + 2) {
  margin-top: 10px;
}
.contact {
  background: #fff3ca;
  border: 4px solid #fff3ca;
  border-radius: 20px;
  padding: 33px 20px 27px;
}
.contact__heading {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}
.contact__heading::before {
  margin-right: 10px;
  content: url(/assets/img/pages/business/icon_mail.svg);
}
.contact__text {
  text-align: center;
}
.contact__mail {
  text-align: center;
  font-size: 1.75rem;
}
.text-indent-1 {
  display: inline-block;
  text-indent: -2em;
  padding-left: 2em;
}
.text-indent-2 {
  display: inline-block;
  padding-left: 2em;
  position: relative;
}
.text-indent-2::before {
  content: "注）";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .business {
    background: url(/assets/img/pages/business/bg_left.png) no-repeat left top/139px 138px, url(/assets/img/pages/business/bg_right.png) no-repeat right top/154px 153px;
  }
  .anchor-links {
    border-radius: 20px;
    padding: 20px 32px;
  }
  .anchor-links__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -10px;
  }
  .anchor-links__item {
    width: 50%;
    padding: 10px;
  }
  .guidance__item {
    display: block;
  }
  .guidance__title {
    width: 100%;
    padding: 10px 20px;
  }
  .guidance__desc {
    width: 100%;
    padding: 20px;
  }
  .contact {
    padding: 20px;
  }
  .contact__heading {
    font-size: 1.25rem;
  }
  .contact__text {
    text-align: left;
  }
  .contact__mail {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .list ._indent {
    padding: 0;
  }
}
