@charset "utf-8";

/*
  File Name   : topics.css
  Description : コンテンツエリア関係 他
*/

/* lay-main
============================================================ */
#lay-main {
  background-color: #f5f6f9;
  padding: 0 0 276px;
  box-sizing: border-box;
}

/* com-section-base-kv
============================================================ */
.com-section-base-kv.single {
  margin-bottom: -120px;
  z-index: -1;
}
.com-section-base-kv.single .title-en {
  font-size: 40px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .com-section-base-kv.single {
    margin-bottom: -60px;
    z-index: -1;
  }
}

/* pagination
============================================================ */
.pagination .screen-reader-text {
  display: none;
}
.pagination {
  margin: 0 0 0;
}
.pagination .nav-links {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.pagination .nav-links ul {
  display: flex;
}
.pagination .nav-links li {

}
.pagination a {
  transition: opacity .3s ease;
}
.pagination a:hover {
  opacity: .7;
}
.pagination .prev a,
.pagination .next a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  position: absolute;
  top: 50%;
  text-decoration: none;
  transform: translateY(-50%);
  /* background-color: #bcd1e6; */
  width: 80px;
  height: 50px;
  border-radius: 2px;
  display: block;
  box-sizing: border-box;
  padding-top: 19px;
}
.pagination .prev a:before,
.pagination .next a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: .45em;
  height: .45em;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-color: #000;
}
.pagination .prev a {
  left: 0;
  padding-left: 1.5em;
  text-align: right;
}
.pagination .prev a:before {
  left: 10px;
  transform: translateY(-50%) rotate(45deg);
}
.pagination .next a {
  right: 0;
  padding-right: 1.5em;
}
.pagination .next a:before {
  left: auto;
  right: 10px;
  transform: translateY(-50%) rotate(-135deg);
}
.pagination .page-numbers:not(.prev):not(.next) a {
  font-weight: normal;
}
.pagination .page-numbers:not(.prev):not(.next):not(.current) a {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Barlow', sans-serif;
  line-height: 1;
  text-align: center;
  position: relative;
  text-decoration: none;
  width: 30px;
  height: 50px;
  padding: 15px 10px 0;
  box-sizing: border-box;
  background-color: none;
  display: block;
  border-radius: 2px;
  color: #c3c3c3;
}
.page-numbers.current span {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Barlow', sans-serif;
  line-height: 1;
  text-align: center;
  position: relative;
  text-decoration: none;
  width: 30px;
  height: 50px;
  padding: 15px 10px 0;
  box-sizing: border-box;
  background-color: none;
  display: block;
  border-radius: 2px;
  color: #000;
}

/* pc
------------------------------------------------------------ */
@media screen and (min-width: 952px) {
  .pagination .nav-links {
    max-width: 640px;
  }
  .pagination .page-numbers:not(.prev):not(.next) a {
    margin: 0 5px;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .pagination .page-numbers:not(.prev):not(.next):not(.current) a,
  .pagination .page-numbers a {
    display: none;
  }
  .pagination .prev.page-numbers a,
  .pagination .next.page-numbers a,
  .pagination .page-numbers.current span {
    display: block;
  }
}


/* .com-news-list-wrap
============================================================ */
.com-news-list-wrap {
  margin: 150px auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .com-news-list-wrap {
    margin: 60px auto;
  }
}

/* detail
============================================================ */
body.detail #lay-main {
  /* padding-bottom: 100px; */
}
body.detail .com-kv-title-wrap {
  padding: 205px 0 125px;
}
body.detail .news-detail .date-block {
  /* display: flex; */
  margin: 0 0 10px;
  text-align: center;
}
body.detail .news-detail .date-block {
  text-align: center;
}
body.detail .news-detail .date-block .date {
  font-size: 14px;
  color: #8ea8a8;
  text-align: center;
}
body.detail .news-detail .date-block .icon-category {
  margin-left: 10px;
  padding-top: 8px;
}
body.detail .news-detail .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  padding-bottom: 25px;
  margin-bottom: 100px;
  border-bottom: solid 1px #d6dfed;
  text-align: center;
}
body.detail .news-btn-wrap {
  margin: 110px auto 0;
  text-align: center;
  padding: 100px 0 0;
  /* border-top: solid 1px #d6dfed; */
}
body.detail .news-btn-wrap a {
  font-weight: bold;
  line-height: 1;
  color: #666;
  text-align: center;
  display: block;
  width: 400px;
  padding: 30px 0 30px;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: solid 2px #666;
  position: relative;
  margin: 0 auto;
}
body.detail .news-btn-wrap a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  /* background: url(../img/common/icon-arrow-left-bk.png) 0 0 no-repeat; */
  background-size: 8px auto;
}
body.detail .news-btn-wrap a:hover {
  opacity: .7;
}
body.detail .news-btn-wrap a span {
  position: relative;
}
body.detail .news-btn-wrap a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
body.detail .news-org-btn {
  margin: 76px auto 0;
  text-align: center;
}
body.detail .news-org-btn:nth-child(n + 3) {
  margin: 30px 0 0;
}
body.detail .news-org-btn a {
  font-size: 16px;
  font-weight: bold;
  color: #ea7567;
  line-height: 1.8;
  text-decoration: none;
  text-align: left;
  padding-right: 65px;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
}
body.detail .news-org-btn a:hover {
  opacity: .7;
}
body.detail .news-org-btn a::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: calc(100% + 5px);
  height: 1px;
  background-color: #ea7567;
}
body.detail .news-org-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ea7567;
  border-right: 2px solid #ea7567;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  body.detail .com-kv-title-wrap {
    padding: 100px 0 90px;
  }
  body.detail .news-detail .title {
    font-size: 20px;
    padding-bottom: 25px;
    margin-bottom: 50px;
    text-align: left;
  }
  body.detail .news-btn-wrap a {
    width: 100%;
  }
  body.detail .news-btn-wrap a:hover {
    opacity: 1;
  }
  body.detail .news-btn-wrap {
    margin: 75px auto 0;
    padding: 50px 0 0;
  }
  body.detail .news-btn-wrap {
    padding: 50px 20px 0;
  }
  body.detail .news-org-btn a {
    -webkit-transition: none;
    transition: none;
  }
  body.detail .news-org-btn a:hover {
    opacity: 1;
  }
}


