@charset "utf-8";

.khs-newsheader {
  font-size: 3.6rem;
  border-bottom: solid 1px #000;
  margin-bottom: 12px;
}

.news-container {
  width: 1024px;
  height: auto;
  text-align: left;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .news-container {
    width: 960px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    font-size: 70%;
  }
  .khs-newsheader {
    font-size: 2.8rem;
    border-bottom: solid 1px #000;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 480px) {
  .news-container {
    width: 250px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    font-size: 50%;
  }
  .khs-newsheader {
    font-size: 1.6rem;
    border-bottom: solid 1px #000;
    margin-bottom: 6px;
  }
}

.khs-pc {
  display: block !important;
}
.khs-sp {
  display: none !important;
}

@media only screen and (max-width: 750px) {
  .khs-pc {
    display: none !important;
  }
  .khs-sp {
    display: block !important;
  }
}

/* 2020/12/09追加 */
.voice-wrap {
  max-width: 1024px;
  margin: 15px auto 80px;
}

.voice-top {
  margin: auto 15px;
}

.voice-top {
  margin: 30px auto 15px;
  text-align: center;
}

.voice-top img {
  max-width: 931px;
}

.voice-layout {
  display: flex;
  flex-wrap: wrap;
  margin: auto 15px;
}

.voice-content:nth-child(odd) {
  margin: 25px 15px 25px 0;
  width: 100%;
  flex-basis: calc(50% - 15px);
}

.voice-content:nth-child(even) {
  margin: 25px 0 25px 15px;
  width: 100%;
  flex-basis: calc(50% - 15px);
}

div.voice-content a {
  text-decoration: none;
  color: #000;
}

.voice-title {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 3rem;
  padding: 10px 15px;
}

.voice-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}

.voice-image1 {
  width: 100%;
  margin-right: 7.5px;
}

.voice-image1 img,
.voice-image2 img {
  max-width: 300px;

  height: 425px;
  object-fit: cover;
}

.voice-image2 {
  width: 100%;
  margin-left: 7.5px;
}

.voice-text {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 1280px) {
  .voice-image1 img,
  .voice-image2 img {
    height: 33vw;
  }
}

@media screen and (max-width: 768px) {
  .voice-wrap {
    margin: 15px auto 50px;
  }

  .voice-title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 576px) {
  .voice-layout {
    display: block;
    margin: auto 15px;
  }

  .voice-content:nth-child(odd),
  .voice-content:nth-child(even) {
    margin: 25px 0;
    width: 100%;
    flex-basis: auto;
  }

  .voice-image1 img,
  .voice-image2 img {
    height: 60vw;
  }

  .voice-text {
    font-size: 1.4rem;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.3rem;
  margin-top: 80px;
}

.pagination span,
.pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px;
  border: 1px solid #000;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
}

/* ページ番号 */
.pagination .pager {
  width: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

/* 前へ */
.pagination a.prev {
  margin-right: 16px;
}
/* 次へ */
.pagination a.next {
  margin-left: 16px;
}

/* Page x / y */
.pagination span.page_num {
  display: none;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 50px;
  }
}

/* 2020/12/09追加 */
