@charset "UTF-8";
.main-container {
  display: block;
  width: 98%;
}
@media screen and (min-width: 768px) {
  .main-container {
    width: 100%;
  }
}
.main-container h1 {
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  font-size: 22px;
  color: #1882C5;
  display: flex;
  align-items: center;
  margin: 0 17px 20px 17px;
  font-weight: normal;
}
@media screen and (min-width: 764px) {
  .main-container h1 {
    margin: 0 0 20px 0;
    font-size: 25px;
  }
}
.main-container h1::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  border-bottom: 2px solid #1882C5;
}

h2 {
  color: #1882C5;
  padding: 0;
  font-size: 120%;
  font-weight: lighter;
  margin-top: 20px;
}
@media screen and (min-width: 764px) {
  h2 {
    font-size: 110%;
  }
}

li {
  list-style-type: none;
}

a.contents {
  text-decoration: underline;
  color: #1882C5;
}

a.pdf {
  text-decoration: underline;
  color: #1882C5;
}

.main-content {
  width: 100%;
}
.main-content .main-content-inner {
  margin: 0 17px 0 17px;
}
@media screen and (min-width: 768px) {
  .main-content .main-content-inner {
    margin: 0 0 0 0;
  }
}
.main-content .main-content-inner .introduction {
  padding: 10px;
  background-color: rgb(232, 245, 212);
  margin: auto;
  margin-top: 6vw;
}
@media screen and (min-width: 1024px) {
  .main-content .main-content-inner .introduction {
    margin-top: 50px;
  }
}
.main-content .main-content-inner .introduction .main-title {
  font-size: 14px;
  font-weight: 500;
  color: rgb(122, 168, 53);
}
@media screen and (min-width: 768px) {
  .main-content .main-content-inner .introduction .main-title {
    font-size: 20px;
    font-weight: 500;
    color: rgb(122, 168, 53);
  }
}
.main-content .main-content-inner .introduction p.text {
  font-size: 13px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .main-content .main-content-inner .introduction p.text {
    font-size: 17px;
  }
}
.main-content .main-content-inner ul.wrapper {
  margin: 30px 17px 20px 17px;
}
@media screen and (min-width: 764px) {
  .main-content .main-content-inner ul.wrapper {
    margin: 5vw 0 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .main-content .main-content-inner ul.wrapper {
    margin: 3vw 0 20px 0;
  }
}
.main-content .main-content-inner div.text-wrapper div.text {
  margin: 10px 0 10px 0;
}

li.inner {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
li.inner div.date {
  color: rgb(0, 0, 139);
  margin-bottom: 10px;
}
li.inner div.content {
  display: flex;
}
li.inner div.content div.left-side img {
  object-fit: contain;
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 764px) {
  li.inner div.content div.left-side img {
    width: 110px;
    height: 105px;
  }
}
li.inner div.content div.right-side {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 20px;
}
li.inner div.content div.right-side div.title {
  margin-bottom: 7px;
}
li.inner div.content div.right-side div.writer {
  color: #6a6a6a;
}

.page-nav ul {
  margin: 0;
  padding: 0;
  margin-top: 80px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.page-nav li {
  font-size: 14px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: solid 1px #333;
  border-radius: 50%;
  margin-left: 15px;
  list-style: none;
}
.page-nav li a.page-numbers {
  display: block;
  color: #333;
  text-decoration: none;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.page-nav li.current {
  font-size: 14px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: none;
  margin-left: 15px;
}

.page-nav li:first-of-type {
  margin-left: 0;
}

.page-nav li span.current {
  border: none;
}

.page-nav li.dot {
  border: none;
}

.bottom {
  display: flex;
  justify-content: center;
  font-size: 100%;
  margin-bottom: 40px;
  align-items: center;
}
.bottom a {
  color: #1882C5;
  text-decoration: underline;
  margin: 5px;
  display: flex;
}
.bottom img {
  justify-content: center;
  margin-top: 4px;
  vertical-align: middle;
}
.bottom .button {
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 768px) {
  .bottom .button {
    width: 18px;
    height: 18px;
  }
}/*# sourceMappingURL=lady.css.map */