@charset "UTF-8";
/****************************************************
 * Stylesheet 新着情報
 ****************************************************/
@media only screen and (min-width: 768px) {
  .pagetitle {
    background-image: url("../images/topics/pagetitle_bg01.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .pagetitle {
    background-image: url("../images/topics/pagetitle_bg01_sp.jpg");
  }
}

.p-topics__list {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-topics__list {
    margin-bottom: 6rem;
  }
}
.p-topics__list .inner {
  position: relative;
  z-index: 1;
}
.p-topics__list .inner:after {
  width: 32rem;
  height: 32rem;
  content: '';
  background-color: #F2F5F7;
  position: absolute;
  top: -6rem;
  left: -13.3rem;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-topics__list .inner:after {
    width: 111%;
    height: 15rem;
    top: -5rem;
    left: -5.5%;
  }
}
.p-topics__list .news_year {
  margin-bottom: 5rem;
}
@media only screen and (min-width: 768px) {
  .p-topics__list .news_year {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
.p-topics__list .news_year h3 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #313C4E;
}
.p-topics__list .news_year .news_archives {
  text-align: right;
  letter-spacing: -0.4em;
}
.p-topics__list .news_year .news_archives > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .p-topics__list .news_year .news_archives {
    margin-top: 1rem;
    text-align: left;
  }
}
.p-topics__list .news_year .news_archives li {
  margin-left: 3rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .p-topics__list .news_year .news_archives li {
    margin: 0 1em 0 0;
  }
}
.p-topics__list .news_year .news_archives li.current a {
  color: #0092E5;
  pointer-events: none;
}
.p-topics__list .news_header {
  margin-bottom: 3rem;
  white-space: nowrap;
  letter-spacing: -0.4em;
  position: relative;
}
.p-topics__list .news_header > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-topics__list .news_header:after {
  width: 100%;
  height: 1px;
  content: '';
  background-color: #CBCFD1;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-topics__list .news_header {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .p-topics__list .news_header::-webkit-scrollbar {
    display: none;
  }
}
.p-topics__list .news_header li {
  font-size: 1.5rem;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-topics__list .news_header li:after {
  width: 100%;
  height: 1px;
  content: '';
  background-color: #CBCFD1;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-topics__list .news_header li:hover:after, .p-topics__list .news_header li.current:after {
  height: 2px;
  background-color: #0092E6;
}
.p-topics__list .news_header li:hover a, .p-topics__list .news_header li.current a {
  color: #0B1C26;
}
.p-topics__list .news_header li.current a {
  pointer-events: none;
}
.p-topics__list .news_header li + li {
  margin-left: 3rem;
}
.p-topics__list .news_header li a {
  padding-bottom: 1.5rem;
  color: #6B7D87;
  display: block;
}
.p-topics__list .news_list {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .p-topics__list .news_list li a {
    display: -webkit-flex;
    display: flex;
  }
}
.p-topics__list .news_list li a .date {
  margin-right: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .p-topics__list .news_list li a .date {
    width: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics__list .news_list li a .date {
    display: inline-block;
  }
}
.p-topics__list .news_list li a .cate {
  width: 10rem;
  padding: 0.3rem;
  font-size: 1.3rem;
  text-align: center;
  color: #ffffff;
  background-color: #0B1C26;
}
@media only screen and (min-width: 768px) {
  .p-topics__list .news_list li a .cate {
    margin-right: 2.4rem;
    -webkit-align-content: center;
    align-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics__list .news_list li a .cate {
    display: inline-block;
  }
}
.p-topics__list .news_list li a p {
  line-height: 1.42857;
}
@media only screen and (min-width: 768px) {
  .p-topics__list .news_list li a p {
    width: calc(100% - 21.8rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-topics__list .news_list li a p {
    margin-top: 1rem;
  }
}
.p-topics__list .news_list li + li {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .p-topics__list .news_list li + li {
    margin-top: 2rem;
  }
}
.p-topics__post {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-topics__post {
    margin-bottom: 6rem;
  }
}
.p-topics__post .inner {
  max-width: 96.6rem;
  position: relative;
  z-index: 1;
}
.p-topics__post .inner:after {
  width: 32rem;
  height: 32rem;
  content: '';
  background-color: #F2F5F7;
  position: absolute;
  top: -6rem;
  right: -13.3rem;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-topics__post .inner:after {
    width: 111%;
    height: 15rem;
    top: -5rem;
    right: -5.5%;
  }
}
.p-topics__post .post_headding .date {
  margin-right: 2.4rem;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .p-topics__post .post_headding .date {
    width: 10rem;
  }
}
.p-topics__post .post_headding .cate {
  width: 10rem;
  padding: 0.3rem;
  font-size: 1.3rem;
  text-align: center;
  color: #ffffff;
  background-color: #0B1C26;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .p-topics__post .post_headding .cate {
    margin-right: 2.4rem;
  }
}
.p-topics__post .post_headding h3 {
  margin-top: 2.3rem;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.45833;
  color: #313C4E;
  border-bottom: solid 1px #313C4D;
}
@media only screen and (max-width: 767px) {
  .p-topics__post .post_headding h3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-size: 2rem;
  }
}
.p-topics__post .editor-area {
  margin-bottom: 6rem;
}
.p-topics__post .btn {
  text-align: center;
}
