@charset "UTF-8";
.Breadcrumb + #G-MAIN-AREA {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 960px) {
  .Breadcrumb + #G-MAIN-AREA,
  .Breadcrumb + #G-PRINT-AREA + #G-MAIN-AREA {
    padding-top: 0 !important;
  }
}
.g-hidden, .g-hidden-c > * {
  display: none;
}

.library-category-list {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
.library-category-list .library-category-label {
  display: inline-block;
  padding: 4.5px 10px;
  min-height: 25px;
  font-size: 0.88rem;
  line-height: 1;
  color: #555;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.library-banner {
  margin-top: 42px;
  margin-bottom: 141px;
  padding-top: 95px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 960px) {
  .library-banner {
    margin-top: 8px;
    margin-bottom: 80px;
    padding-top: 45px;
    padding-inline: 10px;
  }
}

.library-banner-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  font-size: 1.13rem;
  line-height: 1.5;
  color: #171C8F;
}
@media screen and (max-width: 960px) {
  .library-banner-list {
    grid-template-columns: auto;
    gap: 37px;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.library-banner-list li > a:hover img {
  opacity: 0.6;
}
.library-banner-list li > a > img {
  display: block;
  margin-bottom: 22px;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.module-wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .module-wrap {
    margin: 0 10px 80px;
  }
}

#G-MAIN-AREA .module-wrap .text {
  font-size: 1rem;
  line-height: 2;
  color: #555555;
}
#G-MAIN-AREA .module-wrap .--center {
  text-align: center;
}
#G-MAIN-AREA .module-wrap .--bold {
  font-weight: bold;
}

#G-MAIN-AREA .module-wrap .grid {
  display: grid;
  gap: 20px 35px;
}
@media screen and (max-width: 960px) {
  #G-MAIN-AREA .module-wrap .grid {
    gap: 32px 0;
  }
}
#G-MAIN-AREA .module-wrap .grid.--column2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 960px) {
  #G-MAIN-AREA .module-wrap .grid.--column2 {
    grid-template-columns: none;
  }
}

#G-MAIN-AREA .module-wrap .list {
  margin-bottom: 20px;
  padding-left: 18px;
  list-style: disc;
}
@media screen and (max-width: 960px) {
  #G-MAIN-AREA .module-wrap .list {
    margin-bottom: 40px;
  }
}
#G-MAIN-AREA .module-wrap .list:last-child {
  margin-bottom: 0;
}
#G-MAIN-AREA .module-wrap .list .list__item {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5;
}
#G-MAIN-AREA .module-wrap .list .list__item .list {
  margin: 10px 0 0;
}
#G-MAIN-AREA .module-wrap .list.--default {
  list-style: decimal;
  padding-left: 28px;
}
#G-MAIN-AREA .module-wrap .list.--number {
  list-style: decimal;
  padding-left: 28px;
}
#G-MAIN-AREA .module-wrap .list.--note {
  list-style: none;
  counter-reset: number 0;
  padding-left: 0;
}
#G-MAIN-AREA .module-wrap .list.--note .list__item {
  padding-left: calc(2.2rem + 5px);
  position: relative;
  font-size: 0.88rem;
  line-height: 1.5;
}
#G-MAIN-AREA .module-wrap .list.--note .list__item::before {
  counter-increment: number 1;
  content: "(*" counter(number) ")";
  position: absolute;
  top: 0;
  left: 0;
}
#G-MAIN-AREA .module-wrap .list.--note .list__item:lang(ja)::before {
  counter-increment: number 1;
  content: "(※" counter(number) ")";
  position: absolute;
  top: 0;
  left: 0;
}
#G-MAIN-AREA .module-wrap .list.--bullet-none {
  padding-left: 0;
  list-style: none;
}
#G-MAIN-AREA .module-wrap .definition-list {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 35px;
}
@media screen and (max-width: 960px) {
  #G-MAIN-AREA .module-wrap .definition-list {
    display: block;
    margin-bottom: 40px;
  }
}
#G-MAIN-AREA .module-wrap .definition-list:last-child {
  margin-bottom: 0;
}
#G-MAIN-AREA .module-wrap .definition-list .definition-list__title,
#G-MAIN-AREA .module-wrap .definition-list .definition-list__text {
  font-size: 1rem;
  line-height: 1.5;
  color: #555555;
}
#G-MAIN-AREA .module-wrap .definition-list .definition-list__title {
  width: 15%;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #G-MAIN-AREA .module-wrap .definition-list .definition-list__title {
    margin-bottom: 4px;
    width: 100%;
  }
}
#G-MAIN-AREA .module-wrap .definition-list .definition-list__text {
  width: calc(85% - 35px);
}
@media screen and (max-width: 960px) {
  #G-MAIN-AREA .module-wrap .definition-list .definition-list__text {
    margin-bottom: 12px;
    width: 100%;
  }
}

#G-MAIN-AREA .module-wrap .media {
  display: flex;
  gap: 20px 35px;
}
@media screen and (max-width: 960px) {
  #G-MAIN-AREA .module-wrap .media {
    flex-direction: column;
    gap: 22px 0;
  }
}
#G-MAIN-AREA .module-wrap .media .media__image {
  order: 1;
  width: 50%;
}
@media screen and (max-width: 960px) {
  #G-MAIN-AREA .module-wrap .media .media__image {
    width: 100%;
  }
}
#G-MAIN-AREA .module-wrap .media .media__image img {
  width: 100%;
  height: auto;
}
#G-MAIN-AREA .module-wrap .media .media__caption {
  margin-top: 10px;
  font-size: 0.88rem;
  line-height: 1.5;
}
#G-MAIN-AREA .module-wrap .media .media__item {
  order: 2;
  width: 50%;
}
#G-MAIN-AREA .module-wrap .media .media__text {
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 2;
  color: #555;
}
#G-MAIN-AREA .module-wrap .media .media__text:last-child {
  margin-bottom: 0;
}
#G-MAIN-AREA .module-wrap .media .list {
  margin-bottom: 5px;
}
#G-MAIN-AREA .module-wrap .media .list:last-child {
  margin-bottom: 0;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.js-scrollable {
  width: 100%;
  display: block;
}
.js-scrollable .scroll-hint-icon {
  position: absolute;
  top: 50px;
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 64px;
  height: 70px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  background: url(/common_2023/img/icon_table_scroll.png) no-repeat;
  background-size: cover;
}
.js-scrollable .scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}
.js-scrollable .scroll-hint-text {
  display: none;
}
.js-scrollable .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}
.js-scrollable .scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}
.js-scrollable .scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.js-scroll-table__wrap {
  position: relative;
}
.js-scroll-table__wrap .js-scroll-table__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 16px);
}
.js-scroll-table__wrap.is-right-scrollable > .js-scroll-table__shadow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  z-index: 100;
}
.js-scroll-table__wrap.is-left-scrollable > .js-scroll-table__shadow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  z-index: 100;
}

#G-MAIN-AREA .module-wrap .table {
  margin-bottom: 20px;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  #G-MAIN-AREA .module-wrap .table {
    margin-bottom: 40px;
  }
}
#G-MAIN-AREA .module-wrap .table:last-child {
  margin-bottom: 0;
}
#G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+2), #G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+2) ~ td {
  width: 50%;
}
#G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+3), #G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+3) ~ td {
  width: 33.3333333333%;
}
#G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+4), #G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+4) ~ td {
  width: auto;
}
@media screen and (max-width: 960px) {
  #G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+2).table__headline, #G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+2).table__title, #G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+2) ~ td.table__headline, #G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+2) ~ td.table__title {
    width: 34%;
  }
  #G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+2).table__text, #G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+2) ~ td.table__text {
    width: 66%;
  }
  #G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+3).table__headline, #G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+3).table__title, #G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+3) ~ td.table__headline, #G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+3) ~ td.table__title {
    width: 25%;
  }
  #G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+3).table__text, #G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+3) ~ td.table__text {
    width: 37.5%;
  }
  #G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+4).table__headline, #G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+4).table__title, #G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+4).table__text, #G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+4) ~ td.table__headline, #G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+4) ~ td.table__title, #G-MAIN-AREA .module-wrap .table:not(.--thumbnail) td:nth-last-child(n+4) ~ td.table__text {
    width: auto;
  }
}
#G-MAIN-AREA .module-wrap .table th,
#G-MAIN-AREA .module-wrap .table td {
  padding: 15px 15px;
  font-size: 1rem;
  line-height: 2;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 960px) {
  #G-MAIN-AREA .module-wrap .table th,
  #G-MAIN-AREA .module-wrap .table td {
    padding: 15px 5px;
  }
}
#G-MAIN-AREA .module-wrap .table th.--center,
#G-MAIN-AREA .module-wrap .table td.--center {
  text-align: center;
}
#G-MAIN-AREA .module-wrap .table .table__headline {
  color: #000000;
  background-color: #f3f4f9;
}
#G-MAIN-AREA .module-wrap .table .table__title {
  color: #555555;
  background-color: #f2f2f2;
}
#G-MAIN-AREA .module-wrap .table .table__text {
  color: #555555;
  background-color: #fff;
}
#G-MAIN-AREA .module-wrap .table.--thumbnail .table__headline,
#G-MAIN-AREA .module-wrap .table.--thumbnail .table__title,
#G-MAIN-AREA .module-wrap .table.--thumbnail .table__item {
  background-color: transparent;
}
#G-MAIN-AREA .module-wrap .table.--thumbnail tr:nth-child(odd) td {
  background: #f2f2f2;
}
#G-MAIN-AREA .module-wrap .table.--thumbnail .table__headline {
  font-weight: bold;
}
#G-MAIN-AREA .module-wrap .table.--thumbnail .table__image {
  width: 15%;
}
@media screen and (max-width: 960px) {
  #G-MAIN-AREA .module-wrap .table.--thumbnail .table__image {
    width: 19%;
  }
}
#G-MAIN-AREA .module-wrap .table.--thumbnail .table__image img {
  width: 100%;
  height: auto;
}
#G-MAIN-AREA .module-wrap .table.--thumbnail tr > :first-child:nth-last-child(2) ~ td {
  width: 85%;
}
@media screen and (max-width: 960px) {
  #G-MAIN-AREA .module-wrap .table.--thumbnail tr > :first-child:nth-last-child(2) ~ td {
    width: 81%;
  }
}
#G-MAIN-AREA .module-wrap .table.--thumbnail tr > :first-child:nth-last-child(3) ~ td {
  width: 42.5%;
}
@media screen and (max-width: 960px) {
  #G-MAIN-AREA .module-wrap .table.--thumbnail tr > :first-child:nth-last-child(3) ~ td {
    width: 40.5%;
  }
}
#G-MAIN-AREA .module-wrap .table.--thumbnail tr > :first-child:nth-last-child(4) ~ td {
  width: 28.3333333333%;
}
@media screen and (max-width: 960px) {
  #G-MAIN-AREA .module-wrap .table.--thumbnail tr > :first-child:nth-last-child(4) ~ td {
    width: 27%;
  }
}
#G-MAIN-AREA .module-wrap .js-scrollable {
  margin-bottom: 40px;
}
#G-MAIN-AREA .module-wrap .js-scrollable .table {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  min-width: 1280px;
}

#G-MAIN-AREA .module-wrap .sns-button .sns-button__heading {
  margin: 0 auto 15px;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #555555;
  text-align: center;
}
#G-MAIN-AREA .module-wrap .sns-button .sns-button__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#G-MAIN-AREA .module-wrap .sns-button .sns-button__list li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#G-MAIN-AREA .module-wrap .sns-button .sns-button__list li:hover img {
  opacity: 0.7;
  transition: 0.3s ease-out;
}
#G-MAIN-AREA .module-wrap .sns-button .sns-button__list li a {
  display: block;
}
#G-MAIN-AREA .module-wrap .sns-button .sns-button__list li img {
  width: auto;
  height: auto;
}
#G-MAIN-AREA .module-wrap .sns-button .tooltip {
  display: none;
  padding: 10px;
  position: absolute;
  min-width: 118px;
  border-radius: 3px;
  background-color: #555;
  box-sizing: border-box;
  z-index: 101;
  cursor: default;
  font-size: 0.87rem;
  line-height: 1.51;
  color: #fff;
  text-align: center;
}
#G-MAIN-AREA .module-wrap .sns-button .tooltip::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  border-width: 15px 11px 0 11px;
}
#G-MAIN-AREA .module-wrap .sns-button .tooltip.active {
  display: block;
}

.news-detail {
  padding-inline: 150px;
}
@media screen and (max-width: 960px) {
  .news-detail {
    padding-inline: 0;
  }
}
.news-detail .news-index-list__meta {
  margin-top: 37px;
}
@media screen and (max-width: 960px) {
  .news-detail .news-index-list__meta {
    margin-inline: 10px;
  }
}
.news-detail .news-index-list__meta + .m-h1 {
  margin-top: 15px;
}
.news-detail .m-disclaimer {
  margin-top: 90px;
  margin-bottom: 90px !important;
}
@media screen and (max-width: 960px) {
  .news-detail .m-disclaimer {
    margin-top: 50px;
    margin-bottom: 80px !important;
  }
}

.news-detail__inner {
  max-width: 1065px;
  margin-inline: auto;
  box-sizing: content-box;
}

.c-sns-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .c-sns-button {
    flex-direction: column;
    gap: 15px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .c-sns-button.--display-pc {
    display: none;
  }
}
.c-sns-button.--display-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .c-sns-button.--display-sp {
    display: flex;
  }
}

.c-sns-button__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.c-sns-button__list li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.c-sns-button__list li:hover img {
  opacity: 0.7;
  transition: 0.3s ease-out;
}
.c-sns-button__list li a {
  display: block;
}
.c-sns-button__list li img {
  width: auto;
  height: auto;
}

.tooltip {
  display: none;
  padding: 10px;
  position: absolute;
  min-width: 118px;
  border-radius: 3px;
  background-color: #555;
  box-sizing: border-box;
  z-index: 101;
  cursor: default;
  font-size: 0.87rem;
  line-height: 1.51;
  color: #fff;
  text-align: center;
}
.tooltip::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  border-width: 15px 11px 0 11px;
}
.tooltip.is-active {
  display: block;
}

.news-container {
  padding-inline: 40px;
}
@media screen and (max-width: 960px) {
  .news-container {
    padding-inline: 10px;
  }
}
.news-container h1 {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .news-container h1 {
    margin-top: 37px;
  }
}

.news-container__inner {
  max-width: 1065px;
  margin-inline: auto;
  box-sizing: content-box;
}

#news-list {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  #news-list {
    margin: 60px 10px 0;
  }
}

.news-sort {
  padding: 20px 20px 22px;
  background-color: #f6f6f6;
  display: flex;
  gap: 44px;
}
@media screen and (max-width: 960px) {
  .news-sort {
    margin: 0 10px;
    padding: 15px 15px 20px;
    flex-direction: column;
    gap: 20px;
  }
}

.news-sort__title {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: bold;
}

.news-sort-year__select {
  display: block;
  width: 170px;
  margin-top: 5px;
  padding: 10px 26px 10px 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  background-image: url(/common_2023/img/icon_arw_blue_05.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-size: 0.88rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .news-sort-year__select {
    width: 100%;
  }
}

.news-sort-category-list {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 960px) {
  .news-sort-category-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.news-sort-category-list__item input {
  display: none;
}
.news-sort-category-list__item label {
  display: block;
  min-width: 90px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 4px 9px;
  text-align: center;
  font-size: 0.87rem;
  line-height: 1.51;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .news-sort-category-list__item label {
    width: 100%;
  }
}
.news-sort-category-list__item label:hover {
  border: 1px solid #171C8F;
  color: #171C8F;
  transition: 0.3s ease-out;
}
.news-sort-category-list__item input:checked + label {
  background-color: #171C8F;
  color: #fff;
}

.news-index-list {
  margin-top: 60px;
}
.news-index-list.--top-news {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 35px;
}
@media screen and (max-width: 960px) {
  .news-index-list.--top-news {
    display: block;
  }
}

.news-index-list__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "thumb meta" "thumb link";
  border-bottom: solid 1px #ddd;
  margin-bottom: 15px;
  padding-bottom: 18px;
}
@media screen and (max-width: 960px) {
  .news-index-list__item {
    grid-template-rows: repeat(2, auto);
    grid-template-areas: "meta meta" "thumb link";
  }
}

.news-index-list__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: thumb;
  width: 185px;
  margin-right: 35px;
}
@media screen and (max-width: 960px) {
  .news-index-list__img {
    width: 82px;
    margin-top: 15px;
    margin-right: 20px;
  }
}
.news-index-list__img img {
  border: 1px solid #ddd;
  max-width: 100%;
  height: auto;
}

.news-index-list__meta {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: meta;
  display: flex;
  gap: 20px;
}

.news-index-list__date {
  margin: 2px 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: #555;
}

.news-index-list__category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.news-label {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #555;
}
.news-label.--pressRelease {
  border: 1px solid #E3E6F5;
  background-color: #E3E6F5;
}

.news-index-list__linkTitle {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: link;
  position: relative;
  margin-top: 15px;
  font-size: 0.88rem;
  line-height: 1.6;
}

@media screen and (max-width: 960px){
  .news-index-list__img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .news-index-list__meta {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .news-index-list__linkTitle {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

.news-list__button {
  display: none;
  justify-content: center;
  margin-top: 45px;
}
.news-list__button.is-active {
  display: flex;
}
.news-list__button span {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 290px;
  padding: 10px 20px;
  text-align: center;
  background-color: #ededed;
  color: #333;
  border-bottom: 1px solid #cacaca;
  cursor: pointer;
}
.news-list__button span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 25px;
  height: 11px;
  margin: auto 0;
  background: url(/common_2023/img/icon_arw_blue_plus01.svg) no-repeat;
}
.news-list__button span:hover {
  color: #171C8F;
  border-bottom: 1px solid #171C8F;
}

.news-contact {
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .news-contact {
    margin-bottom: 80px;
  }
}