@charset "UTF-8";
.post-container {
  width: 1080px;
  max-width: 90%;
  margin: 0 auto;
}

.post-category {
  background-color: #0E5D45;
  color: #fff !important;
  padding: 0.2rem 1rem;
}

.page-post {
  padding: 5rem 0;
}
.page-post a {
  transition: all 0.2s;
}
.page-post a:hover {
  opacity: 0.8;
}
.page-post__main {
  margin-top: 5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10rem 12rem;
}
.page-post__content {
  flex: 1;
  width: 71rem;
  max-width: 100%;
}
.page-post__side {
  width: 25rem;
}
.page-post__pagition {
  width: 100%;
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.page-post__pagition .btn-page {
  width: 3rem;
  height: 3rem;
  border: 1px solid #707070;
  background-color: #707070;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-post__pagition .btn-page.active {
  background-color: #fff;
  color: #707070;
}
.page-post__ctt {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px dashed;
  font-size: 1.5rem;
  line-height: 2;
}
.page-post__ctt img {
  max-width: 100%;
  display: block;
}
.page-post__slide {
  margin-bottom: 5rem;
}
.page-post__slide__nav__item {
  margin: 1rem;
}

.post-list__item {
  margin-bottom: 3.5rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 3rem;
}
.post-list__item:last-child {
  margin-bottom: 0;
}
.post-list__item__image img {
  width: 17rem;
  height: 17rem;
  object-fit: cover;
}
.post-list__item__info__1 {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1px;
}
.post-list__item__info__2 h3 {
  font-size: 1.8rem;
  margin: 1rem 0;
}
.post-list__item__info__2 p {
  font-size: 1.5rem;
}
.post-list__item__date {
  margin-right: 1.5rem;
}
.post-list__item__link {
  font-size: 1.5rem;
  text-align: right;
  border-bottom: 1px dashed;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.post-list__item__link:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/common/icon-cirle-right.png) no-repeat center center/100% 100%;
}

.sidebar__title {
  font-size: 2.4rem;
  color: #0E5D45;
  border-bottom: 1px solid;
}
.sidebar__items {
  margin-top: 2rem;
}
.sidebar__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
  margin-bottom: 0.5rem;
}
.sidebar__item:before {
  content: "＞";
}

@media (max-width: 768px) {
  .page-post {
    padding: 3rem 0;
  }
  .page-post__main {
    margin-top: 3rem;
    gap: 5rem;
  }
  .page-post__content {
    order: 1;
  }
  .page-post__pagition {
    order: 2;
    margin: 0;
  }
  .page-post__side {
    width: 100%;
    order: 3;
  }
  .post-list__item {
    gap: 2rem;
    flex-direction: column;
  }
  .post-list__item__image img {
    width: 100%;
    height: auto;
    object-fit: none;
  }
  .post-list__item__date {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .post-list__item__link {
    margin-top: 1rem;
  }
  .post-list__item__link {
    margin-bottom: 3rem;
  }
}

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