#page main::after {
  content: none;
}
#page .no_kiji {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #page .no_kiji {
    padding: 10% 6%;
  }
}
#page .pager {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
  margin: 60px 0 30px;
}
#page .pager .page-numbers {
  color: #4AB6B4;
}
#page .pager .page-numbers.current {
  color: #333;
}
#page .archive_wrap {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
  word-wrap: break-word;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #page .archive_wrap {
    width: 100%;
    flex-direction: column;
    padding: 12% 6%;
  }
}
#page .archive_wrap.blog_wrap .archive_box {
  width: 700px;
}
@media screen and (max-width: 768px) {
  #page .archive_wrap.blog_wrap .archive_box {
    width: 100%;
  }
}
#page .archive_wrap img {
  width: 100%;
  margin: 30px 0;
}
#page .archive_wrap .archive_box {
  width: 1000px;
}
@media screen and (max-width: 768px) {
  #page .archive_wrap .archive_box {
    width: 100%;
  }
}
#page .archive_wrap .archive_box .archive_conts .dateBlock {
  font-size: 1.4rem;
  padding: 0 0 10px;
}
#page .archive_wrap .archive_box .archive_conts h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  color: #4AB6B4;
  border-bottom: 2px solid #4AB6B4;
  padding: 0 0 10px;
  text-decoration: none;
  margin: 10px 0 20px;
  width: 100%;
  display: block;
}
#page .archive_wrap .archive_box .archive_conts .ar_txt {
  line-height: 2.2;
}
#page .archive_wrap .archive_box .archive_conts .btn-style {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
}
#page .archive_wrap .archive_box .archive_conts .btn-style a {
  text-decoration: none !important;
  min-width: 230px;
  padding: 12.5px 45px 12.5px 20px;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #4AB6B4;
  background: #FFF;
  color: #4AB6B4;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.128rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page .archive_wrap .archive_box .archive_conts .btn-style a {
    width: 100%;
  }
}
#page .archive_wrap .archive_box .archive_conts .btn-style a::before {
  content: "";
  width: 9.5px;
  height: 12px;
  -webkit-mask-image: url(../images/common/icon_arrow_s.svg);
  mask-image: url(../images/common/icon_arrow_s.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #4AB6B4;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translatey(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  #page .archive_wrap .archive_box .archive_conts .btn-style a:hover {
    opacity: 1 !important;
    background: #4AB6B4;
    color: #FFF;
  }
  #page .archive_wrap .archive_box .archive_conts .btn-style a:hover::before {
    background-color: #FFF;
  }
}
#page .post_archive {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
  word-wrap: break-word;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #page .post_archive {
    width: 100%;
    flex-direction: column;
    padding: 12% 6%;
  }
}
#page .post_archive .box_entry {
  width: 700px;
}
@media screen and (max-width: 768px) {
  #page .post_archive .box_entry {
    width: 100%;
  }
}
#page .post_archive .box_entry .entry_ex .entry_date {
  font-size: 1.4rem;
  padding: 0 0 10px;
}
#page .post_archive .box_entry .entry_title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  color: #4AB6B4;
  border-bottom: 2px solid #4AB6B4;
  padding: 0 0 10px;
  text-decoration: none;
  margin: 10px 0 20px;
  width: 100%;
  display: block;
}
#page .post_archive .box_entry .entry {
  line-height: 2.2;
}
#page .post_archive .box_entry img {
  width: 100%;
  margin: 30px 0;
}
#page .post_archive .box_entry .pagenav_single {
  width: 100%;
  margin: 80px 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #page .post_archive .box_entry .pagenav_single {
    margin: 6% 0;
  }
}
#page .post_archive .box_entry .pagenav_single li {
  position: relative;
}
#page .post_archive .box_entry .pagenav_single li.prev a {
  padding: 0 0 0 20px;
}
#page .post_archive .box_entry .pagenav_single li.prev a::before {
  content: "";
  color: #4AB6B4;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4AB6B4;
  border-right: 1px solid #4AB6B4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(-135deg) translatey(-50%);
  transform-origin: 50% 15%;
}
#page .post_archive .box_entry .pagenav_single li.next {
  margin: 0 0 0 auto;
}
#page .post_archive .box_entry .pagenav_single li.next a {
  padding: 0 20px 0 0;
}
#page .post_archive .box_entry .pagenav_single li.next a::before {
  content: "";
  color: #4AB6B4;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4AB6B4;
  border-right: 1px solid #4AB6B4;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(45deg) translatey(-50%);
}
#page .post_archive .box_entry .pagenav_single li a {
  position: relative;
}
#page .side {
  width: 240px;
  background: #FEFEFE;
  padding: 20px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.05));
}
@media screen and (max-width: 768px) {
  #page .side {
    width: 100%;
  }
}
#page .side > h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.7rem;
  border-bottom: 2px solid #4AB6B4;
  padding: 0 0 5px;
  margin: 0 0 20px;
  color: #4AB6B4;
}
#page .side > ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#page .side > ul:not(:last-child) {
  margin: 0 0 30px;
}
#page .side > ul > li a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #333;
  position: relative;
  padding: 0 0 0 10px;
  display: block;
}
#page .side > ul > li a::before {
  content: "";
  background: #4AB6B4;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
/*# sourceMappingURL=news.css.map */

.entry strong{
    font-weight: bold;
}