@charset "UTF-8";
/*--------------------------------------------------
  layout
--------------------------------------------------*/
.news-head {
  background-image: url(../imgs/news/news_main_visual.jpg);
}

.news-head h1 {
  background-image: url(../imgs/news/news_main_title.png);
  background-size: 214px 89px;
}

@media screen and (max-width: 767px) {
  .news-head h1 {
    background-size: auto 80px !important;
  }
}

.news-content-list {
  background-color: #ffecb3;
}

.news-item {
  margin-bottom: 50px;
  padding: 30px 40px;
  background-color: white;
}

.news-item-head {
  padding-bottom: 10px;
  border-bottom: 2px dotted #dbdbdb;
}

.news-item-head .update {
  font-family: 'Open Sans', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Yu Gothic Medium', '游ゴシック Medium', 'Yu Gothic', '游ゴシック', sans-serif;
  font-size: 16px;
  font-style: italic;
}

.news-item-head .title {
  margin: 5px 0px;
  font-weight: 700;
}

.news-item-head.link {
  padding-bottom: 0px;
  border-bottom: none;
}

.news-item-head.link .title a {
  text-decoration: none;
}

.news-item-body p {
  line-height: 1.95;
}

@media screen and (max-width: 767px) {
  .news-item {
    margin-bottom: 30px;
    padding: 10px 15px;
  }
}

.news-paging .paginate {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.news-paging .paginate li {
  display: inline;
  margin-left: 2px;
  margin-right: 2px;
}

.news-paging .paginate a {
  color: #006ab4;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
}

.news-paging .paginate a:hover, .news-paging .paginate a:active {
  color: white;
  background-color: #006ab4;
}

.news-paging .paginate .page {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  color: white;
  font-size: 14px;
  font-weight: bold;
  background-color: #000;
  border: 1px solid #000;
}

.news-paging .paginate .page:hover {
  color: white;
  background-color: #313131;
}

.news-paging .paginate .prev .arrow,
.news-paging .paginate .next .arrow,
.news-paging .paginate .no-prev .arrow,
.news-paging .paginate .no-next .arrow {
  visibility: hidden;
}

.news-paging .paginate .prev,
.news-paging .paginate .next {
  position: relative;
  background-color: #000;
  border: 1px solid #000;
}

.news-paging .paginate .prev:before,
.news-paging .paginate .next:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
}

.news-paging .paginate .prev:before {
  top: 12px;
  left: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.news-paging .paginate .prev:hover {
  background-color: #313131;
}

.news-paging .paginate .next:before {
  top: 12px;
  left: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.news-paging .paginate .next:hover {
  background-color: #313131;
}

.news-paging .paginate .no-prev,
.news-paging .paginate .no-next {
  width: 40px;
  height: 40px;
}

.news-paging .paginate .current {
  color: #000;
  font-weight: bold;
  background-color: transparent;
  border: 1px solid #000;
}

.news-paging .paginate .current:hover {
  color: #000;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .news-paging .paginate .page {
    color: white;
    background-color: #000;
    border-color: #000;
  }
  .news-paging .paginate .current {
    color: #000;
    background-color: transparent;
  }
}
