@charset "UTF-8";
.red {
  color: red;
}

.news.index .yearWrap {
  margin-bottom: 5rem;
}
.news.index .yearWrap .year {
  font-family: "Lato", sans-serif;
  color: #d1d1d1;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  border-bottom: 1px dotted #d1d1d1;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
.news.index .yearWrap .year + ul li {
  list-style: none;
  margin-bottom: 2.5rem;
}
.news.index .yearWrap .year + ul li a {
  color: black;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  line-height: 1.5;
}
.news.index .yearWrap .year + ul li a .day {
  flex-basis: 8rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.news.index .yearWrap .year + ul li a .rArea {
  flex-basis: calc(100% - 8.5rem);
}
.news.index .yearWrap .year + ul li a .rArea.pdf::before {
  content: "";
  display: inline-block;
  width: 1.8rem; /*画像の幅*/
  height: 1.8rem; /*画像の高さ*/
  background-image: url(/assets/img/cmn/icon_pdf.png);
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -0.2rem;
  margin-right: 0.5rem;
}

.heading .day {
  font-size: 1.2rem;
  flex-basis: 8rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.heading .day span {
  font-size: 1rem;
  font-weight: 300;
}

.info20250728 p.syuuryou {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 2rem;
  color: red;
}
.info20250728 .mb2rem {
  margin-bottom: 2rem;
}
.info20250728 .imgWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .info20250728 .imgWrap {
    flex-wrap: wrap;
  }
}
.info20250728 .imgWrap img {
  display: block;
  flex-basis: 49%;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .info20250728 .imgWrap img {
    flex-basis: 100%;
    margin-bottom: 0.5rem;
  }
}
.info20250728 .h4wrap {
  margin-bottom: 2rem;
}
.info20250728 .h4wrap ul.aaa {
  list-style: disc;
  padding-left: 2rem;
}
.info20250728 .h4wrap ul.aaa li {
  margin-bottom: 0.6rem;
  display: flex;
  justify-content: flex-start;
}
.info20250728 .h4wrap ul.aaa li div {
  display: block;
}
.info20250728 .h4wrap ul.aaa li div:first-child {
  flex-basis: 8%;
}
@media screen and (max-width: 767px) {
  .info20250728 .h4wrap ul.aaa li div:first-child {
    flex-basis: 12%;
  }
}
.info20250728 .h4wrap ul.aaa li div:last-child {
  flex-basis: 92%;
}
@media screen and (max-width: 767px) {
  .info20250728 .h4wrap ul.aaa li div:last-child {
    flex-basis: 88%;
  }
}
.info20250728 .h4wrap.contact {
  margin-bottom: 5rem;
}
.info20250728 .h4wrap.contact ul.aaa li {
  margin-bottom: 0;
}

@media screen and (max-width: 999px) {
  .info20250829 .fright {
    margin-bottom: 3rem;
  }
}
.info20250829 p {
  margin-bottom: 0.5rem;
}

.info20250919 .mb2rem {
  margin-bottom: 2rem;
}
.info20250919 .mt2rem {
  margin-top: 2rem;
}
.info20250919 ul.main {
  padding-left: 3rem;
}
.info20250919 ul.main li {
  list-style: disc;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.info20250919 ul.img2ul {
  margin-top: 2rem;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.info20250919 ul.img2ul li {
  list-style: none;
  flex-basis: 48.2%;
}
.info20250919 ul.img2ul li img {
  width: 100%;
  margin-bottom: 1rem;
}
.info20250919 .imgWrapinfo202500919 {
  padding: 2rem 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.info20250919 .imgWrapinfo202500919 img {
  width: 28rem;
}

.info20251006 .mb2rem {
  margin-bottom: 2rem;
}
.info20251006 .mt2rem {
  margin-top: 2rem;
}
.info20251006 ul.main {
  padding-left: 3rem;
}
.info20251006 ul.main li {
  list-style: disc;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.info20251006 ul.img2ul {
  margin-top: 2rem;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}
.info20251006 ul.img2ul li {
  list-style: none;
  flex-basis: 48.2%;
}
.info20251006 ul.img2ul li img {
  width: 100%;
  margin-bottom: 1rem;
}

.info20251009 .mb2rem {
  margin-bottom: 2rem;
}
.info20251009 .note {
  display: flex;
  font-size: 0.9rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.info20251009 .imgWrap {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .info20251009 .imgWrap {
    width: 70%;
  }
}
.info20251009 .imgWrap img {
  width: 100%;
  height: auto;
  display: block;
}/*# sourceMappingURL=style.css.map */