@charset "UTF-8";
.page-template-archive,
.page-template-date,
.date,
.category {
  /*キービジュアル テキスト部分*/
}
.page-template-archive .keyvisual-title-second-shoulder,
.page-template-date .keyvisual-title-second-shoulder,
.date .keyvisual-title-second-shoulder,
.category .keyvisual-title-second-shoulder {
  display: block;
  width: 11.9rem;
}
@media only screen and (min-width: 751px) {
  .page-template-archive .keyvisual-title-second-shoulder,
  .page-template-date .keyvisual-title-second-shoulder,
  .date .keyvisual-title-second-shoulder,
  .category .keyvisual-title-second-shoulder {
    width: 13.2rem;
  }
}
.page-template-archive .keyvisual-title-text,
.page-template-date .keyvisual-title-text,
.date .keyvisual-title-text,
.category .keyvisual-title-text {
  width: 15.8rem;
  margin: 1.5rem auto 0 0;
}
@media only screen and (min-width: 751px) {
  .page-template-archive .keyvisual-title-text,
  .page-template-date .keyvisual-title-text,
  .date .keyvisual-title-text,
  .category .keyvisual-title-text {
    width: 19.2rem;
    margin: 4.4rem auto 0 0;
  }
}
.page-template-archive .contents,
.page-template-date .contents,
.date .contents,
.category .contents {
  padding: 0 0 12rem;
}
@media only screen and (min-width: 751px) {
  .page-template-archive .contents,
  .page-template-date .contents,
  .date .contents,
  .category .contents {
    padding: 0 0 20rem;
  }
}
.page-template-archive .archive-title,
.page-template-date .archive-title,
.date .archive-title,
.category .archive-title {
  width: 69rem;
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0 auto 3rem;
  color: #4f87bf;
}
@media only screen and (min-width: 751px) {
  .page-template-archive .archive-title,
  .page-template-date .archive-title,
  .date .archive-title,
  .category .archive-title {
    width: 109.5rem;
    font-size: 2.8rem;
    margin: 0 auto 3rem;
  }
}
.page-template-archive .two__block,
.page-template-date .two__block,
.date .two__block,
.category .two__block {
  width: 100vw;
  margin: 0 auto;
}
@media only screen and (min-width: 751px) {
  .page-template-archive .two__block,
  .page-template-date .two__block,
  .date .two__block,
  .category .two__block {
    width: 109.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page-template-archive .newslist,
.page-template-date .newslist,
.date .newslist,
.category .newslist {
  width: 100vw;
  margin: 0 auto 0;
}
@media only screen and (min-width: 751px) {
  .page-template-archive .newslist,
  .page-template-date .newslist,
  .date .newslist,
  .category .newslist {
    width: 72rem;
    margin: 0 auto 0;
  }
}
.page-template-archive .newslist .newslist-thum,
.page-template-date .newslist .newslist-thum,
.date .newslist .newslist-thum,
.category .newslist .newslist-thum {
  width: 69rem;
  margin: 0 auto;
}
@media only screen and (min-width: 751px) {
  .page-template-archive .newslist .newslist-thum,
  .page-template-date .newslist .newslist-thum,
  .date .newslist .newslist-thum,
  .category .newslist .newslist-thum {
    width: 72rem;
  }
}
.page-template-archive .newslist li,
.page-template-date .newslist li,
.date .newslist li,
.category .newslist li {
  width: 69rem;
  margin: 0 0 2rem 0;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 0.5rem 0 #a8a8a8;
  background-color: #fff;
}
@media only screen and (min-width: 751px) {
  .page-template-archive .newslist li,
  .page-template-date .newslist li,
  .date .newslist li,
  .category .newslist li {
    width: 72rem;
    margin: 0 2.8rem 1.5rem 0;
  }
}
.page-template-archive .newslist li:nth-child(even),
.page-template-date .newslist li:nth-child(even),
.date .newslist li:nth-child(even),
.category .newslist li:nth-child(even) {
  margin-right: 0;
}
@media only screen and (min-width: 751px) {
  .page-template-archive .newslist li:nth-child(even),
  .page-template-date .newslist li:nth-child(even),
  .date .newslist li:nth-child(even),
  .category .newslist li:nth-child(even) {
    margin-right: 2.8rem;
  }
}
@media only screen and (min-width: 751px) {
  .page-template-archive .newslist li:nth-child(3n),
  .page-template-date .newslist li:nth-child(3n),
  .date .newslist li:nth-child(3n),
  .category .newslist li:nth-child(3n) {
    margin-right: 0;
  }
}
.page-template-archive .newslist li a,
.page-template-date .newslist li a,
.date .newslist li a,
.category .newslist li a {
  display: flex;
  justify-content: space-between;
  color: #4d4d4d;
  text-decoration: none;
  padding: 1.5rem;
}
@media only screen and (min-width: 751px) {
  .page-template-archive .newslist li a,
  .page-template-date .newslist li a,
  .date .newslist li a,
  .category .newslist li a {
    padding: 1rem;
  }
}
.page-template-archive .newslist li .photo,
.page-template-date .newslist li .photo,
.date .newslist li .photo,
.category .newslist li .photo {
  width: 24rem;
}
@media only screen and (min-width: 751px) {
  .page-template-archive .newslist li .photo,
  .page-template-date .newslist li .photo,
  .date .newslist li .photo,
  .category .newslist li .photo {
    width: 20rem;
  }
}
.page-template-archive .newslist li .photo img,
.page-template-date .newslist li .photo img,
.date .newslist li .photo img,
.category .newslist li .photo img {
  width: 100%;
  height: auto;
}
.page-template-archive .newslist li .summary,
.page-template-date .newslist li .summary,
.date .newslist li .summary,
.category .newslist li .summary {
  width: 45rem;
  padding: 0 2.7rem 0 0;
  background-color: #fff;
  font-size: 2.2rem;
  line-height: 1.7;
}
@media only screen and (min-width: 751px) {
  .page-template-archive .newslist li .summary,
  .page-template-date .newslist li .summary,
  .date .newslist li .summary,
  .category .newslist li .summary {
    width: 50rem;
    padding: 0 1rem;
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
.page-template-archive .newslist li .summary .date,
.page-template-date .newslist li .summary .date,
.date .newslist li .summary .date,
.category .newslist li .summary .date {
  display: flex;
  align-content: center;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 751px) {
  .page-template-archive .newslist li .summary .date,
  .page-template-date .newslist li .summary .date,
  .date .newslist li .summary .date,
  .category .newslist li .summary .date {
    margin-bottom: 1rem;
  }
}
.page-template-archive .newslist li .summary .icn-news:after,
.page-template-date .newslist li .summary .icn-news:after,
.date .newslist li .summary .icn-news:after,
.category .newslist li .summary .icn-news:after {
  display: inline-block;
  content: url("/kyoeicms/wp-content/themes/kyoei_news/assets/img/news_icon_news.svg");
  width: 11rem;
  padding: 0.25rem 0 0 1rem;
}
@media only screen and (min-width: 751px) {
  .page-template-archive .newslist li .summary .icn-news:after,
  .page-template-date .newslist li .summary .icn-news:after,
  .date .newslist li .summary .icn-news:after,
  .category .newslist li .summary .icn-news:after {
    width: 7.6rem;
    padding: 0.25rem 0 0 1.7rem;
  }
}
.page-template-archive .newslist li .summary .text,
.page-template-date .newslist li .summary .text,
.date .newslist li .summary .text,
.category .newslist li .summary .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 制限したい行数が3の場合 */
  overflow: hidden;
}
.page-template-archive .two__block__sidebar,
.page-template-date .two__block__sidebar,
.date .two__block__sidebar,
.category .two__block__sidebar {
  width: 69rem;
  margin: 10vw auto 0;
  padding-bottom: 10vw;
}
@media only screen and (min-width: 751px) {
  .page-template-archive .two__block__sidebar,
  .page-template-date .two__block__sidebar,
  .date .two__block__sidebar,
  .category .two__block__sidebar {
    width: 28rem;
    padding-bottom: 0;
    margin: 0;
  }
}
.page-template-archive .two__block__sidebar .two__block__sidebar__title,
.page-template-date .two__block__sidebar .two__block__sidebar__title,
.date .two__block__sidebar .two__block__sidebar__title,
.category .two__block__sidebar .two__block__sidebar__title {
  font-size: 2.8rem;
  line-height: 1.2;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 1rem;
  text-align: center;
  background-color: #4f87bf;
}
@media only screen and (min-width: 751px) {
  .page-template-archive .two__block__sidebar .two__block__sidebar__title,
  .page-template-date .two__block__sidebar .two__block__sidebar__title,
  .date .two__block__sidebar .two__block__sidebar__title,
  .category .two__block__sidebar .two__block__sidebar__title {
    font-size: 1.8rem;
    height: 4rem;
  }
}
.page-template-archive .two__block__sidebar ul,
.page-template-date .two__block__sidebar ul,
.date .two__block__sidebar ul,
.category .two__block__sidebar ul {
  margin: 0 0 7vw;
}
@media only screen and (min-width: 751px) {
  .page-template-archive .two__block__sidebar ul,
  .page-template-date .two__block__sidebar ul,
  .date .two__block__sidebar ul,
  .category .two__block__sidebar ul {
    margin: 0 0 3rem;
  }
}
.page-template-archive .two__block__sidebar ul li,
.page-template-date .two__block__sidebar ul li,
.date .two__block__sidebar ul li,
.category .two__block__sidebar ul li {
  width: 69rem;
}
@media only screen and (min-width: 751px) {
  .page-template-archive .two__block__sidebar ul li,
  .page-template-date .two__block__sidebar ul li,
  .date .two__block__sidebar ul li,
  .category .two__block__sidebar ul li {
    width: 28rem;
  }
}
.page-template-archive .two__block__sidebar ul li a,
.page-template-date .two__block__sidebar ul li a,
.date .two__block__sidebar ul li a,
.category .two__block__sidebar ul li a {
  display: flex;
  align-items: center;
  height: 8rem;
  color: #4d4d4d;
  font-size: 3rem;
  background: #fff url("/kyoeicms/wp-content/themes/kyoei_news/assets/img/btn_arrow_blue.png") left 2.4rem center no-repeat;
  background-size: 2rem auto;
  padding: 0 0 0 6rem;
  margin: 1rem 0 0;
}
@media only screen and (min-width: 751px) {
  .page-template-archive .two__block__sidebar ul li a,
  .page-template-date .two__block__sidebar ul li a,
  .date .two__block__sidebar ul li a,
  .category .two__block__sidebar ul li a {
    font-size: 1.6rem;
    height: 4rem;
    background-size: 1rem auto;
    background-position: left 1.2rem center;
    padding: 0 1rem 0 2.8rem;
  }
}