.z-modal {
  z-index: 100;
}

.z-header {
  z-index: 90;
}

.z-tooltip {
  z-index: 80;
}

.z-overlay {
  z-index: 70;
}

.z-imgText {
  z-index: 10;
}

.z-default {
  z-index: 1;
}

.o-news {
  margin: auto;
  padding: 15px;
  padding-top: 100px;
  max-width: 960px;
}
@media screen and (min-width: 768px) {
  .o-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.o-news--postall {
  max-width: 1200px;
}

@media screen and (min-width: 768px) {
  .o-news__article {
    width: 80%;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .o-news__article {
    padding-right: 2.4rem;
  }
}
.o-news__article .article__header {
  margin-bottom: 2.4rem;
}
.o-news__article .article__meta .category {
  text-align: center;
  min-width: 85px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #484848;
  padding: 0 0.8rem;
  margin-right: 0.4rem;
  font-size: 0.7rem;
}
.o-news__article .article__meta .datetime {
  font-size: 0.7rem;
}
.o-news__article .article__title {
  font-size: 1.2rem;
  border-bottom: 1px dashed #484848;
  padding: 0.4rem 0 0.8rem;
}
.o-news__article .article__postLinks {
  margin-top: 4.8rem;
}
@media screen and (min-width: 992px) {
  .o-news__article .p-newslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .o-news__article .p-newslist::after {
    content: "";
    display: block;
    width: 31.5%;
  }
}
.o-news__article .p-newslist__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .o-news__article .p-newslist__item {
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5019607843);
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5019607843);
  }
}
@media screen and (min-width: 992px) {
  .o-news__article .p-newslist__item {
    width: 31.5%;
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 991.98px) {
  .o-news__article .p-newslist__item {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .o-news__article .p-newslist__item {
    padding-bottom: 1.2rem;
    border-bottom: 1px dashed #484848;
  }
}
@media screen and (min-width: 992px) {
  .o-news__article .p-newslist__item .news {
    height: 100%;
    position: relative;
    padding-bottom: 2.4rem;
  }
}
.o-news__article .p-newslist__item .news__inner {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 991.98px) {
  .o-news__article .p-newslist__item .news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 991.98px) {
  .o-news__article .p-newslist__item .news__inner .figure {
    width: 30%;
  }
}
@media screen and (max-width: 767.98px) {
  .o-news__article .p-newslist__item .news__inner .figure {
    padding-right: 0.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .o-news__article .p-newslist__item .news__inner .figure {
    width: 35%;
  }
}
.o-news__article .p-newslist__item .news__inner .figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .o-news__article .p-newslist__item .news__inner .figure img {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 991.98px) {
  .o-news__article .p-newslist__item .news__inner .figure img {
    aspect-ratio: 1;
    vertical-align: text-top;
  }
}
.o-news__article .p-newslist__item .news__inner .content {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .o-news__article .p-newslist__item .news__inner .content {
    padding: 0.8rem;
  }
}
@media screen and (max-width: 991.98px) {
  .o-news__article .p-newslist__item .news__inner .content {
    width: 70%;
  }
}
@media screen and (max-width: 767.98px) {
  .o-news__article .p-newslist__item .news__inner .content {
    width: 65%;
  }
}
.o-news__article .p-newslist__item .news__inner .content .meta {
  font-size: 0.7rem;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .o-news__article .p-newslist__item .news__inner .content .meta {
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 991.98px) {
  .o-news__article .p-newslist__item .news__inner .content .meta {
    margin-bottom: 0.4rem;
  }
}
.o-news__article .p-newslist__item .news__inner .content .meta__category {
  text-align: center;
  min-width: 85px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #484848;
  padding: 0 0.8rem;
  margin-right: 0.4rem;
}
.o-news__article .p-newslist__item .news__inner .content .title {
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .o-news__article .p-newslist__item .news__inner .content .title {
    font-size: 1rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
.o-news__article .p-newslist__item .news__inner .content .desc {
  text-align: justify;
}
@media screen and (max-width: 575.98px) {
  .o-news__article .p-newslist__item .news__inner .content .desc {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 992px) {
  .o-news__article .p-newslist__item .news__inner .content .goPost {
    position: absolute;
    bottom: 0.8rem;
    right: 0.8rem;
  }
}
@media screen and (max-width: 991.98px) {
  .o-news__article .p-newslist__item .news__inner .content .goPost {
    text-align: right;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 575.98px) {
  .o-news__article .p-newslist__item .news__inner .content .goPost {
    font-size: 0.8rem;
    padding-top: 0.4rem;
  }
}

.o-news__sidebar {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .o-news__sidebar {
    display: inline-block;
    margin-top: 73px;
    width: 20%;
    min-width: 150px;
  }
}
@media screen and (max-width: 767.98px) {
  .o-news__sidebar {
    margin-top: 4.8rem;
  }
}

@media screen and (min-width: 768px) {
  .p-archive {
    border-left: 1px solid #484848;
    border-top: 1px solid #484848;
    border-right: 1px solid #484848;
  }
}
.p-archive:last-of-type {
  border-top: initial;
}

.p-archive__title {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.8rem;
  border-bottom: 1px solid #484848;
}
@media screen and (max-width: 767.98px) {
  .p-archive__title {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .p-archive__list li {
    border-bottom: 1px dashed #ccc;
  }
  .p-archive__list li:last-of-type {
    border-bottom: 1px solid #484848;
  }
}
.p-archive__list li a {
  display: block;
  padding: 0.8rem;
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .p-postLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-postLink__item {
    width: 48.5%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-postLink__item {
    margin-bottom: 0.8rem;
  }
}
.p-postLink__item .item {
  background-color: #484848;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border: 1px solid #484848;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-postLink__item .item:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.p-postLink__item .item a {
  text-decoration: none;
  font-size: 0.8rem;
}
.p-postLink__item .item__mark {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-postLink__item .item__mark a {
  padding: 0.8rem;
  color: #484848;
}
.p-postLink__item .item__target {
  width: 100%;
  background-color: #484848;
}
.p-postLink__item .item__target a {
  width: 100%;
  height: 100%;
  padding: 0.8rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-PageNumbersArea {
  text-align: center;
}
.p-PageNumbersArea a {
  text-decoration: none;
  color: inherit;
}
.p-PageNumbersArea .page-numbers {
  padding: 0.4rem;
  border: 1px solid #484848;
}
.p-PageNumbersArea .prev,
.p-PageNumbersArea .next {
  border: none;
}
.p-PageNumbersArea .current {
  background-color: #484848;
  color: #ccc;
}/*# sourceMappingURL=single.css.map */