@charset "utf-8";
/* CSS Document */

article {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 5rem;
  padding-top: 6rem;
}

article > h2 {
  font-size: 3rem;
  font-weight: 500;
  /* text-align: center; */

  margin-bottom: 4rem;
  line-height: 1.6;
}

.event__notice-wrap {
  width: 100%;
  padding: 2rem 0;
}

.event__notice-wrap:last-of-type {
  border-bottom: 1px solid #c9caca;
}

.event__notice-section {
  width: 100%;
  margin-bottom: 1.7rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.event__notice-mark {
  display: block;
  width: 67px;
  height: 45px;
  line-height: 45px;

  text-align: center;
  font-size: 2.8rem;
  font-family: 'Bebas Neue', cursive;
  color: #fff;
  background-color: #0092ba;

  border-radius: 7px;
  margin-right: 1.5rem;
}

.event__notice-wrap h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
}

.event__notice-wrap h4 {
  font-size: 2rem;
  font-weight: 500;
  margin: 2rem 0 1rem;
  line-height: 1.6;
}

.event__notice-text,
.event__notice-id-list li,
.event__notice-alert-list li {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2.9rem;
}

.event__notice-id-list,
.event__notice-alert-list {
  margin-top: 1rem;
  padding-left: 2.4rem;
}

.event__notice-id-list {
  list-style: decimal;
}

.event__notice-id-list li {
  margin-bottom: 0.3rem;
}

.event__notice-alert-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
}

.event__notice-alert-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.4rem;
}

.event__notice-alert-list li::before {
  content: '◇';
  position: absolute;
  left: 0;
  color: #0092ba;
}

.event__request-title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
  line-height: 1.6;
}

/* 旧クラス（未使用） */
.fan__present--faq-wrap {
  padding: 1.5rem 0;
}

.fan__present-question {
  width: 100%;
  margin-bottom: 1.7rem;
  display: flex;
  justify-content: flex-start;

  align-items: center;
}
.question-mark {
  display: block;
  width: 67px;
  height: 45px;
  line-height: 45px;

  text-align: center;
  font-size: 2.8rem;
  font-family: 'Bebas Neue', cursive;
  color: #fff;
  background-color: #0092ba;

  border-radius: 7px;
  margin-right: 1.5rem;
}

.fan__present-answer {
  width: 100%;
  display: flex;
  justify-content: flex-start;

  align-items: baseline;
}
.aline-center {
  align-items: center;
}

.answer-mark {
  display: block;
  width: 67px;
  height: 45px;
  line-height: 45px;

  text-align: center;
  font-size: 2.8rem;
  font-family: 'Bebas Neue', cursive;
  color: #fff;
  background-color: #b5b5b6;

  border-radius: 7px;
  margin-right: 1.5rem;
}
.answer-text > a {
  color: #0092ba;
}

.question-text {
  display: block;
  width: 90%;
}
.fan__present-answer--text-wrap {
  width: 90%;
}

.fan__present-answer--text-wrap ul li {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2.9rem;
}

.fan__present-answer--text-wrap .answer-text,
.fan__present-answer--text-wrap h3 {
  line-height: 2.9rem;
}

/*================================================================================================================================*/

/*=========== 最大ブレイクポイント(PCコンテンツ幅+1) =============*/

@media screen and (max-width: 1161px) {
  article {
    padding: 2rem 1rem 0;
  }
}

/*================ iPadの基準ブレイクポイント ================*/

@media screen and (max-width: 1025px) {
  article > h2 {
    font-size: 2.5rem;
  }

  .event__notice-wrap h3,
  .event__request-title {
    font-size: 2.1rem;
  }

  .event__notice-wrap h4 {
    font-size: 1.8rem;
  }
}

/*================ 基本的なブレイクポイント ==================*/

@media screen and (max-width: 770px) {
  article > h2 {
    text-align: left;
  }

  .event__notice-section {
    align-items: flex-start;
  }
}

/*============== iPhoneの基準ブレイクポイント ================*/

@media screen and (max-width: 540px) {
  article > h2 {
    font-size: 2rem;
  }

  .event__notice-mark {
    width: 55px;
    height: 35px;
    line-height: 35px;
    font-size: 2.5rem;
    margin-right: 1rem;
  }

  .event__notice-wrap h3,
  .event__request-title {
    font-size: 1.8rem;
  }

  .event__notice-wrap h4 {
    font-size: 1.6rem;
  }

  .event__notice-text,
  .event__notice-id-list li,
  .event__notice-alert-list li {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .event__notice-id-list {
    padding-left: 2rem;
  }
}
/*============= よくあるサイズ ブレイクポイント ==============*/

@media screen and (max-width: 415px) {
}

/*============== iPhone 最小ブレイクポイント ================*/

@media screen and (max-width: 320px) {
  article > h2 {
    font-size: 1.8rem;
  }
}
