@charset 'UTF-8';
.shikumi h3.shikumi02-title {
  padding: 20px 10px;
  font-size: 38px;
  font-feature-settings: "palt";
}
.shikumi_note01 {
  font-size: 2.4rem;
  color: #1b365d;
  line-height: 1.4;
  font-weight: normal;
  font-feature-settings: "palt";
  margin: 3.5rem 0 3rem;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .shikumi h3.shikumi02-title {
    font-weight: lighter;
  }
  *::-ms-backdrop, .shikumi_note01 {
    font-weight: lighter;
  }
}
.shikumi_note01 sup {
  font-size: .6em;
  vertical-align: top;
}
.shikumi_note02 {
  margin-top: 50px;
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  #shikumi h3.shikumi02-title, #oteire h3.oteire-title {
    padding-top: 10px;
  }
  .shikumi_note01 {
    font-size: 24px;
    margin: 2rem 0 1.2rem 0;
  }
  .shikumi_note02 {
    margin-top: 25px;
    font-size: 12px;
  }
}