/* Sass Document */
.toc {
  margin-bottom: 10rem;
}

.section_ttl + .heading_txt {
  margin-top: 4rem;
}

.heading_txt {
  font-size: 2rem;
  line-height: cacl(34/20);
}
@media screen and (max-width: 959.98px) {
  .heading_txt {
    font-size: 3rem;
    line-height: 1.8;
  }
}
.heading_txt + .heading_txt {
  margin-top: 0.8em;
}

#sec01 {
  padding-bottom: 13rem;
}
@media screen and (max-width: 959.98px) {
  #sec01 {
    padding-bottom: 14rem;
  }
}

.info_content {
  margin-top: 6rem;
}
.info_content .ttl {
  font-family: "Inter", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  color: #002952;
  margin-bottom: 2rem;
}
@media screen and (max-width: 959.98px) {
  .info_content .ttl {
    font-size: 5.2rem;
    line-height: 1.2692307692;
  }
}
.info_content .txt {
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (max-width: 959.98px) {
  .info_content .txt {
    font-size: 3rem;
    line-height: 1.8;
  }
}
.info_content .txt + .txt {
  margin-top: 1em;
}
.info_content .img_wrapper {
  max-width: 62.1rem;
  margin: 2rem 0;
}
@media screen and (max-width: 959.98px) {
  .info_content .img_wrapper {
    max-width: inherit;
  }
}
.info_content .btn_wrapper {
  margin-top: 2rem;
}
@media screen and (max-width: 959.98px) {
  .info_content .btn_wrapper {
    margin-top: 4rem;
    width: auto;
  }
  .info_content .btn_wrapper .btn {
    width: 100%;
  }
}

.img_map.-large {
  margin: 4rem 0 0;
  max-width: 60.1rem;
}
@media screen and (max-width: 959.98px) {
  .img_map.-large {
    max-width: inherit;
  }
}
.img_map img {
  border-radius: 1.6rem;
}

.map_content {
  margin-top: 6rem;
}
.map_content .ttl {
  font-family: "Inter", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  color: #002952;
}
@media screen and (max-width: 959.98px) {
  .map_content .ttl {
    font-size: 4rem;
  }
}

.map_list {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3rem;
}
@media screen and (max-width: 959.98px) {
  .map_list {
    margin-top: 2rem;
    justify-content: space-between;
    gap: 4rem 0;
  }
}

.map_item {
  width: 38rem;
}
@media screen and (max-width: 959.98px) {
  .map_item {
    width: 48%;
  }
}
.map_item a {
  color: currentColor;
  text-decoration: none;
  transition: 0.3s color;
}
@media (any-hover: hover) {
  .map_item a:hover, .map_item a:focus {
    color: #0066bf;
  }
}

.map_inner .img_wrapper {
  margin: 0;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
}
.map_inner .img_wrapper img {
  border-radius: 1.6rem;
}
.map_inner .map_body {
  padding-top: 1.6rem;
}
.map_inner p {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 959.98px) {
  .map_inner p {
    font-size: 3rem;
    line-height: 1.3;
  }
}
.map_inner p.icn_pdf {
  padding-left: 3rem;
  position: relative;
}
@media screen and (max-width: 959.98px) {
  .map_inner p.icn_pdf {
    padding-left: 4.5rem;
  }
}
.map_inner p.icn_pdf::before {
  content: "";
  position: absolute;
  background: url(/travel-information/assets/img/common/icn_pdf.svg) no-repeat center center/100% 100%;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  top: 1rem;
}
@media screen and (max-width: 959.98px) {
  .map_inner p.icn_pdf::before {
    width: 3rem;
    height: 2.9rem;
    top: 0.7rem;
  }
}

#sec02 {
  padding-bottom: 13rem;
}
@media screen and (max-width: 959.98px) {
  #sec02 {
    padding-bottom: 14rem;
  }
}

#sec03 {
  padding-bottom: 13rem;
}
@media screen and (max-width: 959.98px) {
  #sec03 {
    padding-bottom: 14rem;
  }
}
#sec03 .txt {
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (max-width: 959.98px) {
  #sec03 .txt {
    font-size: 3rem;
    line-height: 1.8;
  }
}
#sec03 .txt a {
  color: currentColor;
}
@media (any-hover: hover) {
  #sec03 .txt a:hover, #sec03 .txt a:focus {
    text-decoration: none;
  }
}
#sec03 .txt + .txt {
  margin-top: 1em;
}
#sec03 .step_by_step {
  background-color: #fff;
  padding-left: 0;
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 959.98px) {
  #sec03 .step_by_step {
    padding-bottom: 3rem;
  }
}
#sec03 .step_by_step .ttl {
  margin-left: 0;
}
#sec03 .step_by_step .txt_box a {
  color: currentColor;
}
@media (any-hover: hover) {
  #sec03 .step_by_step .txt_box a:hover, #sec03 .step_by_step .txt_box a:focus {
    text-decoration: none;
  }
}

.view_toogle-wrapper.view01 {
  margin-bottom: 3rem;
}
.view_toogle-wrapper.view02 {
  margin-bottom: 6rem;
}

.section_ttl + .ttl-sub {
  margin-top: 4rem;
}

.ttl-sub {
  position: relative;
  font-size: 3.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #002952;
  line-height: 1.4375;
  padding-left: 3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959.98px) {
  .ttl-sub {
    font-size: 5.2rem;
    padding-left: 4rem;
  }
}
.ttl-sub::before {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 0.6rem;
  border-radius: 100px;
  background-color: #0066bf;
  left: 0;
  top: 0.6435em;
}
@media screen and (max-width: 959.98px) {
  .ttl-sub::before {
    width: 3rem;
  }
}
.ttl-sub + .txt {
  margin-top: 2rem;
}

.guide_block {
  padding-bottom: 6rem;
}
@media screen and (max-width: 959.98px) {
  .guide_block {
    padding-bottom: 12rem;
  }
}
.guide_block:last-of-type {
  padding-bottom: 0;
}

.img_ticket_content {
  display: flex;
  gap: 0 3rem;
  margin-top: 2rem;
}
@media screen and (max-width: 959.98px) {
  .img_ticket_content {
    margin-top: 4rem;
    display: block;
  }
}
.img_ticket_content .img_wrapper {
  max-width: 48rem;
  margin: 0;
}
.img_ticket_content .img_wrapper img {
  border-radius: 1.6rem;
}
@media screen and (max-width: 959.98px) {
  .img_ticket_content .img_wrapper {
    max-width: inherit;
  }
  .img_ticket_content .img_wrapper + .img_wrapper {
    margin-top: 4rem;
  }
}
.img_ticket_content figcaption {
  display: block;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 959.98px) {
  .img_ticket_content figcaption {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}

.ttl-info {
  font-family: "Inter", sans-serif;
  font-size: 2.2rem;
  color: #002952;
  line-height: 1.9090909091;
  font-weight: 600;
}
@media screen and (max-width: 959.98px) {
  .ttl-info {
    font-size: 4.2rem;
    line-height: 1.4761904762;
  }
}

.boarding_content {
  margin-top: 5rem;
}
@media screen and (max-width: 959.98px) {
  .boarding_content {
    margin-top: 8rem;
  }
}
.boarding_content .ttl-info {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 959.98px) {
  .boarding_content .ttl-info {
    margin-bottom: 3rem;
  }
}
.boarding_content .icn_arrow {
  padding-left: 5.4rem;
  padding-right: 0;
  margin-top: 2rem;
}
@media screen and (max-width: 959.98px) {
  .boarding_content .icn_arrow {
    padding-left: 8.4rem;
    margin-top: 3.6rem;
  }
}
.boarding_content .icn_arrow::before {
  left: 0;
}
@media screen and (max-width: 959.98px) {
  .boarding_content .icn_arrow::before {
    width: 6rem;
    height: 6rem;
  }
}
.boarding_content .icn_arrow::after {
  left: 1.4rem;
}
@media screen and (max-width: 959.98px) {
  .boarding_content .icn_arrow::after {
    width: 1.4rem;
    height: 1.4rem;
    left: 1.9rem;
  }
}
.boarding_content .icn_pdf {
  position: relative;
  padding-right: 2.3rem;
}
@media screen and (max-width: 959.98px) {
  .boarding_content .icn_pdf {
    display: inline-block;
    padding-right: 6rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.boarding_content .icn_pdf::after {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  right: 0;
  bottom: 0.2rem;
  background: url(/travel-information/assets/img/common/icn_pdf.svg) no-repeat center center/100% 100%;
}
@media screen and (max-width: 959.98px) {
  .boarding_content .icn_pdf::after {
    width: 3.8rem;
    height: 3.8rem;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
}

.bord_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 959.98px) {
  .bord_list {
    gap: 8rem 4rem;
  }
  .bord_list.gap_narrow {
    gap: 4rem;
  }
}

.bord_item.size_xs {
  width: 25.8rem;
}
.bord_item.size_s {
  width: 35.2rem;
}
@media screen and (max-width: 959.98px) {
  .bord_item.size_s {
    width: auto;
  }
}
.bord_item.size_s2 {
  width: 38rem;
}
@media screen and (max-width: 959.98px) {
  .bord_item.size_s2 {
    width: auto;
  }
}
.bord_item.size_s2_2 {
  width: 37.7rem;
}
@media screen and (max-width: 959.98px) {
  .bord_item.size_s2_2 {
    width: auto;
  }
}
.bord_item.size_m {
  width: 42rem;
}
@media screen and (max-width: 959.98px) {
  .bord_item.size_m {
    width: auto;
  }
}
.bord_item.size_xm {
  width: 45.6rem;
}
@media screen and (max-width: 959.98px) {
  .bord_item.size_xm {
    width: auto;
  }
}
.bord_item.size_l {
  width: 46.2rem;
}
@media screen and (max-width: 959.98px) {
  .bord_item.size_l {
    width: auto;
  }
}
.bord_item.size_ll {
  width: 53.1rem;
}
@media screen and (max-width: 959.98px) {
  .bord_item.size_ll {
    width: auto;
  }
}
.bord_item.size_xl {
  width: 65.4rem;
}
@media screen and (max-width: 959.98px) {
  .bord_item.size_xl {
    width: auto;
  }
}
.bord_item.size_xxl {
  width: 96.7rem;
}
@media screen and (max-width: 959.98px) {
  .bord_item.size_xxl {
    width: auto;
  }
}
.bord_item .img_wrapper {
  margin: 0;
}
.bord_item .img_wrapper img {
  border-radius: 1.6rem;
}
.bord_item .img_wrapper + .txt {
  margin-top: 1.8rem;
}

.more-info {
  padding: 8rem 2rem;
  text-align: center;
}
.more-info .btn_wrapper {
  margin: 3rem auto 0;
}

.info-jrw {
  padding-top: 13rem;
}
@media screen and (max-width: 959.98px) {
  .info-jrw {
    padding-top: 14rem;
  }
}

.similar-articles {
  margin-top: 12rem;
}
/*# sourceMappingURL=tug-hwt-howtosign.css.map */