@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* =================================
Reset
================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  cursor: pointer;
}

img {
  width: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

:focus {
  outline: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* =================================
Base
================================= */
:root {
  --c_base: #009BB3;
  --c_base_sub: #007B8E;
  --text: #333;
  --text-notes: #FF0000;
  --text-link: #006AFF;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: var(--text);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

a {
  color: var(--text);
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
}
.l-header--in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.l-header__logo {
  padding: 0 0 0 15px;
}
.l-header__logo img {
  width: auto;
  height: 36px;
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.l-header__nav--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-height: 60px;
  padding: 0 10px;
}
.l-header__nav--link {
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  .l-header__nav--link {
    font-size: 1.3rem;
  }
}
.l-header__nav--link .language--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--c_base);
  cursor: pointer;
}
.l-header__nav--link .language--link::before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 15px;
  margin-right: 4px;
  background: url(/files/user/selftaxrefund/images/icon_language.svg) no-repeat 0 0/contain;
}
.l-header__nav--link .language--select {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 11;
  width: 100%;
  background: var(--c_base);
  border: 1px solid #00A7C1;
}
.l-header__nav--link .language--select li + li {
  border-top: 1px solid #00A7C1;
}
.l-header__nav--link .language--select a {
  display: block;
  padding: 4px 10px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.l-header__nav--link .contact {
  margin-top: 10px;
}
@media (min-width: 640px) {
  .l-header__nav--link .contact {
    margin-top: 3px;
  }
}
.l-header__nav--link .contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--c_base);
}
.l-header__nav--link .contact a::before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 11px;
  margin-right: 4px;
  background: url(/files/user/selftaxrefund/images/icon_contact.svg) no-repeat 0 0/contain;
}
.l-header__menu {
  position: relative;
  width: 60px;
  height: 60px;
  background: var(--c_base_sub);
}
.l-header__menu span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__menu span:nth-child(1) {
  top: 22px;
}
.l-header__menu span:nth-child(2) {
  top: 50%;
  -webkit-transition: translate(-50%, -50%);
  transition: translate(-50%, -50%);
}
.l-header__menu span:nth-child(3) {
  bottom: 20px;
}
.l-header__menu.is-active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.l-header__menu.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header__menu.is-active span:nth-child(3) {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header__anchor {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 12;
  width: 0;
  max-width: 360px;
  padding: 20px 0 40px;
  background: var(--c_base);
  overflow: hidden;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
@media (max-width: 639px) {
  .l-header__anchor {
    max-width: none;
  }
}
.l-header__anchor.is-active {
  width: 100%;
}
.l-header__anchor--link {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.l-header__anchor--link li {
  border-bottom: 1px solid #00A7C1;
}
.l-header__anchor--link li + li {
  margin-top: 15px;
}
.l-header__anchor--link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  color: #fff;
  white-space: nowrap;
}
.l-header__anchor--link li a::after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-left: auto;
  background: url(/files/user/selftaxrefund/images/icon_anchor.svg) no-repeat 0 0/contain;
}
.l-header__news {
  position: absolute;
  top: calc(100% + 12px);
  left: 22px;
  z-index: 10;
  width: 330px;
}
@media (max-width: 639px) {
  .l-header__news {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-header__news--head {
  position: relative;
  background: rgba(0, 155, 179, 0.8);
  backdrop-filter: blur(5px);
}
@media (max-width: 639px) {
  .l-header__news--head {
    width: 100%;
    max-width: 330px;
  }
}
.l-header__news--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 42px;
  padding: 0 0 0 15px;
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
}
@media (max-width: 639px) {
  .l-header__news--text {
    font-size: 1.4rem;
  }
}
.l-header__news--text::after {
  display: block;
  content: "";
  width: 42px;
  height: 42px;
  margin-left: auto;
  background: url(/files/user/selftaxrefund/images/arrow_toggle.svg) no-repeat center center/17px 17px, #007B8E;
  backdrop-filter: blur(5px);
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__news--text.is-active::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.l-header__news--text .notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  margin-left: 7px;
  background: #FFAA00;
  border-radius: 50%;
  font-size: 1.2rem;
}
@media (min-width: 640px) {
  .l-header__news--text .notification {
    font-size: 1.5rem;
  }
}
.l-header__news--content {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
}
.l-header__news--content ul li + li {
  border-top: 1px solid #009BB3;
}
.l-header__news--content ul li a {
  display: block;
  padding: 10px 15px;
  color: #006AFF;
  text-decoration: underline;
}
@media (max-width: 639px) {
  .l-header__news--content ul li a {
    font-size: 1.4rem;
  }
}
.l-header__news--close {
  position: absolute;
  top: 50%;
  right: 57px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 1rem;
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width: 640px) {
  .l-header__news--close {
    font-size: 1.2rem;
  }
}

.l-footer {
  padding: 20px 0;
  background: var(--c_base);
}
.l-footer--in {
  max-width: 938px;
  margin: 0 auto;
  padding: 0 25px;
}
@media (max-width: 639px) {
  .l-footer--in {
    padding: 0 10.6666666667vw;
  }
}
.l-footer__nav li + li {
  margin-top: 10px;
}
.l-footer__nav li a {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: underline;
}
@media (min-width: 640px) {
  .l-footer__nav li a {
    font-size: 1.5rem;
  }
}

/* common */
@media (max-width: 639px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 639px) {
  .sp-only {
    display: block;
  }
}

.l-contents--in {
  max-width: 981px;
  margin: 0 auto;
  padding: 0 22px;
}
@media (max-width: 639px) {
  .l-contents--in {
    padding: 0 5.8666666667vw;
  }
}

.l-dots-list {
  padding-left: 20px;
  list-style-type: disc;
}

.l-toggle__box.faq + .l-toggle__box.faq {
  margin-top: 20px;
}
.l-toggle__box--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  cursor: pointer;
}
@media (min-width: 640px) {
  .l-toggle__box--ttl {
    font-size: 1.8rem;
  }
}
.l-toggle__box--ttl.airports {
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #E4E4E4;
}
.l-toggle__box--ttl.faq {
  padding: 20px 10px;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}
.l-toggle__box--ttl .text {
  padding-right: 20px;
}
.l-toggle__box--ttl .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: auto;
  background: var(--c_base);
  border-radius: 50%;
}
.l-toggle__box--ttl .icon::before, .l-toggle__box--ttl .icon::after {
  display: block0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-toggle__box--ttl .icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.l-toggle__box--ttl .icon::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-toggle__box--ttl.is-active.faq {
  border-bottom: none;
}
.l-toggle__box--ttl.is-active .icon::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-toggle__box--item {
  display: none;
  font-size: 1.4rem;
}
@media (min-width: 640px) {
  .l-toggle__box--item {
    font-size: 1.8rem;
  }
}
.l-toggle__box--item.airports {
  padding-top: 20px;
}
.l-toggle__box--item.faq {
  padding: 20px;
  background: #E0F4F7;
}
.l-toggle__box--item a {
  color: var(--text-link);
  text-decoration: underline;
}

.l-sec__title {
  margin: 0 0 30px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (min-width: 640px) {
  .l-sec__title {
    font-size: 3.5rem;
  }
}

/* contents */
.l-top--read {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (min-width: 640px) {
  .l-top--read {
    font-size: 1.8rem;
    text-align: center;
  }
}
.l-top__kv {
  position: relative;
  padding: min(28vw, 280px) 0 min(4vw, 40px);
}
@media (max-width: 639px) {
  .l-top__kv {
    padding: 72vw 0 16vw;
  }
}
.l-top__kv::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  height: 31.9vw;
  background: url(/files/user/selftaxrefund/images/bg_kv_pc.png) no-repeat top center/100%;
}
@media (max-width: 639px) {
  .l-top__kv::after {
    height: 82.6666666667vw;
    background-image: url(/files/user/selftaxrefund/images/bg_kv_sp.png);
    background-size: contain;
  }
}
.l-top__kv--in {
  position: relative;
  z-index: 2;
  max-width: 911px;
  margin: 0 auto;
  padding: 0 22px;
}
@media (max-width: 639px) {
  .l-top__kv--in {
    padding: 0 5.8666666667vw;
  }
}
.l-top__kv--in.ko {
  max-width: 970px;
}
.l-top__kv--ttl {
  text-shadow: 0 0 18px #fff;
  color: var(--c_base);
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 640px) {
  .l-top__kv--ttl {
    font-size: 4.1rem;
  }
}
@media (max-width: 639px) {
  .l-top__kv--ttl {
    text-align: left;
  }
}
.l-top__kv--read {
  margin: 10px 0;
  text-shadow: 0 0 18px #fff;
}
@media (min-width: 640px) {
  .l-top__kv--read {
    font-size: 2rem;
    text-align: center;
  }
}
.l-top__kv--catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 599px;
  margin: 0 auto;
}
@media (max-width: 639px) {
  .l-top__kv--catch {
    margin-top: 30px;
  }
}
.l-top__kv--catch li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.3333333333%;
  min-height: 82px;
  padding: 20px;
  background: #83B933;
}
@media (max-width: 639px) {
  .l-top__kv--catch li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 20px 10px;
  }
}
.l-top__kv--catch li .icon {
  height: 40px;
}
.l-top__kv--catch li strong {
  margin-left: 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .l-top__kv--catch li strong {
    font-size: 1.8rem;
  }
}
@media (max-width: 639px) {
  .l-top__kv--catch li strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 42px;
    margin: 0;
  }
}
.l-top__kv .notes {
  margin-top: 10px;
  color: var(--text-notes);
  font-size: 1.2rem;
  text-align: center;
}
@media (min-width: 640px) {
  .l-top__kv .notes {
    font-size: 1.5rem;
  }
}
@media (max-width: 639px) {
  .l-top__kv .notes {
    text-align: left;
  }
}
.l-top__cta {
  padding: 40px 0;
  background: #F4F4F4;
}
.l-top__cta h2 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .l-top__cta h2 {
    font-size: 2.8rem;
  }
}
.l-top__cta .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 296px;
  min-height: 54px;
  margin: 20px auto 0;
  background: var(--c_base);
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 640px) {
  .l-top__cta .btn a {
    font-size: 2rem;
  }
}
.l-top__howto {
  padding: min(20.1vw, 201px) 0 60px;
  background: url(/files/user/selftaxrefund/images/bg_how-to_pc.png) no-repeat top center/100%;
}
@media (max-width: 639px) {
  .l-top__howto {
    padding: min(49.3333333333vw, 185px) 0 60px;
    background-image: url(/files/user/selftaxrefund/images/bg_how-to_sp.png);
    background-size: contain;
  }
}
.l-top__howto--step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 420px;
  margin: 40px auto 0;
}
.l-top__howto--step .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 21px;
}
.l-top__howto--step .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 102px;
  background: #83B933;
  color: #fff;
}
.l-top__howto--step .item-content .txt {
  display: inline-block;
  padding: 0 4px 10px;
  border-bottom: 1px solid #fff;
  font-size: 1.7rem;
  line-height: 1;
}
@media (min-width: 640px) {
  .l-top__howto--step .item-content .txt {
    font-size: 2rem;
  }
}
.l-top__howto--step .item-content .num {
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 640px) {
  .l-top__howto--step .item-content .num {
    font-size: 3.8rem;
  }
}
.l-top__howto--step .item-image {
  width: calc(100% - 102px);
}
.l-top__howto--step .step-ttl {
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 640px) {
  .l-top__howto--step .step-ttl {
    font-size: 2.3rem;
  }
}
.l-top__howto--step .step-notes {
  margin-top: 15px;
  color: var(--text-notes);
  font-size: 1.2rem;
}
@media (min-width: 640px) {
  .l-top__howto--step .step-notes {
    font-size: 1.5rem;
  }
}
.l-top__available {
  padding: 0 0 60px;
}
.l-top__available--box {
  padding: 60px 22px;
  background: #F4F4F4;
}
@media (max-width: 639px) {
  .l-top__available--box {
    margin: 0 -22px;
  }
}
.l-top__available--lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 11px 1fr 11px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 9px 11px;
  max-width: 630px;
  margin: 0 auto;
}
@media (max-width: 639px) {
  .l-top__available--lists {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.l-top__available--lists li {
  padding: 10px;
  background: #fff;
  border: 1px solid var(--c_base);
  color: var(--c_base);
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 640px) {
  .l-top__available--lists li {
    font-size: 1.8rem;
  }
}
.l-top__available--before {
  margin-top: 60px;
}
.l-top__available--before dt {
  padding: 10px 20px;
  background: #F4F4F4;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .l-top__available--before dt {
    font-size: 2rem;
  }
}
.l-top__available--before dd {
  margin-top: 20px;
}
.l-top__available--before dd li {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media (min-width: 640px) {
  .l-top__available--before dd li {
    font-size: 1.5rem;
  }
}
.l-top__available--before dd strong {
  color: var(--text-notes);
}
.l-top__feature {
  padding: 60px 0;
  background: #F4F4F4;
}
.l-top__feature__item {
  max-width: 625px;
  margin: 40px auto 0;
}
.l-top__feature__item--icon {
  text-align: center;
}
.l-top__feature__item--icon img {
  width: auto;
  height: 46px;
}
.l-top__feature__item--content {
  margin-top: 10px;
  padding: 20px;
  background: #83B933;
  color: #fff;
  text-align: center;
}
.l-top__feature__item--ttl {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .l-top__feature__item--ttl {
    font-size: 2.5rem;
  }
}
.l-top__feature__item--read {
  margin-top: 13px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .l-top__feature__item--read {
    font-size: 1.8rem;
  }
}
.l-top__feature__item--notes {
  margin-top: 13px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .l-top__feature__item--notes {
    font-size: 1.3rem;
  }
}
.l-top__feature__notes {
  max-width: 625px;
  margin: 40px auto 0;
  color: var(--text-notes);
  font-size: 1.2rem;
}
@media (min-width: 640px) {
  .l-top__feature__notes {
    font-size: 1.5rem;
  }
}
.l-top__feature__movie {
  max-width: 375px;
  margin: 40px auto 0;
  aspect-ratio: 375/250;
}
.l-top__feature__movie iframe {
  width: 100%;
  height: 100%;
}
.l-top__available-airports {
  padding: min(19.5vw, 195px) 0 60px;
  background: url(/files/user/selftaxrefund/images/bg_airports_pc.png) no-repeat top center/100%;
}
@media (max-width: 639px) {
  .l-top__available-airports {
    padding: min(48.5333333333vw, 182px) 0 60px;
    background-image: url(/files/user/selftaxrefund/images/bg_airports_sp.png);
    background-size: contain;
  }
}
.l-top__available-airports--contents {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media (min-width: 640px) {
  .l-top__available-airports--contents {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.l-top__news {
  padding: 60px 0;
}
.l-top__news--item {
  margin-top: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.l-top__news--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 20px;
}
.l-top__news--item .date {
  color: #B3B3B3;
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 640px) {
  .l-top__news--item .date {
    font-size: 1.5rem;
  }
}
.l-top__news--item .title {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .l-top__news--item .title {
    font-size: 1.8rem;
  }
}
.l-top__faq {
  padding: 30px 0 60px;
}
.l-top__terms {
  padding: 60px 0;
}
.l-top__terms--read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
  font-size: 1.4rem;
}
@media (min-width: 640px) {
  .l-top__terms--read {
    font-size: 1.8rem;
  }
}
.l-top__terms--read::before {
  display: inline-block;
  content: "";
  width: 33px;
  height: 40px;
  margin-right: 10px;
  background: url(/files/user/selftaxrefund/images/icon_pdf.png) no-repeat 0 0/contain;
}
@media (min-width: 640px) {
  .l-top__terms--list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.l-top__terms--list li {
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}
.l-top__terms--list li a {
  display: block;
  position: relative;
  padding: 20px 30px 20px 10px;
  font-size: 1.4rem;
}
@media (min-width: 640px) {
  .l-top__terms--list li a {
    font-size: 1.8rem;
  }
}
.l-top__terms--list li a::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(/files/user/selftaxrefund/images/icon_link_pdf.svg) no-repeat 0 0/contain;
}
@media (max-width: 639px) {
  .l-top__contact {
    padding: 60px 0;
    background: #F4F4F4;
  }
}
@media (min-width: 640px) {
  .l-top__contact .pc-bg {
    padding: 60px min(12.5vw, 125px);
    background: #F4F4F4;
  }
}
.l-top__contact--form {
  margin-top: 40px;
}
.l-top__contact--form .refund-id.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.l-top__contact--form .refund-id-box {
  display: none;
  margin-top: 40px;
  background: #fff;
  padding: 30px 50px;
}
@media (max-width: 639px) {
  .l-top__contact--form .refund-id-box {
    margin: 40px -5.8666666667vw 0;
    padding: 30px 5.8666666667vw;
  }
}
.l-top__contact--form .refund-id-box + .l-top__contact--item {
  margin-top: 40px;
}
.l-top__contact--form .refund-id-box--close {
  margin-top: 20px;
  color: #2190FF;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.l-top__contact--form .refund-id-notes {
  margin-top: 10px;
}
.l-top__contact--form .refund-id-notes.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.l-top__contact--form .refund-id-notes span {
  color: #2190FF;
  text-decoration: underline;
  cursor: pointer;
}
.l-top__contact--item + .l-top__contact--item {
  margin-top: 40px;
}
.l-top__contact--item .label {
  margin-bottom: 9px;
}
.l-top__contact--item .label .icon-required {
  color: var(--text-notes);
}
.l-top__contact--item .radio-label {
  display: block;
}
.l-top__contact--item .radio-label + .radio-label {
  margin-top: 14px;
}
.l-top__contact--item .radio-label input[type=radio] {
  margin-right: 10px;
}
.l-top__contact--item .notes {
  display: block;
  margin-top: 9px;
}
.l-top__contact--item input[type=text] {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #E4E4E4;
  font-size: 1.6rem;
}
.l-top__contact--item select {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #E4E4E4;
  font-size: 1.6rem;
}
.l-top__contact--item .agree-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-top__contact--item .agree-label input[type=checkbox] {
  margin-right: 20px;
}
.l-top__contact--item .agree-label .text a {
  color: #2190FF;
  text-decoration: underline;
}
.l-top__contact--item .date-select {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.l-top__contact--submit input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 315px;
  min-height: 57px;
  margin: 40px auto 0;
  background: var(--c_base);
  border: none;
  border-radius: 40px;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}
.l-top__contact--notes {
  margin-top: 20px;
  font-size: 1.2rem;
}
@media (min-width: 640px) {
  .l-top__contact--notes {
    font-size: 1.5rem;
  }
}
.l-top__company {
  padding: 60px 0 40px;
}
.l-top__company--summary {
  display: -ms-grid;
  display: grid;
}
@media (min-width: 640px) {
  .l-top__company--summary {
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
}
@media (max-width: 639px) {
  .l-top__company--summary {
    gap: 50px;
    padding: 0 20px;
  }
}
.l-top__company--item .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 57px;
  margin-bottom: 20px;
  text-align: center;
}
.l-top__company--item .logo .haneda {
  width: 128px;
}
.l-top__company--item .logo .glory {
  width: 60px;
}
.l-top__company--item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #E4E4E4;
  font-size: 1.2rem;
}
@media (min-width: 640px) {
  .l-top__company--item dl {
    font-size: 1.5rem;
  }
}
.l-top__company--item dl + dl {
  margin-top: 14px;
}
.l-top__company--item dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-top__company--item.jp dl dt {
  width: 74px;
}
@media (min-width: 640px) {
  .l-top__company--item.jp dl + dl dd {
    min-height: 5.5em;
  }
}
.l-top__company--item.lang dl dt {
  width: 130px;
}
@media (min-width: 640px) {
  .l-top__company--item.lang dl + dl dd {
    min-height: 3.5em;
  }
}
.l-top__company--contents {
  display: -ms-grid;
  display: grid;
  gap: 25px;
  margin-top: 40px;
}
@media (min-width: 640px) {
  .l-top__company--contents {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 639px) {
  .l-top__company--contents {
    padding: 0 20px;
  }
}
.l-top__company--contents dt {
  position: relative;
  padding-left: 9px;
  font-size: 1.4rem;
}
@media (min-width: 640px) {
  .l-top__company--contents dt {
    font-size: 1.8rem;
  }
}
.l-top__company--contents dt::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 15px;
  background: var(--c_base);
}
.l-top__company--contents dd {
  margin-top: 5px;
  font-size: 1.2rem;
}
@media (min-width: 640px) {
  .l-top__company--contents dd {
    font-size: 1.5rem;
  }
}

/* news detail */
.l-article {
  padding: 50px 0 100px;
}
@media (max-width: 639px) {
  .l-article {
    padding: 8vw 0 13.3333333333vw;
  }
}
.l-article--in {
  max-width: 844px;
  margin: 0 auto;
  padding: 0 22px;
}
@media (max-width: 639px) {
  .l-article--in {
    padding: 0 5.8666666667vw;
  }
}
.l-article__head--title {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #D9D9D9;
  color: var(--c_base);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .l-article__head--title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 2.4rem;
  }
}
.l-article__head--date {
  margin-bottom: 40px;
  color: #B3B3B3;
  font-size: 1.5rem;
}
@media (max-width: 639px) {
  .l-article__head--date {
    margin-bottom: 20px;
  }
}
.l-article__thumb {
  margin: 40px 0;
}
@media (max-width: 639px) {
  .l-article__thumb {
    margin: 20px 0 40px;
  }
}
.l-article__content :where(h2, h3, h4) {
  font-weight: 700;
  line-height: 1.5;
}
.l-article__content h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--c_base);
  color: var(--c_base);
  font-size: 2.4rem;
}
.l-article__content h2::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  content: "";
  width: 6px;
  min-height: 100%;
  margin-right: 18px;
  background: var(--c_base);
}
@media (max-width: 639px) {
  .l-article__content h2 {
    font-size: 2.2rem;
  }
}
.l-article__content h3 {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.l-article__content h4 {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.l-article__content p {
  font-weight: 400;
}
.l-article__content p + :where(h2, h3, h4, p) {
  margin-top: 40px;
}
.l-article__content p .red {
  color: #FF383C;
}
.l-article__content p .blue {
  color: #1670FF;
}
.l-article__content p strong {
  font-weight: 700;
}
.l-article__content p a {
  display: inline-block;
  padding-left: 15px;
  background: url(/files/user/selftaxrefund/images/arrow_link.svg) no-repeat left center/7px 13px;
  color: #00BFFF;
  text-decoration: underline;
}
.l-article__content ul {
  margin: 40px 0;
  padding-left: 25px;
}
.l-article__content ul li {
  list-style-type: disc;
}
.l-article__content table {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 639px) {
  .l-article__content table {
    font-size: 1.4rem;
  }
}
.l-article__content table + :where(h2, h3, h4) {
  margin-top: 40px;
}
.l-article__content table + p {
  margin-top: 16px;
}
.l-article__content table :where(th, td) {
  padding: 16px 24px;
  border: 1px solid #D9D9D9;
}
@media (max-width: 639px) {
  .l-article__content table :where(th, td) {
    padding: 16px 12px;
  }
}
.l-article__content table thead th {
  background: #007B8E;
  color: #fff;
  text-align: center;
}
.l-article__content table tbody th {
  color: #007B8E;
  background: #F1FDFF;
  text-align: center;
}
.l-article__content .article-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 38px;
  margin-top: 40px;
}
@media (max-width: 639px) {
  .l-article__content .article-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}
.l-article__content .article-item + :where(h2, h3, h4) {
  margin-top: 40px;
}
.l-article__content .article-item.movie {
  max-width: 576px;
  aspect-ratio: 16/9;
  margin-left: auto;
  margin-right: auto;
}
.l-article__content .article-item.movie iframe {
  width: 100%;
  height: 100%;
}
.l-article__content .article-item.division2 img {
  width: 450px;
}
@media (max-width: 639px) {
  .l-article__content .article-item.division2 img {
    width: 100%;
  }
}
.l-article__content .article-item.division3 img {
  width: 340px;
}
@media (max-width: 639px) {
  .l-article__content .article-item.division3 img {
    width: 100%;
  }
}
.l-article__content .article-item.order img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.l-article__content .article-item.order p {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}