body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #fcf7f5;
  font-size: 1.8rem;
  line-break: strict;
  background-image: url("../../assets/img/bg.png");
}

:hover {
  transition: 0.3s;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  margin: 0;
  transition: 0.2s;
  font-weight: bold;
}

a {
  transition: 0.2s;
  color: inherit;
}

p {
  margin: 0;
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 0;
  }
}

@media (min-width: 576px) {
  .s2_step2_txt {
    padding: 0px;
  }
}

