html body main .article_wrapper .article_main .pagenation {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  html body main .article_wrapper .article_main .pagenation {
    margin-top: 3.75rem;
  }
}
html body main .article_wrapper .article_main .pagenation .nav-links {
  display: inline-block;
}
html body main .article_wrapper .article_main .pagenation .nav-links .page-numbers {
  color: #888;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #888;
  padding: 5px 10px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
html body main .article_wrapper .article_main .pagenation .nav-links .page-numbers.current {
  color: #fff;
  background-color: #888;
}
html body main .contents_single {
  padding: 50px 0 120px;
}
@media screen and (max-width: 767px) {
  html body main .contents_single {
    padding: 32px 0 64px;
  }
}
html body main .contents_single h1 {
  margin-bottom: 1.25rem;
  font-size: 56px;
  color: #3081ba;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  html body main .contents_single h1 {
    font-size: 40px;
  }
}
html body main .contents_single h2 {
  margin-bottom: 40px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  html body main .contents_single h2 {
    margin-bottom: 1.5rem;
    font-size: 20px;
  }
}
html body main .contents_single h3 {
  margin-top: 1.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  html body main .contents_single h3 {
    margin-bottom: 0.5rem;
  }
}
html body main .contents_single .single_image_wrapper .single_image {
  margin-bottom: 20px;
}
html body main .contents_single .single_image_wrapper .single_image img {
  border: 1px solid #f3f3f3;
}
html body main .contents_single .single_text p {
  line-height: 2.1;
  margin-bottom: 1rem;
}
html body main .contents_single .single_text ul,
html body main .contents_single .single_text ol {
  padding-left: 25px;
}
html body main .contents_single .single_text ul li,
html body main .contents_single .single_text ol li {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents_single .single_text ul li a,
  html body main .contents_single .single_text ol li a {
    font-size: 0.75rem;
  }
}
html body main .contents_single .single_text ul li {
  list-style-type: disc;
}
html body main .contents_single .single_text ol li {
  list-style-type: decimal;
}
html body main .contents_single .single_text .wp-block-buttons {
  margin-bottom: 1rem;
}
html body main .contents_single .single_text .wp-block-buttons .wp-block-button .wp-block-button__link {
  font-size: 16px;
  display: block;
  padding: 10px 30px;
  text-align: center;
  margin: 0 auto;
  color: #3081ba;
  background: #fff url(/common/img/ico_arrow.png) calc(100% - 10px) center no-repeat;
  border: 1px solid #3081ba;
  border-radius: 0;
  text-decoration: none;
}
html body main .contents_single .single_text .wp-block-media-text {
  gap: 40px;
}
html body main .contents_single .single_text .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
html body main .contents_single .single_text .wp-block-media-text .wp-block-media-text__media img {
  max-width: 400px;
  display: block;
  margin: auto;
}
html body main .contents_single .single_pager_wrapper {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  html body main .contents_single .single_pager_wrapper {
    margin-top: 2.5rem;
  }
}
html body main .contents_single .single_pager_wrapper .single_pager a {
  font-weight: bold;
  display: inline-block;
}
html body main .contents_single .single_pager_wrapper .archive_back_wrapper a {
  color: #3081ba;
  font-weight: bold;
  display: inline-block;
}
html body main .contents_archive {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  html body main .contents_archive {
    padding-top: 32px;
  }
}
html body main .contents_archive .contents_list_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2rem;
}
html body main .contents_archive .contents_list_wrapper .contents_list {
  flex-basis: calc((100% - 4rem) / 3);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (max-width: 991px) {
  html body main .contents_archive .contents_list_wrapper .contents_list {
    flex-basis: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 575px) {
  html body main .contents_archive .contents_list_wrapper .contents_list {
    flex-basis: 100%;
  }
}
html body main .contents_archive .contents_list_wrapper .contents_list .contents_image {
  height: 200px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #f3f3f3;
}
@media screen and (max-width: 575px) {
  html body main .contents_archive .contents_list_wrapper .contents_list .contents_image {
    height: 220px;
  }
}
html body main .contents_archive .contents_list_wrapper .contents_list h2 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  html body main .contents_archive .contents_list_wrapper .contents_list h2 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents_archive .contents_list_wrapper .contents_list h2 {
    display: block;
  }
}

/*# sourceMappingURL=post.css.map */
