/* reboot page */

@charset "utf-8";

p {
  line-height: 2;
}

.title-left {
  position: relative;
  font-size: 2.7rem;
  font-weight: bold;
  margin: 147px 10px 70px;
}

.info-box {
  width: 100%;
  margin: 0 auto;
  padding: 37px 47px;
  background-color: #fafafa;
  border: solid 8px #e9e9e9;
  text-align: center;
  border-radius: 16px;
  text-align:start
}

.steps-title h3 {
  font-size: 2.8rem;
  font-weight: bold;
  padding: 10px 0;
  margin-top: 100px;
}

.suppListTitle--01 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 125px 0 175px 0;
}
.suppListTitle--01 a {
  display: inline;
  color: #065FD4;
  text-decoration: underline;
}

/* ===== 1000px付近の調整 ===== */

@media screen and (max-width: 1024px) {
  .faqAnchor--01{
    width: 95%;
  }
}