.global-content {
  width: 100%;
  max-width: 100%;
  padding: 0;
  background-color: var(--global-color-gray-6);
}

.o-next-index {
  display: none;
  max-width: 1260px;
  padding: 30px 30px 60px;
  margin: 0 auto;
  color: var(--global-color-gray-2);
}
@media screen and (max-width: 1023px) {
  .o-next-index {
    padding: 10px 20px 50px;
  }
}
.o-next-index__breadcrumb.c-next-only-sp {
  padding: 10px 20px;
  background: var(--global-color-gray-sub);
}
.o-next-index__breadcrumb.c-next-only-pc .mod-mole-breadcrumb__list-item {
  color: var(--global-color-gray-4);
}
.o-next-index__breadcrumb.c-next-only-pc
  .mod-mole-breadcrumb__list-item::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L5%205L1%209%22%20stroke%3D%22%23999999%22%20stroke-width%3D%221.2%22%2F%3E%3C%2Fsvg%3E');
}
.o-next-index__breadcrumb.c-next-only-pc
  .mod-mole-breadcrumb__list-item
  + .mod-mole-breadcrumb__list-item {
  color: var(--global-color-gray-2);
}
.o-next-index__breadcrumb.c-next-only-pc .mod-mole-breadcrumb__list-link {
  color: currentColor;
}
.o-next-index__mv {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 350px;
  margin: 0;
  background: url('/assets/pages/next/2409/img/img_mv_pc.jpg') no-repeat center
    center;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .o-next-index__mv {
    padding-top: 37.3333333333%;
    background: url('/assets/pages/next/2409/img/img_mv_sp.jpg') no-repeat
      center center;
    background-size: 100% auto;
  }
}
.o-next-index__head {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
.o-next-index__head-title {
  text-align: center;
}
.o-next-index__head-title > span {
  display: block;
}
.o-next-index__head-title-en {
  margin-bottom: 8px;
  font-size: 28px;
}
@media screen and (max-width: 1023px) {
  .o-next-index__head-title-en {
    margin-bottom: 0;
    font-size: 18px;
  }
}
.o-next-index__head-title-ja {
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .o-next-index__head-title-ja {
    margin-bottom: 15px;
    font-size: 12px;
  }
}
.o-next-index__head-link {
  position: absolute;
  right: 40px;
  bottom: -20px;
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
@media (hover: hover) {
  .o-next-index__head-link:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1023px) {
  .o-next-index__head-link {
    right: 20px;
    width: 70px;
    height: 70px;
  }
}
.o-next-index__head-link img {
  width: 100%;
}
.o-next-index__title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
.o-next-index__title-title {
  text-align: center;
}
.o-next-index__title-title > span {
  display: block;
}
.o-next-index__outer {
  display: grid;
  grid-template: 'filter situation' auto 'filter lists' 1fr/260px 1fr;
  gap: 40px;
  padding-top: 30px;
}
@media screen and (max-width: 1023px) {
  .o-next-index__outer {
    grid-template: 'situation' auto 'filter' auto 'lists' auto/1fr;
    gap: 15px;
  }
}
.o-next-index__filter {
  margin: 20px 0 0;
}
@media screen and (max-width: 1023px) {
  .o-next-index__filter {
    margin: 10px 0 0;
  }
}
.o-next-index__filter-outer {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  grid-area: filter;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1023px) {
  .o-next-index__filter-outer {
    width: 100%;
    margin: 0;
  }
}
.o-next-index__filter-inner {
  padding: 20px;
  background-color: var(--global-color-beige-2);
}
@media screen and (max-width: 1023px) {
  .o-next-index__filter-inner {
    padding: 10px 20px;
  }
}
.o-next-index__filter-inner .mod-mole-form-select-normal {
  font-size: 13px;
}
.o-next-index__filter-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.o-next-index__filter-head-top {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .o-next-index__filter-head-top {
    font-size: 15px;
  }
}
.o-next-index__filter-head-l .mod-atom-form-heading {
  line-height: 1;
}
.o-next-index__filter-head-r .mod-mole-buttons-reset {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.o-next-index__filter-foot {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 0 0 auto;
}
@media screen and (max-width: 1023px) {
  .o-next-index__filter-foot {
    margin: 5px 0 0 auto;
  }
}
.o-next-index__filter-foot-r {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .o-next-index__filter-foot-r {
    font-size: 12px;
  }
}
.o-next-index__filter-foot-number {
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .o-next-index__filter-foot-number {
    font-size: 14px;
  }
}
.o-next-index__filter-button {
  display: none;
}
@media screen and (max-width: 1023px) {
  .o-next-index__filter-button {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    cursor: pointer;
  }
  .o-next-index__filter-button-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .o-next-index__filter-button-body svg path {
    stroke: var(--global-color-gray-2);
  }
  .o-next-index__filter-button-body.hidden {
    display: none;
  }
}
.o-next-index__sort {
  margin: 20px 20px 0;
}
@media screen and (max-width: 1023px) {
  .o-next-index__sort {
    margin-top: 30px;
  }
}
.o-next-index__sort-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .o-next-index__sort-text {
    font-size: 12px;
  }
}
.o-next-index__sort-select {
  margin: 5px 0 0;
}
.o-next-index__forms .mod-mole-form-select-normal {
  font-size: 13px;
}
.o-next-index__situation {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-area: situation;
  padding: 20px 32px;
  border: 1px solid #e8e0d6;
  border-left-width: 0;
}
@media screen and (max-width: 1023px) {
  .o-next-index__situation {
    padding: 5px 19px;
    border-top-width: 1px;
    border-left-width: 1px;
  }
}
.o-next-index__situation-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .o-next-index__situation-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.o-next-index__situation-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  background-color: #e8e0d6;
}
@media screen and (max-width: 1023px) {
  .o-next-index__situation-head {
    gap: 3px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .o-next-index__situation-head svg {
    width: 15px;
    height: 15px;
  }
}
.o-next-index__situation-head-title {
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .o-next-index__situation-head-title {
    font-size: 15px;
  }
}
.o-next-index__lists {
  grid-area: lists;
}
.o-next-index__modal {
  display: none;
}
.o-next-index .next-label-l--blue {
  background-color: #3e68d7;
}
.o-next-index .next-label-l--darkgray {
  background-color: var(--global-color-gray-3);
}
.o-next-index__nomessage {
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .o-next-index__nomessage {
    margin-top: 15px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1023px) {
  .c-next-index-filter__full {
    margin-bottom: 10px;
  }
  .c-next-index-filter__full.hidden {
    display: none;
  }
}
.c-next-index-filter__full .c-next-index-filter__item {
  margin-top: 15px;
}
@media screen and (max-width: 1023px) {
  .c-next-index-filter__full .c-next-index-filter__item {
    margin-top: 5px;
  }
}
.c-next-index-filter__full .c-next-index-filter__item--radio {
  margin: 0 0 0 8px;
}
@media screen and (max-width: 1023px) {
  .c-next-index-filter__full .c-next-index-filter__item--radio {
    margin: 10px 0 0;
  }
}
.c-next-index-filter__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (max-width: 1023px) {
  .c-next-index-filter__item {
    width: 100%;
  }
}
.c-next-index-filter__item--group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
@media screen and (max-width: 1023px) {
  .c-next-index-filter__item--group {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-next-index-filter__item--fluid {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}
.c-next-index-filter__item--radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0 0;
}
.c-next-index-filter__item--radio .mod-atom-form-radio__box::before {
  background: var(--global-color-beige-2);
}
.c-next-index-filter__group-item + .c-next-index-filter__group-item {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 1023px) {
  .c-next-index-filter__group-item + .c-next-index-filter__group-item {
    margin: 0 0 0 30px;
  }
}
.c-next-index-filter__group-item {
  width: 120px;
}
@media screen and (max-width: 1023px) {
  .c-next-index-filter__group-item {
    width: 100%;
  }
}
.c-next-index-filter__name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--global-color-gray-2);
}
@media screen and (max-width: 1023px) {
  .c-next-index-filter__name {
    font-size: 12px;
  }
}
.c-next-index-filter__select {
  margin: 5px 0 0;
}
@media screen and (max-width: 1023px) {
  .c-next-index-filter__select {
    margin: 5px 0 0;
  }
}
.c-next-index-filter__select .mod-mole-form-select-normal__select {
  font-size: 14px;
  border: none;
}
@media screen and (max-width: 1023px) {
  .c-next-index-filter__select .mod-mole-form-select-normal__select {
    font-size: 13px;
  }
}
.c-next-index-filter__radio + .c-next-index-filter__radio {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 1023px) {
  .c-next-index-filter__radio + .c-next-index-filter__radio {
    margin: 0 0 0 10px;
  }
}
.c-next-index-filter__radio-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-next-index-filter__radio-label .mod-atom-form-radio__box {
  display: block;
}
.c-next-index-filter__radio-text {
  margin: 0 0 0 4px;
  font-size: 12px;
  line-height: 1.28;
  color: var(--global-color-gray-2);
}

.c-next-only-pc {
  display: block;
}
@media screen and (max-width: 1023px) {
  .c-next-only-pc {
    display: none;
  }
}

.c-next-only-sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .c-next-only-sp {
    display: block;
  }
}

.c-next-index__situation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 11px 40px;
}
@media screen and (max-width: 1023px) {
  .c-next-index__situation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }
}
.c-next-index__situation-unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-next-index__situation-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 700;
  border-right: 1px solid var(--global-color-gray-5);
}
@media screen and (max-width: 1023px) {
  .c-next-index__situation-head {
    font-size: 13px;
    white-space: nowrap;
  }
}
.c-next-index__situation-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .c-next-index__situation-detail {
    gap: 10px;
  }
}
.c-next-index__situation-detail-unit {
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-next-index__situation-detail-unit {
    font-size: 13px;
  }
}
.c-next-index__situation-detail-color {
  font-size: 26px;
  line-height: 1.2;
  color: var(--secondary-color-littlegold);
}
@media screen and (max-width: 1023px) {
  .c-next-index__situation-detail-color {
    font-size: 22px;
    line-height: 1.6;
  }
}

.c-next-index__contents {
  width: 100%;
  max-width: 900px;
  height: 100%;
  font-size: 13px;
  font-weight: 400;
  color: var(--global-color-gray-2);
}
@media screen and (max-width: 1023px) {
  .c-next-index__contents {
    max-width: none;
  }
}

.c-next-index__content {
  border: 1px solid var(--global-color-gray-5);
}
.c-next-index__content + .c-next-index__content {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .c-next-index__content + .c-next-index__content {
    margin-top: 30px;
  }
}
.c-next-index__content-inner {
  display: grid;
  grid-template-columns: 335px 1fr;
  width: 100%;
  padding: 30px;
}
@media screen and (max-width: 1023px) {
  .c-next-index__content-inner {
    display: block;
    padding: 15px 15px 20px;
  }
}
.c-next-index__content-profile {
  position: relative;
  width: 100%;
  max-width: 305px;
  margin-right: 30px;
}
@media screen and (max-width: 1023px) {
  .c-next-index__content-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 100%;
    margin: 0 0 15px;
  }
  .c-next-index__content-profile .c-next-index-data__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 15px;
  }
}

.c-next-index-link__area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-row: 1/2;
  grid-column: 1/3;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .c-next-index-link__area {
    display: block;
  }
}
@media (hover: hover) {
  .c-next-index-link__area:hover {
    opacity: 0.5;
  }
}

.c-next-index__img-area {
  position: relative;
  width: 100%;
  min-width: 305px;
  aspect-ratio: 305/188;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1023px) {
  .c-next-index__img-area {
    width: 42.6229508197%;
    min-width: auto;
    aspect-ratio: 130/87;
  }
}
.c-next-index__img-area > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-next-index__img-label {
  position: absolute;
  top: -8px;
  right: 8px;
  width: 56px;
}
@media screen and (max-width: 1023px) {
  .c-next-index__img-label {
    top: 91.9540229885%;
    left: -8px;
    width: 14.358974359%;
    max-width: 56px;
  }
}
.c-next-index__img-label img {
  width: 100%;
}

.c-next-index-data__area {
  width: 100%;
}
.c-next-index-data__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0;
}
@media screen and (max-width: 1023px) {
  .c-next-index-data__price {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 15px auto 8px;
  }
}
.c-next-index-data__price-total {
  margin-right: 20px;
}
.c-next-index-data__text {
  font-size: 14px;
  color: var(--global-color-gray-2);
}
@media screen and (max-width: 1023px) {
  .c-next-index-data__text {
    font-size: 12px;
  }
}
.c-next-index-data__text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.c-next-index-data__text--price {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .c-next-index-data__text--price {
    font-size: 18px;
  }
}
.c-next-index-data__name {
  font-weight: 700;
}
.c-next-index-data__name .c-next-index-data__label--white {
  margin-left: 10px;
  font-size: 12px;
  line-height: 1.4;
  color: #dcb683;
  background-color: #fff;
  border: 1px solid #dcb683;
  border-radius: 4px;
}
@media screen and (max-width: 1023px) {
  .c-next-index-data__name .c-next-index-data__label--white {
    margin-top: 4px;
    margin-left: 0;
  }
}
.c-next-index-data__name-text {
  display: block;
  font-family: var(--global-font-jp-mincho);
  font-size: 28px;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .c-next-index-data__name-text {
    font-size: 18px;
  }
}
.c-next-index-data__labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .c-next-index-data__labels {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-next-index-data__labels > .c-next-index-data__label {
  margin-bottom: 15px;
}
@media screen and (max-width: 1023px) {
  .c-next-index-data__labels > .c-next-index-data__label {
    margin-bottom: 8px;
  }
}
.c-next-index-data__labels
  .c-next-index-data__label
  + .c-next-index-data__label {
  margin-left: 10px;
}
@media screen and (max-width: 1023px) {
  .c-next-index-data__labels
    .c-next-index-data__label
    + .c-next-index-data__label {
    margin-left: 5px;
  }
}
.c-next-index-data__labels .c-next-index-data__label {
  position: relative;
  width: 138px;
  height: 36px;
}
@media screen and (max-width: 1023px) {
  .c-next-index-data__labels .c-next-index-data__label {
    width: 100px;
    height: 26px;
  }
}
.c-next-index-data__labels .c-next-index-data__label > svg {
  position: relative;
  z-index: 0;
  width: 100%;
}
.c-next-index-data__labels .c-next-index-data__label-text {
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  color: var(--global-color-gray-6);
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-next-index-data__labels .c-next-index-data__label-text {
    font-size: 12px;
    line-height: 26px;
  }
}

.c-next-index-data__detail-wrap {
  width: 100%;
}
.c-next-index-data__detail-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #70533b;
}
.c-next-index-data__detail-content {
  width: calc((100% - 20px) / 2);
  font-size: 13px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .c-next-index-data__detail-content {
    width: calc((100% - 5px) / 2);
  }
}
.c-next-index-data__detail-content + .c-next-index-data__detail-content {
  margin-left: 20px;
}
@media screen and (max-width: 1023px) {
  .c-next-index-data__detail-content + .c-next-index-data__detail-content {
    margin-left: 5px;
  }
}
.c-next-index-data__detail-content tr + tr {
  margin-top: 4px;
}
@media screen and (max-width: 1023px) {
  .c-next-index-data__detail-content tr + tr {
    margin-top: 2px;
  }
}
.c-next-index-data__detail-content th {
  font-weight: 700;
  text-wrap: nowrap;
}
.c-next-index-data__detail-content td {
  padding-left: 1em;
  text-indent: -1em;
}

.c-next-index-info__area {
  position: relative;
  grid-row: 2/3;
  grid-column: 2/3;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .c-next-index-info__area {
    margin-top: 15px;
  }
}
.c-next-index-info__content {
  position: relative;
}
.c-next-index-info__content-lead {
  width: 100%;
  padding: 8px 0;
  margin-bottom: 15px;
  border-top: 1px solid var(--global-color-gray-5);
  border-bottom: 1px solid var(--global-color-gray-5);
}
@media screen and (max-width: 1023px) {
  .c-next-index-info__content-lead {
    padding: 4px 0;
    text-align: center;
  }
}
.c-next-index-info__content-date {
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .c-next-index-info__content-date {
    font-size: 13px;
  }
}
.c-next-index-info__content-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .c-next-index-info__content-detail {
    display: block;
  }
}
.c-next-index-info__content-title {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .c-next-index-info__content-title {
    font-size: 16px;
  }
}
.c-next-index-info__content-text-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .c-next-index-info__content-text-wrap {
    display: block;
    width: 100%;
  }
}
.c-next-index-info__content-assets {
  width: 180px;
  margin-left: 20px;
}
@media screen and (max-width: 1023px) {
  .c-next-index-info__content-assets {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.c-next-index-info__content-assets img {
  display: block;
  width: 100%;
}

.js-page__filter-hide {
  display: none;
}

.js-page__filter-init .o-next-index {
  display: block;
}

.js-color-default .mod-mole-form-select-normal__select {
  color: var(--global-color-gray-4);
}
