.new_list {
  justify-content: space-between;
}

.new_list li {
  width: 46%;
}

.flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.flex .left {
  white-space: nowrap;
  position: relative;
}

.flex .right {
  width: min(9.9vw, 190px);
}

.sp_br {
  display: none;
}
.new_list .nav_anc__list__item__ttl {
  width: 9em;
}
@media screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }

  .new_list li {
    width: 100%;
  }
  .flex {
    justify-content: space-between;
  }
  .flex .left {
    white-space: unset;
  }

  .flex .right {
    width: min(22.1vw, 170px);
    flex-shrink: 0;
  }
}
/* 20260318 ボタン追加 */
.top_btu {
  margin-bottom: 4.08rem;
}
.top_btu .contents__item__detail__ttl {
  justify-content: center;
}
.top_btu .contents__item__detail__ttl:not(:last-child) {
  margin-bottom: 1.92rem;
}
.top_btu .contents__item__detail__ttl__inner {
  padding: 0 2.655rem 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  min-width: 11rem;
  /* width: 11rem; */
  justify-content: center;
}

.top_btu .contents__item__detail__ttl__inner:hover {
  background: #049;
}
@media screen and (max-width: 768px) {
  .top_btu {
    margin-top: 2rem;
  }
  .top_btu .contents__item__detail__ttl__inner {
    /* width: 13rem; */
    min-width: 13rem;
  }
}
