/* reboot page */

@charset "utf-8";

p {
  line-height: 2;
}

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

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

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

.suppListTitle--01 {
  font-size: 2rem;
  font-weight: bold;
  margin: 75px 0 100px 0;
}
.suppListTitle--01 a {
  display: inline;
  color: #065FD4;
  text-decoration: underline;
}