.tranDetails-page {
  overflow-x: clip;
}

.tranDetails-page .section_ttl {
  text-align: center;
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .tranDetails-page .section_ttl {
    margin-bottom: 8rem;
  }
}
.tranDetails-page .bg_01 {
  background-color: #faf8e6;
}

.tranDetails-page .bg_02 {
  background-color: #fff;
}

.tranDetails-page .kv .content_ttl {
  font-size: 5.2rem;
}

@media screen and (max-width: 959.98px) {
  .tranDetails-page .kv .content_ttl {
    font-size: 5.7rem;
  }
}
.tranDetails-page .kv .content_txt {
  font-size: 3.1rem;
  margin-top: 1.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #002952;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 959.98px) {
  .tranDetails-page .kv .content_txt {
    font-size: 3.7rem;
    line-height: 1.4054;
    margin-top: 2.4rem;
    text-align: center;
  }
}
.tranDetails-page .kv_img img {
  width: 100%;
}

.tranDetails-page .content_pageLink {
  margin-top: 7rem;
}

@media screen and (max-width: 959.98px) {
  .tranDetails-page .content_pageLink {
    margin-top: 6rem;
  }
}
.tranDetails-page .pageLink_wrap {
  border-radius: 1rem;
  background-color: #faf8e6;
  align-content: inherit;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 0;
  padding: 2.7rem 16rem 3.2rem;
}

@media screen and (max-width: 959.98px) {
  .tranDetails-page .pageLink_wrap {
    border-radius: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.4rem 0;
    padding: 7.6rem 0;
  }
}
.tranDetails-page .pageLink_wrap a {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  color: #15345c;
  line-height: 1;
  transition: 0.3s;
  text-align: center;
}

@media screen and (max-width: 959.98px) {
  .tranDetails-page .pageLink_wrap a {
    font-size: 2.8rem;
    padding: 0;
    /* width: calc((100% - 2rem) / 2); */
    display: block;
  }
}
.tranDetails-page .pageLink_wrap a:hover {
  opacity: 0.7;
}

.tranDetails-page .pageLink_wrap a:visited {
  color: #15345c;
}

#concept {
  padding-top: 12rem;
}

@media screen and (max-width: 959.98px) {
  #concept {
    padding-top: 9rem;
  }
}
#concept .concept_ttl {
  font-size: 4rem;
  line-height: 1.55;
  color: #002952;
  font-weight: 600;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 959.98px) {
  #concept .concept_ttl {
    margin-bottom: 4rem;
  }
}
#concept .concept_txt {
  font-size: 1.8rem;
  line-height: 2.11112;
  color: #333;
}

@media screen and (max-width: 959.98px) {
  #concept .concept_txt {
    font-size: 2.6rem;
    line-height: 1.8461;
    letter-spacing: -0.03em;
  }
}
.concept_content {
  padding-left: 6rem;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 30.6rem auto;
  grid-template-rows: auto 1fr;
  gap: 0px 0px;
  grid-template-areas: "txt_slider img_slider" "controller img_slider";
  width: 132rem;
  margin: 0 auto 19rem;
}

@media screen and (max-width: 959.98px) {
  .concept_content {
    width: 100%;
    display: block;
    padding: 0 4.8rem;
    width: auto;
    margin-bottom: 16rem;
  }
}
.concept_content .text-content h2 {
  font-size: 3.3rem;
  padding-top: 14.4rem;
  font-weight: 600;
  color: #15345c;
  position: relative;
}

@media screen and (max-width: 959.98px) {
  .concept_content .text-content h2 {
    padding-top: 10rem;
  }
}
.concept_content .text-content h2::before {
  content: "";
  display: block;
  width: 30.6rem;
  height: 30.6rem;
  position: absolute;
  top: 2rem;
  right: -1rem;
  background-image: url(/travel-information/assets/img/train-usage-guide/trains/hanaakari/img_object_01.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}

@media screen and (max-width: 959.98px) {
  .concept_content .text-content h2::before {
    width: 20.2rem;
    height: 20.2rem;
    top: 2.5rem;
    right: initial;
    left: 9rem;
  }
}
.concept_content .picture-swiper-content {
  grid-area: img_slider;
  margin-right: -28rem;
  width: 114rem;
  margin-left: auto;
}

@media screen and (max-width: 959.98px) {
  .concept_content .picture-swiper-content {
    margin: 0;
    width: auto;
  }
}
.concept_content .picture-swiper-content .picture-swiper .swiper-content {
  position: relative;
  border-radius: 1.5rem;
  aspect-ratio: 550/413;
  overflow: hidden;
}

@media screen and (max-width: 959.98px) {
  .concept_content .picture-swiper-content .picture-swiper .swiper-content {
    aspect-ratio: 650/488;
    margin: 0;
  }
}
.concept_content .picture-swiper-content .picture-swiper .swiper-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.concept_content .picture-swiper-content .picture-swiper .swiper-slide-next .swiper-content {
  left: -8rem;
  transform: scale(0.68);
}

@media screen and (max-width: 959.98px) {
  .concept_content .picture-swiper-content .picture-swiper .swiper-slide-next .swiper-content {
    left: 0;
    transform: scale(1);
  }
}
.concept_content .picture-swiper-content .picture-swiper .swiper-slide-next + .swiper-slide .swiper-content {
  left: -21.3rem;
  transform: scale(0.68);
}

@media screen and (max-width: 959.98px) {
  .concept_content .picture-swiper-content .picture-swiper .swiper-slide-next + .swiper-slide .swiper-content {
    left: 0;
    transform: scale(1);
  }
}
.concept_content .picture-swiper-content .picture-swiper .swiper-slide-active .swiper-content {
  transform: scale(1);
  left: 0;
  transition: 0.3s transform;
}

.concept-swiper-pagenation-btn-wrapper {
  grid-area: controller;
  margin-top: auto;
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (max-width: 959.98px) {
  .concept-swiper-pagenation-btn-wrapper {
    margin-top: -5rem;
  }
}
.concept-swiper-btn-wrapper {
  margin-left: 0;
}

@media screen and (max-width: 959.98px) {
  .concept-swiper-btn-wrapper {
    margin: 0 0 0 auto;
  }
}
.concept-swiper-pagination {
  margin-top: 3rem;
}

@media screen and (max-width: 959.98px) {
  .concept-swiper-pagination {
    margin-top: 10rem;
  }
}
#vehicle {
  position: relative;
  padding-top: 22.5rem;
}

@media screen and (max-width: 959.98px) {
  #vehicle {
    padding-top: 26rem;
  }
}
#vehicle .trans_img {
  width: 50.4rem;
  position: absolute;
  top: 6.5rem;
  right: 0;
}

@media screen and (max-width: 959.98px) {
  #vehicle .trans_img {
    width: 40rem;
    top: 16rem;
    right: -5rem;
  }
}
#vehicle .heading {
  text-align: center;
  margin-bottom: 5.5rem;
}

@media screen and (max-width: 959.98px) {
  #vehicle .heading {
    font-size: 5rem;
    margin-bottom: 3.2rem;
    text-align: left;
    padding: 0 4.8rem;
  }
}
#vehicle .vehicle_introWrap {
  padding: 7rem 0 5rem;
}

#vehicle .intro_box {
  padding: 9rem 0;
}

@media screen and (max-width: 959.98px) {
  #vehicle .intro_box {
    padding: 10rem 0 9rem;
  }
}
#vehicle .intro_box:last-child {
  padding-bottom: 0;
}

#vehicle .intro_box .content_inner {
  display: flex;
  align-items: center;
  gap: 7rem;
}

@media screen and (max-width: 959.98px) {
  #vehicle .intro_box .content_inner {
    flex-direction: column;
    gap: 7rem;
  }
}
#vehicle .intro_box .img_wrapper {
  flex-shrink: 0;
  overflow: hidden;
}

@media screen and (max-width: 959.98px) {
  #vehicle .intro_box .img_wrapper {
    width: 100%;
    height: 38.2rem;
    border-radius: 1rem;
  }
}
#vehicle .intro_box .img_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#vehicle .intro_box .txt_wrapper {
  flex-shrink: 0;
}

#vehicle .intro_box .txt_wrapper h3 {
  font-size: 5rem;
  line-height: 1.26;
  font-weight: 600;
  color: #042c53;
}

#vehicle .intro_box .txt_wrapper p {
  font-size: 2rem;
  line-height: 2.1;
  color: #333333;
  margin-top: 3rem;
}

@media screen and (max-width: 959.98px) {
  #vehicle .intro_box .txt_wrapper p {
    font-size: 2.6rem;
    line-height: 1.8461;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 960px) {
  #vehicle .intro_box.reverse .content_inner {
    flex-direction: row-reverse;
  }
  #vehicle .intro_box.reverse .img_wrapper {
    margin-right: calc(50% - 50vw);
    margin-left: auto;
    width: 47.5vw;
    border-radius: 1.5rem 0 0 1.5rem;
    height: 36rem;
  }
  #vehicle .intro_box.reverse .txt_wrapper {
    width: 57rem;
  }
  #vehicle .intro_box:not(.reverse) .img_wrapper {
    margin-left: calc(50% - 50vw);
    width: 45.375vw;
    border-radius: 0 1.5rem 1.5rem 0;
    height: 42rem;
  }
  #vehicle .intro_box:not(.reverse) .txt_wrapper {
    width: 61rem;
  }
}
#vehicle .interior_list li {
  border-bottom: 1px solid rgba(0, 41, 82, 0.4);
  padding: 6rem 0 3.5rem;
}

@media screen and (max-width: 959.98px) {
  #vehicle .interior_list li {
    border-bottom: 0.2rem solid rgba(0, 41, 82, 0.4);
    padding: 7rem 0 6rem;
  }
}
#vehicle .interior_list .number {
  display: inline-block;
  font-size: 2rem;
  border: 1px solid #002952;
  border-radius: 5px;
  color: #002952;
  font-weight: 600;
  padding: 0.7rem 4.8rem;
}

@media screen and (max-width: 959.98px) {
  #vehicle .interior_list .number {
    border-radius: 0.5rem;
    padding: 0.7rem 4.8rem;
  }
}
#vehicle .interior_list .train_type {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 959.98px) {
  #vehicle .interior_list .train_type {
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
    margin-top: 1.7rem;
  }
}
#vehicle .interior_list .train_type .name {
  font-size: 4rem;
  font-weight: 600;
  color: #002952;
}

#vehicle .interior_list .train_type .icn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: 5.7rem;
  gap: 1.4rem;
}

@media screen and (max-width: 959.98px) {
  #vehicle .interior_list .train_type .icn {
    height: 6rem;
  }
}
#vehicle .interior_list .train_txt {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #333333;
  margin-bottom: 2rem;
}

@media screen and (max-width: 959.98px) {
  #vehicle .interior_list .train_txt {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
}
#vehicle .interior_list .train_img {
  width: 100%;
  position: relative;
}

#vehicle .interior_list .btn_more {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 600;
  color: #042c53;
  text-decoration: none;
  display: inline-block;
  padding-left: 6rem;
  position: relative;
  margin-top: 9rem;
  margin-bottom: 8rem;
}

@media screen and (max-width: 959.98px) {
  #vehicle .interior_list .btn_more {
    font-size: 2.6rem;
    display: block;
    margin-top: 4.6rem;
    margin-bottom: 8.6rem;
  }
}
#vehicle .interior_list .btn_more::before {
  content: "";
  width: 4.4rem;
  height: 4.4rem;
  border: 1px solid #b0c5d5;
  border-radius: 50%;
  z-index: 9;
  transition: 0.3s transform, 0.3s background-color, 0.3s border-color;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#vehicle .interior_list .btn_more::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-right: 2px solid #002952;
  border-bottom: 2px solid #002952;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 1.6rem;
  transform: translateY(-50%) rotate(-45deg);
}

@media (any-hover: hover) {
  #vehicle .interior_list .btn_more:hover::before {
    transform: translateY(-50%) scale(0.9);
    background-color: #d6e0ea;
    border-color: transparent;
  }
}
#vehicle .note {
  font-size: 1.4rem;
  text-align: right;
}

@media screen and (max-width: 959.98px) {
  #vehicle .note {
    font-size: 2.6rem;
  }
}
#vehicle .charm {
  padding-top: 6rem;
  color: #042c53;
}

@media screen and (max-width: 959.98px) {
  #vehicle .charm {
    padding-top: 7.5rem;
  }
}
#vehicle .charm h4 {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 6rem;
}

@media screen and (max-width: 959.98px) {
  #vehicle .charm h4 {
    margin-bottom: 5rem;
  }
}
#vehicle .charm .charm_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem;
  margin-bottom: 8rem;
}

@media screen and (max-width: 959.98px) {
  #vehicle .charm .charm_list {
    gap: 6rem 3rem;
    margin-bottom: 9rem;
  }
}
#vehicle .charm .charm_list li {
  width: calc((100% - 8rem) / 2);
}

@media screen and (max-width: 959.98px) {
  #vehicle .charm .charm_list li {
    width: calc((100% - 3rem) / 2);
  }
}
#vehicle .charm .charm_img {
  border-radius: 1.3rem;
  overflow: hidden;
  margin-bottom: 4rem;
}

#vehicle .charm dt {
  font-weight: 600;
  margin-bottom: 2rem;
}

@media screen and (max-width: 959.98px) {
  #vehicle .charm dt {
    margin-bottom: 1rem;
  }
}
#vehicle .charm dt .type {
  display: inline-block;
  font-size: 2rem;
  border: 1px solid #002952;
  border-radius: 5px;
  padding: 0.7rem 5.4rem;
}

@media screen and (max-width: 959.98px) {
  #vehicle .charm dt .type {
    border-radius: 0.5rem;
  }
}
#vehicle .charm dt .txt {
  margin-top: 1.6rem;
  display: block;
  font-size: 2.8rem;
}

#vehicle .charm dd {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #333;
}

@media screen and (max-width: 959.98px) {
  #vehicle .charm dd {
    font-size: 2.4rem;
  }
}
#vehicle .charm .note {
  color: #333333;
}

.designer_section {
  padding: 12rem 0 15rem;
}

@media screen and (max-width: 959.98px) {
  .designer_section {
    padding: 10rem 0 10rem;
  }
  .designer_section .heading {
    font-size: 5rem;
    margin-bottom: 6rem;
  }
}
.designer_section .designer_img {
  width: 50.6rem;
  overflow: hidden;
  border-radius: 1.3rem;
}

@media screen and (max-width: 959.98px) {
  .designer_section .designer_img {
    margin: 0 auto;
  }
}
.designer_section .head {
  color: #042c53;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 7rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 959.98px) {
  .designer_section .head {
    flex-direction: column;
    align-items: flex-start;
    gap: 6rem;
    margin-bottom: 6rem;
  }
}
.designer_section .head .name {
  font-size: 3.3rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 959.98px) {
  .designer_section .head .name {
    margin-bottom: 1.2rem;
  }
}
.designer_section .head .name small {
  font-size: 2.8rem;
}

.designer_section .head .name + span {
  font-size: 2rem;
}

@media screen and (max-width: 959.98px) {
  .designer_section .head .name + span {
    font-size: 2.4rem;
  }
}
.designer_section .head .profile {
  margin-top: 5rem;
}

.designer_section .head .profile dt {
  display: inline-block;
  font-size: 1.6rem;
  border: 1px solid #042c53;
  border-radius: 5px;
  padding: 0.6rem 2.6rem;
  margin-bottom: 1.4rem;
}

@media screen and (max-width: 959.98px) {
  .designer_section .head .profile dt {
    border-radius: 0.5rem;
    padding: 1rem 2.6rem;
    margin-bottom: 1.8rem;
  }
}
.designer_section .head .profile dd {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #333333;
  font-weight: 400;
}

@media screen and (max-width: 959.98px) {
  .designer_section .head .profile dd {
    font-size: 2.4rem;
    line-height: 2;
  }
}
.designer_section .works {
  border-radius: 2.5rem;
  padding: 5rem 6rem 6rem;
}

@media screen and (max-width: 959.98px) {
  .designer_section .works {
    padding: 5rem 4rem;
  }
}
.designer_section .works h3 {
  font-size: 3.4rem;
  color: #183a5c;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 959.98px) {
  .designer_section .works h3 {
    margin-bottom: 2.5rem;
  }
}
.designer_section .works .works_list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 8rem;
}

@media screen and (max-width: 959.98px) {
  .designer_section .works .works_list {
    flex-direction: column;
    gap: 5.5rem;
  }
}
.designer_section .works .works_list li {
  width: calc((100% - 8rem) / 2);
  color: #333333;
}

@media screen and (max-width: 959.98px) {
  .designer_section .works .works_list li {
    width: 100%;
  }
}
.designer_section .works .works_list h4 {
  font-size: 1.8rem;
  line-height: 1.5556;
}

@media screen and (max-width: 959.98px) {
  .designer_section .works .works_list h4 {
    font-size: 2.6rem;
  }
}
.designer_section .works .works_list p {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 959.98px) {
  .designer_section .works .works_list p {
    font-size: 2.6rem;
    line-height: 1.692;
  }
}
#vehicle #interior .txt_wrapper {
  margin-bottom: 3rem;
  width: 100%;
}

#vehicle #interior .content_inner {
  display: block;
}

#operation {
  padding-top: 8rem;
}

@media (max-width: 767px) {
  #operation {
    padding-top: 3rem;
  }
}
#operation .operation_img {
  max-width: 90rem;
  margin: 0 auto;
}

#stop-time {
  padding-top: 13rem;
}

#stop-time .stop_time_container {
  max-width: 80rem;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  padding: 6rem 7rem;
}

@media (max-width: 767px) {
  #stop-time .stop_time_container {
    padding: 4.4vw;
  }
}
#stop-time .stop_time_container dl {
  color: #4d443c;
  font-weight: 500;
}

#stop-time .stop_time_container dl + dl {
  margin-top: 3rem;
}

#stop-time .stop_time_container dl p {
  font-size: 1.4rem;
  color: #cf4529;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  margin: 1em 0 0;
}

@media (max-width: 767px) {
  #stop-time .stop_time_container dl p {
    font-size: 2.2rem;
  }
}
#stop-time .stop_time_container dt {
  font-size: 2.2rem;
  margin: 0 0 0.5em;
}

@media (max-width: 767px) {
  #stop-time .stop_time_container dt {
    font-size: 2.6rem;
  }
}
#stop-time .stop_time_container .st_table {
  border: 2px solid #9ac92b;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  #stop-time .stop_time_container .st_table {
    font-size: 2.6rem;
  }
}
#stop-time .stop_time_container th {
  font-weight: 500;
  background-color: #9ac92b;
  padding: 0.5rem 0 0.7rem;
  border-right: 2px solid #dff5ab;
}

#stop-time .stop_time_container th:last-child {
  border-right: none;
}

#stop-time .stop_time_container td {
  font-weight: 500;
  width: 16.66%;
  vertical-align: middle;
  border: 2px solid #dff5ab;
  border-top: none;
}

@media (max-width: 767px) {
  #stop-time .stop_time_container td {
    font-size: 2.6rem;
  }
}
.hana_dl_box.data_box > dd > .data_swiper_container {
  position: relative;
}

.hana_dl_box.data_box > dd > dl > dt {
  font-weight: 600;
}

.hana_dl_box.data_box > dd > dl > dd {
  font-weight: 600;
  display: flex;
  align-items: center;
}

.hana_dl_box.data_box > dd > dl > dd > span {
  background-color: black;
  display: inline-block;
  width: 1.66em;
  height: 1.66em;
  border-radius: 50%;
  margin-right: 0.2em;
}

.hana_dl_box.data_box > dd > dl > dd:nth-child(2) > span {
  background-color: #f6bd64;
}

.hana_dl_box.data_box > dd > dl > dd:nth-child(3) > span {
  background-color: #9ac92b;
}

@media (min-width: 768px) {
  .hana_dl_box.data_box > dd > .data_swiper_container > .data_swiper > .swiper-wrapper > .swiper-slide {
    width: 250px;
  }
  .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-next, .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-prev {
    display: none;
  }
  .hana_dl_box.data_box > dd > dl {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    margin: 40px 0 0;
  }
  .hana_dl_box.data_box > dd > dl > dd {
    margin: 0 30px 0 15px;
  }
  .hana_dl_box.data_box > dd > dl.table_container2 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .hana_dl_box.data_box > dd > dl.table_container2 > dd {
    margin: 10px 0 0;
  }
}
@media (max-width: 767px) {
  .hana_dl_box.data_box > dd > .data_swiper_container {
    padding: 0 6.6vw;
  }
  .hana_dl_box.data_box > dd > .data_swiper_container > .data_swiper > .swiper-wrapper > .swiper-slide {
    width: 100%;
  }
  .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-next, .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-prev {
    color: #4d443c;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin: 0;
    top: calc(50% - 9px);
  }
  .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-next > div, .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-prev > div {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-next > div::after, .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-next > div::before, .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-prev > div::after, .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-prev > div::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-next > div::after, .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-prev > div::after {
    left: 0;
    top: 0;
    z-index: 2;
    border: 1px solid #4d443c;
  }
  .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-next > div::before, .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-prev > div::before {
    left: 3px;
    top: 3px;
    background-color: #f6e464;
    z-index: 1;
  }
  .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-next::after, .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-prev::after {
    z-index: 3;
    font-size: 12px;
  }
  .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-next {
    padding: 2px 0 0 2px;
    right: -5px;
  }
  .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-prev {
    padding: 2px 2px 0 0;
    left: -5px;
  }
  .hana_dl_box.data_box > dd > dl {
    text-align: left;
    font-size: 1.3rem;
    margin: 20px 0 0;
    padding: 0 6.6vw;
  }
  .hana_dl_box.data_box > dd > dl > dd {
    margin: 5px 0 0;
  }
}
.data_table {
  border-collapse: collapse;
  border-spacing: 0;
  color: #4d443c;
  width: 100%;
}

.data_table > tbody > tr {
  border-bottom: 2px solid #000000;
}

.data_table > tbody > tr > th, .data_table > tbody > tr > td {
  font-weight: 700;
  width: 14.28%;
  padding: 3px 0;
}

.data_table > tbody > tr > td > span {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  margin: 0 auto;
  letter-spacing: -0.1em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
}

.data_table > tbody > tr > td > .bg_none {
  background: none !important;
}

.data_table > tbody > tr:nth-child(2) {
  background-color: #f6e464;
}

.data_table > tbody > tr.bg_none span {
  background: none !important;
}

@media (min-width: 768px) {
  .data_table > tbody > tr {
    font-size: 1.6rem;
  }
  .data_table > tbody > tr:nth-child(1) {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .data_table > tbody > tr > th {
    position: relative;
  }
  .data_table > tbody > tr > th > .small_month {
    position: absolute;
    font-size: 1.2rem;
    bottom: 5px;
  }
  .data_table > tbody > tr > th > .small_month.right {
    right: 0;
  }
  .data_table > tbody > tr > th > .small_month.left {
    left: 0;
  }
}
.data_day {
  text-align: left;
  font-weight: 500;
  position: relative;
}

.data_day:after {
  content: "";
  background-color: #9ac92b;
  border-radius: 50%;
  position: absolute;
}

.data_day.none:after {
  content: none;
}

.data_day_natsu::after {
  background-color: #a4e6e2;
}

@media (min-width: 768px) {
  .data_day {
    font-size: 14px;
    margin: 20px 0;
  }
  .data_day:after {
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -45px;
  }
  .data_day_natsu {
    padding-left: 40px;
    font-size: 1.8rem;
  }
  .data_day_natsu:after {
    left: 0px;
    right: auto;
  }
}
@media (max-width: 767px) {
  .data_day {
    font-size: 11px;
    margin: 20px 0;
  }
  .data_day:after {
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -30px;
  }
  .data_day_natsu {
    padding-left: 25px;
    font-size: 1.4rem;
  }
  .data_day_natsu:after {
    left: 0px;
    right: auto;
  }
}
@media (min-width: 768px) {
  #operation-date .swiper-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    width: 80rem;
    margin: 0px auto;
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .data_table > tbody > tr > th {
    font-size: 3.2rem;
  }
  .data_table > tbody > tr > td > span {
    font-size: 3.2rem;
  }
  .data_table > tbody > tr > th > .small_month {
    font-size: 2.4rem;
  }
  .hana_dl_box.data_box > dd > dl {
    font-size: 2.6rem;
  }
}
#operation-date {
  padding-top: 13rem;
  padding-bottom: 15rem;
}

.data_day {
  max-width: 74vw;
  position: relative;
  margin: 2rem auto 0;
  font-size: 3.2rem;
  text-align: left;
  font-weight: 500;
  position: relative;
}

.data_day::after {
  content: "";
  background-color: #9ac92b;
  border-radius: 50%;
  position: absolute;
  left: 0;
  margin: 0;
}

.data_day + .data_day::after {
  background-color: #f6bd64;
}

@media (min-width: 768px) {
  .operation_caution {
    font-size: 1.44rem;
    margin-top: 10px;
  }
  .data_day {
    font-size: 1.8rem;
    padding-left: 40px;
    max-width: 524px;
    position: relative;
    margin: 2rem auto 0;
  }
  .data_day::after {
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .operation_caution {
    font-size: 1.1rem;
    margin-top: 10px;
  }
  .data_day {
    font-size: 3.2rem;
    margin: 20px auto;
    padding-left: 5.5rem;
  }
  .data_day::after {
    width: 4rem;
    height: 4rem;
    top: 0.6rem;
    bottom: 0;
  }
}
.data_table > tbody > tr > td > span.operation {
  background-color: #9ac92b;
}

.info_head {
  padding-top: 8.4rem;
}

@media (max-width: 767px) {
  .info_head {
    padding-top: 10.4rem;
  }
}
.info_head h2 {
  color: #042c53;
  font-size: 5rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .info_head h2 {
    margin-bottom: 1rem;
  }
}
.info_head p {
  width: 30.6rem;
  margin: 0 auto;
}

.tranDetails-page.westexginga .bg_01 {
  background-color: #e4e1d5;
}
.tranDetails-page.westexginga .pageLink_wrap {
  background-color: #e4e1d5;
}
@media screen and (min-width: 960px) {
  .tranDetails-page.westexginga .pageLink_wrap {
    grid-template-columns: repeat(5, 1fr);
  }
}
.tranDetails-page.westexginga .concept_content {
  padding: 0 6rem;
  margin-bottom: 0;
  grid-template-columns: 41.5rem auto;
}
@media screen and (max-width: 959.98px) {
  .tranDetails-page.westexginga .concept_content {
    padding: 0 5rem;
  }
}
.tranDetails-page.westexginga .concept_content .text-content {
  position: relative;
}
.tranDetails-page.westexginga .concept_content .text-content .object {
  display: block;
  position: absolute;
}
.tranDetails-page.westexginga .concept_content .text-content .object.-left {
  width: 16rem;
  top: 0;
  left: -11rem;
}
@media screen and (max-width: 959.98px) {
  .tranDetails-page.westexginga .concept_content .text-content .object.-left {
    width: 13.6rem;
    top: 5.5rem;
    left: initial;
    right: 14.5rem;
  }
}
.tranDetails-page.westexginga .concept_content .text-content .object.-right {
  width: 9.2rem;
  bottom: -5rem;
  right: 1.2rem;
}
@media screen and (max-width: 959.98px) {
  .tranDetails-page.westexginga .concept_content .text-content .object.-right {
    display: none;
  }
}
.tranDetails-page.westexginga .concept_content .text-content h2 {
  padding-top: 10.5rem;
  line-height: 1.3939;
}
@media screen and (max-width: 959.98px) {
  .tranDetails-page.westexginga .concept_content .text-content h2 {
    padding-top: 4.4rem;
    line-height: 1.81;
  }
}
.tranDetails-page.westexginga .concept_content .text-content h2::before {
  content: none;
}
.tranDetails-page.westexginga .concept_content .swiper-pagination {
  width: 30rem;
}
@media screen and (max-width: 959.98px) {
  .tranDetails-page.westexginga .concept_content .swiper-pagination {
    width: 100%;
  }
}
.tranDetails-page.westexginga #vehicle {
  padding-top: 25rem;
}
@media screen and (max-width: 959.98px) {
  .tranDetails-page.westexginga #vehicle {
    padding-top: 28rem;
  }
}
.tranDetails-page.westexginga #vehicle .vehicle_introWrap {
  padding-top: 1rem;
}
@media screen and (max-width: 959.98px) {
  .tranDetails-page.westexginga #vehicle .vehicle_introWrap {
    padding-top: 7rem;
  }
}
.tranDetails-page.westexginga #vehicle .trans_img {
  width: 48.8rem;
  top: 7.5rem;
}
@media screen and (max-width: 959.98px) {
  .tranDetails-page.westexginga #vehicle .trans_img {
    width: 37rem;
    top: 19rem;
  }
}
.tranDetails-page.westexginga #vehicle .intro_box .band {
  margin: 4.5rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52.7rem;
  height: 6rem;
  background-color: #fff;
  border-radius: 1.5rem;
  color: #144394;
  font-size: 1.8rem;
  font-weight: 600;
  gap: 2rem;
}
@media screen and (max-width: 959.98px) {
  .tranDetails-page.westexginga #vehicle .intro_box .band {
    margin: 4.5rem auto 0;
    width: 100%;
    height: 6.7rem;
    font-size: 2.6rem;
    gap: 3rem;
  }
}
.tranDetails-page.westexginga #vehicle .intro_box .band img {
  display: block;
  width: 3.5rem;
}
@media screen and (max-width: 959.98px) {
  .tranDetails-page.westexginga #vehicle .intro_box .band img {
    width: 4rem;
  }
}
.tranDetails-page.westexginga #vehicle .interior_list .train_img {
  padding-bottom: 4.4rem;
}
@media screen and (max-width: 959.98px) {
  .tranDetails-page.westexginga #vehicle .interior_list .train_img {
    padding-bottom: 0;
  }
  .tranDetails-page.westexginga #vehicle .interior_list .train_img > div {
    display: flex;
    align-items: flex-start;
    margin-top: 0.5rem;
  }
}
.tranDetails-page.westexginga #vehicle .interior_list li {
  padding-bottom: 4rem;
}
@media screen and (max-width: 959.98px) {
  .tranDetails-page.westexginga #vehicle .interior_list li {
    padding-bottom: 6rem;
  }
}
.tranDetails-page.westexginga #vehicle .interior_list li:last-child {
  border-bottom: none;
}
@media screen and (min-width: 960px) {
  .tranDetails-page.westexginga #vehicle .interior_list li.car_01 .modal_ico {
    left: 38.6rem;
  }
}
@media screen and (max-width: 959.98px) {
  .tranDetails-page.westexginga #vehicle .interior_list li.car_01 .modal_ico {
    margin-left: 17rem;
  }
}
@media screen and (min-width: 960px) {
  .tranDetails-page.westexginga #vehicle .interior_list li.car_02 .modal_ico.a_01 {
    left: 22rem;
  }
}
@media screen and (max-width: 959.98px) {
  .tranDetails-page.westexginga #vehicle .interior_list li.car_02 .modal_ico.a_01 {
    margin-left: 13.6rem;
  }
}
@media screen and (min-width: 960px) {
  .tranDetails-page.westexginga #vehicle .interior_list li.car_02 .modal_ico.a_02 {
    right: 16.6rem;
  }
}
@media screen and (max-width: 959.98px) {
  .tranDetails-page.westexginga #vehicle .interior_list li.car_02 .modal_ico.a_02 {
    margin-left: 5.5rem;
  }
}
@media screen and (min-width: 960px) {
  .tranDetails-page.westexginga #vehicle .interior_list li.car_03 .modal_ico.a_01 {
    left: 1.6rem;
  }
}
@media screen and (max-width: 959.98px) {
  .tranDetails-page.westexginga #vehicle .interior_list li.car_03 .modal_ico.a_01 {
    margin-left: 0.8rem;
  }
}
@media screen and (min-width: 960px) {
  .tranDetails-page.westexginga #vehicle .interior_list li.car_03 .modal_ico.a_02 {
    left: 50%;
    transform: translateX(-50%);
    margin-left: -2.6rem;
  }
}
@media screen and (max-width: 959.98px) {
  .tranDetails-page.westexginga #vehicle .interior_list li.car_03 .modal_ico.a_02 {
    margin-left: 8rem;
  }
}
@media screen and (min-width: 960px) {
  .tranDetails-page.westexginga #vehicle .interior_list li.car_03 .modal_ico.a_03 {
    right: 6.5rem;
  }
}
@media screen and (max-width: 959.98px) {
  .tranDetails-page.westexginga #vehicle .interior_list li.car_03 .modal_ico.a_03 {
    margin-left: 13rem;
  }
}
@media screen and (min-width: 960px) {
  .tranDetails-page.westexginga #vehicle .interior_list li.car_04 .modal_ico {
    right: 33rem;
  }
}
@media screen and (max-width: 959.98px) {
  .tranDetails-page.westexginga #vehicle .interior_list li.car_04 .modal_ico {
    margin-left: 27rem;
  }
}
@media screen and (min-width: 960px) {
  .tranDetails-page.westexginga #vehicle .interior_list li.car_05 .modal_ico {
    left: 37rem;
  }
}
@media screen and (max-width: 959.98px) {
  .tranDetails-page.westexginga #vehicle .interior_list li.car_05 .modal_ico {
    margin-left: 26rem;
  }
}
@media screen and (min-width: 960px) {
  .tranDetails-page.westexginga #vehicle .interior_list li.car_06 .modal_ico.a_01 {
    left: 40rem;
  }
}
@media screen and (max-width: 959.98px) {
  .tranDetails-page.westexginga #vehicle .interior_list li.car_06 .modal_ico.a_01 {
    margin-left: 21rem;
  }
}
@media screen and (min-width: 960px) {
  .tranDetails-page.westexginga #vehicle .interior_list li.car_06 .modal_ico.a_02 {
    right: 8rem;
  }
}
@media screen and (max-width: 959.98px) {
  .tranDetails-page.westexginga #vehicle .interior_list li.car_06 .modal_ico.a_02 {
    margin-left: 13rem;
  }
}
.tranDetails-page.westexginga #vehicle .note {
  margin-top: 7.7rem;
}
@media screen and (max-width: 959.98px) {
  .tranDetails-page.westexginga #vehicle .note {
    margin-top: 7rem;
  }
}

.modal_ico {
  display: inline-block;
  background-color: #144394;
  border-radius: 2rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 0.8rem 3rem 0.8rem 1.6rem;
  position: relative;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 959.98px) {
  .modal_ico {
    border-radius: 1rem;
    font-size: 2.2rem;
    line-height: 1.363;
    letter-spacing: 0.08em;
    padding: 1.2rem 1.4rem 1.3rem;
    text-align: center;
    position: relative;
  }
}
@media (any-hover) {
  .modal_ico:hover, .modal_ico:focus {
    opacity: 0.7;
  }
}
.modal_ico::before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 0 0.7rem 1.2rem 0.7rem;
  border-color: transparent transparent #144394 transparent;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 959.98px) {
  .modal_ico::before {
    border-width: 0 0.7rem 1rem 0.7rem;
    top: -0.9rem;
  }
}
.modal_ico:visited {
  color: #fff;
}
.modal_ico img {
  display: inline-block;
  width: 2.2rem;
  margin-right: 2rem;
}
@media screen and (max-width: 959.98px) {
  .modal_ico img {
    display: block;
    width: 2.4rem;
    margin: 0 auto;
  }
}

.otherFacilities_section {
  padding: 9rem 0 12rem;
}
@media screen and (max-width: 959.98px) {
  #otherFacilities .heading {
    font-size: 5rem;
    margin-bottom: 4rem;
  }
}
#otherFacilities .title_wrap {
  display: flex;
  align-items: center;
  gap: 8rem;
  border-bottom: 1px solid #d3e0eb;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 959.98px) {
  #otherFacilities .title_wrap {
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 0.2rem solid #d3e0eb;
    gap: 1.2rem;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
#otherFacilities .title_wrap h3 {
  font-size: 2.8rem;
  color: #042c53;
}
#otherFacilities .title_wrap .btn_more {
  font-size: 1.6rem;
  font-weight: 600;
  color: #042c53;
  text-decoration: none;
  display: inline-block;
  padding-left: 6rem;
  position: relative;
  line-height: 1.375;
}
@media screen and (max-width: 959.98px) {
  #otherFacilities .title_wrap .btn_more {
    font-size: 2.6rem;
    display: block;
    line-height: 1.2692;
  }
}
@media (any-hover: hover) {
  #otherFacilities .title_wrap .btn_more:hover::before {
    transform: translateY(-50%) scale(0.9);
    background-color: #d6e0ea;
    border-color: transparent;
  }
}
#otherFacilities .title_wrap .btn_more::before {
  content: "";
  width: 4.4rem;
  height: 4.4rem;
  border: 1px solid #b0c5d5;
  border-radius: 50%;
  z-index: 9;
  transition: 0.3s transform, 0.3s background-color, 0.3s border-color;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#otherFacilities .title_wrap .btn_more::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-right: 2px solid #002952;
  border-bottom: 2px solid #002952;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 1.6rem;
  transform: translateY(-50%) rotate(-45deg);
}
#otherFacilities .otherFacilities_list {
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 959.98px) {
  #otherFacilities .otherFacilities_list {
    flex-direction: column;
    gap: 3rem;
  }
}
#otherFacilities .otherFacilities_list > li {
  width: 56rem;
}
@media screen and (max-width: 959.98px) {
  #otherFacilities .otherFacilities_list > li {
    width: 100%;
  }
}
#otherFacilities .otherFacilities_list .txt_wrap {
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 959.98px) {
  #otherFacilities .otherFacilities_list .txt_wrap {
    margin-bottom: 2.5rem;
  }
}
#otherFacilities .otherFacilities_list .txt_wrap li {
  font-size: 2.4rem;
  line-height: 1.5834;
  color: #042c53;
  font-weight: 600;
}
@media screen and (max-width: 959.98px) {
  #otherFacilities .otherFacilities_list .txt_wrap li {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 959.98px) {
  #otherFacilities .otherFacilities_list .otherFacilities_img {
    width: 55rem;
    margin: 0 auto;
  }
}
#otherFacilities .otherFacilities_list .otherFacilities_img img {
  border-radius: 1.3rem;
}

#cboxContent {
  margin-top: 4rem;
}
@media screen and (max-width: 959.98px) {
  #cboxContent {
    margin-top: 6rem;
  }
}

#cboxClose {
  width: 2.7rem;
  height: 2.7rem;
  top: -4rem;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/travel-information/assets/img/train-usage-guide/trains/westexginga/icn_close_02.svg);
}
@media screen and (max-width: 959.98px) {
  #cboxClose {
    width: 5rem;
    height: 5rem;
    top: -6rem;
  }
}

.interior_modal {
  padding: 4rem 4.5rem;
}
@media screen and (max-width: 959.98px) {
  .interior_modal {
    padding: 5rem;
  }
}
.interior_modal .interior_img img {
  width: 100%;
}
.interior_modal .interior_infomation {
  position: relative;
  margin-top: 2.4rem;
  color: #36333d;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 959.98px) {
  .interior_modal .interior_infomation {
    margin-top: 4rem;
    flex-direction: column;
    gap: 3.6rem;
  }
}
.interior_modal .interior_infomation .logo {
  width: 8.7rem;
  flex-shrink: 0;
}
@media screen and (max-width: 959.98px) {
  .interior_modal .interior_infomation .logo {
    width: 14.4rem;
    margin: 0 auto;
  }
}
.interior_modal .interior_infomation .text_wrap h3 {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 959.98px) {
  .interior_modal .interior_infomation .text_wrap h3 {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
  }
}
.interior_modal .interior_infomation .text_wrap p {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 959.98px) {
  .interior_modal .interior_infomation .text_wrap p {
    font-size: 2.6rem;
    line-height: 1.6923;
  }
}

.interior_modal .interior_infomation .text_wrap table {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 0.5rem;
}

@media screen and (max-width: 959.98px) {
  .interior_modal .interior_infomation .text_wrap table {
    font-size: 2.6rem;
    line-height: 1.6923;
  }
}

.interior_modal .interior_infomation .text_wrap th {
  font-weight: 600;
  vertical-align: top;
}

.interior_modal .interior_infomation .text_wrap td {
  padding-left: 0.5rem;
}

.interior_modal .interior_infomation .text_wrap table li {
  text-indent: -1em;
  padding-left: 1em;
}


.interior_modal .btn_close {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.6rem auto 0;
  font-size: 1.8rem;
  color: #333333;
  text-decoration: none;
  position: relative;
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 959.98px) {
  .interior_modal .btn_close {
    margin-top: 3.4rem;
    font-size: 3rem;
    gap: 2.4rem;
  }
}
.interior_modal .btn_close:visited {
  color: #333333;
}
.interior_modal .btn_close span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 959.98px) {
  .interior_modal .btn_close span {
    width: 5rem;
    height: 5rem;
  }
}
.interior_modal .btn_close span img {
  display: block;
  width: 1.2rem;
}
@media screen and (max-width: 959.98px) {
  .interior_modal .btn_close span img {
    width: 2rem;
  }
}

#colorbox {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.icn_pdf {
position: relative;
    padding-right: 2.3rem;

    font-size: 1.6rem;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    position: relative;
    color: #002952;
    display: inline-block;
    padding: 1rem 3rem 1rem 0;
    transition: opacity 0.7s;
    padding-left: 5.4rem;
  }
  @media screen and (max-width: 959.98px) {
    .icn_pdf {
    font-size: 3.2rem;
    padding-right: 6rem;
    padding-left: 8.4rem;
    }
  }
  .icn_pdf:hover {
    opacity: 0.7;
  }
.icn_pdf::after {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  right: 0;
  bottom: 1.6rem;
  background: url(/travel-information/assets/img/common/icn_pdf.svg) no-repeat center center/100% 100%;
}
@media screen and (max-width: 959.98px) {
.icn_pdf::after {
    width: 3.8rem;
    height: 3.8rem;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
}
.detail_link_wrapper .icn_arrow::before {
  left: 0;
}
.detail_link_wrapper .icn_arrow::after {
  left: 1.4rem;
}
@media screen and (max-width: 959.98px) {
  .detail_link_wrapper .icn_arrow::before {
 width: 6rem;
 height: 6rem;
  }
  .detail_link_wrapper .icn_arrow::after {
    width: 1.4rem;
        height: 1.4rem;
        left: 1.9rem;
  }

  .detail_link_wrapper .icn_arrow {

}
}


.method_img {
  width: 800px;
  margin: 0 auto;
  display: table;
}
@media screen and (max-width: 959.98px) {
  .method_img {
    width: 100%;
  }
}
.method_txt {
  width: 800px;
  margin: 35px auto 30px;
    font-size: 20px;
    color: rgb(51, 51, 51);
    line-height: 2.1;
    text-align: left;

  
}
@media screen and (max-width: 959.98px) {
  .method_txt {
    width: 100%;
    font-size: 16px;
    margin: 20px auto 15px;
  }
}
.detail_link_wrapper {
  width: 800px;
  margin: 0 auto 0;
}
@media screen and (max-width: 959.98px) {
  .detail_link_wrapper {
    width: 100%;
  }
}

.icn_blank::before {
  background-color: #fff;
}


.purchase_list a {
  border-radius: 13px;
  box-shadow: 0px 0px 10.5px 4.5px rgba(102, 102, 102, 0.1);
  overflow: hidden;
  display: block;
transition: opacity 0.7s;
}
.purchase_list a:hover {
  opacity: 0.7;
}
/*#method*/

#method .section_ttl {
  margin-bottom: 4rem;
}
#method {
margin-bottom: 13rem;
}
@media screen and (max-width: 959.98px) {
  #method {
  margin-top: 15rem;
}
}
/*#purchase*/
#purchase {
padding-bottom: 120px;
}
@media screen and (max-width: 959.98px) {
  #purchase {
    padding-bottom: 15rem;

}

#purchase .section_ttl {
  margin-bottom: 4rem;
}

}
#purchase p{
    font-size: 20px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 41, 82);
    font-weight: bold;
    text-align: center;
   
  
}
#purchase ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 959.98px) {
  #purchase ul {
    flex-direction: column;

    gap: 5rem;
    width: 80%;
    margin: 4rem auto 0;
  }
}
#purchase ul li {
  width: calc(33% - 40px);
display: block;
}
@media screen and (max-width: 959.98px) {
  #purchase ul li {
  width: 100%;
  }
}
