html body .subvisual {
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  html body .subvisual {
    padding-top: 3rem;
    background: linear-gradient(180deg, #2EB1B7 0%, #2EB1B7 50%, #fff 50%, #fff 100%);
  }
}
@media screen and (max-width: 767px) {
  html body .subvisual {
    padding-top: 4rem;
  }
}
html body .subvisual img {
  width: 100%;
}
html body.archive.category-blog {
  background-color: #DCF5F8;
}
html body.archive .pagenation {
  padding-top: 5rem;
}
html body.archive .pagenation .nav-links {
  display: flex;
  justify-content: center;
}
html body.archive .pagenation .nav-links .page-numbers {
  margin: 0 1rem;
  transition: opacity 450ms !important;
}
html body.archive .pagenation .nav-links .page-numbers:not(.current):hover {
  opacity: 0.7;
}
html body.archive .pagenation .nav-links .page-numbers.current {
  font-weight: bold;
}
html body.archive main section.archive-news .wrapper h2 {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  html body.archive main section.archive-news .wrapper h2 {
    padding-top: 5rem;
  }
}
html body.archive main section.archive-news .wrapper .contents-list-wrapper .contents-list {
  display: flex;
  padding-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  html body.archive main section.archive-news .wrapper .contents-list-wrapper .contents-list {
    display: block;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #E8F2FF;
  }
}
html body.archive main section.archive-news .wrapper .contents-list-wrapper .contents-list .label-wrapper {
  display: flex;
}
@media screen and (max-width: 991px) {
  html body.archive main section.archive-news .wrapper .contents-list-wrapper .contents-list .label-wrapper {
    padding-bottom: 1rem;
  }
}
html body.archive main section.archive-news .wrapper .contents-list-wrapper .contents-list .label-wrapper ul.category-tag li a {
  display: block;
  background-color: #03B8C5;
  color: #fff;
  font-size: 1.7rem;
  padding: 0.3rem 5rem;
  -webkit-transition: opacity 450ms !important;
  transition: opacity 450ms !important;
}
html body.archive main section.archive-news .wrapper .contents-list-wrapper .contents-list .label-wrapper ul.category-tag li a :hover {
  opacity: 0.7 !important;
}
html body.archive main section.archive-news .wrapper .contents-list-wrapper .contents-list .label-wrapper time {
  margin: 0 1rem;
}
html body.archive main section.archive-blog .wrapper h2 {
  padding-top: 10rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  html body.archive main section.archive-blog .wrapper h2 {
    padding-top: 5rem;
    margin-bottom: 3rem;
  }
}
html body.archive main section.archive-blog .wrapper .contents-list-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 3rem;
}
html body.archive main section.archive-blog .wrapper .contents-list-wrapper .contents-list {
  flex-basis: 23.75%;
}
@media screen and (max-width: 767px) {
  html body.archive main section.archive-blog .wrapper .contents-list-wrapper .contents-list {
    flex-basis: 49%;
  }
}
html body.archive main section.archive-blog .wrapper .contents-list-wrapper .contents-list:nth-child(-n+4) {
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  html body.archive main section.archive-blog .wrapper .contents-list-wrapper .contents-list:nth-child(-n+2) {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 575px) {
  html body.archive main section.archive-blog .wrapper .contents-list-wrapper .contents-list:nth-child(-n+2) {
    padding-bottom: 2rem;
  }
}
html body.archive main section.archive-blog .wrapper .contents-list-wrapper .contents-list a {
  transition: opacity 450ms !important;
}
html body.archive main section.archive-blog .wrapper .contents-list-wrapper .contents-list a:hover {
  opacity: 0.7;
}
html body.archive main section.archive-blog .wrapper .contents-list-wrapper .contents-list a .thumbnail img {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
  height: 200px;
}
@media screen and (max-width: 575px) {
  html body.archive main section.archive-blog .wrapper .contents-list-wrapper .contents-list a .thumbnail img {
    height: 150px;
  }
}
html body.archive main section.archive-blog .wrapper .contents-list-wrapper .contents-list a .thumbnail img:hover {
  opacity: 1;
}
html body.archive main section.archive-blog .wrapper .contents-list-wrapper .contents-list a .post-text {
  color: #00425A;
  font-size: 1.8rem;
  line-height: 1.722;
}
@media screen and (max-width: 767px) {
  html body.archive main section.archive-blog .wrapper .contents-list-wrapper .contents-list a .post-text {
    font-size: 1.5rem;
    line-height: 1.733;
  }
}
html body.archive main section.archive-blog .wrapper .contents-list-wrapper .contents-list a .post-text .post-date {
  padding: 1rem 0 0.5rem;
}
html body.single {
  background-color: #DCF5F8;
}
html body.single .wrapper .white-box {
  background-color: #fff;
  padding: 3rem;
  margin-top: 5rem;
}
html body.single .wrapper .white-box .single-label-wrapper h1.basic-sub-title {
  font-weight: 800;
  font-size: 3rem;
  color: #00425A;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  html body.single .wrapper .white-box .single-label-wrapper h1.basic-sub-title {
    font-size: 1.8rem;
  }
}
html body.single .wrapper .white-box .single-label-wrapper time {
  color: #00425A;
  font-weight: 700;
  padding-bottom: 2rem;
  display: block;
}
html body.single .wrapper .white-box .single-label-wrapper .single-image-wrapper {
  padding-bottom: 2rem;
}
html body.single .wrapper .white-box .single-label-wrapper .single-image-wrapper .single-image img {
  width: 100%;
  border-radius: 5px;
}
html body.single .wrapper .white-box .box .single-text {
  line-height: 1.8;
}
html body.single .wrapper .white-box .box .single-text a {
  border-bottom: 1px solid;
  word-break: break-all;
}
html body.single .wrapper .white-box .box .single-text figure {
  margin: 3rem 0 2rem;
}
html body.single .wrapper .white-box .box .single-text h2 {
  margin: 3rem 0 2rem;
}
html body.single .wrapper .white-box .single-pager-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 10rem;
}

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