#page > article {
  background: #F2E9D8;
  padding-bottom: 9.0104166667vw;
}

@media (max-width: 900px) {
  #page::before {
    top: 260px;
  }
  #page > article {
    padding-bottom: 55px;
  }
}
a[href*=".pdf"]:before {
  content: "";
}

a[href*=".pdf"]:after {
  content: none;
}

.txt-link {
  width: 12.03125vw;
  height: 1.9270833333vw;
  margin: 0 auto;
  border-radius: 37px;
  background: #AB3A3A;
  font-size: 0.9375vw;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3489583333vw;
  border: solid 3px #AB3A3A;
  box-sizing: border-box;
  transition: 0.5s;
}
.txt-link:hover {
  background: #ffffff;
  color: #AB3A3A;
}

@media (max-width: 900px) {
  .txt-link {
    width: 131px;
    height: 21px;
    border-radius: 21px;
    font-size: 10px;
    gap: 3px;
    border-width: 2px;
  }
  a[href*=".pdf"]:before {
    width: 12px;
    height: 14px;
  }
}
/*====================================================
section#maibun01
====================================================*/
#page section#maibun01 {
  position: relative;
  z-index: 1;
}
#page section#maibun01 .bg1::before, #page section#maibun01 .bg1::after {
  content: "";
  position: absolute;
  width: 14.21875vw;
  height: 5.46875vw;
  z-index: -1;
  top: 60%;
  transform: translateY(-50%);
}
#page section#maibun01 .bg1:before {
  left: 11.4583333333vw;
  background: url(../img/bg_icon01.svg) center no-repeat;
  background-size: cover;
}
#page section#maibun01 .bg1::after {
  right: 7.34375vw;
  top: 65%;
  background: url(../img/bg_icon02.svg) center no-repeat;
  background-size: cover;
}
#page section#maibun01 .inner {
  padding-top: 3.9583333333vw;
}
#page section#maibun01 .box-list {
  flex-wrap: wrap;
  gap: 2.8645833333vw 1.685%;
}
#page section#maibun01 .box-list li {
  background: #ffffff;
  border-radius: 1.25vw;
  padding: 1.25vw 1.484375vw 1.9270833333vw;
  box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.16);
  width: 32.21%;
  box-sizing: border-box;
}
#page section#maibun01 .box-list .box-img {
  width: auto;
  height: 14.1666666667vw;
  margin: 0 auto 1.5625vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: clip;
}
#page section#maibun01 .box-list .box-img p {
  font-size: 0.9375vw;
  text-align: center;
  margin: 0 auto 1.5625vw;
}
#page section#maibun01 .box-list .box-img img {
  width: auto;
  height: 100%;
}
#page section#maibun01 .box-list .txt-h3 {
  position: relative;
  padding-bottom: 0.9635416667vw;
  margin-bottom: 1.5364583333vw;
  text-align: center;
  line-height: 1.3em;
}
#page section#maibun01 .box-list .txt-h3:after {
  content: "";
  background: url(../img/dot_line_bk.svg) center repeat;
  background-size: cover;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#page section#maibun01 .box-list .txt-h3 .txt-s {
  display: block;
}
#page section#maibun01 .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-top: 3.90625vw;
  gap: 0.78125vw;
}
#page section#maibun01 .pagination .page-numbers {
  background: #AB3A3A;
  color: #ffffff;
  border-color: #AB3A3A;
  width: 5vw;
  height: 2.6041666667vw;
  font-size: 1.4583333333vw;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  margin: 0;
}
#page section#maibun01 .pagination .page-numbers:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #E2C2C2;
}
#page section#maibun01 .pagination .page-numbers.current {
  border-color: #ffffff;
  background: #ffffff;
  color: #E2C2C2;
}
#page section#maibun01 .pagination .page-numbers.next {
  margin-left: 1.40625vw;
}
#page section#maibun01 .pagination .page-numbers.prev {
  margin-right: 1.40625vw;
}

@media (max-width: 900px) {
  #page section#maibun01 .bg1::before, #page section#maibun01 .bg1::after {
    width: 186px;
    height: 72px;
    top: 60%;
  }
  #page section#maibun01 .bg1:before {
    content: none;
  }
  #page section#maibun01 .bg1::after {
    right: 0;
    top: initial;
    bottom: 57px;
    transform: initial;
  }
  #page section#maibun01 .box {
    width: 92%;
  }
  #page section#maibun01 .box-list {
    gap: 12px 0;
    justify-content: space-between;
  }
  #page section#maibun01 .box-list li {
    background: #ffffff;
    border-radius: 10px;
    padding: 9px 12px 19px;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.16);
    width: 48.7%;
  }
  #page section#maibun01 .box-list .box-img {
    height: 28.7179487179vw;
    margin-bottom: 9px;
  }
  #page section#maibun01 .box-list .box-img p {
    font-size: 13px;
    line-height: 1.3em;
  }
  #page section#maibun01 .box-list .txt-h3 {
    font-size: 12px;
    padding-bottom: 11px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  #page section#maibun01 .box-list .txt-h3 .txt-n {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 1px;
  }
  #page section#maibun01 .box-list .txt-h3:after {
    height: 2px;
  }
  #page section#maibun01 .pagination {
    margin-top: 32px;
    gap: 7px;
  }
  #page section#maibun01 .pagination .page-numbers {
    width: 48px;
    height: 25px;
    font-size: 13px;
  }
  #page section#maibun01 .pagination .page-numbers.next {
    margin-left: 13px;
  }
  #page section#maibun01 .pagination .page-numbers.prev {
    margin-right: 13px;
  }
}
/*====================================================
section#seika_link
====================================================*/
#page section#seika_link {
  position: relative;
  z-index: 1;
}
#page section#seika_link .bg1::before, #page section#seika_link .bg1::after {
  content: "";
  position: absolute;
  width: 14.21875vw;
  height: 5.46875vw;
  z-index: -1;
  top: 39%;
  transform: translateY(-50%);
}
#page section#seika_link .bg1:before {
  left: 11.4583333333vw;
  background: url(../img/bg_icon01.svg) center no-repeat;
  background-size: cover;
}
#page section#seika_link .bg1::after {
  right: 7.34375vw;
  top: 50%;
  background: url(../img/bg_icon02.svg) center no-repeat;
  background-size: cover;
}
#page section#seika_link .inner {
  padding-top: 6.25vw;
}
#page section#seika_link .txt-h2 {
  font-size: 1.5625vw;
  padding: 0;
  position: relative;
  background: #3D3434;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 86px;
  width: 60.32vw;
  height: 4.5vw;
  margin: 0 auto;
  margin-bottom: 1.4583333333vw;
}
#page section#seika_link .box {
  background: #ffffff;
  border-radius: 1.25vw;
  padding: 2.2395833333vw 6vw 2.5520833333vw;
  box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.16);
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.875vw 1.3020833333vw;
}
#page section#seika_link .plink {
  width: 19.28vw;
  height: 3.0729166667vw;
  border-radius: 37px;
  background: #AB3A3A;
  font-weight: 700;
  color: #ffffff;
  border: solid 3px #AB3A3A;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: 0.5s;
  gap: 0.625vw;
  font-size: 1.4583333333vw;
  margin: 0;
}
#page section#seika_link .plink:hover {
  background: #ffffff;
  color: #AB3A3A;
}
#page section#seika_link .plink.w420 {
  width: 21.88vw;
}

@media (max-width: 900px) {
  #page section#seika_link .inner {
    padding-top: 33px;
  }
  #page section#seika_link .txt-h2 {
    font-size: 18px;
    height: 37px;
    width: 82%;
    margin-bottom: 18px;
  }
  #page section#seika_link .box {
    border-radius: 10px;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.16);
    padding: 23px 37px;
    gap: 10px;
  }
  #page section#seika_link .plink {
    width: 100%;
    height: 37px;
    border-radius: 37px;
    font-size: 18px;
  }
  #page section#seika_link .plink.w420 {
    width: 100%;
  }
}
/*# sourceMappingURL=maibun_saitama.css.map */