@charset "utf-8";

/*----------------------------------------
    .news_section
----------------------------------------*/
.news_section {
  padding: 30px 0 60px 0;
}
.news_section .news_list {
  margin-top: 30px;
}
.news_section .news_list li a:hover {
  opacity: 1;
  background-color: #fafafa;
}
.news_section .news_list li a dl {
  padding: 18px 20px;
  display: block;
}
.news_section .news_list li a dl::after {
  right: 15px;
}
.news_section .news_list li a dl dt {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 5px;
}
.news_section .news_list li a dl dd {
  width: 100%;
  padding-left: 20px;
}
.news_section .page_list {
  display: none;
}
.news_section .page_list_sp {
  padding: 0 20px;
  max-width: 400px;
  margin: 40px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_section .page_list_sp li.current {
  font-size: 1.4rem;
}
.news_section .page_list_sp li.prev a,
.news_section .page_list_sp li.prev span,
.news_section .page_list_sp li.next a,
.news_section .page_list_sp li.next span {
  display: block;
  width: 100px;
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 0;
  position: relative;
  border-radius: 5px;
}
.news_section .page_list_sp li.prev span,
.news_section .page_list_sp li.next span {
  border: 1px solid #c2c2c2;
  color: #c2c2c2;
}
.news_section .page_list_sp li.prev a,
.news_section .page_list_sp li.next a {
  border: 1px solid #bf1a20;
  background-color: #bf1a20;
  color: #fff;
}
.news_section .page_list_sp li.prev a,
.news_section .page_list_sp li.prev span {
  padding-left: 10px;
}
.news_section .page_list_sp li.next a,
.news_section .page_list_sp li.next span {
  padding-right: 10px;
}
.news_section .page_list_sp li.prev span::before,
.news_section .page_list_sp li.prev a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid #c2c2c2;
  border-right: 2px solid #c2c2c2;
  transform: rotate(-135deg);
}
.news_section .page_list_sp li.prev a::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.news_section .page_list_sp li.next span::after,
.news_section .page_list_sp li.next a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid #c2c2c2;
  border-right: 2px solid #c2c2c2;
  transform: rotate(45deg);
}
.news_section .page_list_sp li.next a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/*----------------------------------------
    .news_detail
----------------------------------------*/
.news_detail {
  padding: 15px 0 40px 0;
}
.news_detail .title_wrapper {
  padding: 20px 0;
  margin-top: 15px;
}
.news_detail h2 span.date {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.news_detail h2 span.title {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0;
}
.news_detail .text_column {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 25px;
  display: block;
}
.news_detail .text_column .photo {
  width: 100%;
  max-width: inherit;
  margin: 0 auto 25px auto;
}
.news_detail .text_column .text {
  width: 100%;
}
.news_detail .button {
  margin-top: 25px;
}
.news_detail .button a {
  width: 90%;
  padding: 13px 0;
  letter-spacing: 1px;
}
.news_detail table {
  font-size: 1.4rem;
}
.news_detail table th,
.news_detail table td {
  padding: 18px 0;
}
.news_detail table th {
  width: 100px;
  padding-left: 20px;
}
.news_detail table td {
  padding-right: 20px;
}
.news_detail table .director_list li .post {
  width: 60px;
  flex: 0 0 60px;
}
.news_detail table .director_list li .name span {
  width: 60px;
}