@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
.info-body {
  font-family: 'Noto Serif JP';
}
.info-body .info_section {
  position: relative;
  margin-top: 100px;
}
.info-body .info_section + .info_section {
  margin-top: 45px;
}
.info-body .info_section + dl {
  margin-top: 100px;
}
.info-body .info_section .badge {
  position: absolute;
  top: -80px;
  right: 10px;
  width: 150px;
}
.info-body .info_section h2 {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
  font-size: 20px;
}
.info-body .items {
  display: flex;
  justify-content: center;
  margin: 0 -7px;
}
.info-body .items li {
  width: calc(100% / 4 - 14px);
  margin: 0 7px;
}
.info-body .items li a {
  display: block;
  text-align: center;
}
.info-body .items li a:nth-of-type(1) img {
  width: 113px;
}
.info-body .items li a:nth-of-type(2) img {
  width: 90px;
}
.info-body .items li a:nth-of-type(3):before {
  content: "";
  display: block;
  width: 8px;
  height: 28px;
  margin: 14px auto;
  background: url(../images/arrow.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .info-body .info_section {
    margin-top: 50px;
  }
  .info-body .info_section + .info_section {
    margin-top: 30px;
  }
  .info-body .info_section + dl {
    margin-top: 50px;
  }
  .info-body .info_section .badge {
    width: calc(302px / 4);
    top: -25px;
  }
}

/*# sourceMappingURL=style.css.map */
