@charset "UTF-8";
/* CSS Document */

/*
	お知らせ
-----------------------------------------------------------------------------------------------*/
.kvheader {
  background: url(../images/news_top_pc.png) no-repeat top center / cover;
}

.newsListAreaIn li {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #cdd7d7;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
}
.newsListAreaIn li:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.newsListAreaIn li figure {
  width: 260px;
  height: 100%;
}
.newsListAreaIn li figure img {
  width: 100%;
  height: 100%;
}
.newsListAreaIn .txtArea {
  width: calc(100% - 300px);
  word-break: break-all;
}

.newsListAreaIn .txtArea .cat {
  margin: 0 0 15px 0;
}
.newsListAreaIn .txtArea h2 {
  margin: 0 0 15px 0;
}
.newsListAreaIn .txtArea h2 a {
  font-size: 2.2rem;
  font-weight: bold;
  color: #0f3b80;
}
.newsListAreaIn .txtArea p a,
.newsListAreaIn .txtArea .txt a,
.newsListbaseAreaIn .txtArea p a {
  display: inline-block;
  color: #37a0dc;
}

/*
	お知らせ詳細
-----------------------------------------------------------------------------------------------*/
.newsListbaseAreaIn {
  width: 800px;
  padding: 60px 0 120px 0;
  margin: 0 auto;
}
.newsListbaseAreaIn h1 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.newsListbaseAreaIn h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.newsListbaseAreaIn p {
  font-size: 1.6rem;
}
.newsListbaseAreaIn figure {
  width: 600px;
  height: 100%;
  margin: 0 auto 60px auto;
}
.newsListbaseAreaIn figure img {
  width: 100%;
  height: 100%;
}
.newsListbaseAreaIn .txtArea .cat {
  margin: 0 0 15px 0;
}
.newsListbaseAreaIn .txtArea {
  border-bottom: 1px solid #cdd7d7;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  word-break: break-all;
}

/* ボタン */

.newsListbaseAreaIn .btnArea {
  display: flex;
  display: -ms-flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.newsListbaseAreaIn .btnArea div {
  width: 210px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  position: relative;
  transition: oll 0.5s;
}
.btnArea .prev a,
.btnArea .next a {
  color: #333333;
  border: 1px solid #333333;
}
.btnArea .prev a:hover,
.btnArea .next a:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #333333;
}
.btnArea .prev::after,
.btnArea .next::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333333;
  top: 50%;
  transition: all 0.6s;
}
.btnArea .prev::after {
  border-left: 1px solid #333333;
  left: 15px;
  transform: translateY(-50%) rotate(-45deg);
}
.btnArea .next::after {
  border-right: 1px solid #333333;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
.btnArea .prev:hover::after,
.btnArea .next:hover::after {
  border-top: solid 1px #fff;
}
.btnArea .prev:hover::after {
  border-left: solid 1px #fff;
  left: 10px;
}
.btnArea .next:hover::after {
  border-right: solid 1px #fff;
  right: 10px;
}
.btnArea .return a {
  color: #37a0dc;
  border: 1px solid #37a0dc;
}
.btnArea .return a:hover {
  color: #fff;
  background-color: #37a0dc;
  opacity: 1;
}
.newsListbaseAreaIn .btnArea div > a {
  display: block;
  width: 100%;
  height: 100%;
}

/* ボタン非表示 */
.newsListbaseAreaIn .btnArea .hidden {
  border: 1px solid #c8c8c8;
  background-color: #eeeeee;
  color: #c8c8c8;
}
.newsListbaseAreaIn .btnArea .hidden::after {
  border: none;
}

@media screen and (max-width: 812px) {
  /*
	news
-----------------------------------------------------------------------------------------------*/
  .newsListAreaIn li {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0 0 35px 0;
    padding: 0 0 35px 0;
  }
  .newsListAreaIn li figure {
    width: 80%;
    max-width: 200px;
    margin: 0 auto 30px auto;
  }
  .newsListAreaIn .txtArea {
    width: 100%;
  }
  .newsListAreaIn .txtArea .cat {
    margin: 0 0 10px 0;
  }
  .newsListAreaIn .txtArea h2 {
    margin: 0 0 15px 0;
  }
  .newsListAreaIn .txtArea h2 a {
    font-size: 1.8rem;
  }

  .newsListAreaIn .txtArea p {
    text-align: start;
  }

  /*
	お知らせ詳細
-----------------------------------------------------------------------------------------------*/
  .newsListbaseAreaIn {
    width: 100%;
    max-width: 550px;
    padding: 40px 25px;
  }
  .newsListbaseAreaIn h1 {
    font-size: 2rem;
    margin: 0 0 20px 0;
  }
  .newsListbaseAreaIn h2 {
    font-size: 1.5rem;
  }
  .newsListbaseAreaIn p {
    font-size: 1.4rem;
  }
  .newsListbaseAreaIn figure {
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
  }
  .newsListbaseAreaIn .txtArea .cat {
    margin: 0 0 15px 0;
  }
  .newsListbaseAreaIn .txtArea {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
  }

  /* ボタンArea */

  .newsListbaseAreaIn .btnArea {
  }
  .newsListbaseAreaIn .btnArea a {
    font-size: 0.8rem;
  }
  .newsListbaseAreaIn .btnArea div {
    width: calc((100% - 40px) / 3);
    height: 40px;
    line-height: 38px;
    margin: 0;
  }

  .btnArea .prev a,
  .btnArea .next a {
    color: #333333;
    border: 1px solid #333333;
  }

  .btnArea .prev a:hover,
  .btnArea .next a:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: #333333;
  }
  .btnArea .prev::after,
  .btnArea .next::after {
    content: ' ';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333333;
    top: 50%;
    transition: all 0.6s;
  }
  .btnArea .prev::after {
    border-left: 1px solid #333333;
    left: 15px;
    transform: translateY(-50%) rotate(-45deg);
  }
  .btnArea .next::after {
    border-right: 1px solid #333333;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
  }
  .btnArea .prev:hover::after,
  .btnArea .next:hover::after {
    border-top: solid 1px #fff;
  }
  .btnArea .prev:hover::after {
    border-left: solid 1px #fff;
    left: 10px;
  }
  .btnArea .next:hover::after {
    border-right: solid 1px #fff;
    right: 10px;
  }
  .btnArea .return a {
    color: #37a0dc;
    border: 1px solid #37a0dc;
  }
  .btnArea .return a:hover {
    color: #fff;
    background-color: #37a0dc;
    opacity: 1;
  }
  .newsListbaseAreaIn .btnArea div > a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
