@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans+KR:wght@400;700&family=Noto+Sans+SC:wght@400;700&family=Noto+Sans+TC:wght@400;700&display=swap");
.contents {
  /*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model */
  /* ============================================ */
  /* Document */
  /* ============================================ */
  /**
  * 1. Correct the line height in all browsers.
  * 2. Prevent adjustments of font size after orientation changes in iOS.
  * 3. Remove gray overlay on links for iOS.
  */
  /* Sections */
  /* ============================================ */
  /**
  * Remove the margin in all browsers.
  */
  /**
  * Render the `main` element consistently in IE.
  */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /* Text-level semantics */
  /* ============================================ */
  /**
  * Remove the gray background on active links in IE 10.
  */
  /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
  /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /**
  * Add the correct font size in all browsers.
  */
  /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
  /* Embedded content */
  /* ============================================ */
  /**
  * Remove the border on images inside links in IE 10.
  */
  /* Forms */
  /* ============================================ */
  /**
  * Reset form fields to make them styleable
  */
  /**
  * Reset radio and checkbox appearance to preserve their look in iOS.
  */
  /**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
  /**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
  /**
  * Correct the inability to style clickable types in iOS and Safari.
  */
  /**
  * Remove the inner border and padding in Firefox.
  */
  /**
  * Restore the focus styles unset by the previous rule.
  */
  /**
  * Remove arrow in IE10 & IE11
  */
  /**
  * Remove padding
  */
  /**
  * Reset to invisible
  */
  /**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
  /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
  /**
  * Remove the default vertical scrollbar in IE 10+.
  */
  /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
  /**
  * 1. Correct the outline style in Safari.
  */
  /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
  /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
  /**
  * Clickable labels
  */
  /* Interactive */
  /* ============================================ */
  /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
  /*
  * Add the correct display in all browsers.
  */
  /*
  * Remove outline for editable content.
  */
  /* Table */
  /* ============================================ */
  /* Misc */
  /* ============================================ */
  /**
  * Add the correct display in IE 10+.
  */
  /**
  * Add the correct display in IE 10.
  */
}
.contents * {
  box-sizing: border-box;
}
.contents ::before,
.contents ::after {
  box-sizing: inherit;
}
.contents html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
.contents body {
  margin: 0;
}
.contents main {
  display: block;
}
.contents p,
.contents table,
.contents blockquote,
.contents address,
.contents pre,
.contents iframe,
.contents form,
.contents figure,
.contents dl {
  margin: 0;
}
.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
.contents ul,
.contents ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contents dt {
  font-weight: bold;
}
.contents dd {
  margin-left: 0;
}
.contents hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
.contents pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
.contents address {
  font-style: inherit;
}
.contents a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
.contents abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
.contents b,
.contents strong {
  font-weight: bolder;
}
.contents code,
.contents kbd,
.contents samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
.contents small {
  font-size: 80%;
}
.contents sub,
.contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.contents sub {
  bottom: -0.25em;
}
.contents sup {
  top: -0.5em;
}
.contents img {
  border-style: none;
  vertical-align: bottom;
}
.contents embed,
.contents object,
.contents iframe {
  border: 0;
  vertical-align: bottom;
}
.contents button,
.contents input,
.contents optgroup,
.contents select,
.contents textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
.contents [type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}
.contents [type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}
.contents button,
.contents input {
  /* 1 */
  overflow: visible;
}
.contents button,
.contents select {
  /* 1 */
  text-transform: none;
}
.contents button,
.contents [type=button],
.contents [type=reset],
.contents [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.contents button[disabled],
.contents [type=button][disabled],
.contents [type=reset][disabled],
.contents [type=submit][disabled] {
  cursor: default;
}
.contents button::-moz-focus-inner,
.contents [type=button]::-moz-focus-inner,
.contents [type=reset]::-moz-focus-inner,
.contents [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.contents button:-moz-focusring,
.contents [type=button]:-moz-focusring,
.contents [type=reset]:-moz-focusring,
.contents [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.contents select::-ms-expand {
  display: none;
}
.contents option {
  padding: 0;
}
.contents fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
.contents legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
.contents progress {
  vertical-align: baseline;
}
.contents textarea {
  overflow: auto;
}
.contents [type=number]::-webkit-inner-spin-button,
.contents [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.contents [type=search] {
  outline-offset: -2px; /* 1 */
}
.contents [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.contents ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
.contents label[for] {
  cursor: pointer;
}
.contents details {
  display: block;
}
.contents summary {
  display: list-item;
}
.contents [contenteditable] {
  outline: none;
}
.contents table {
  border-collapse: collapse;
  border-spacing: 0;
}
.contents caption {
  text-align: left;
}
.contents td,
.contents th {
  vertical-align: top;
  padding: 0;
}
.contents th {
  text-align: left;
  font-weight: bold;
}
.contents template {
  display: none;
}
.contents [hidden] {
  display: none;
}

/* VARIABLES */
/* MIXINS */
/* FUNCTIONS */
/* COMMON */
.contents {
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  color: #282828;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W4", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 750px) {
  .contents {
    font-size: 14px;
  }
}
.contents * {
  box-sizing: border-box;
}
.contents a {
  text-decoration: none;
}
.contents img {
  max-width: 100%;
}
.contents .mb5 {
  margin-bottom: 5px;
}
.contents .mb10 {
  margin-bottom: 10px;
}
.contents .mb20 {
  margin-bottom: 20px;
}
.contents .mb30 {
  margin-bottom: 30px;
}
.contents .mb50 {
  margin-bottom: 50px;
}
.contents .section__inner {
  max-width: 1000px;
  padding: 30px 0;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .contents .section__inner {
    width: 96vw;
    max-width: 400px;
  }
}
.contents .section__inner > .bg-gray {
  padding: 15px;
}
@media screen and (max-width: 750px) {
  .contents .section__inner > .bg-gray {
    padding: 10px;
  }
}
.contents .section__inner > *:last-child {
  margin-bottom: 0;
}
.contents .section--bg-blue {
  background: #dfeefb;
}
.contents .section--bg-blue .heading--lv1::before {
  background: #fff;
}
.contents .section--bg-blue .bordered-card {
  border-color: #0060b0;
}
.contents .section--bg-blue .button {
  background: #0060b0;
}
.contents .section--bg-blue .button:hover {
  border-color: #0060b0;
  color: #0060b0;
}
.contents .section--bg-blue .button:hover::before {
  border-left-color: #0060b0;
}
.contents .heading--lv1 {
  margin: 0 auto 30px;
  padding: 0 40px 15px;
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #282828;
}
@media screen and (max-width: 750px) {
  .contents .heading--lv1 {
    padding: 0 10px 5px;
    font-size: 1.25rem;
  }
}
.contents .heading--lv1::before {
  content: "";
  height: 6px;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #7ec1f3;
}
@media screen and (max-width: 750px) {
  .contents .heading--lv1::before {
    height: 3px;
    width: 200px;
  }
}
.contents .image {
  display: block;
  margin: 20px auto;
  text-align: center;
}
.contents .image--medium {
  max-width: 600px;
}
.contents .image--small {
  max-width: 340px;
}
@media screen and (max-width: 750px) {
  .contents .image--small {
    max-width: 120px;
  }
}
@media screen and (max-width: 750px) {
  .contents .pc {
    display: none;
  }
}
.contents .sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .contents .sp {
    display: block;
  }
}
.contents .text {
  margin-bottom: 30px;
  color: #282828;
}
.contents .text--left {
  text-align: left;
}
.contents .text--right {
  text-align: right;
}
.contents .text--center {
  text-align: center;
}
.contents .text--large {
  font-size: 1.125em;
}
.contents .text--small {
  font-size: 0.875em;
}
@media screen and (max-width: 750px) {
  .contents .text--small {
    font-size: 0.6875rem;
  }
}
.contents .text--bold {
  font-weight: bold;
}
.contents .text--link {
  color: #225bff;
  text-decoration: underline;
  transition: all 0.3s;
}
.contents .text--link:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: all 0.3s;
}
.contents .text--link .icon {
  display: inline-block;
  height: 0.9em;
  width: 0.9em;
  margin-left: 1px;
}
.contents .text--link .icon img {
  vertical-align: baseline;
}
.contents .button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  margin: 30px auto;
  padding: 15px 20px;
  padding-right: 40px;
  position: relative;
  background: #7ec1f3;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 100vmax;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .contents .button {
    min-width: 170px;
    padding: 4px 15px;
    padding-right: 30px;
    font-size: 0.875rem;
  }
}
.contents .button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border-width: 8px 0 8px 14px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .contents .button::before {
    border-width: 6px 0 6px 11px;
  }
}
.contents .button:hover {
  background: #fff;
  border-color: #7ec1f3;
  color: #7ec1f3;
}
.contents .button:hover::before {
  border-left-color: #7ec1f3;
}
.contents .fade-in {
  transform: scale(0.85);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.contents .fade-in.show {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.contents .bg-gray {
  background: #f6f6f6;
}

/* LANGUAGE */
@media screen and (max-width: 750px) {
  .contents .lang {
    width: 96vw;
    max-width: 400px;
    margin: auto;
  }
}
.contents .lang--horizontal {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  padding: 20px 0;
  background: #f8f8f8;
}
@media screen and (max-width: 750px) {
  .contents .lang--horizontal {
    display: none;
  }
}
.contents .lang--vertical {
  display: none;
}
@media screen and (max-width: 750px) {
  .contents .lang--vertical {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
  }
}
@media screen and (max-width: 750px) {
  .contents .lang--vertical .accordion__body {
    width: 100%;
    position: absolute;
    top: 39px;
    left: 0;
  }
}
.contents .lang__item {
  width: 166.6666666667px;
  border-right: 1px solid #b7b7b7;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .contents .lang__item {
    width: 100%;
    border-right: none;
  }
  .contents .lang__item + .lang__item {
    margin-top: 15px;
  }
}
.contents .lang__item:first-child {
  border-left: 1px solid #b7b7b7;
}
@media screen and (max-width: 750px) {
  .contents .lang__item:first-child {
    border-left: none;
  }
}
.contents .lang__text {
  display: block;
  color: #282828;
  font-family: "Noto Sans JP";
  font-size: 0.8125rem;
  opacity: 0.5;
  transition: all 0.3s;
}
.contents .lang__text.current {
  opacity: 1;
  pointer-events: none;
}
.contents .lang__text:hover {
  opacity: 1;
  transition: all 0.3s;
}
.contents.cn,
.contents .cn {
  font-family: "Noto Sans SC", sans-serif;
}
.contents.tw,
.contents .tw {
  font-family: "Noto Sans TC", sans-serif;
}
.contents.kr,
.contents .kr {
  font-family: "Noto Sans KR", sans-serif;
}

/* TOP */
.contents .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .contents .top {
    width: 96vw;
    max-width: 400px;
    margin: auto;
  }
}
.contents .top__left {
  width: 49.5%;
}
@media screen and (max-width: 750px) {
  .contents .top__left {
    width: 100%;
  }
}
.contents .top__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 49.5%;
}
@media screen and (max-width: 750px) {
  .contents .top__right {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .contents .top__image {
    margin-bottom: 5px;
  }
}
.contents .top .text {
  margin: 40px 0;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 750px) {
  .contents .top .text {
    margin: 20px 0;
  }
}

/* NAVIGATION */
.contents .nav {
  width: 100%;
  margin-bottom: 20px;
  z-index: 999;
  background: #7ec1f3;
}
@media screen and (max-width: 750px) {
  .contents .nav {
    margin-bottom: 0;
  }
}
.contents .nav__list {
  display: flex;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .contents .nav__list {
    max-width: 400px;
  }
}
.contents .nav__item {
  width: 20%;
}
.contents .nav__item:first-child .nav__link {
  border-left: 2px solid #fff;
}
.contents .nav__link {
  display: block;
  padding: 20px 0;
  position: relative;
  border-width: 1px 2px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .contents .nav__link {
    font-size: 12px;
    padding-top: 45px;
    padding-bottom: 10px;
  }
  .contents .nav__link::before {
    content: "";
    display: block;
    width: 45%;
    height: 40%;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.3s;
  }
  .contents .nav__link[href="#products"]::before {
    background-image: url(/service/others/in/img/icon_products_w.png);
  }
  .contents .nav__link[href="#payment"]::before {
    background-image: url(/service/others/in/img/icon_payment_w.png);
  }
  .contents .nav__link[href="#taxfree"]::before {
    background-image: url(/service/others/in/img/icon_taxfree_w.png);
  }
  .contents .nav__link[href="#updates"]::before {
    background-image: url(/service/others/in/img/icon_updates_w.png);
  }
  .contents .nav__link[href="#service"]::before {
    background-image: url(/service/others/in/img/icon_service_w.png);
  }
}
.contents .nav__link:hover {
  background: #fff;
  border-color: #c0def8 rgba(255, 255, 255, 0);
  color: #7ec1f3;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .contents .nav__link:hover[href="#products"]::before {
    background-image: url(/service/others/in/img/icon_products_b.png);
  }
  .contents .nav__link:hover[href="#payment"]::before {
    background-image: url(/service/others/in/img/icon_payment_b.png);
  }
  .contents .nav__link:hover[href="#taxfree"]::before {
    background-image: url(/service/others/in/img/icon_taxfree_b.png);
  }
  .contents .nav__link:hover[href="#updates"]::before {
    background-image: url(/service/others/in/img/icon_updates_b.png);
  }
  .contents .nav__link:hover[href="#service"]::before {
    background-image: url(/service/others/in/img/icon_service_b.png);
  }
}
.contents .nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

/* CARD */
.contents .cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .contents .cards {
    margin-bottom: 20px;
  }
}
.contents .cards--small {
  width: 70%;
}
.contents .cards--2col .card {
  width: calc((100% - 15px) / 2);
}
@media screen and (max-width: 750px) {
  .contents .cards--2col .card {
    width: 100%;
  }
}
.contents .cards--2col .bordered-card {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 750px) {
  .contents .cards--2col .bordered-card {
    width: 100%;
  }
}
.contents .cards--3col .card {
  width: calc((100% - 15px) / 3);
}
@media screen and (max-width: 750px) {
  .contents .cards--3col .card {
    width: 100%;
  }
}
.contents .card {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .contents .card {
    display: flex;
    justify-content: space-between;
  }
  .contents .card.reverse {
    flex-direction: row-reverse;
  }
}
.contents .card--link {
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .contents .card--link + .card--link {
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .contents .card--link .card__image-wrapper {
    width: 200px;
  }
}
@media screen and (max-width: 750px) {
  .contents .card__image-wrapper {
    width: 165px;
  }
}
.contents .card__image-wrapper--link {
  transition: all 0.5s;
}
.contents .card__image-wrapper--link:hover {
  opacity: 0.7;
}
.contents .card__title {
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .contents .card__title {
    margin-bottom: 5px;
    font-size: 0.875rem;
  }
}
.contents .card__body {
  padding-top: 25px;
}
@media screen and (max-width: 750px) {
  .contents .card__body {
    width: calc(100% - 180px);
    padding-top: 0;
  }
}
.contents .card__body > *:last-child {
  margin-bottom: 0;
}
.contents .card__text {
  padding-top: 10px;
  position: relative;
}
.contents .card__text::before {
  content: "";
  height: 2px;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ababab;
}
@media screen and (max-width: 750px) {
  .contents .card__text::before {
    height: 1px;
    width: 100%;
  }
}
.contents .card > *:last-child {
  margin-bottom: 0;
}
.contents .bordered-card {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  padding: 30px 15px;
  background: #fff;
  border: 3px solid #7ec1f3;
}
@media screen and (max-width: 750px) {
  .contents .bordered-card {
    padding: 25px 10px;
  }
}
.contents .bordered-card__title {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .contents .bordered-card__title {
    font-size: 1rem;
  }
}
.contents .bordered-card__image-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .contents .bordered-card__image-wrapper--small {
    width: 250px;
  }
}
.contents .bordered-card__image-wrapper--link {
  transition: all 0.5s;
}
.contents .bordered-card__image-wrapper--link:hover {
  opacity: 0.7;
}
.contents .bordered-card__image-wrapper + .bordered-card__body {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .contents .bordered-card__image-wrapper + .bordered-card__body {
    margin-top: 20px;
  }
}
.contents .bordered-card__image-wrapper + .bordered-card__text {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .contents .bordered-card__image-wrapper + .bordered-card__text {
    margin-top: 30px;
  }
}
.contents .bordered-card__image-wrapper + .bordered-card__image-wrapper {
  margin-top: 30px;
}
.contents .bordered-card__body > *:last-child {
  margin-bottom: 0;
}
.contents .bordered-card__text {
  text-align: center;
}
.contents .bordered-card > *:last-child {
  margin-bottom: 0;
}
.contents .bordered-card--2col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contents .bordered-card--2col .bordered-card__body {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 750px) {
  .contents .bordered-card--2col .bordered-card__body {
    width: 100%;
  }
}
.contents .bordered-card--2col .bordered-card__body:first-of-type {
  padding-right: 15px;
  background: url(/service/others/in/img/dotted_line_vertical.png) right top 30px no-repeat;
}
@media screen and (max-width: 750px) {
  .contents .bordered-card--2col .bordered-card__body:first-of-type {
    padding-right: 0;
    padding-bottom: 30px;
    background: url(/service/others/in/img/dotted_line_horizontal.png) center bottom no-repeat;
  }
}
.contents .bordered-card--2col .bordered-card__body:last-of-type {
  padding-left: 15px;
}
@media screen and (max-width: 750px) {
  .contents .bordered-card--2col .bordered-card__body:last-of-type {
    padding-top: 30px;
    padding-left: 0;
  }
}
.contents .bordered-card .bg-gray {
  padding: 10px 5px;
}

/* LIST */
.contents .notice__title {
  font-weight: normal;
}
.contents .notice__item {
  display: flex;
}
.contents .notice__item::before {
  content: "*";
}
.contents.jp .notice__item::before {
  content: "※";
}
.contents .bullet-list {
  text-align: left;
}
.contents .bullet-list__item {
  display: flex;
}
.contents .bullet-list__item::before {
  content: "・";
}

/* ACCORDION */
.contents .accordion__title {
  background: #fff;
  border: 1px solid #7ec1f3;
  color: #7ec1f3;
  transition: all 0.5s;
}
.contents .accordion__title.open {
  background: #7ec1f3;
  color: #fff;
}
.contents .accordion__title.open .accordion__button::before, .contents .accordion__title.open .accordion__button::after {
  background: #fff;
  transition: all 0.5s;
}
.contents .accordion__title.open .accordion__button::before {
  transform: rotate(45deg);
}
.contents .accordion__title.open .accordion__button::after {
  transform: rotate(135deg);
}
.contents .accordion__title + .accordion__body + .accordion__title {
  border-top-width: 0;
}
.contents .accordion__button {
  display: block;
  width: 100%;
  padding: 10px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .contents .accordion__button {
    padding: 8px;
  }
}
.contents .accordion__button::before, .contents .accordion__button::after {
  content: "";
  height: 1.5px;
  width: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #7ec1f3;
  transition: all 0.5s;
}
.contents .accordion__button::before {
  right: 15px;
}
.contents .accordion__button::after {
  right: 15px;
  transform: rotate(90deg);
}
.contents .accordion__body {
  height: 0;
  padding: 0 15px;
  background: #fff;
  border-width: 0 1px;
  border-style: solid;
  border-color: #7ec1f3;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
@media screen and (max-width: 750px) {
  .contents .accordion__body {
    padding: 0 5px;
  }
}
.contents .accordion__body.open {
  height: auto;
  padding: 15px 10px;
  border-bottom-width: 1px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 750px) {
  .contents .accordion__body.open {
    padding: 10px 5px;
  }
}

/* BANNER */
.contents .banner {
  display: block;
  max-width: 780px;
  margin: 30px auto;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .contents .banner {
    margin: 10px auto;
  }
}
.contents .banner:hover {
  opacity: 0.7;
}
.contents .banner--lawsonwalk {
  max-width: unset;
  margin: unset;
  position: relative;
  box-shadow: 5px 3px 0 #bfbfbf;
}
.contents .banner--lawsonwalk > img:first-child {
  transition: all 0.3s;
}
.contents .banner--lawsonwalk > img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.contents .banner--lawsonwalk:hover > img:first-child {
  opacity: 0;
  transition: all 0.3s;
}
.contents .banner--lawsonwalk:hover > img:last-child {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}

/* STORE */
.contents .store__item dl {
  display: flex;
  justify-content: space-between;
  font-size: 0.8125rem;
}
@media screen and (max-width: 750px) {
  .contents .store__item dl {
    flex-direction: column;
    width: 90%;
    margin: auto;
    font-size: 0.75rem;
  }
  .contents .store__item dl > * {
    width: 100% !important;
  }
}
.contents .store__item + .store__item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #7ec1f3;
}
.contents .store__name {
  width: 35%;
  padding-right: 10px;
  border-right: 1px solid #7ec1f3;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .contents .store__name {
    margin-bottom: 5px;
    border-right: none;
  }
}
.contents .store__address {
  display: flex;
  width: 35%;
}
.contents .store__address span:first-child {
  flex: 0 0 9%;
}
.contents .store__address span:nth-child(2) {
  width: 5%;
}
.contents .store__address span:last-child {
  flex: 1 1 auto;
}
.contents .store__tel-and-business-hours {
  width: 20%;
}
.contents .store__tel, .contents .store__business-hours {
  display: flex;
}
.contents .store__tel span:first-child, .contents .store__business-hours span:first-child {
  flex: 0 0 60px;
}
.contents .store__tel span:nth-child(2), .contents .store__business-hours span:nth-child(2) {
  flex: 0 0 20px;
}
.contents .store__tel span:last-child, .contents .store__business-hours span:last-child {
  flex: 1 1 auto;
}
@media screen and (max-width: 750px) {
  .contents .store__address span:first-child, .contents .store__tel span:first-child, .contents .store__business-hours span:first-child {
    flex: 0 0 60px;
  }
}
@media screen and (max-width: 750px) {
  .contents .store__address span:nth-child(2), .contents .store__tel span:nth-child(2), .contents .store__business-hours span:nth-child(2) {
    flex: 0 0 20px;
  }
}
.contents .store__map {
  width: 5%;
}

.contents.en .store__name, .contents.cn .store__name, .contents.tw .store__name, .contents.kr .store__name {
  width: 33%;
}
.contents.en .store__address, .contents.cn .store__address, .contents.tw .store__address, .contents.kr .store__address {
  width: 33%;
}
.contents.en .store__address span:first-child, .contents.cn .store__address span:first-child, .contents.tw .store__address span:first-child, .contents.kr .store__address span:first-child {
  flex: 0 0 50px;
}
.contents.en .store__tel-and-business-hours, .contents.cn .store__tel-and-business-hours, .contents.tw .store__tel-and-business-hours, .contents.kr .store__tel-and-business-hours {
  width: 25%;
}
.contents.en .store__tel span:first-child, .contents.en .store__business-hours span:first-child, .contents.cn .store__tel span:first-child, .contents.cn .store__business-hours span:first-child, .contents.tw .store__tel span:first-child, .contents.tw .store__business-hours span:first-child, .contents.kr .store__tel span:first-child, .contents.kr .store__business-hours span:first-child {
  flex-basis: 48%;
}
@media screen and (max-width: 750px) {
  .contents.en .store__address span:first-child, .contents.en .store__tel span:first-child, .contents.en .store__business-hours span:first-child, .contents.cn .store__address span:first-child, .contents.cn .store__tel span:first-child, .contents.cn .store__business-hours span:first-child, .contents.tw .store__address span:first-child, .contents.tw .store__tel span:first-child, .contents.tw .store__business-hours span:first-child, .contents.kr .store__address span:first-child, .contents.kr .store__tel span:first-child, .contents.kr .store__business-hours span:first-child {
    flex-basis: 35%;
  }
}
@media screen and (max-width: 750px) {
  .contents.en .store__address span:nth-child(2), .contents.en .store__tel span:nth-child(2), .contents.en .store__business-hours span:nth-child(2), .contents.cn .store__address span:nth-child(2), .contents.cn .store__tel span:nth-child(2), .contents.cn .store__business-hours span:nth-child(2), .contents.tw .store__address span:nth-child(2), .contents.tw .store__tel span:nth-child(2), .contents.tw .store__business-hours span:nth-child(2), .contents.kr .store__address span:nth-child(2), .contents.kr .store__tel span:nth-child(2), .contents.kr .store__business-hours span:nth-child(2) {
    flex: 0 0 15px;
  }
}
/*# sourceMappingURL=style.css.map */

  .video_wh {
      width: 495px;
height: 309px;
}


  .video_campaign {
      width: 100%;
      height: 309px;
}

@media screen and (max-width: 750px) {
     .video_campaign {
      width: 165px;
      height: 166px;
}
}