@charset "UTF-8";
.p-support-guide {
  overflow: hidden;
  padding: 8rem 2.4rem 10rem;
  position: relative;
}
@media (min-width: 960px) {
  .p-support-guide {
    padding: 12rem 0 14rem;
  }
}
.p-support-guide::before {
  color: #f3f8fd;
  content: "USER GUIDE";
  font-size: min(15rem, 16vw);
  font-weight: 700;
  left: 50%;
  letter-spacing: 0;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 3.8rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  width: 100%;
  z-index: 0;
}
@media (min-width: 960px) {
  .p-support-guide::before {
    top: 1.2rem;
  }
}
.p-support-guide__inner {
  margin-inline: auto;
  max-width: 110rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-support-guide__heading {
  text-align: left;
}
@media (min-width: 960px) {
  .p-support-guide__heading {
    text-align: center;
  }
}
.p-support-guide__eyebrow {
  color: #009DE1;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
}
@media (min-width: 960px) {
  .p-support-guide__eyebrow {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.p-support-guide__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.8rem;
}
.p-support-guide__grid {
  display: grid;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media (min-width: 960px) {
  .p-support-guide__grid {
    gap: 3rem;
    grid-template-columns: repeat(auto-fit, 35rem);
    margin-top: 6.4rem;
  }
}
.p-support-guide__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.p-support-guide__image {
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-support-guide__image img {
  display: block;
  width: 100%;
}
.p-support-guide__body {
  margin-top: 2.4rem;
}
.p-support-guide__label {
  color: #009DE1;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .p-support-guide__label {
    font-size: 1.6rem;
  }
}
.p-support-guide__card-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.8rem;
}
.p-support-guide__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 2rem;
}
.p-support-guide__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2.4rem;
}

.p-support-base-office__hero {
  padding: 3.2rem 2.4rem 2.4rem;
}
@media (min-width: 960px) {
  .p-support-base-office__hero {
    padding: 7.2rem 0 5.6rem;
  }
}
.p-support-base-office__hero-inner {
  width: 100%;
  text-align: center;
}
@media (min-width: 960px) {
  .p-support-base-office__hero-inner {
    width: min(110rem, 100% - 4.8rem);
    margin-inline: auto;
  }
}
.p-support-base-office__hero-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-support-base-office__hero-title::after {
  content: "";
  display: block;
  width: 4.2rem;
  height: 0.3rem;
  background-color: #009de1;
}
@media (min-width: 960px) {
  .p-support-base-office__hero-title {
    gap: 2rem;
    font-size: 5.2rem;
  }
}
.p-support-base-office {
  padding: 4rem 2.4rem 8rem;
}
@media (min-width: 960px) {
  .p-support-base-office {
    padding: 6rem 0 10rem;
  }
}
.p-support-base-office__inner {
  width: 100%;
}
@media (min-width: 960px) {
  .p-support-base-office__inner {
    width: min(110rem, 100% - 4.8rem);
    margin-inline: auto;
  }
}
.p-support-base-office__tabs .p-tabs__box {
  background-color: transparent;
}
.p-support-base-office__tabs .p-tabs__nav {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 960px) {
  .p-support-base-office__tabs .p-tabs__nav {
    overflow-x: visible;
  }
}
.p-support-base-office__tabs .p-tabs__nav::-webkit-scrollbar {
  display: none;
}
.p-support-base-office__tabs .p-tabs__tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 960px) {
  .p-support-base-office__tabs .p-tabs__tab {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }
}
.p-support-base-office__tabs .p-tabs__tab:link, .p-support-base-office__tabs .p-tabs__tab:visited {
  color: #9f9f9f;
}
.p-support-base-office__tabs .p-tabs__tab.is-active:link, .p-support-base-office__tabs .p-tabs__tab.is-active:visited {
  color: #282828;
}
.p-support-base-office__panel {
  border: 0.1rem solid #e0e0e0;
  border-top: 0;
  background-color: #fff;
  padding: 1.6rem 1.6rem 4rem;
}
@media (min-width: 960px) {
  .p-support-base-office__panel {
    padding: 2rem 2rem 6rem;
  }
}
.p-support-base-office__map {
  background-color: #fff;
}
.p-support-base-office__map-canvas {
  position: relative;
  overflow: hidden;
  aspect-ratio: 5/3;
  background-color: #d9d9d9;
}
@media (min-width: 960px) {
  .p-support-base-office__map-canvas {
    aspect-ratio: 1018/530;
  }
}
.p-support-base-office__map-element {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.p-support-base-office__map-fallback {
  position: absolute;
  inset: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-support-base-office__map-canvas.is-map-ready .p-support-base-office__map-element {
  opacity: 1;
  visibility: visible;
}
.p-support-base-office__map-canvas.is-map-ready .p-support-base-office__map-fallback {
  opacity: 0;
  pointer-events: none;
}
.p-support-base-office__map-label {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-support-base-office__map-debug {
  background-color: rgba(255, 255, 255, 0.92);
  bottom: 1.6rem;
  color: #d64242;
  font-size: 1.2rem;
  left: 1.6rem;
  line-height: 1.6;
  margin: 0;
  max-width: calc(100% - 3.2rem);
  padding: 0.8rem 1rem;
  position: absolute;
  z-index: 2;
}
.p-support-base-office__marker {
  position: absolute;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-support-base-office__marker img {
  display: block;
  width: 3.3rem;
  height: 3.3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 960px) {
  .p-support-base-office__marker img {
    width: 5.4rem;
    height: 5.4rem;
  }
}
.p-support-base-office__marker-pin {
  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: 3.3rem;
  height: 3.3rem;
}
@media (min-width: 960px) {
  .p-support-base-office__marker-pin {
    width: 5.4rem;
    height: 5.4rem;
  }
}
.p-support-base-office__marker-image {
  display: block;
  width: 3.3rem;
  height: 3.3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 960px) {
  .p-support-base-office__marker-image {
    width: 5.4rem;
    height: 5.4rem;
  }
}
.p-support-base-office__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.8rem 1.6rem;
  margin-top: 1.2rem;
}
.p-support-base-office__legend-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-support-base-office__legend-item img {
  display: block;
  width: auto;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-support-base-office__section {
  margin-top: 4rem;
}
.p-support-base-office__block {
  margin-top: 3.2rem;
}
.p-support-base-office__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-support-base-office__category::before {
  content: "■";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.8rem;
  color: #0b3c7a;
  font-size: 1.2rem;
  line-height: 1.4;
}
.p-support-base-office__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
@media (min-width: 960px) {
  .p-support-base-office__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.p-support-base-office__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  min-height: 20rem;
  padding: 2.4rem;
  border: 0.1rem solid #e0e0e0;
  background-color: #fff;
}
.p-support-base-office__card p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}
.p-support-base-office__card-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}
.p-support-base-office__map-link {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: auto;
  padding: 0.4rem 2.8rem 0.4rem 1.2rem;
  border: 0.1rem solid #009DE1;
  border-radius: 0.4rem;
  color: #009DE1;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}
.p-support-base-office__map-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #009DE1;
  mask: url("/hubfs/244588604/img/common/icon_arrow_right.svg") no-repeat center center/1.8rem 1.8rem;
  -webkit-mask: url("/hubfs/244588604/img/common/icon_arrow_right.svg") no-repeat center center/1.8rem 1.8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .p-support-base-office__map-link:hover {
    background-color: #e8f4fb;
  }
}
.p-support-base-office__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 3.2rem;
}
.p-support-base-office__pdf-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 5.6rem;
  padding: 1.2rem 5.6rem 1.2rem 5.2rem;
  border: 0.1rem solid #d9d9d9;
  background-color: #fff;
  color: #282828;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}
.p-support-base-office__pdf-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.1rem;
  width: 5rem;
  height: 4rem;
  background: url("/hubfs/244588604/img/common/icon_pdf.svg") no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-support-base-office__pdf-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url("/hubfs/244588604/img/common/icon_arrow_right.svg") no-repeat center center/2.4rem 2.4rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .p-support-base-office__pdf-link:hover {
    background-color: #f7f7f7;
  }
}

.p-support-flow__intro {
  margin-inline: auto;
  padding: 6rem 2.4rem 8rem;
  width: 100%;
}
@media (min-width: 960px) {
  .p-support-flow__intro {
    padding: 8rem 0 12rem;
    width: min(110rem, 100% - 4.8rem);
  }
}
.p-support-flow__lead {
  margin-top: 2.4rem;
  max-width: 32rem;
}
@media (min-width: 960px) {
  .p-support-flow__lead {
    margin-top: 3.4rem;
    max-width: 42rem;
  }
}
.p-support-flow__lead p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.p-support-flow__steps {
  margin-top: 4rem;
  position: relative;
}
@media (min-width: 960px) {
  .p-support-flow__steps {
    margin-top: 6rem;
  }
}
@media (min-width: 960px) {
  .p-support-flow__steps::before {
    background-color: #d9e4ef;
    content: "";
    left: 1.9rem;
    position: absolute;
    top: 2rem;
    bottom: 0;
    width: 1rem;
  }
}
.p-support-flow__phase + .p-support-flow__phase {
  margin-top: 4rem;
}
@media (min-width: 960px) {
  .p-support-flow__phase + .p-support-flow__phase {
    margin-top: 5.6rem;
  }
}
.p-support-flow__phase-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 960px) {
  .p-support-flow__phase-head {
    margin-bottom: 2.4rem;
  }
}
.p-support-flow__phase-number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #009DE1;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2rem;
  font-weight: 700;
  height: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  width: 4rem;
}
.p-support-flow__phase-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .p-support-flow__phase-title {
    font-size: 2.8rem;
  }
}
.p-support-flow__step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
@media (min-width: 960px) {
  .p-support-flow__step-list {
    gap: 4rem;
    margin-left: auto;
    width: 102.4rem;
  }
}
.p-support-flow__step {
  background-color: #eef7fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding: 2rem;
}
@media (min-width: 960px) {
  .p-support-flow__step {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
    padding: 4rem;
  }
}
.p-support-flow__step-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 9.2rem;
}
@media (min-width: 960px) {
  .p-support-flow__step-image {
    width: 23rem;
  }
}
.p-support-flow__step-image img {
  display: block;
  width: 100%;
}
.p-support-flow__step-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-support-flow__step-label {
  color: #009de1;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .p-support-flow__step-label {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.p-support-flow__step-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.6rem;
}
@media (min-width: 960px) {
  .p-support-flow__step-title {
    font-size: 2.4rem;
  }
}
.p-support-flow__step-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.2rem;
}
.p-support-flow__step-text a {
  color: #009de1;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
@media (min-width: 960px) {
  .p-support-flow__step-text {
    margin-top: 1.6rem;
  }
}
.p-support-flow__note {
  background-color: #fff;
  border: 0.1rem solid #7bc4ef;
  margin-top: 1.6rem;
  padding: 1.6rem;
}
.p-support-flow__note p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
.p-support-flow__note p + p {
  margin-top: 1.2rem;
}
.p-support-flow__step-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.6rem;
}
.p-support-flow__step-link {
  color: #009DE1;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  padding-right: 3rem;
  position: relative;
}
.p-support-flow__step-link::after {
  background: url(/hubfs/244588604/img/common/icon_circle_arrow_right.svg) no-repeat center center/contain;
  content: "";
  height: 2.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
}
.p-support-flow__feature {
  background-color: #e8f4fb;
  padding: 5.6rem 2.4rem;
}
@media (min-width: 960px) {
  .p-support-flow__feature {
    padding: 6rem 0;
  }
}
.p-support-flow__feature-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  margin-inline: auto;
  width: 100%;
}
@media (min-width: 960px) {
  .p-support-flow__feature-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
    width: min(110rem, 100% - 4.8rem);
  }
}
.p-support-flow__feature-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 960px) {
  .p-support-flow__feature-image {
    width: 48%;
  }
}
.p-support-flow__feature-image img {
  display: block;
  width: 100%;
}
.p-support-flow__feature-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-support-flow__feature-label {
  color: #009DE1;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .p-support-flow__feature-label {
    font-size: 1.6rem;
  }
}
.p-support-flow__feature-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.8rem;
}
@media (min-width: 960px) {
  .p-support-flow__feature-title {
    font-size: 3.2rem;
  }
}
.p-support-flow__feature-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.6rem;
}
.p-support-flow__feature-link {
  margin-top: 2.4rem;
}

.p-support-return__inner {
  margin-inline: auto;
  width: 100%;
  padding-inline: 2.4rem;
}
@media (min-width: 960px) {
  .p-support-return__inner {
    padding-inline: 0;
    width: min(110rem, 100% - 4.8rem);
  }
}
.p-support-return__intro {
  padding: 4rem 0 0;
}
@media (min-width: 960px) {
  .p-support-return__intro {
    padding: 8rem 0 10rem;
  }
}
.p-support-return__lead {
  margin-top: 2.4rem;
}
.p-support-return__lead p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.p-support-return__comparison-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  margin-top: 3.2rem;
}
@media (min-width: 960px) {
  .p-support-return__comparison-list {
    gap: 4rem;
    margin-top: 8rem;
  }
}
.p-support-return__comparison {
  border-bottom: 0.1rem dashed #d7d7d7;
  display: grid;
  gap: 1.6rem;
  padding: 3.2rem 0;
}
@media (min-width: 960px) {
  .p-support-return__comparison {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) 8.2rem minmax(0, 1fr);
  }
}
.p-support-return__comparison:last-child {
  border-bottom: 0;
}
.p-support-return__comparison-card {
  background-color: #eef7fd;
  overflow: visible;
  padding: 2rem;
  position: relative;
}
.p-support-return__comparison-card::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 8rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 8rem;
  z-index: 2;
}
.p-support-return__comparison-card--ng::before {
  background-image: url("/hubfs/244588604/img/support/return/icon_bundle_ng.svg");
}
.p-support-return__comparison-card--ok::before {
  background-image: url("/hubfs/244588604/img/support/return/icon_bundle_ok.svg");
}
@media (min-width: 960px) {
  .p-support-return__comparison-card {
    padding: 4rem;
  }
  .p-support-return__comparison-card::before {
    height: 12.2rem;
    width: 12.2rem;
  }
}
.p-support-return__comparison-image {
  position: relative;
}
.p-support-return__comparison-image img {
  display: block;
  width: 100%;
}
.p-support-return__comparison-caption {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 1.6rem;
  min-height: 0;
}
@media (min-width: 960px) {
  .p-support-return__comparison-caption {
    font-size: 1.8rem;
    min-height: 6.2rem;
  }
}
.p-support-return__comparison-caption--ok {
  color: #009de1;
}
.p-support-return__comparison-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-support-return__comparison-arrow img {
  display: block;
  height: 4.4rem;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 4.4rem;
}
@media (min-width: 960px) {
  .p-support-return__comparison-arrow img {
    height: 6rem;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 6rem;
  }
}
.p-support-return__shipping {
  padding-bottom: 0;
}
.p-support-return__text {
  margin-top: 2.4rem;
}
.p-support-return__text p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.p-support-return__text p + p {
  margin-top: 1.2rem;
}
.p-support-return__office {
  padding-bottom: 6rem;
}
@media (min-width: 960px) {
  .p-support-return__office {
    padding-bottom: 8rem;
  }
}
@media (min-width: 960px) {
  .p-support-return__office-head {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-support-return__office-link {
  color: #009de1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1.6rem;
  padding-right: 3rem;
  position: relative;
}
@media (min-width: 960px) {
  .p-support-return__office-link {
    margin-top: 0;
  }
}
.p-support-return__office-link::after {
  background: url("/hubfs/244588604/img/common/icon_circle_arrow_right.svg") no-repeat center center/contain;
  content: "";
  height: 2.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
}
.p-support-return__schedule {
  border: 0.1rem solid #d9d9d9;
  display: grid;
  gap: 0;
  margin-top: 3.2rem;
}
@media (min-width: 960px) {
  .p-support-return__schedule {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.p-support-return__schedule-item {
  padding: 2rem;
}
@media (min-width: 960px) {
  .p-support-return__schedule-item {
    min-height: 0;
    padding: 4rem 4.8rem;
  }
}
@media (min-width: 960px) {
  .p-support-return__schedule-item + .p-support-return__schedule-item {
    border-left: 0;
  }
}
@media (min-width: 960px) {
  .p-support-return__schedule-item--full {
    grid-column: 1/-1;
    min-height: auto;
    padding-bottom: 0;
  }
}
.p-support-return__schedule-item p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 960px) {
  .p-support-return__schedule-item p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.p-support-return__schedule-item p + p {
  margin-top: 0.8rem;
}
.p-support-return__schedule-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
@media (min-width: 960px) {
  .p-support-return__schedule-title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
}

@media (min-width: 960px) {
  .p-support-top .p-support-guide__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.p-support-top__faq {
  padding: 4rem 0 8rem;
}
@media (min-width: 960px) {
  .p-support-top__faq {
    padding: 8rem 0 12rem;
  }
}
.p-support-top__faq-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-support-top__faq-image img {
  display: block;
  width: 100%;
}
.p-support-top__faq-label {
  color: #009DE1;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
}
@media (min-width: 960px) {
  .p-support-top__faq-label {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.p-support-top__faq-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.8rem;
}
@media (min-width: 960px) {
  .p-support-top__faq-title {
    font-size: 4rem;
  }
}
.p-support-top__faq-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.p-support-top__faq-link {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 2.4rem;
}