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

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

.bwj-fukuoka2025 {
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  color: #1d1e21;
  padding-bottom: 160px;
}

.bwj-fukuoka2025 * {
  font-size: 15px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.bwj-fukuoka2025 span {
  font-size: inherit;
}

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

.bwj-fukuoka2025 a {
  transition: all 0.3s;
}

.bwj-fukuoka2025 a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.bwj-fukuoka2025 .inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.sp-only {
  display: none;
}

.t-center {
  text-align: center;
}

.bg-gray {
  background-color: #f1f4f5;
}

.bg-yellow {
  background-color: #f9f4eb;
}

.bg-white {
  background-color: #fff;
}

.bold {
  font-weight: bold;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.hdg {
  text-align: center;
  font-size: 26px;
  margin-bottom: 40px;
  color: #1d2c6a;
  font-weight: bold;
}

.bwj-fukuoka2025 .mv {
  text-align: center;
}

.cont {
  padding: 40px 50px 80px;
  border-radius: 5px;
}

.item-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}

.item-hdg {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.4;
}

.item-hdg span {
  display: block;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .hdg {
    font-size: 20px;
  }
  .cont {
    padding: 30px 10px 40px;
    border-radius: 5px;
  }
  .item-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10px;
  }

  .item-hdg {
    font-size: 14px;
  }

  .item-hdg span {
    font-size: 12px;
  }
}
