/*=====================================================
  fureai2025
=====================================================*/
.fureai2025 {
  width: 100%;
  margin: 0 0 60px 0;
  padding: 30px;
  background-image: url(/images/about/community-activities/community-activities_bg.png);
  background-size: cover;
  background-position: center center;
}
@media print, screen and (min-width: 1280px) {
  .fureai2025 {
    padding: 100px;
  }
}
.fureai2025 .fureai2025__mainTitle {
  width: 100%;
  font-size: 26px;
  font-size: 1.0833333333rem;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-shadow: 0px 0px 4px rgb(255, 255, 255);
}
@media print, screen and (min-width: 1280px) {
  .fureai2025 .fureai2025__mainTitle {
    margin-bottom: 30px;
    font-size: 42px;
    font-size: 1.75rem;
  }
}
.fureai2025 .fureai2025__subTitle {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 22px;
  font-size: 0.9166666667rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-shadow: 0px 0px 4px rgb(255, 255, 255);
}
@media print, screen and (min-width: 1280px) {
  .fureai2025 .fureai2025__subTitle {
    text-align: left;
    font-size: 26px;
    font-size: 1.0833333333rem;
  }
}
.fureai2025 p {
  margin-bottom: 0.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-shadow: 0px 0px 4px rgb(255, 255, 255);
}