#notation-page {
  background: url(../images/common/bg.png) center repeat;
  background-size: 614px;
}
#notation-page .main {
  width: 100%;
  padding: 240px 0 100px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #notation-page .main {
    padding: 130px 0 50px;
  }
}
#notation-page .main::before {
  display: block;
  content: "";
  background: url(../images/common/ico_dog_pc.svg) top right no-repeat;
  background-size: 100% auto;
  width: 322px;
  height: 315px;
  top: 339px;
  left: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  #notation-page .main::before {
    background: url(../images/common/ico_dog_sp.svg) top right no-repeat;
    background-size: 100% auto;
    width: 168px;
    height: 136px;
    top: 116px;
    left: inherit;
    right: 0;
  }
}
#notation-page .main__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#notation-page .main__inner .ttlBox p {
  background: none;
  padding: 0;
  margin: 0 0 15px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  #notation-page .main__inner .ttlBox p {
    margin: 0 0 10px;
  }
}
#notation-page .main__inner .ttlBox p span.en {
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  #notation-page .main__inner .ttlBox p span.en {
    font-size: 22px;
  }
}
#notation-page .main__inner .ttlBox h2 {
  font-size: 33px;
  line-height: 160%;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  #notation-page .main__inner .ttlBox h2 {
    font-size: 24px;
  }
}
#notation-page .notation {
  width: 100%;
  position: relative;
  z-index: 2;
}
#notation-page .notation__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 0 0 140px;
}
@media screen and (max-width: 600px) {
  #notation-page .notation__inner {
    padding: 0 0 100px;
  }
}
#notation-page .notation__inner .notationSet {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #notation-page .notation__inner .notationSet {
    margin-bottom: 30px;
  }
}
#notation-page .notation__inner .notationSet:last-child {
  margin: 0;
}
#notation-page .notation__inner .notationSet .ttlBox {
  margin-bottom: 0;
}
#notation-page .notation__inner .notationSet .ttlBox h3 {
  font-size: 18px;
  line-height: 1em;
  padding: 6px 0 27px 35px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color-wht);
  background: url(../images/common/ico_footprints.svg) top left no-repeat;
  background-size: 31px auto;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #notation-page .notation__inner .notationSet .ttlBox h3 {
    padding: 6px 0 18px 35px;
    background: url(../images/common/ico_footprints.svg) top left no-repeat;
    background-size: 31px auto;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#notation-page .notation__inner .notationSet p:nth-of-type(2) {
  margin-top: 10px;
}
#notation-page .notation__inner .notationSet p a {
  text-decoration: underline;
}
#notation-page .notation__inner .notationSet ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
}
#notation-page .notation__inner .notationSet ul li {
  text-indent: -1em;
  padding-left: 1em;
}/*# sourceMappingURL=notation.css.map */