@charset "UTF-8";
:root {
  --font-family-guide: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro W3", "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, Meiryo, Arial, sans-serif;
  --color-default: #333;
  --color-light: #fff;
  --color-dark: #000;
  --color-background-primary: #ddd;
  --color-background-secondary: #3d3d3d;
  --color-background-tertiary: #f7f7f7;
  --color-border: #eee;
  --color-hover: #8b8b8b;
  --color-visited: #6a5885;
  --color-accent-primary: #8538f9;
  --color-text: #555;
  --color-text-primary: #c7c7c7;
  --color-text-error: #ff5c5a;
  --font-size-paragraph: 10px;
  --font-size-paragraph-medium: 11px;
  --font-size-paragraph-large: 12px;
  --font-size-paragraph-big: 13px;
  --font-size-title-small: 14px;
  --font-size-title-medium: 15px;
  --font-size-title-large: 16px;
  --font-size-heading-small: 18px;
  --font-size-heading-medium: 20px;
  --font-size-heading-large: 22px;
  --font-size-heading-big: 24px;
  --font-weight-light-400: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --line-height: calc(18 / 14);
  --line-height-xs: calc(28 / 22);
  --line-height-tight: calc(20 / 18);
  --line-height-sm: calc(24 / 13);
  --line-height-regular: calc(20 / 13);
  --line-height-md: calc(20 / 14);
  --line-height-xxl: calc(20 / 15);
  --line-height-xl: calc(20 / 16);
  --line-height-base: 1.5;
  --line-height-lg: 1.6;
  --line-height-loose: 2;
}

/*26年1月ヘッダーフッター改修に伴う修正*/
.fc-l-container-footer {
  width: calc(100vw - var(scrollbar-width));
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

html.is-frozen-os {
  overflow: hidden;
}
html.is-frozen-windows body {
  position: fixed;
  width: 100%;
}
@media (950px < width) {
  html {
    overflow: auto scroll;
  }
}

a:not([class]) {
  transition: text-decoration 0.3s ease, color 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  color: var(--color-default);
}
a:not([class]):visited {
  text-decoration-color: var(--color-visited);
  color: var(--color-visited);
}
a:not([class]):hover {
  text-decoration-color: var(--color-hover);
  color: var(--color-hover);
}

/* reset for comp-style.css */
a:link {
  color: unset;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
.container-common {
  color: var(--color-default);
  font-family: var(--font-family-guide);
  font-weight: var(--font-weight-light-400);
  text-spacing-trim: space-all;
  margin-bottom: 100px;
}
@media (950px <= width <= 1010px) {
  .container-common .wrapper {
    width: calc(100% - 40px);
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (width <= 950px) {
  .container-common .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.modal-common-information {
  display: block !important;
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 0 !important;
  background-color: rgba(136, 132, 132, 0.5);
  pointer-events: none;
}
.modal-common-information.is-active {
  opacity: 1 !important;
}
.modal-common-information.is-active .modal-wrapper,
.modal-common-information.is-active .modal-toggle,
.modal-common-information.is-active .modal-mask {
  pointer-events: auto;
}
.modal-common-information .modal-viewport {
  display: flex;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
}
.modal-common-information .modal-wrapper {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.05rem;
  background-color: var(--color-light);
}
.modal-common-information .modal-mask {
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (950px < width) {
  .modal-common-information .modal-wrapper {
    box-sizing: border-box;
    width: calc(100% - 60px);
    max-width: 950px;
    height: calc(100% - 103px);
    margin: 90px auto;
    padding: 44px 47px;
  }
  .modal-common-information .list-common-fashion .item-wrapper {
    height: 100%;
  }
}
@media (width <= 950px) {
  .modal-common-information {
    transform: translateX(100%);
  }
  .modal-common-information .modal-wrapper {
    width: 100%;
  }
  .modal-common-information.is-active {
    transform: translateX(0);
  }
}

.frame-common-information {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-light);
}
.frame-common-information .frame-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.frame-common-information .heading-title {
  display: block;
  font-weight: var(--font-weight-semibold);
}
html.is-android .frame-common-information .heading-title {
  font-weight: var(--font-weight-bold);
}
.frame-common-information .list-common-fashion .item-image {
  display: none;
}
@media (950px < width) {
  .frame-common-information .list-common-fashion {
    max-width: 760px;
    margin: 0 auto;
  }
  .frame-common-information .list-common-fashion .list-item {
    max-width: 375px;
  }
  .frame-common-information .list-common-fashion .title-quantity {
    font-size: var(--font-size-paragraph);
  }
  .frame-common-information .frame-heading {
    top: 0;
    height: 76px;
    padding: 30px 96px 0;
    border-bottom: 1px solid var(--color-background-primary);
  }
  .frame-common-information .frame-content {
    padding: 40px 0;
    overflow: hidden auto;
    border-width: 1px 0;
    flex: 1 1 0;
  }
  .frame-common-information .heading-title {
    margin-bottom: 20px;
    font-size: var(--font-size-heading-medium);
  }
  .frame-common-information .frame-button {
    display: flex;
    bottom: 0;
    align-items: center;
    justify-content: center;
    height: 90px;
    padding: 36px 10px;
    border-top: 1px solid var(--color-background-primary);
    font-size: var(--font-size-title-small);
    font-weight: var(--font-weight-semibold);
  }
  html.is-android .frame-common-information .frame-button {
    font-weight: var(--font-weight-bold);
  }
  .frame-common-information .frame-button .button-icon {
    width: 8px;
    height: 8px;
    margin: 1px 16px 0;
  }
  .frame-common-information .frame-button .icon-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .frame-common-information .frame-button .button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .frame-common-information .frame-button,
  .frame-common-information .frame-heading {
    position: relative;
    z-index: 2;
    left: 0;
    width: 100%;
    background-color: var(--color-light);
  }
}
@media (width <= 950px) {
  .frame-common-information {
    overflow: hidden auto;
  }
  .frame-common-information .heading-title {
    font-size: var(--font-size-title-large);
  }
  .frame-common-information .frame-button,
  .frame-common-information .heading-title {
    display: none;
  }
  .frame-common-information .frame-wrapper {
    padding-bottom: 60px;
  }
  .frame-common-information .list-common-fashion {
    padding: 0 20px;
  }
  .frame-common-information .list-common-fashion .item-wrapper {
    padding: 21.5px 0;
    background-color: transparent;
    font-size: var(--font-size-paragraph-big);
  }
  .frame-common-information .list-common-fashion .item-wrapper::after {
    right: 0;
  }
  .frame-common-information .list-common-fashion .list-item {
    margin-bottom: 0;
    border-top: 1px solid var(--color-border);
  }
  .frame-common-information .list-common-fashion .list-item:last-child {
    border-bottom: 1px solid var(--color-border);
  }
  .frame-common-information.is-active {
    display: block;
  }
}

.breadcrumb-common {
  background-color: var(--color-light);
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.breadcrumb-common .breadcrumb-wrapper {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb-common .item-wrapper {
  color: var(--color-text-primary);
}
.breadcrumb-common a.item-wrapper {
  transition: all 0.2s ease-out;
  color: #555555;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.breadcrumb-common a.item-wrapper:hover {
  color: var(--color-hover);
  text-decoration-color: var(--color-hover);
}
.breadcrumb-common a.item-wrapper:visited {
  color: var(--color-visited);
  text-decoration-color: var(--color-visited);
}
.breadcrumb-common .breadcrumb-item {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  font-size: var(--font-size-paragraph);
  line-height: var(--line-height-base);
}
.breadcrumb-common .breadcrumb-item:last-child::after {
  content: none;
}
.breadcrumb-common .breadcrumb-item::after {
  content: "/";
  position: relative;
  display: inline-block;
  padding: 0 5px;
}
@media (950px < width) {
  .breadcrumb-common .breadcrumb-wrapper {
    flex-wrap: wrap;
  }
  .breadcrumb-common.has-sidebar {
    padding-bottom: 30px;
  }
  .breadcrumb-common .breadcrumb-item:last-child {
    flex: 1 1 auto;
  }
}
@media (width <= 950px) {
  .breadcrumb-common {
    overflow: auto hidden;
  }
  .breadcrumb-common .breadcrumb-item:last-child {
    padding-right: 20px;
  }
}

.list-common-tabs {
  display: flex;
  border-radius: 15px;
  background-color: var(--color-background-tertiary);
}
.list-common-tabs .list-item {
  color: var(--color-text-primary);
  font-size: var(--font-size-paragraph-big);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.1em;
}
html.is-android .list-common-tabs .list-item {
  font-weight: var(--font-weight-bold);
}
.list-common-tabs .list-item:first-child {
  padding-left: 0;
}
.list-common-tabs .list-item:last-child {
  padding-right: 0;
}
.list-common-tabs .list-item.is-current .item-wrapper {
  background-color: var(--color-background-secondary);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  color: var(--color-light);
}
.list-common-tabs .list-item .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  border-radius: 15px;
  background-color: transparent;
  cursor: pointer;
}
.list-common-tabs .list-item .item-wrapper:hover {
  background-color: var(--color-background-secondary);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  color: var(--color-light);
}
@media (950px < width) {
  .list-common-tabs {
    margin-top: 4px;
  }
  .list-common-tabs .item-wrapper {
    min-width: 111px;
  }
}
@media (width <= 950px) {
  .list-common-tabs .list-item {
    width: 33.3333333333%;
  }
  .list-common-tabs .item-wrapper {
    padding: 0 5px;
  }
}

.list-common-product .item-image {
  flex: 0 0 auto;
  margin: 0;
  border-radius: 50%;
}
.list-common-product .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-common-product .list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: var(--font-weight-semibold);
}
html.is-android .list-common-product .list-wrapper {
  font-weight: var(--font-weight-bold);
}
.list-common-product .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.list-common-product .item-wrapper:hover {
  opacity: 0.8;
}
@media (950px < width) {
  .list-common-product .list-wrapper {
    gap: 24px 40px;
  }
  .list-common-product .item-image {
    width: 120px;
    height: 120px;
    margin-bottom: 19px;
  }
  .list-common-product .list-item {
    width: 20%;
    max-width: 120px;
    font-size: var(--font-size-paragraph-large);
  }
}
@media (width <= 950px) {
  .list-common-product .list-wrapper {
    gap: 37px 10px;
  }
  .list-common-product .item-image {
    width: 100px;
    height: 100px;
    margin-bottom: 12px;
  }
  .list-common-product .list-item {
    width: 33.3333333333%;
    max-width: 100px;
    font-size: var(--font-size-paragraph);
  }
}

.list-common-fashion .item-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  transition: opacity 0.3s ease;
  opacity: 1;
  background-color: var(--color-background-tertiary);
  font-weight: var(--font-weight-light-400);
  text-decoration: none;
  cursor: pointer;
}
.list-common-fashion .item-wrapper:hover {
  opacity: 0.8;
}
.list-common-fashion .item-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 7px;
  background: url("/voi/content/dam/01/guide/img/common/icn_arrow_01.svg") 50% 50%/100% auto no-repeat;
}
.list-common-fashion .item-image {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  flex: 0 0 auto;
}
.list-common-fashion .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-common-fashion .title-quantity {
  color: var(--color-text);
  font-size: var(--font-size-paragraph);
  font-weight: var(--font-weight-light-400);
  position: relative;
}
@media (950px < width) {
  .list-common-fashion .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list-common-fashion .list-item {
    width: calc(50% - 5px);
    max-width: 470px;
    min-width: 0;
    font-size: var(--font-size-title-medium);
    margin-bottom: 10px;
  }
  .list-common-fashion .item-wrapper {
    min-height: 30px;
    padding: 15px 40px 15px 20px;
    height: calc(100% - 30px);
  }
  .list-common-fashion .title-quantity {
    margin-left: 10px;
    top: -1px;
  }
}
@media (width <= 950px) {
  .list-common-fashion .list-item {
    margin-bottom: 10px;
    font-size: var(--font-size-title-small);
  }
  .list-common-fashion .list-item:last-child {
    margin-bottom: 0;
  }
  .list-common-fashion .item-wrapper {
    padding: 10px 30px 10px 20px;
  }
  .list-common-fashion .title-quantity {
    margin-left: 5px;
  }
}

.list-common-category .category-item {
  position: relative;
  border-radius: 12px;
  background-color: var(--color-light);
  font-weight: var(--font-weight-semibold);
  cursor: pointer;
}
html.is-android .list-common-category .category-item {
  font-weight: var(--font-weight-bold);
}
.list-common-category .category-item.is-link .item-wrapper::before {
  right: 19px;
  width: 7px;
  height: 12px;
  background: url("/voi/content/dam/01/guide/img/common/icn_arrow_01.svg") 50% 50%/100% auto no-repeat;
}
.list-common-category .category-item.is-link .item-wrapper::after {
  display: none;
}
.list-common-category .category-item:not(.is-link) .item-wrapper {
  display: block;
}
.list-common-category .item-wrapper {
  min-height: 20px;
  display: flex;
  position: relative;
  align-items: center;
  transition: opacity 0.3s ease;
  background-color: var(--color-light);
  border-radius: 12px;
  opacity: 1;
}
.list-common-category .item-wrapper::before, .list-common-category .item-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 12px;
  height: 2px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  background: var(--color-accent-primary);
}
.list-common-category .item-wrapper::after {
  top: calc(50% - 1px);
  transform: rotate(90deg);
}
.list-common-category .item-wrapper.is-active::after {
  transform: rotate(0);
}
.list-common-category .item-type {
  display: flex;
}
.list-common-category .item-image {
  flex-shrink: 0;
  width: 14px;
  height: 20px;
  margin: 0 9px 0 0;
}
.list-common-category .item-image img {
  width: 100%;
  height: auto;
}
.list-common-category .category-sublist {
  display: none;
}
.list-common-category .sublist-wrapper {
  list-style: none;
}
.list-common-category .sublist-item {
  border-top: 1px solid var(--color-border);
}
.list-common-category .item-link {
  display: flex;
  position: relative;
  align-items: center;
  transition: opacity 0.3s ease;
  opacity: 1;
  color: var(--color-default);
  font-weight: var(--font-weight-light-400);
}
.list-common-category .item-link:hover {
  opacity: 0.8;
}
.list-common-category .item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
  width: 7px;
  height: 12px;
  background: url("/voi/content/dam/01/guide/img/common/icn_arrow_01.svg") 50% 50%/100% auto no-repeat;
}
@media (950px < width) {
  .list-common-category {
    width: 100%;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .list-common-category .category-item {
    transition: none;
    width: calc(50% - 10px);
  }
  .list-common-category .category-item:last-child {
    margin-bottom: 0;
  }
  .list-common-category .item-wrapper {
    padding: 20px 40px 20px 20px;
  }
  .list-common-category .item-wrapper:hover {
    opacity: 0.8;
  }
  .list-common-category .item-content {
    font-size: var(--font-size-title-medium);
  }
  .list-common-category .item-content,
  .list-common-category .item-title {
    line-height: var(--line-height-xxl);
    margin-bottom: -3px;
  }
  .list-common-category .item-link {
    padding: 19px 40px 20px 20px;
    font-size: var(--font-size-title-medium);
  }
  .list-common-category .sublist-item:last-child .item-link {
    border-radius: 0 0 12px 12px;
  }
}
@media (width <= 950px) {
  .list-common-category .category-item {
    margin-bottom: 10px;
  }
  .list-common-category .category-item:last-child {
    margin: 0;
  }
  .list-common-category .item-wrapper {
    padding: 15px 45px 15px 20px;
  }
  .list-common-category a.item-wrapper:hover {
    opacity: 0.8;
  }
  .list-common-category .item-content,
  .list-common-category .item-title {
    font-size: var(--font-size-title-small);
    line-height: var(--line-height-md);
  }
  .list-common-category .item-link {
    padding: 14px 40px 15px 20px;
    font-size: var(--font-size-title-small);
  }
}

.list-common {
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.list-common.is-link .list-item {
  padding-left: 0;
}
.list-common.is-link .list-item::before {
  display: none;
}
.list-common .list-item {
  font-weight: var(--font-weight-light-400);
  font-size: var(--font-size-title-small);
  line-height: var(--line-height-loose);
  color: var(--color-default);
  position: relative;
}
.list-common .list-item::before {
  position: absolute;
  content: "";
  border-radius: 50%;
}
.list-common .list-item:has(.badge-common) {
  font-size: 0;
}
.list-common .list-item:has(.badge-common) > span:not(.badge-common) {
  font-size: var(--font-size-title-small);
}
@media (950px < width) {
  .list-common .list-item {
    padding-left: 9px;
  }
  .list-common .list-item::before {
    background-color: var(--color-text);
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
  }
}
@media (width <= 950px) {
  .list-common .list-item {
    padding-left: 11px;
  }
  .list-common .list-item::before {
    background-color: var(--color-default);
    top: 10px;
    left: 1px;
    width: 7px;
    height: 7px;
  }
}

.list-common-number {
  padding-left: 1.5em;
  padding-bottom: 20px;
  margin-bottom: 0;
  list-style: decimal outside;
}
.list-common-number .list-item {
  font-weight: var(--font-weight-light-400);
  font-size: var(--font-size-title-small);
  line-height: var(--line-height-loose);
  color: var(--color-default);
  list-style-type: auto;
}

.list-common .list-common-number {
  padding-bottom: 0;
}

.list-common .list-common-number .list-item {
  padding-left: 0;
}
.list-common .list-common-number .list-item::before {
  content: none;
}

.list-common-alpha {
  padding-left: 1.5em;
  padding-bottom: 20px;
  margin-bottom: 0;
  list-style: upper-alpha outside;
}
.list-common-alpha .list-item {
  font-weight: var(--font-weight-light-400);
  font-size: var(--font-size-title-small);
  line-height: var(--line-height-loose);
  color: var(--color-default);
  list-style-type: upper-alpha;
}

.list-common .list-common-alpha {
  padding-bottom: 0;
}

.list-common .list-common-alpha .list-item {
  padding-left: 0;
}
.list-common .list-common-alpha .list-item::before {
  content: none;
}

.list-common-note {
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.list-common-note .list-item {
  font-weight: var(--font-weight-light-400);
  font-size: var(--font-size-paragraph-big);
  line-height: var(--line-height-loose);
  color: var(--color-default);
  padding-left: 15px;
  position: relative;
}
.list-common-note .list-item.is-error {
  color: var(--color-text-error);
}
.list-common-note .item-icon {
  position: absolute;
  content: "※";
  color: inherit;
  line-height: var(--line-height-loose);
  top: 0;
  left: 0;
}

.list-common-method .list-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (950px < width) {
  .list-common-method {
    padding: 30px 0 50px;
  }
  .list-common-method .list-item {
    display: flex;
    width: calc(50% - 10px);
  }
}
@media (width <= 950px) {
  .list-common-method {
    padding: 10px 0 40px;
  }
  .list-common-method .list-wrapper {
    display: block;
  }
  .list-common-method .list-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .list-common-method .list-item:last-child {
    margin-bottom: 0;
  }
}

.list-common-link .list-wrapper {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.list-common-link .list-item:first-child {
  border-top: 1px solid var(--color-border);
}
.list-common-link .item-link {
  display: flex;
  position: relative;
  align-items: center;
  transition: opacity 0.3s ease;
  opacity: 1;
  color: var(--color-default);
  font-weight: var(--font-weight-semibold);
  border-bottom: 1px solid var(--color-border);
}
html.is-android .list-common-link .item-link {
  font-weight: var(--font-weight-bold);
}
.list-common-link .item-link:hover {
  opacity: 0.8;
}
.list-common-link .item-link:focus {
  position: relative;
  z-index: 1;
}
.list-common-link .item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 7px;
  height: 12px;
  background: url("/voi/content/dam/01/guide/img/common/icn_arrow_01.svg") 50% 50%/100% auto no-repeat;
}
.list-common-link .sublist-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.list-common-link .sublist-link {
  display: flex;
  position: relative;
  align-items: center;
  transition: opacity 0.3s ease;
  opacity: 1;
  color: var(--color-default);
  font-weight: var(--font-weight-semibold);
  border-bottom: 1px solid var(--color-border);
  background-color: var(--color-background-tertiary);
}
html.is-android .list-common-link .sublist-link {
  font-weight: var(--font-weight-bold);
}
.list-common-link .sublist-link:hover {
  opacity: 0.8;
}
.list-common-link .sublist-link:focus {
  position: relative;
  z-index: 1;
}
.list-common-link .sublist-link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
  width: 7px;
  height: 12px;
  background: url("/voi/content/dam/01/guide/img/common/icn_arrow_01.svg") 50% 50%/100% auto no-repeat;
}
@media (950px < width) {
  .list-common-link {
    display: flex;
    justify-content: center;
  }
  .list-common-link .list-wrapper {
    width: 100%;
    max-width: 700px;
  }
  .list-common-link .item-link,
  .list-common-link .sublist-link {
    font-size: var(--font-size-title-large);
    line-height: var(--line-height-xl);
  }
  .list-common-link .item-link {
    padding: 20px 25px 19px 10px;
  }
  .list-common-link .item-link::after {
    top: calc(50% - 1px);
  }
  .list-common-link .sublist-link {
    padding: 20px 45px 19px 20px;
  }
  .list-common-link .sublist-link::after {
    top: calc(50% - 1px);
  }
}
@media (width <= 950px) {
  .list-common-link {
    padding-left: 20px;
    padding-right: 20px;
  }
  .list-common-link .item-link,
  .list-common-link .sublist-link {
    font-size: var(--font-size-title-small);
    line-height: var(--line-height-md);
  }
  .list-common-link .item-link {
    padding: 20px 20px 19px 0;
  }
  .list-common-link .sublist-link {
    padding: 20px 40px 19px 20px;
  }
}

.title-common-primary {
  font-weight: var(--font-weight-semibold);
}
html.is-android .title-common-primary {
  font-weight: var(--font-weight-bold);
}
@media (950px < width) {
  .title-common-primary {
    font-size: var(--font-size-heading-big);
  }
}
@media (width <= 950px) {
  .title-common-primary {
    font-size: var(--font-size-heading-small);
  }
}

.title-common-secondary {
  margin-bottom: 30px;
  font-weight: var(--font-weight-semibold);
}
html.is-android .title-common-secondary {
  font-weight: var(--font-weight-bold);
}
.title-common-secondary.is-center {
  text-align: center;
}
@media (950px < width) {
  .title-common-secondary {
    font-size: var(--font-size-heading-large);
  }
}
@media (width <= 950px) {
  .title-common-secondary {
    font-size: var(--font-size-title-large);
  }
}

@media (950px < width) {
  .heading-common {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
  }
}
@media (width <= 950px) {
  .heading-common {
    margin-top: 20px;
  }
}

.heading-common-primary {
  font-weight: var(--font-weight-semibold);
  color: var(--color-dark);
}
html.is-android .heading-common-primary {
  font-weight: var(--font-weight-bold);
}
@media (950px < width) {
  .heading-common-primary {
    font-size: var(--font-size-heading-big);
    line-height: var(--line-height-base);
    margin-bottom: 50px;
  }
}
@media (width <= 950px) {
  .heading-common-primary {
    font-size: var(--font-size-heading-small);
    line-height: var(--line-height-tight);
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
}

.heading-common-secondary {
  font-weight: var(--font-weight-semibold);
  color: var(--color-default);
  margin-bottom: 30px;
}
html.is-android .heading-common-secondary {
  font-weight: var(--font-weight-bold);
}
.heading-common-secondary.is-center {
  text-align: center;
}
@media (950px < width) {
  .heading-common-secondary {
    font-size: var(--font-size-heading-large);
    line-height: var(--line-height-xs);
  }
}
@media (width <= 950px) {
  .heading-common-secondary {
    font-size: var(--font-size-heading-small);
    line-height: var(--line-height-tight);
  }
}

.heading-common-tertiary {
  font-weight: var(--font-weight-semibold);
  color: var(--color-default);
  padding-top: 20px;
  margin-bottom: 20px;
}
html.is-android .heading-common-tertiary {
  font-weight: var(--font-weight-bold);
}
@media (950px < width) {
  .heading-common-tertiary {
    font-size: var(--font-size-title-large);
    line-height: var(--line-height-xl);
  }
}
@media (width <= 950px) {
  .heading-common-tertiary {
    font-size: var(--font-size-title-medium);
    line-height: var(--line-height-xxl);
  }
}

.heading-common-quaternary {
  position: relative;
  font-weight: var(--font-weight-light-400);
  font-size: var(--font-size-title-small);
  color: var(--color-default);
  line-height: var(--line-height-md);
  padding-top: 20px;
  padding-left: 17px;
  margin-bottom: 10px;
  font-weight: bold;
}
.heading-common-quaternary::before {
  position: absolute;
  content: "";
  top: 24px;
  left: 1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color-default);
}

.heading-common-quinary {
  position: relative;
  font-weight: var(--font-weight-light-400);
  font-size: var(--font-size-title-small);
  color: var(--color-default);
  line-height: var(--line-height-md);
  padding-top: 20px;
  padding-left: 17px;
  margin-bottom: 10px;
}
.heading-common-quinary::before {
  box-sizing: border-box;
  position: absolute;
  content: "";
  top: 24px;
  left: 1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #000;
}

.badge-common {
  position: relative;
  font-weight: var(--font-weight-light-400);
  display: inline-flex;
  text-align: justify;
  font-size: 11px;
  height: 20px;
  color: #A5001E;
  border-radius: 3px;
  border: 1px solid #A5001E;
  padding-inline: 10px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

span:has(+ .badge-common) {
  margin-right: 20px;
}

:is(.heading-common-secondary, .heading-common-tertiary, .heading-common-quaternary, .heading-common-quinary):has(.badge-common) {
  font-size: 0;
}

@media (950px < width) {
  .heading-common-secondary:has(.badge-common) span:not(.badge-common) {
    font-size: var(--font-size-heading-large);
  }
}
@media (width <= 950px) {
  .heading-common-secondary:has(.badge-common) span:not(.badge-common) {
    font-size: var(--font-size-heading-small);
  }
}

:is(.heading-common-secondary, .heading-common-tertiary) .badge-common {
  top: -2px;
}

:is(.heading-common-quaternary, .heading-common-quinary) .badge-common {
  top: -1px;
}

.text-common .badge-common {
  top: -3px;
}

@media (950px < width) {
  .heading-common-tertiary:has(.badge-common) span:not(.badge-common) {
    font-size: var(--font-size-title-large);
  }
}
@media (width <= 950px) {
  .heading-common-tertiary:has(.badge-common) span:not(.badge-common) {
    font-size: var(--font-size-title-medium);
  }
}

.heading-common-quaternary:has(.badge-common) span:not(.badge-common) {
  font-size: var(--font-size-title-small);
}

.heading-common-quinary:has(.badge-common) span:not(.badge-common) {
  font-size: var(--font-size-title-small);
}

.block-common-about {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  left: 0;
}
.block-common-about .button-about-contact {
  display: flex;
  position: absolute;
  bottom: 0;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 4px 0;
  transition: opacity 0.3s ease;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  opacity: 1;
  background: linear-gradient(90deg, #ede1ff, #dbe7ff);
  font-size: var(--font-size-title-small);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.05em;
}
html.is-android .block-common-about .button-about-contact {
  font-weight: var(--font-weight-bold);
}
.block-common-about .button-about-contact::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 6px 8px 0 0;
  background: url("/voi/content/dam/01/guide/img/common/icn_message.svg") no-repeat center/contain;
}
.block-common-about .button-about-contact .button-content {
  position: relative;
}
.block-common-about .button-about-contact:hover {
  opacity: 0.8;
}
.block-common-about .button-common-top {
  position: absolute;
  bottom: 20px;
  cursor: pointer;
  pointer-events: auto;
}
.block-common-about .button-common-top .button-wrapper {
  margin: 0;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.block-common-about .button-common-top .button-wrapper img {
  opacity: 0.7;
}
.block-common-about .button-common-top.is-active .button-wrapper {
  opacity: 1;
}
.block-common-about .button-common-top.is-active .button-wrapper:hover {
  opacity: 0.8;
}
@media (950px < width) {
  .block-common-about {
    max-width: 950px;
    margin: 0 auto;
  }
  .block-common-about .button-about-contact {
    left: 0;
  }
  .block-common-about .button-common-top {
    right: 0;
  }
}
@media (width <= 950px) {
  .block-common-about .button-common-top {
    right: 20px;
  }
  .block-common-about .button-about-contact {
    left: 30px;
  }
}

.block-common-row .row-wrapper {
  display: flex;
}
@media (950px < width) {
  .block-common-row .row-wrapper {
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (950px <= width <= 1010px) {
  .block-common-row .row-wrapper {
    width: calc(100% - 40px);
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (width <= 950px) {
  .block-common-row .row-wrapper {
    flex-direction: column-reverse;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (950px < width) {
  .block-common-col:first-child {
    flex: 0 0 auto;
    width: 27.3684210526%;
    position: sticky;
    top: 50px;
    font-weight: var(--font-weight-light-400);
  }
  .block-common-col:last-child {
    width: 67.3684210526%;
    margin-top: -3px;
  }
}

.block-common-faq .heading-common-secondary {
  line-height: var(--line-height-base);
}
.block-common-faq .faq-list {
  border-top: 1px solid var(--color-border);
}
.block-common-faq .question-wrapper {
  display: flex;
  flex: 1;
}
.block-common-faq .item-question {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-border);
  font-size: var(--font-size-title-small);
  cursor: pointer;
}
.block-common-faq .item-question::before, .block-common-faq .item-question::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 2px;
  transition: transform 0.3s ease;
  background: var(--color-accent-primary);
}
.block-common-faq .item-question::after {
  transform: rotate(90deg);
}
.block-common-faq .item-question.is-active::after {
  transform: rotate(0);
}
.block-common-faq .question-heading {
  display: flex;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.block-common-faq .question-content {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: var(--font-size-paragraph-big);
  line-height: var(--line-height-sm);
  font-weight: var(--font-weight-semibold);
  color: var(--color-default);
}
html.is-android .block-common-faq .question-content {
  font-weight: var(--font-weight-bold);
}
.block-common-faq .question-text {
  flex: 1;
  display: flex;
  position: relative;
}
.block-common-faq .item-answer {
  display: none;
  color: var(--color-text);
  font-size: var(--font-size-title-small);
  line-height: var(--line-height-lg);
  border-bottom: 1px solid var(--color-border);
}
.block-common-faq .answer-content {
  color: var(--color-default);
}
@media (950px < width) {
  .block-common-faq {
    max-width: 700px;
    margin: 60px auto 0;
  }
  .block-common-faq .heading-common-secondary {
    margin-bottom: 50px;
  }
  .block-common-faq .answer-content {
    line-height: var(--line-height-loose);
    padding: 20px 0 29px;
    font-size: var(--font-size-title-small);
  }
  .block-common-faq .item-question {
    padding: 18px 30px 17px 0;
  }
  .block-common-faq .item-question::before, .block-common-faq .item-question::after {
    right: -1px;
    margin-top: -2px;
  }
  .block-common-faq .question-heading {
    margin-right: 10px;
  }
}
@media (width <= 950px) {
  .block-common-faq {
    margin: 60px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-common-faq .heading-common-secondary {
    font-size: var(--font-size-title-large);
  }
  .block-common-faq .question-text {
    line-height: var(--line-height-regular);
  }
  .block-common-faq .item-answer {
    font-size: var(--font-size-paragraph-big);
  }
  .block-common-faq .answer-content {
    font-size: var(--font-size-paragraph-big);
    line-height: var(--line-height-loose);
    padding: 20px 0 19px;
  }
  .block-common-faq .item-question {
    padding: 20px 20px 19px 10px;
  }
  .block-common-faq .item-question::before, .block-common-faq .item-question::after {
    right: -1px;
  }
  .block-common-faq .question-heading {
    margin-right: 5px;
  }
}

.block-common-category .heading-common-secondary {
  line-height: var(--line-height-base);
}
.block-common-category .category-wrapper {
  background-color: var(--color-border);
}
@media (950px < width) {
  .block-common-category {
    max-width: 940px;
    margin: 60px auto 0;
  }
  .block-common-category .heading-common-secondary {
    margin-bottom: 60px;
  }
  .block-common-category .category-wrapper {
    padding: 60px;
    border-radius: 24px;
  }
  .block-common-category .category-inner {
    display: flex;
    gap: 20px;
  }
}
@media (width <= 950px) {
  .block-common-category {
    margin-top: 60px;
  }
  .block-common-category .heading-common-secondary {
    font-size: var(--font-size-title-large);
  }
  .block-common-category .category-wrapper {
    padding: 40px 20px;
  }
}

.block-common-inquiry .inquiry-list {
  max-width: 436px;
  margin: 0 auto 20px;
}
.block-common-inquiry .inquiry-list .list-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.block-common-inquiry .heading-common-secondary {
  line-height: var(--line-height-base);
}
.block-common-inquiry .inquiry-item {
  width: 100%;
  border: 1px solid var(--color-background-primary);
  border-radius: 12px;
  background: var(--color-light);
  text-align: center;
}
.block-common-inquiry .item-link {
  display: block;
  transition: opacity 0.3s ease;
  opacity: 1;
  color: var(--color-default);
  text-decoration: none;
}
.block-common-inquiry .item-link:hover {
  opacity: 0.8;
}
.block-common-inquiry .inquiry-text {
  font-size: var(--font-size-paragraph-big);
  font-weight: var(--font-weight-semibold);
  color: var(--color-dark);
}
html.is-android .block-common-inquiry .inquiry-text {
  font-weight: var(--font-weight-bold);
}
.block-common-inquiry .inquiry-icon {
  width: 80px;
  height: 60px;
  margin: 0 auto 15px;
}
.block-common-inquiry .inquiry-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-common-inquiry .inquiry-time {
  display: block;
  color: var(--color-dark);
  font-size: var(--font-size-paragraph-medium);
  font-weight: var(--font-weight-light-400);
  line-height: var(--line-height-lg);
}
.block-common-inquiry .inquiry-note {
  color: var(--color-default);
  font-size: var(--font-size-paragraph-big);
  font-weight: var(--font-weight-light-400);
  text-align: center;
  line-height: var(--line-height-loose);
}
@media (950px < width) {
  .block-common-inquiry {
    padding: 100px 0 0;
  }
  .block-common-inquiry .list-wrapper {
    gap: 30px;
  }
  .block-common-inquiry .inquiry-item {
    width: calc(50% - 17px);
  }
  .block-common-inquiry .heading-common-secondary {
    font-size: var(--font-size-heading-medium);
    max-width: 436px;
    margin: 0 auto 30px;
  }
  .block-common-inquiry .inquiry-text {
    margin-bottom: 20px;
    line-height: 1.3846153846;
  }
  .block-common-inquiry .item-link {
    border-radius: 12px;
    padding: 17px 39px;
  }
  .block-common-inquiry .inquiry-note {
    max-width: 436px;
    margin: 0 auto;
  }
}
@media (width <= 950px) {
  .block-common-inquiry {
    padding: 60px 20px 0;
  }
  .block-common-col.has-sidebar .block-common-inquiry {
    padding-left: 0;
    padding-right: 0;
  }
  .block-common-inquiry .heading-common-secondary {
    font-size: var(--font-size-title-medium);
  }
  .block-common-inquiry .inquiry-text {
    margin-bottom: 15px;
    line-height: var(--line-height-base);
  }
  .block-common-inquiry .inquiry-time {
    margin-left: -2px;
    margin-right: -2px;
  }
  .block-common-inquiry .item-link {
    padding: 19px;
  }
  .block-common-inquiry .inquiry-list .list-wrapper {
    gap: 15px;
  }
  .block-common-inquiry .inquiry-item {
    width: calc(50% - 10px);
  }
}

.sidebar-common .sidebar-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-common .item-text {
  display: block;
  position: relative;
  transition: opacity 0.3s;
  cursor: pointer;
}
.sidebar-common .item-text::before, .sidebar-common .item-text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 2px;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
  border-radius: 20px;
  background: var(--color-accent-primary);
}
.sidebar-common .item-text::before {
  margin-top: 1px;
}
.sidebar-common .item-text::after {
  transform: rotate(90deg);
}
.sidebar-common .item-text.is-active::after {
  transform: translateY(0) rotate(0);
}
.sidebar-common .item-wrapper {
  position: relative;
}
.sidebar-common .item-wrapper.is-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 12px;
  transform: translateY(-50%);
  background: url("/voi/content/dam/01/guide/img/common/icn_arrow_01.svg") center/100% auto no-repeat;
}
.sidebar-common .item-wrapper.is-link .item-text {
  display: flex;
  align-items: center;
}
.sidebar-common .item-wrapper.is-link .item-text::before, .sidebar-common .item-wrapper.is-link .item-text::after {
  display: none;
}
.sidebar-common .text-wrapper {
  display: block;
  position: relative;
}
.sidebar-common .item-content:not(.is-open) {
  display: none;
}
.sidebar-common .content-child:last-child {
  margin-bottom: 0;
}
.sidebar-common .child-link {
  transition: background-color 0.3s;
  display: block;
  color: var(--color-default);
}
.sidebar-common .child-link.is-active {
  pointer-events: none;
  background-color: var(--color-background-tertiary);
}
.sidebar-common .child-link:hover {
  background-color: var(--color-background-tertiary);
}
.sidebar-common .text-logo {
  flex: 0 0 auto;
}
.sidebar-common .text-logo img {
  display: block;
  width: 100%;
}
@media (950px < width) {
  .sidebar-common .sidebar-item {
    border-bottom: 1px solid var(--color-border);
  }
  .sidebar-common .sidebar-item:first-child {
    border-top: 1px solid var(--color-border);
  }
  .sidebar-common .item-content:not(.is-open) {
    border-top: 1px solid var(--color-border);
  }
  .sidebar-common .sidebar-title {
    display: none;
  }
  .sidebar-common .item-wrapper.is-link::before {
    top: calc(50% + 1px);
  }
  .sidebar-common .item-text {
    padding: 15px 20px 14px 0;
    font-size: var(--font-size-title-medium);
    line-height: var(--line-height-xxl);
  }
  .is-chromium .sidebar-common .item-text {
    padding-top: 16px;
    padding-bottom: 13px;
  }
  .sidebar-common .item-text::before, .sidebar-common .item-text::after {
    right: -1px;
    top: 50%;
  }
  .sidebar-common .item-text:hover {
    opacity: 0.8;
  }
  .sidebar-common .text-logo {
    margin-right: 9px;
  }
  .sidebar-common .content-child {
    font-size: var(--font-size-paragraph-big);
    line-height: var(--line-height-regular);
  }
  .sidebar-common .content-child .child-link {
    padding: 10px;
  }
}
@media (width <= 950px) {
  .sidebar-common {
    margin: 60px -20px 0;
    padding: 40px 20px;
    background-color: var(--color-border);
    font-weight: var(--font-weight-semibold);
  }
  html.is-android .sidebar-common {
    font-weight: var(--font-weight-bold);
  }
  .sidebar-common .sidebar-title {
    margin-bottom: 30px;
    font-size: var(--font-size-title-large);
    line-height: var(--line-height-base);
    text-align: center;
  }
  .sidebar-common .sidebar-item {
    margin-bottom: 10px;
  }
  .sidebar-common .sidebar-item:last-child {
    margin-bottom: 0;
  }
  .sidebar-common .item-wrapper {
    border-radius: 12px;
    background-color: var(--color-light);
  }
  .sidebar-common .item-wrapper.is-link::before {
    margin-right: 19px;
  }
  .sidebar-common .item-text {
    padding: 15px 45px 15px 20px;
    font-size: var(--font-size-title-small);
    line-height: var(--line-height-md);
  }
  .sidebar-common .item-text::before, .sidebar-common .item-text::after {
    right: 19px;
  }
  .sidebar-common a.item-text:hover {
    opacity: 0.8;
  }
  .sidebar-common .text-logo {
    width: 14px;
    margin-right: 10px;
  }
  .sidebar-common .item-content {
    font-weight: var(--font-weight-light-400);
  }
  .sidebar-common .content-child {
    border-bottom: 1px solid var(--color-border);
    font-size: var(--font-size-title-small);
  }
  .sidebar-common .content-child:last-child {
    border: none;
  }
  .sidebar-common .content-child:first-child {
    border-top: 1px solid var(--color-border);
  }
  .sidebar-common .child-link {
    display: block;
    position: relative;
    font-size: var(--font-size-title-small);
    line-height: var(--line-height-md);
    padding: 14px 40px 15px 20px;
  }
  .sidebar-common .child-link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    width: 7px;
    height: 12px;
    transform: translateY(-50%);
    background: url("/voi/content/dam/01/guide/img/common/icn_arrow_01.svg") center/100% auto no-repeat;
  }
}

.text-common {
  font-weight: var(--font-weight-light-400);
  font-size: var(--font-size-title-small);
  line-height: var(--line-height-loose);
  color: var(--color-default);
  margin-bottom: 20px;
}

.link-common {
  display: inline-block;
  font-size: var(--font-size-title-small);
  font-weight: var(--font-weight-light-400);
  line-height: var(--line-height-loose);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  color: var(--color-default);
  transition: text-decoration 0.3s ease, color 0.3s ease;
}
.link-common:link {
  color: var(--color-default);
}
.link-common:visited {
  text-decoration-color: var(--color-visited);
  color: var(--color-visited);
}
.link-common:hover {
  text-decoration-color: var(--color-hover);
  color: var(--color-hover);
}
.link-common:hover::before {
  opacity: 0.8;
}
.link-common.is-internal, .link-common.is-external {
  position: relative;
}
.link-common.is-internal::before, .link-common.is-external::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 1px;
  transition: opacity 0.3s ease;
}
.link-common.is-internal::before {
  background: url("/voi/content/dam/01/guide/img/common/icn_internal.svg") center/contain no-repeat;
}
.link-common.is-external {
  padding-right: 18px;
}
.link-common.is-external::before {
  background: url("/voi/content/dam/01/guide/img/common/icn_external.svg") center/cover no-repeat;
  width: 12px;
  height: 12px;
}
@media (950px < width) {
  .is-desktop.is-mac.is-safari .link-common.is-internal::before, .is-chrome .link-common.is-internal::before, .is-chromium .link-common.is-internal::before, .is-desktop.is-mac.is-safari .link-common.is-external::before, .is-chrome .link-common.is-external::before, .is-chromium .link-common.is-external::before {
    margin-top: 1px;
  }
  .is-desktop.is-mac.is-chrome .link-common.is-internal::before, .is-desktop.is-mac.is-chrome .link-common.is-external::before {
    margin-top: 0;
  }
  .link-common.is-internal {
    padding-right: 17px;
  }
  .link-common.is-internal::before {
    width: 11px;
    height: 9px;
  }
}
@media (width <= 950px) {
  .link-common.is-internal {
    padding-right: 21px;
  }
  .link-common.is-internal::before {
    width: 15px;
    height: 12px;
  }
}

.image-common {
  display: block;
  margin: 0 0 20px;
}
.block-common-col .image-common {
  display: flex;
  justify-content: center;
}
.block-common-col .image-common.is-left-aligned {
  justify-content: flex-start;
}
@media (width <= 950px) {
  .image-common picture {
    width: 335px;
  }
}
.image-common img {
  display: block;
  max-width: 100%;
  height: auto;
}

a.image-common {
  pointer-events: none;
}
.block-common-col a.image-common {
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.block-common-col a.image-common:hover {
  opacity: 0.8;
}
a.image-common img {
  pointer-events: auto;
}

.table-common .table-common-wrapper {
  width: 100%;
  border-collapse: collapse;
  color: var(--color-default);
  font-weight: var(--font-weight-light-400);
  line-height: var(--line-height-loose);
  margin-bottom: 20px;
  background-color: var(--color-light);
}
.table-common .table-common-wrapper.is-vertical th {
  font-weight: var(--font-weight-light-400);
}
html.is-android .table-common .table-common-wrapper.is-vertical th {
  font-weight: var(--font-weight-light-400);
}
.table-common .table-common-wrapper.is-borderless th,
.table-common .table-common-wrapper.is-borderless td {
  border: 0;
  text-align: left;
  padding: 6px 10px;
  vertical-align: text-top;
}
.table-common .table-common-wrapper.is-zebra tbody tr:nth-child(2n) {
  background-color: var(--color-background-tertiary);
}
.table-common .table-common-wrapper.is-left-aligned th,
.table-common .table-common-wrapper.is-left-aligned td {
  text-align: left;
}
.block-common-col .table-common .table-common-wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media (width <= 950px) {
  .table-common .table-common-wrapper--grid {
    display: grid;
  }
  .table-common .table-common-wrapper--grid thead, .table-common .table-common-wrapper--grid tbody, .table-common .table-common-wrapper--grid tr {
    display: contents;
  }
  .table-common .table-common-wrapper--grid thead th:nth-child(1) {
    order: 1;
  }
  .table-common .table-common-wrapper--grid tbody td:nth-child(1) {
    order: 2;
  }
  .table-common .table-common-wrapper--grid thead th:nth-child(2) {
    order: 3;
  }
  .table-common .table-common-wrapper--grid tbody td:nth-child(2) {
    order: 4;
  }
  .table-common .table-common-wrapper--grid thead th:nth-child(3) {
    order: 5;
  }
  .table-common .table-common-wrapper--grid tbody td:nth-child(3) {
    order: 6;
  }
  .table-common .table-common-wrapper--grid thead th:nth-child(4) {
    order: 7;
  }
  .table-common .table-common-wrapper--grid tbody td:nth-child(4) {
    order: 8;
  }
  .table-common .table-common-wrapper--grid thead th:nth-child(5) {
    order: 9;
  }
  .table-common .table-common-wrapper--grid tbody td:nth-child(5) {
    order: 10;
  }
  .table-common .table-common-wrapper--grid thead th:nth-child(6) {
    order: 11;
  }
  .table-common .table-common-wrapper--grid tbody td:nth-child(6) {
    order: 12;
  }
  .table-common .table-common-wrapper--grid thead th:nth-child(7) {
    order: 13;
  }
  .table-common .table-common-wrapper--grid tbody td:nth-child(7) {
    order: 14;
  }
  .table-common .table-common-wrapper--grid thead th:nth-child(8) {
    order: 15;
  }
  .table-common .table-common-wrapper--grid tbody td:nth-child(8) {
    order: 16;
  }
  .table-common .table-common-wrapper--grid thead th:nth-child(9) {
    order: 17;
  }
  .table-common .table-common-wrapper--grid tbody td:nth-child(9) {
    order: 18;
  }
  .table-common .table-common-wrapper--grid thead th:nth-child(10) {
    order: 19;
  }
  .table-common .table-common-wrapper--grid tbody td:nth-child(10) {
    order: 20;
  }
  .table-common .table-common-wrapper--grid thead th:nth-child(11) {
    order: 21;
  }
  .table-common .table-common-wrapper--grid tbody td:nth-child(11) {
    order: 22;
  }
  .table-common .table-common-wrapper--grid thead th:nth-child(12) {
    order: 23;
  }
  .table-common .table-common-wrapper--grid tbody td:nth-child(12) {
    order: 24;
  }
  .table-common .table-common-wrapper--grid thead th:nth-child(13) {
    order: 25;
  }
  .table-common .table-common-wrapper--grid tbody td:nth-child(13) {
    order: 26;
  }
  .table-common .table-common-wrapper--grid thead th:nth-child(14) {
    order: 27;
  }
  .table-common .table-common-wrapper--grid tbody td:nth-child(14) {
    order: 28;
  }
  .table-common .table-common-wrapper--grid thead th:nth-child(15) {
    order: 29;
  }
  .table-common .table-common-wrapper--grid tbody td:nth-child(15) {
    order: 30;
  }
  .table-common .table-common-wrapper--grid thead th:nth-child(16) {
    order: 31;
  }
  .table-common .table-common-wrapper--grid tbody td:nth-child(16) {
    order: 32;
  }
  .table-common .table-common-wrapper--grid thead th:nth-child(17) {
    order: 33;
  }
  .table-common .table-common-wrapper--grid tbody td:nth-child(17) {
    order: 34;
  }
  .table-common .table-common-wrapper--grid thead th:nth-child(18) {
    order: 35;
  }
  .table-common .table-common-wrapper--grid tbody td:nth-child(18) {
    order: 36;
  }
  .table-common .table-common-wrapper--grid thead th:nth-child(19) {
    order: 37;
  }
  .table-common .table-common-wrapper--grid tbody td:nth-child(19) {
    order: 38;
  }
  .table-common .table-common-wrapper--grid thead th:nth-child(20) {
    order: 39;
  }
  .table-common .table-common-wrapper--grid tbody td:nth-child(20) {
    order: 40;
  }
}
.table-common.has-list-company .table-common-wrapper {
  max-width: unset;
}
.table-common.has-list-company th {
  width: 33.3333333333%;
}
.table-common.has-list-company td {
  width: auto;
}
.table-common th,
.table-common td {
  padding: 5px 9px;
  text-align: center;
  vertical-align: middle;
  width: 50%;
  line-height: var(--line-height-loose);
}
.table-common th {
  background-color: var(--color-background-secondary);
  color: var(--color-light);
  font-weight: var(--font-weight-semibold);
  white-space: nowrap;
}
.table-common td {
  border: 1px solid var(--color-background-primary);
}
.table-common .table-link {
  display: inline-block;
  font-weight: var(--font-weight-light-400);
  line-height: var(--line-height-loose);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  color: var(--color-default);
  transition: text-decoration 0.3s ease, color 0.3s ease;
}
.table-common .table-link:link {
  color: var(--color-default);
}
.table-common .table-link:visited {
  text-decoration-color: var(--color-visited);
  color: var(--color-visited);
}
.table-common .table-link:hover {
  text-decoration-color: var(--color-hover);
  color: var(--color-hover);
}
@media (950px < width) {
  .table-common .table-common-wrapper {
    font-size: var(--font-size-paragraph-large);
    max-width: 440px;
  }
  .table-common .table-common-wrapper.is-vertical th,
  .table-common .table-common-wrapper.is-vertical td {
    text-align: left;
  }
  .table-common .table-common-wrapper.is-vertical th {
    font-size: var(--font-size-paragraph-large);
  }
  .table-common .table-common-wrapper.is-horizontal {
    max-width: 465px;
  }
  .table-common .table-common-wrapper.is-horizontal th:first-child {
    width: 47.311827957%;
  }
  .table-common .table-common-wrapper.is-horizontal th:last-child {
    width: 52.688172043%;
  }
  .table-common .table-common-wrapper.is-horizontal td {
    width: auto;
  }
  .table-common.has-cookie-policy .table-common-wrapper {
    max-width: 494px;
  }
  .table-common.has-cookie-policy th:first-child,
  .table-common.has-cookie-policy td:first-child {
    padding-left: 16px;
    padding-right: 16px;
  }
  .table-common.has-cookie-policy th:first-child {
    width: 29.1497975709%;
  }
  .table-common.has-cookie-policy th:last-child {
    width: 70.8502024291%;
  }
  .table-common.has-cookie-policy td {
    width: auto;
  }
  .table-common th {
    font-size: var(--font-size-title-small);
    border: 1px solid var(--color-background-primary);
  }
  .table-common .table-link {
    font-size: var(--font-size-paragraph-large);
  }
}
@media (width <= 950px) {
  .table-common.has-scrollbar {
    overflow-x: auto;
    margin-bottom: 20px;
  }
  .table-common.has-list-company .table-common-wrapper {
    min-width: 600px;
  }
  .table-common.has-list-company th,
  .table-common.has-list-company td {
    display: revert;
  }
  .table-common.has-cookie-policy .table-common-wrapper {
    width: 548px;
  }
  .table-common.has-cookie-policy th,
  .table-common.has-cookie-policy td {
    display: revert;
    padding: 5px 9px;
  }
  .table-common.has-cookie-policy th {
    border: 1px solid var(--color-background-primary);
  }
  .table-common.has-cookie-policy th:first-child {
    width: 25.1824817518%;
  }
  .table-common.has-cookie-policy th:last-child {
    width: 74.8175182482%;
  }
  .table-common .table-common-wrapper {
    font-size: var(--font-size-title-small);
  }
  .table-common .table-common-wrapper.is-vertical td {
    text-align: center;
  }
  .table-common .table-common-wrapper.is-horizontal th,
  .table-common .table-common-wrapper.is-horizontal td {
    display: revert;
  }
  .table-common .table-common-wrapper.is-horizontal th {
    padding-left: 10px;
    padding-right: 10px;
  }
  .table-common .table-common-wrapper.is-horizontal th:first-child {
    width: 34.328358209%;
  }
  .table-common .table-common-wrapper.is-horizontal th:last-child {
    width: 65.671641791%;
  }
  .table-common .table-common-wrapper.is-horizontal td {
    padding-left: 9px;
    padding-right: 9px;
  }
  .table-common th,
  .table-common td {
    display: block;
    width: auto;
  }
  .table-common th {
    padding: 6px 25px;
  }
  .table-common td {
    padding-left: 24px;
    padding-right: 24px;
  }
  .table-common .table-link {
    font-size: var(--font-size-title-small);
  }
}

.button-common {
  display: flex;
  position: relative;
  align-items: center;
  min-height: 40px;
  padding: 10px 45px 10px 18px;
  transition: opacity 0.3s ease;
  border-radius: 12px;
  opacity: 1;
  flex: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: var(--color-default);
  text-decoration: none;
}
.button-common:hover {
  opacity: 0.8;
}
.button-common::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url("/voi/content/dam/01/guide/img/common/icn_arrow_01.svg") no-repeat center/contain;
}
.button-common .button-image {
  flex-shrink: 0;
  width: 60px;
  height: 40px;
  margin: 0;
}
.button-common .button-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.button-common .button-image + .button-text {
  margin-left: 17px;
}
.button-common .button-text {
  flex: 1;
  font-size: var(--font-size-title-small);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height);
  color: var(--color-default);
}
html.is-android .button-common .button-text {
  font-weight: var(--font-weight-bold);
}
@media (950px < width) {
  .button-common::before {
    top: calc(50% - 1px);
  }
}
@media (width <= 950px) {
  .button-common::before {
    width: 13px;
    height: 13px;
  }
}

@media (950px < width) {
  .sm {
    display: none !important;
  }
}

@media (width <= 950px) {
  .md {
    display: none !important;
  }
}
