.contentHeader__text {
  margin: 50px auto 0;
  text-align: center;
  max-width: 800px;
}

.contentHeader__text h1 {
  margin-bottom: 20px;
}

.contentHeader__text h1 span {
  font-size: 20px;
  font-weight: 700;
}

.contentHeader__text h1 p {
  margin-top: 42px;
  font-size: 44px;
  font-family:
    YakuHanJP,
    Roboto,
    Helvetica,
    Helvetica Neue,
    Arial,
    Noto Sans CJK JP,
    源ノ角ゴシック,
    Hiragino Kaku Gothic Pro,
    ヒラギノ角ゴシック Pro,
    Hiragino Kaku Gothic ProN,
    ヒラギノ角ゴ ProN W3,
    メイリオ,
    Meiryo,
    MS PGothic,
    sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.contentHeader__text ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  gap: 17px;
}

.contentHeader__date {
  color: #9e9e9e;
}

.content__image:first-child,
.content__image:nth-child(2) {
  margin-top: 0;
}
.content__image {
  padding: 8px 0;
  margin: 0 auto 28px;
  text-align: center;
  width: 800px;
  color: #9e9e9e;
}

.content__image img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.contentHeader {
  margin-bottom: 50px;
}

.content__text:first-child,
.content__text:nth-child(2) {
  margin-top: 0;
}

.content__text {
  margin: 0 auto 28px;
  width: 800px;
}

.content__main .content__text h2 {
  text-align: center;
}
.content__text h2 {
  padding-top: 42px;
  margin-bottom: 28px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-family:
    YakuHanJP,
    Roboto,
    Helvetica,
    Helvetica Neue,
    Arial,
    Noto Sans CJK JP,
    源ノ角ゴシック,
    Hiragino Kaku Gothic Pro,
    ヒラギノ角ゴシック Pro,
    Hiragino Kaku Gothic ProN,
    ヒラギノ角ゴ ProN W3,
    メイリオ,
    Meiryo,
    MS PGothic,
    sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
}
.content__text b {
  font-weight: 700;
}

.content__text p:not(:last-child) {
  margin-bottom: 28px;
}

@media screen and (max-width: 960px) {
  .contentHeader__text {
    padding: 0 15px;
    margin: 30px auto;
  }
  .contentHeader__text h1 {
    margin-bottom: 20px;
  }
  .contentHeader__text h1 span {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .contentHeader__text h1 p {
    text-align: left;
    font-size: 20px;
  }
  .contentHeader__text ul {
    justify-content: flex-start;
    font-size: 16px;
  }
  .content__image {
    width: auto;
    padding: 8px 25px;
  }
  .content__text {
    padding: 0 25px;
    margin-bottom: 28px;
    width: auto;
  }
  .content__text h2 {
    font-size: 20px;
  }
}
