@charset "UTF-8";

/** utility **/
body.-fixed {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main {
  overflow: hidden;
  color: #282828;
}

main ul,
main ol {
  list-style: none;
}

main * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main *::before,
main *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_contents_title {
  margin: 147px 0 60px;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .section_contents_title {
    margin: 140px 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section_contents_title {
    margin: 98px 0 28px;
  }
}

.section_contents_wrapper {
  margin: 60px 0 140px;
}

@media only screen and (max-width: 767px) {
  .section_contents_wrapper {
    margin: 28px 0 95px;
  }
}

.section_article {
  margin: 0 0 60px;
}

@media only screen and (max-width: 767px) {
  .section_article {
    margin: 0 0 28px;
  }
}

.section_contents_footer {
  margin: 140px 0 145px;
}

@media only screen and (max-width: 767px) {
  .section_contents_footer {
    margin: 90px 0 95px;
  }
}

.contents-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.content-wrap {
  margin-left: 8.928%;
  margin-right: 8.928%;
}

@media (max-width: 1023px) {
  .content-wrap {
    margin-left: 4.95%;
    margin-right: 4.95%;
  }
}

@media only screen and (max-width: 767px) {
  .content-wrap {
    margin-left: 5.335%;
    margin-right: 5.335%;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.txt-left {
  text-align: left !important;
}

.txt-center {
  text-align: center !important;
}

.txt-right {
  text-align: right !important;
}

.txt-indent-0 {
  text-indent: 0 !important;
}

/** utility **/
main a {
  color: #282828;
}

.news-top {
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto 100px;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .news-top {
    margin-bottom: 64px;
  }
}

.news-ttl {
  font-size: 20px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .news-ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.news-filter {
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}

.news-filter h3 {
  margin: 20px 0 10px;
  opacity: .5;
}

@media only screen and (max-width: 767px) {
  .news-filter h3 {
    display: none;
  }
}

.news-filter__ttl {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .news-filter__ttl {
    font-size: 14px;
  }
}

.news-filter__keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .news-filter__keyword {
    display: block;
    position: relative;
    margin-top: 18px;
  }
}

.news-filter__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .news-filter__term {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news-filter__term p:first-child {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .news-filter__term {
    margin: 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .news-filter__term p {
    -ms-flex-preferred-size: calc(50% - 16px);
    flex-basis: calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
}

@media (min-width: 768px) {
  .news-filter__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -40px -15px 0;
  }
}

.news-filter__tag li {
  margin: 0 40px 15px 0;
}

.news-filter__tag li:hover {
  color: #7F0019;
}

.news-filter__tag li:hover .news-radio__item {
  opacity: 1;
}

.news-textbox {
  background-color: #FFF;
  border: solid 1px #3C3C3C;
  width: 305px;
  height: 45px;
  padding: 0 14px;
  font-size: 16px;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  .news-textbox {
    width: 100%;
    height: 35px;
    padding-right: 24px;
    padding-left: 48px;
  }
}

.news-textbox::-webkit-input-placeholder,
.news-textbox::-moz-placeholder,
.news-textbox:-ms-input-placeholder {
  line-height: 1.286;
  color: #939393;
  opacity: 1;
}

.news-textbox[style="font-family: ts-unused;"] {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

.news-searchBtn {
  width: 45px;
  height: 45px;
  background: #3C3C3C url(/news/images/icon_search_w.svg) no-repeat center center;
  border: 0;
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  .news-searchBtn {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 47px;
    height: 33px;
    background: transparent url(/news/images/icon_search.svg) no-repeat center center;
    border: 0;
  }
}

.news-select {
  display: inline-block;
  position: relative;
  width: 165px;
  height: 45px;
  background-color: #FFF;
  border: solid 1px #3C3C3C;
}

@media only screen and (max-width: 767px) {
  .news-select {
    width: 100%;
    height: 35px;
  }
}

.news-select.-disabled {
  opacity: .5;
}

.news-select select {
  width: 100%;
  height: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 3;
  margin: -1px;
  padding: 11px 59px 10px 14px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.286;
  color: #939393;
}

@media only screen and (max-width: 767px) {
  .news-select select {
    height: 35px;
    padding: 8px 49px 7px 14px;
  }
}

.news-select select::-ms-expand {
  display: none;
}

.ua-safari .news-select select {
  font-family: sans-serif;
}

@media (min-width: 768px) {
  .ua-safari .news-select select {
    padding: 13px 59px 9px 14px;
  }
}

.news-select select[disabled] {
  opacity: 1;
  color: #939393;
  cursor: default;
}

.news-select::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  width: 45px;
  height: 45px;
  right: -1px;
  background-color: #3C3C3C;
}

@media only screen and (max-width: 767px) {
  .news-select::before {
    width: 35px;
    height: 35px;
  }
}

.news-select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 22px;
  height: 13px;
  right: 10px;
  margin-top: -5px;
  background: url(/news/images/icon_arrow_select.svg) no-repeat center center;
}

@media only screen and (max-width: 767px) {
  .news-select::after {
    width: 16px;
    height: 9px;
    right: 9px;
    margin-top: -3px;
    background-size: 16px 9px;
  }
}

.news-radio {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  line-height: 1.286;
  /* disabled */
}

.news-radio input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -10;
}

.news-radio__item {
  display: inline-block;
  cursor: pointer;
  opacity: .5;
  font-size: 16px;
  -webkit-transition: .25s;
  transition: .25s;
}

.news-radio__item:before,
.news-radio__item:after {
  position: absolute;
  content: '';
  display: block;
  border-radius: 51%;
}

.ua-ie .news-radio__item:before,
.ua-ie .news-radio__item:after {
  margin-top: -2px;
}

.news-radio__item:before {
  top: 4px;
  left: 0;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: #FFF;
  border: 1px solid #4C4C4C;
  -webkit-transition: .1s;
  transition: .1s;
}

.news-radio__item:after {
  top: 6px;
  left: 2px;
  z-index: 2;
  width: 10px;
  height: 10px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  background: #282828;
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

input[type="radio"]:checked+.news-radio__item {
  opacity: 1;
}

input[type="radio"]:checked+.news-radio__item::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

input[type="radio"][disabled]+.news-radio__item {
  color: #999;
  cursor: default;
}

input[type="radio"][disabled]+.news-radio__item:hover:before,
input[type="radio"][disabled]+.news-radio__item:focus:before {
  border-color: #999;
}

input[type="radio"][disabled]:checked+.news-radio__item::after {
  background: #999;
}

.news-list {
  margin-top: 40px;
  border-top: solid 1px #707070;
}

@media only screen and (max-width: 767px) {
  .news-list {
    margin-top: 20px;
  }
}

.news-list__item {
  border-bottom: solid 1px #707070;
}

.news-list__link {
  padding: 16px 0;
}

@media (min-width: 768px) {
  .news-list__link {
    display: grid;
    grid-template-columns: 80px repeat(5, auto) 1fr;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 6px;
    grid-row-gap: 0;
    align-items: baseline;
  }
}

@media only screen and (max-width: 767px) {
  .news-list__link {
    display: block;
    padding-top: 14px;
  }
}

.news-list__link:hover .news-list__date,
.news-list__link:hover .news-list__tag,
.news-list__link:hover .news-list__tag--strong {
  color: #282828;
}

.news-list__link:hover .news-list__tag--strong {
  color: #FFF;
}

.news-list__date {
  font-family: "Helvetica Neue", "Helvetica", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 768px){
  .news-list__date {
    grid-area: 1 / 1 / 3 / 2;
    padding-top: 2px;
    display: block;
    width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .news-list__date {
    display: inline-block;
    margin-right:4px;
  }
}

.news-list__detail {
  display: contents;
  font-size: 0;
}

.news-list__tag,
.news-list__tag--strong {
  display: inline-block;
  line-height: 1;
  padding: 5px;
  background-color: #F2F2F2;
}

@media (min-width: 768px){
  .news-list__tag,
  .news-list__tag--strong {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .news-list__tag,
  .news-list__tag--strong {
    font-size: 12px;
    margin-top: 2px;
    margin-right: 2px;
  }
}

.news-list__tag--strong {
  color: #FFF;
  background-color: #282828;
}

.news-list__heading {
  display: block;
}

@media (min-width: 768px){
  .news-list__heading {
    font-size: 18px;
    grid-area: 2 / 2 / 3 / 8;
  }
}

@media only screen and (max-width: 767px) {
  .news-list__heading {
    font-size: 16px;
    margin-top: 6px;
  }
}

.pagination {
  margin: 60px 0 0;
}

.pagination__list {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .pagination__list {
    max-width: 374px;
    margin: 70px auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.pagination__list>span:only-child {
  display: none;
}

.pagination a:hover {
  color: #7F0019;
}

.pagination a,
.pagination span {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  height: 16px;
  margin: 0 7px;
  font-family: "Helvetica Neue", "Helvetica", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #999;
  text-align: center;
  line-height: 16px;
  border-radius: 6px;
}

@media only screen and (max-width: 767px) {

  .pagination a,
  .pagination span {
    margin: 0 2px;
  }
}

.pagination a.link_first,
.pagination a.link_before,
.pagination a.link_next,
.pagination a.link_last,
.pagination span.link_first,
.pagination span.link_before,
.pagination span.link_next,
.pagination span.link_last {
  overflow: hidden;
  text-indent: 100%;
  width: 10px;
  padding-top: 16px;
  white-space: nowrap;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.pagination a.link_first,
.pagination span.link_first {
  background-image: url(/news/images/icon_arrow_prev.svg);
  margin-left: 0;
}

.pagination a.link_before,
.pagination span.link_before {
  background-image: url(/news/images/icon_arrow_prev.svg);
  margin-right: 14px;
}

@media only screen and (max-width: 767px) {

  .pagination a.link_before,
  .pagination span.link_before {
    margin-left: 0;
    margin-right: 7px;
  }
}

.pagination a.link_next,
.pagination span.link_next {
  background-image: url(/news/images/icon_arrow_next.svg);
  margin-left: 14px;
}

@media only screen and (max-width: 767px) {

  .pagination a.link_next,
  .pagination span.link_next {
    margin-right: 0;
    margin-left: 7px;
  }
}

.pagination a.link_last,
.pagination span.link_last {
  background-image: url(/news/images/icon_arrow_next.svg);
  margin-right: 0;
}

.pagination a.current_page,
.pagination span.current_page {
  color: #282828;
}
