@charset "UTF-8";
.sub {
  /* .img2 を flex にして、画像とテキストを一体化 */
  /* 日時テキストを img2 の中にまとめるとズレがなくなる */
  /* .img 調整（上下余白なし） */
  /* 不要な余白をリセット */
}
.sub .topbuttonwrap {
  max-width: 1000px;
  margin: 0 auto;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.sub .topbuttonwrap a {
  flex: 0 0 28%;
}
.sub .topbuttonwrap a button {
  width: 100%;
  min-width: auto;
}
.sub .topbuttonwrap a:hover {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .sub .topbuttonwrap {
    width: 100%;
    padding: 15px;
    gap: 15px;
  }
  .sub .topbuttonwrap a {
    flex: 0 0 32%;
  }
}
.sub h3 {
  border: none;
  font-size: 28px;
  display: block;
  text-align: center;
  margin: 0 auto 24px;
  padding-top: 20px;
  font-weight: 600;
}
.sub h4.kazari {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  color: #E60012;
  text-align: center;
  padding: 0;
  margin-bottom: 24px;
  margin-left: 15px;
}
@media screen and (max-width: 750px) {
  .sub h4.kazari {
    width: calc(100% - 30px);
  }
}
.sub h4.kazari::before, .sub h4.kazari::after,
.sub h4.kazari span::before,
.sub h4.kazari span::after {
  content: "";
  position: absolute;
  background-color: #E60012;
}
.sub h4.kazari::before {
  top: -12px;
  left: -8px;
  width: 1px;
  height: 15px;
}
.sub h4.kazari::after {
  top: -8px;
  left: -12px;
  width: 16px;
  height: 1px;
}
.sub h4 span::before {
  top: -12px;
  right: -8px;
  width: 1px;
  height: 15px;
}
.sub h4 span::after {
  top: -8px;
  right: -12px;
  width: 15px;
  height: 1px;
}
.sub h4 .kazari-left-bottom {
  bottom: -12px;
  left: -8px;
  width: 1px;
  height: 15px;
  position: absolute;
  background-color: #E60012;
}
.sub h4 .kazari-left-bottom-h {
  bottom: -8px;
  left: -12px;
  width: 15px;
  height: 1px;
  position: absolute;
  background-color: #E60012;
}
.sub h4 .kazari-right-bottom {
  bottom: -12px;
  right: -8px;
  width: 1px;
  height: 15px;
  position: absolute;
  background-color: #E60012;
}
.sub h4 .kazari-right-bottom-h {
  bottom: -8px;
  right: -12px;
  width: 15px;
  height: 1px;
  position: absolute;
  background-color: #E60012;
}
.sub h5 {
  font-size: 18px;
  font-weight: 800;
}
.sub .h5wrapper {
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .sub .h5wrapper {
    flex-wrap: wrap;
  }
  .sub .h5wrapper h5 {
    flex: 0 0 100%;
  }
}
.sub .midashi {
  font-size: 18px;
  font-weight: 800;
  margin: 15px 0;
}
.sub table {
  border-spacing: 0;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.sub table td,
.sub table th {
  border: none;
  border-bottom: 1px solid #E60012;
  height: 60px;
  font-weight: 600;
}
.sub table td .small,
.sub table th .small {
  font-size: 10px;
}
.sub table th {
  height: 80px;
}
.sub table th {
  border-bottom: 3px solid #E60012;
}
.sub ul {
  margin-bottom: 24px;
}
.sub ul li {
  padding-left: 20px;
  position: relative;
}
.sub ul li::before {
  content: "※ ";
  position: absolute;
  left: 0;
  top: 0;
}
.sub ul li.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sub p.underline {
  padding-bottom: 2px;
  font-size: 16px;
  display: inline-block;
  font-weight: 800;
  margin: 24px 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.sub .box {
  max-width: 1140px;
  height: auto;
  width: 100%;
}
.sub .box .col {
  gap: 15px;
}
@media screen and (max-width: 750px) {
  .sub .box .col {
    gap: 24px;
  }
}
.sub .box .col .item {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .sub .box .col .item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sub .box .col .item .koumoku {
  flex: 0 0 200px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .sub .box .col .item .koumoku {
    flex: 0 0 auto;
  }
}
.sub .box .col .item p {
  flex: 1 1 auto;
}
.sub .maeuri_sec {
  margin-bottom: 110px;
}
.sub .maeuri_sec .maeuri {
  gap: 24px;
  margin-bottom: 24px;
}
.sub .maeuri_sec .maeuri .pair {
  width: 100%;
}
.sub .maeuri_sec .maeuri .col {
  flex: 1 1 auto;
  gap: 24px;
}
.sub .maeuri_sec .maeuri .col .box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 auto;
}
@media screen and (max-width: 750px) {
  .sub .maeuri_sec .maeuri {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }
}
.sub .maeuri_sec .maeuri .img {
  flex: 0 1 150px;
  width: 330px;
  height: 330px;
  display: flex;
}
.sub .maeuri_sec .maeuri .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sub .img2 {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.sub .img2 img {
  width: 40px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px; /* ← 横の余白を確実に入れる */
}
.sub .minititle {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sub .img {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.sub .img img {
  width: 60%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}
.sub .maeuri_sec {
  padding: 0 !important;
}
.sub .flex.maeuri {
  margin: 0 !important;
  padding: 0 !important;
  gap: 16px; /* 必要なら適度に調整 */
}
.sub .buy {
  gap: 36px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .sub .buy {
    flex-direction: column;
    gap: 15px;
  }
}
.sub .buy .left {
  flex: 0 1 36%;
}
.sub .buy .left a button {
  width: 100%;
  margin: 0;
}
.sub .buy .right {
  flex: 0 1 62%;
}
.sub .twoimage {
  gap: 24px;
  margin: 24px 0;
}

.red {
  color: #E60012;
}/*# sourceMappingURL=program.css.map */