@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
:root {
  --bsncolor: #0052a4;
  --themecolor: #000000;
}

/* ▼中止対応▼ */
.info_body h3 {
  position: relative;
  text-align: center;
  font-size: 1.6em;
  color: #ff0000;
  font-weight: 500;
}

.info_body h3 span {
  padding: 0 1em;
  background: #fff;
}

.info_body h3::before,
.info_body h3::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50%;
  height: 2px;
  background: #ff0000;
  z-index: -1;
}

.info_body h3::before {
  left:0;
}

.info_body h3::after {
  right: 0;
}

.info_body .txt_box {
  margin: 1em 0 0;
  padding: 0 1em;
}

.info_body .txt_box .parag:nth-last-of-type(n+2) {
  margin: 0 0 1em;
}

.info_body .txt_box .parag p {
  font-size: 1.2em;
  line-height: 1.75em;
}
/* ▲中止対応▲ */

/* .eventWebpage {
  font-family: "Noto Serif JP", serif;
} */

.eventWebpage img {
  vertical-align: middle;
}

.eventWebpage .red {
  color: #f00;
}

.eventWebpage .bold {
  font-weight: 700;
}

.eventWebpage .item.clearfix .title,
.eventWebpage .item.clearfix .item_dtl {
  font-weight: 700;
}

.eventWebpage .fw-normal {
  font-weight: normal;
}

/* .eventWebpage .apply {
  margin: 30px 0 0;
} */
#contentsBox .page_title {
  text-align: center;
  margin: 0 0 2em 0;
}

.eventWebpage .apply a {
  /* font-family: "Noto Sans JP", sans-serif; */
  font-weight: 500;
  color: #fff !important;
  background: var(--bsncolor);
  padding: 0.75em 4em;
  /* width: 18em; */
  /* margin: 0 auto; */
  display: inline-block;
  text-align: center;
  border-radius: 100vh;
  transition: 0.3s;
  border: 0.25em solid var(--bsncolor);
}

.eventWebpage .apply a:hover {
  background: #fff;
  color: var(--bsncolor) !important;
  text-decoration: none;
  opacity: 1;
}

.eventWebpage .entry_other {
  border-top: none;
}

.eventWebpage .copy {
  text-align: center;
}

@media screen and (max-width: 899px) {
  /* ▼中止対応▼ */
  .info_body h3 {
    font-size: 1.4em;
  }

  .info_body h3 span {
    display: block;
    width: 14em;
    margin: 0 auto;
  }

  .info_body .txt_box .parag p span {
    display: block;
    padding: 0 0 0 1em;
  }

  .eventWebpage .item.clearfix .title {
    font-size: 16px;
  }
}/*# sourceMappingURL=20241004juichininnozokugun.css.map */