.notice {
  padding-block: 160px;
  background: #f6f6f6
}

@media screen and (max-width:1200px) {
  .notice {
    padding-inline: 3%
  }
}

@media screen and (max-width:767px) {
  .notice {
    padding-block: 80px
  }
}

.notice__content {
  margin-inline: auto;
  padding: 40px 80px;
  max-width: 1000px;
  background: #fff
}

@media screen and (max-width:767px) {
  .notice__content {
    padding-inline: 5.33%
  }
}

.notice__logo {
  display: block;
  margin-inline: auto;
  max-width: 374px;
  height: auto
}

@media screen and (max-width:767px) {
  .notice__logo {
    max-width: 100%
  }
}

.notice__title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.5em;
  text-align: center;
  margin-block: 40px
}

@media screen and (max-width:767px) {
  .notice__title {
    margin-block: 24px;
    font-size: 28px
  }
}

.notice__text {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2em
}

@media screen and (max-width:767px) {
  .notice__text {
    font-size: 14px
  }
}

.notice__text .highlight {
  display: block;
  margin-block: 24px;
  padding: 8px 16px;
  background: #1721b2;
  color: #fff
}

@media screen and (max-width:767px) {
  .notice__text .highlight {
    margin-block: 20px
  }
}

.notice__header {
  background: #fec
}

.notice__header-container {
  max-width: 1200px;
  margin-inline: auto;
  padding-block: 8px
}

@media screen and (max-width:1200px) {
  .notice__header-container {
    padding-inline: 1.4%
  }
}

.notice__header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5em
}

@media screen and (max-width:767px) {
  .notice__header-link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px
  }
}

.notice__banner {
  padding: 24px 6%;
  border: 6px solid #ff9d00;
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, 游ゴシック, 游ゴシック体, yugothic, Yu Gothic, メイリオ, meiryo, ＭＳ ゴシック, MS Gothic, hirakakupron-w3, TakaoExゴシック, takaoexgothic, MotoyaLCedar, Droid Sans Japanese, sans-serif
}

@media screen and (max-width:767px) {
  .notice__banner {
    padding-inline: 5.33%;
    border-width: 3px
  }
}

.notice__banner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5em;
  color: #ff9d00
}

@media screen and (max-width:767px) {
  .notice__banner-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 20px
  }
}

@media screen and (max-width:767px) {
  .notice__banner-title img {
    margin-block: 6px
  }
}

.notice__banner-text {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2em
}

@media screen and (max-width:767px) {
  .notice__banner-text {
    font-size: 14px
  }
}

.notice__banner-text .red {
  font-size: 2rem;
  color: red
}

@media screen and (max-width:767px) {
  .notice__banner-text .red {
    font-size: 18px
  }
}
