@charset "UTF-8";
/* ::::::::::  新着情報  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
news
========================================================= */
.news .catList {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 999px) {
  .news .catList {
    margin-bottom: 30px;
  }
}

.news .catList li:not(:last-child) {
  border-right: 1px solid;
}

.news .catList li a {
  display: block;
  padding: 0 15px;
  color: #a2a7b6;
}

@media (max-width: 999px) {
  .news .catList li a {
    padding: 0 10px;
    font-size: 1.4rem;
  }
}

.news .catList .current a {
  color: #222f53;
}

.newsList {
  margin-bottom: 50px;
}

@media (max-width: 999px) {
  .newsList {
    margin-bottom: 30px;
  }
}

.newsList li {
  padding: 0 0 2px;
  font-size: 1.5rem;
}

@media (max-width: 999px) {
  .newsList li {
    font-size: 1.2rem;
  }
}

.newsList li a {
  background: #FFF;
  display: flex;
  flex-wrap: wrap;
  padding: 45px 120px 45px 50px;
  position: relative;
}

@media (max-width: 999px) {
  .newsList li a {
    padding: 20px 55px 20px 5%;
  }
}

.newsList li a::after {
  background: url(../img/common/vector_right.svg) no-repeat center center;
  background-size: 40px 20px;
  width: 40px;
  height: 20px;
  content: "";
  right: 45px;
  top: 60px;
  position: absolute;
  transition: all 0.3s ease;
}

@media (max-width: 999px) {
  .newsList li a::after {
    background-size: 30px 15px;
    width: 30px;
    height: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}

.newsList li a:hover::after {
  right: 38px;
}

@media (max-width: 999px) {
  .newsList li a:hover::after {
    right: 15px;
  }
}

.newsList li .date {
  width: 120px;
  font-weight: 600;
}

@media (max-width: 999px) {
  .newsList li .date {
    width: 80px;
    font-size: 1.2rem;
  }
}

.newsList li .cat {
  width: 100px;
  font-weight: 600;
  color: #a2a7b6;
}

@media (max-width: 999px) {
  .newsList li .cat {
    width: 90px;
    font-size: 1.2rem;
  }
}

.newsList li .cat strong + strong {
  margin-left: 10px;
}

.newsList li .title {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
}

@media (max-width: 999px) {
  .newsList li .title {
    width: 100%;
    font-size: 1.5rem;
  }
}

.pageNav {
  clear: both;
}

.pageNav ol {
  display: flex;
  justify-content: center;
}

.pageNav ol li {
  list-style: none;
  margin: 0 5px;
}

.pageNav ol li a {
  display: block;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

@media (max-width: 999px) {
  .pageNav ol li a {
    min-width: 30px;
    max-width: 40px;
    width: 100%;
  }
}

.pageNav ol li.current a {
  background-color: #222f53;
  color: #fff;
}

.newsContents {
  background: #fff;
  padding: 35px 35px 60px;
  margin-bottom: 20px;
}

@media (max-width: 999px) {
  .newsContents {
    padding: 25px 5%;
  }
}

.newsContents .titleArea {
  float: left;
  width: calc(100% - 230px);
  margin-bottom: 40px;
}

@media (max-width: 999px) {
  .newsContents .titleArea {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.newsContents .titleArea .date {
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 999px) {
  .newsContents .titleArea .date {
    margin-right: 5px;
    font-size: 1.2rem;
  }
}

.newsContents .titleArea .cat {
  display: inline-block;
  color: #888888;
}

@media (max-width: 999px) {
  .newsContents .titleArea .cat {
    font-size: 1.2rem;
  }
}

.newsContents .titleArea .title {
  margin: 10px 0 20px;
  line-height: 1.5;
  font-size: 3rem;
}

@media (max-width: 999px) {
  .newsContents .titleArea .title {
    margin: 5px 0 15px;
    font-size: 2.1rem;
  }
}

.newsContents .photo {
  float: right;
  width: 210px;
  margin-bottom: 40px;
}

@media (max-width: 999px) {
  .newsContents .photo {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.newsContents p:not([class]) {
  clear: both;
  margin-bottom: 40px;
  font-weight: bold;
}

.newsContents hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 30px 0;
}

.newsContents + .backBtn {
  font-weight: bold;
}

.newsContents + .backBtn::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  border: 4px solid transparent;
  border-right: 6px solid;
  width: 0;
  height: 0;
  margin: 0 10px 3px 0;
}

.newsContents + .backBtn a {
  text-decoration: underline;
}

.newsContents + .backBtn a:hover {
  text-decoration: none;
}

.wsbl_twitter {
  width: auto !important;
}

.wp_social_bookmarking_light_clear {
  display: none;
}

/*# sourceMappingURL=map/news.css.map */
