@charset "UTF-8";
/* hint
■背景
  Mercury: data-sb-module-theme-parent
  サポート汎用パーツ: data-support-module-theme
*/
/*** サポート汎用パーツ ***/

/* セクション */
.support-section-container {
  padding: 70px 0;
  text-align: center;
  position: relative;
}
.support-section-container[data-support-module-theme="white01"] {
  background: #fff;
}
.support-section-container[data-support-module-theme="gray01"] {
  background: #f8f8f8;
}
.support-section-container[data-support-module-theme="gray02"] {
  background: #eee;
}
.support-section-container[data-support-module-theme="gray03"] {
  background: #424242;
  color: #fff;
}
.support-section-container[data-support-module-theme="blue01"] {
  background: #0b5bce;
  color: #fff;
}
.support-section-container[data-support-module-theme="black01"] {
  background: #000;
  color: #fff;
}
.support-section-container > :first-child {
  margin-top: 0;
}
.support-section-container > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.support-section-container .support-section-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.support-section-container + .support-table {
  margin-top: 0;
}
.support-section-border-white {
  border-top: white 10px solid;
  margin-top: 50px;
}

@media screen and (max-width: 900px) {
  .support-section-container {
    padding: 50px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .support-section-container .support-section-container {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .support-section-border-white {
    margin-top: 40px;
  }
}

/* ボックス */
.support-box-type07 {
  max-width: 950px;
  margin: 40px auto 0;
  padding: 40px !important;
  background-color: white;
  border: 4px solid #e0e0e0;
}
@media screen and (max-width: 900px) {
  .support-box-type07 {
    padding: 30px 15px !important;
  }
}

/* support-hash-index */
.support-hash-index-02 {
  max-width: 950px;
  margin-top: 40px; /* 1col の内側の場合0px */
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  color: #333;
}
@media screen and (max-width: 900px) {
  .support-hash-index-02 {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.support-hash-index-02:first-of-type {
  margin-top: 0;
}
.support-hash-index-02_list {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
@media screen and (max-width: 900px) {
  .support-hash-index-02_list {
    max-width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .support-hash-index-02_list {
    padding: 5px 0;
  }
}
.support-hash-index-02_list-item {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  flex-basis: 100%;
}
@media screen and (max-width: 900px) {
  .support-hash-index-02_list-item {
    padding: 0 15px;
  }
}
.support-hash-index-02_list-item-inner {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}
.support-hash-index-02_list-item:last-child .support-hash-index-02_list-item-inner {
  border: none;
}
.support-hash-index-02_link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.4s;
  padding: 20px 50px 20px 0;
  text-align: left;
}
@media screen and(min-width: 901px) {
  .support-hash-index-02_link:hover {
    opacity: 0.6;
  }
}
.support-hash-index-02_link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.support-hash-index-02_link:hover .icon-svg {
  animation: mercury-arrowD 0.4s 2;
}
.support-hash-index-02_link .icon-svg {
  position: absolute;
  margin: 0;
  transform: rotate(90deg);
}
@media screen and (max-width: 900px) {
  .support-hash-index-02_link {
    padding: 15px 20px 15px 0;
  }
}
.support-hash-index-02_link .icon-svg {
  top: calc(50% - 7px);
  right: 0;
}
@media screen and (max-width: 900px) {
  .support-hash-index-02_link .icon-svg {
    right: 15px;
  }
}

/* ステップ */
.support-flow-type01 {
  margin-top: 40px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  counter-reset: number 0;
}
.support-flow-type01 > li {
  position: relative;
  margin-top: 44px;
}
.support-flow-type01 > li:first-child {
  margin-top: 0;
}
.support-flow-type01 > li::after {
  content: url(/internet/set/data/support/common-ms/img/shared/arrow-flow.svg);
  position: absolute;
  top: auto;
  bottom: -34px;
  right: 50%;
  margin-right: -12px;
  transform: rotate(0);
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  line-height: 0;
}
.support-flow-type01 > li:last-child::after {
  content: none;
}
.support-flow-step_number {
  margin: 0 -1px;
  padding: 5px 40px;
  background-color: black;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.support-flow-step_number::after {
  counter-increment: number 1;
  content: " 0" counter(number);
}
.support-flow-type01 > li:nth-child(n + 10) .support-flow-step_number:after {
  counter-increment: number 1;
  content: " " counter(number);
}
.support-flow-type01-title {
  padding: 20px 40px;
  background-color: #ececec;
  text-align: center;
  margin: 0 -1px;
  box-sizing: border-box;
}
.support-flow-type01-title *:last-child {
  margin-bottom: 0;
}
.support-flow-type01-box {
  padding: 40px;
  background-color: white;
}
.support-flow-type01-box *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .support-flow-type01 > li {
    margin-top: 30px;
  }
  .support-flow-type01 > li::after {
    top: auto;
    bottom: -22.5px;
    width: 15px;
    height: 15px;
    margin-right: -7.5px;
    transform: rotate(0);
    right: 50%;
  }
  .support-flow-step_number {
    padding: 5px 15px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .support-flow-type01-title {
    padding: 15px;
  }
  .support-flow-type01-box {
    padding: 30px 15px;
  }
}

/* セクションフロー */
.support-section-flow,
.support-section-flow-01 {
  position: relative;
}
.support-section-flow {
  padding-bottom: 120px !important;
}
.support-section-flow-01 {
  padding-bottom: 100px !important;
}
.support-section-flow::after,
.support-section-flow-01::after {
  content: url(/internet/set/data/support/common-ms/img/shared/arrow-flow.svg);
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 0;
  transform: translateX(-50%);
}
.support-section-flow::after {
  bottom: 48px;
}
.support-section-flow-01::after {
  bottom: 38px;
}
@media screen and (max-width: 900px) {
  .support-section-flow {
    padding-bottom: 80px !important;
  }
  .support-section-flow-01 {
    padding-bottom: 60px !important;
  }
  .support-section-flow::after,
  .support-section-flow-01::after {
    bottom: 32px;
    width: 15px;
    height: 15px;
  }
}

/* タイトル */
.support-title-lv1,
.support-title-lv2,
.support-title-lv3,
.support-title-lv4,
.support-title-lv5 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.support-title-lv1 {
  font-size: 4rem;
  margin-bottom: 70px;
}
@media screen and (max-width: 900px) {
  .support-title-lv1 {
    font-size: 2.3rem;
    line-height: 1.26087;
    margin-bottom: 50px;
  }
}
.support-title-lv2 {
  font-size: 3.2rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .support-title-lv2 {
    font-size: 2.1rem;
    line-height: 1.28571;
    margin-bottom: 40px;
  }
}
.support-title-lv3 {
  font-size: 2.8rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .support-title-lv3 {
    font-size: 1.9rem;
    line-height: 1.31579;
    margin-bottom: 30px;
  }
}
.support-title-lv4 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .support-title-lv4 {
    font-size: 1.7rem;
    line-height: 1.35294;
    margin-bottom: 25px;
  }
}
.support-title-lv5 {
  font-size: 2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .support-title-lv5 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 25px;
  }
}

/* ボーダー付きタイトル */
.support-border-title {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 30px;
}
.support-border-title + .support-text {
  margin-top: 0;
}
.support-border-title span {
  position: relative;
  background-color: white;
  padding: 0 15px;
}
.support-border-title::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: black;
}

/* テキスト */
.support-text {
  margin-top: 40px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
.support-text:first-child {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .support-text {
    max-width: 100%;
    margin-top: 30px;
  }
}
.support-text + .support-text {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .support-text + .support-text {
    margin-top: 20px;
  }
}

.support-text-s {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .support-text-s {
    font-size: 1.3rem;
    line-height: 1.46154;
  }
}

/* タイトル隣接調整 */
.support-title-lv4 + *,
.support-title-lv5 + *,
.support-title-lv6 + * {
  margin-top: 0;
}

/* リンク */
.support-link-text {
  color: #0b5bce;
  text-decoration: none;
  transition: opacity 0.4s;
}
*[data-support-module-theme="blue01"] .support-link-text,
*[data-support-module-theme="gray03"] .support-link-text,
*[data-support-module-theme="black01"] .support-link-text {
  color: #fff;
  text-decoration: underline;
}

/* リスト */
.support-list-disc,
.support-list-note,
.support-list-s-disc,
.support-list-s-note,
.support-list-decimal {
  text-align: left;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.support-list-disc,
.support-list-note,
.support-list-decimal {
  margin-top: 40px;
}
.support-list-s-disc,
.support-list-s-note {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.support-list-disc > li,
.support-list-note > li,
.support-list-decimal > li,
.support-list-s-disc > li,
.support-list-s-note > li {
  position: relative;
  text-align: justify;
}
.support-list-disc > li,
.support-list-note > li,
.support-list-decimal > li {
  margin-top: 20px;
  padding-left: 30px;
}
.support-list-s-disc > li,
.support-list-s-note > li {
  margin-top: 20px;
  padding-left: 25px;
  font-size: 1.4rem;
  line-height: 1.5;
}
ul > li > .support-list-disc,
ul > li > .support-list-disc li,
ul > li > .support-list-note,
ul > li > .support-list-note li,
ul > li > .support-list-decimal,
ul > li > .support-list-decimal li {
  margin-top: 0;
}
.support-list-center {
  display: table;
}
.support-list-disc > li:first-child,
.support-list-note > li:first-child,
.support-list-decimal > li:first-child,
.support-list-s-disc > li:first-child,
.support-list-s-note > li:first-child {
  position: relative;
  margin-top: 0;
}
.support-list-disc > li::before,
.support-list-s-disc > li::before {
  position: absolute;
  display: block;
  content: "";
  top: 0.5em;
  left: 6px;
  border-radius: 50%;
  background-color: #333;
  width: 4px;
  height: 4px;
}
.support-strong-02 .support-list-disc > li::before,
.support-strong-02 .support-list-note > li::before {
  background-color: #cd0000;
}
.support-list-note > li::before,
.support-list-s-note > li::before {
  position: absolute;
  display: block;
  content: "※";
  width: 3px;
  height: 3px;
  left: 0;
  top: 0;
}
.support-list-decimal {
  counter-reset: support-list-order-item 0;
}
.support-list-decimal[data-support-list-counter-start="2"] {
  counter-reset: support-list-order-item 1;
}
.support-list-decimal[data-support-list-counter-start="3"] {
  counter-reset: support-list-order-item 2;
}
.support-list-decimal[data-support-list-counter-start="4"] {
  counter-reset: support-list-order-item 3;
}
.support-list-decimal[data-support-list-counter-start="5"] {
  counter-reset: support-list-order-item 4;
}
.support-list-decimal[data-support-list-counter-start="6"] {
  counter-reset: support-list-order-item 5;
}
.support-list-decimal[data-support-list-counter-start="7"] {
  counter-reset: support-list-order-item 6;
}
.support-list-decimal[data-support-list-counter-start="8"] {
  counter-reset: support-list-order-item 7;
}
.support-list-decimal[data-support-list-counter-start="9"] {
  counter-reset: support-list-order-item 8;
}
.support-list-decimal > li::before {
  counter-increment: support-list-order-item 1;
  content: counter(support-list-order-item) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.support-list-counter-reset {
  counter-reset: decimal 0;
}
.support-list-note-decimal > li::before {
  counter-increment: decimal 1;
  content: "※" counter(decimal);
}
.support-text + .support-list-note {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .support-list-disc,
  .support-list-note,
  .support-list-s-disc,
  .support-list-s-note,
  .support-list-decimal,
  .support-list-lv2-free-type01 {
    max-width: 100%;
  }
  .support-list-disc,
  .support-list-note {
    margin-top: 30px;
  }
  .support-list-s-disc,
  .support-list-s-note,
  .support-list-lv2-free-type01 {
    margin-top: 15px;
    font-size: 1.3rem;
    line-height: 1.46154;
  }
  .support-list-disc > li,
  .support-list-note > li {
    margin-top: 15px;
    padding-left: 25px;
  }
  .support-list-s-disc > li,
  .support-list-s-note > li,
  .support-list-lv2-free-type01 > li {
    margin-top: 15px;
    padding-left: 20px;
  }
  .support-list-disc > li::before {
    left: 6px;
    width: 3px;
    height: 3px;
  }
}
/* リスト内リスト */
.support-list-lv1-free-type01_item-container {
  margin-top: 20px;
  padding: 20px;
  background: #eee;
}
@media screen and (max-width: 900px) {
  .support-list-lv1-free-type01_item-container {
    margin-top: 15px;
    padding: 15px;
  }
}
.support-list-lv1-free-type01_item-container[data-support-module-theme="white01"] {
  background: #f8f8f8;
}
.support-list-lv1-free-type01_item-container[data-support-module-theme="blue01"] {
  background: transparent;
  padding: 0;
}
.support-list-lv1-free-type01_item-container[data-support-module-theme="gray01"] {
  background: #eee;
}
.support-list-lv1-free-type01_item-container[data-support-module-theme="gray02"] {
  background: #e6e6e6;
}
.support-list-lv1-free-type01_item-container[data-support-module-theme="gray03"] {
  background: transparent;
  padding: 0;
}
.support-list-lv1-free-type01_item-container[data-support-module-theme="black01"] {
  background: transparent;
  padding: 0;
}

/* 強調 */
.support-text-bold {
  font-weight: bold;
}
.support-strong-01 {
  color: #00999b;
  font-weight: bold;
}
.support-strong-02 {
  color: #cd0000;
  font-weight: bold;
}
/* normal */
.support-text-normal {
  font-weight: normal;
}

/* 画像 */
.support-img {
  max-width: 100%;
}
/* 画像 白背景でpaddingが必要 */
.mercury .support-img-box {
  max-width: 950px;
  box-sizing: border-box;
  margin: 40px auto;
  padding: 20px;
  background-color: white;
}
.mercury .support-img-box[data-support-module-theme="transparent"] {
  background-color: transparent;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .mercury .support-img-box[data-support-module-theme="transparent"] {
    margin-top: 20px;
  }
}
/* 画像を囲うfigure,div */
.mercury .support-img-fig {
    max-width: 950px;
    box-sizing: border-box;
    margin: 40px auto;
}
@media screen and (max-width: 900px) {
    .mercury .support-img-fig {
        margin: 25px auto;
    }
}

/* ビデオ */
.support-video {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
}
.support-video-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.support-video-inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ボタン */
.support-button-type01 {
  margin-top: 40px;
}
.support-button-type01 > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 340px;
  min-height: 50px;
  border-radius: 50px;
  padding: 3px 40px;
  transition: 0.4s;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (min-width: 901px) {
  .support-button-type01 > a:hover {
    opacity: 0.6;
  }
}
.support-button-type01[data-support-button-arrow] > a::after {
  position: absolute;
  right: 20px;
  content: url(/internet/set/data/support/common-ms/img/shared/button-arrow.svg);
  display: block;
  line-height: 1;
  width: 14px;
  height: 14px;
}
.support-button-type01[data-support-button-arrow="down"] > a::after {
  transform: rotate(90deg);
}
.support-button-type01 > a[target="_blank"]::after {
  position: absolute;
  content: "";
}
.support-button-type01 > a[target="_blank"] .icon-svg {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  fill: currentColor;
}
@media screen and (max-width: 900px) {
  .support-button-type01[data-support-button-arrow] > a::after {
    right: 15px;
    width: 12px;
    height: 12px;
  }
}
.support-button-type01[data-support-button-color="blue"] > a::after {
  filter: brightness(100);
}
.support-button-type01[data-support-button-arrow] > a:hover::after {
  animation: support-arrowR 0.4s 2;
}
.support-button-type01[data-support-button-arrow="down"] > a:hover::after {
  animation: support-arrowD 0.4s 2;
}
.support-button-type01[data-support-button-color="transparent"] > a {
  background-color: transparent;
  border: 1px solid #c1c1c2;
  color: #333;
}
.support-section-container[data-support-module-theme="gray03"] .support-button-type01[data-support-button-color="transparent"] > a,
.support-section-container[data-support-module-theme="blue01"] .support-button-type01[data-support-button-color="transparent"] > a,
.support-section-container[data-support-module-theme="black01"] .support-button-type01[data-support-button-color="transparent"] > a {
  border-color: white;
  color: white;
}
.support-button-type01[data-support-button-color="blue"] > a {
  background: linear-gradient(to bottom, #0b5bce 0%, #0f82b8 100%);
  color: white;
}
.support-button-widthBox {
  display: inline-block;
}
.support-button-widthBox .support-button-type01 > a {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .support-button-type01 {
    margin-top: 30px;
  }
  .support-button-type01 > a {
    padding: 9px 35px;
    min-width: 160px;
    min-height: 40px;
    border-radius: 40px;
  }
  .support-button-type01[data-support-button-size="sp_100p"] > a {
    width: 100%;
  }
  .support-button-type01 .icon-svg {
    right: 15px;
    width: 12px;
    height: 12px;
  }
}

/* colom layout */
.support-layout-w950 {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}
.support-layout-grid {
  display: grid;
  gap: 10px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.support-layout-grid > * > *:last-child {
  margin-bottom: 0;
}
.support-layout-grid > *[data-support-module-theme="white01"],
.support-layout-grid > *[data-support-module-theme="white"] {
  background-color: white;
  padding: 20px;
}
.support-layout-grid > *[data-support-module-theme="transparent"] {
  padding: 10px;
}
.support-layout-1col {
  grid-template-columns: 1fr;
}
.support-layout-2col,
.support-layout-1_2col,
.support-layout-sp_2col {
  grid-template-columns: repeat(2, 1fr);
}
.support-layout-3col {
  grid-template-columns: repeat(3, 1fr);
}
.support-layout-grid.support-layout-grid-arrow > * {
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  padding: 20px;
}
.support-layout-grid-arrow > *::after {
  content: url(/internet/set/data/support/common-ms/img/shared/arrow-flow.svg);
  position: absolute;
  top: 50%;
  right: -20px;
  transform: rotate(-90deg) translateX(-50%);
  width: 24px;
  height: 24px;
  line-height: 1;
}
@media screen and (min-width: 901px) {
  .support-layout-2col.support-layout-grid-arrow > *:nth-last-child(n + 3),
  .support-layout-3col.support-layout-grid-arrow > *:nth-last-child(n + 4) {
    margin-bottom: 20px;
  }
  .support-layout-2col.support-layout-grid-arrow > *:nth-of-type(2n)::after,
  .support-layout-3col.support-layout-grid-arrow > *:nth-of-type(3n)::after {
    content: none;
  }
}
@media screen and (max-width: 900px) {
  .support-layout-grid-arrow > *:last-of-type {
    padding-bottom: 0;
  }
  .support-layout-grid-arrow > *::after {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: rotate(0deg) translateY(0) translateX(50%);
    width: 15px;
    height: 15px;
  }
  .support-layout-grid-arrow > *:last-of-type::after {
    content: none;
  }
}

.support-layout-4col {
  grid-template-columns: repeat(4, 1fr);
}
.support-layout-1_2col li:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media screen and (max-width: 900px) {
  .support-layout-flex,
  .support-layout-1col,
  .support-layout-2col,
  .support-layout-3col,
  .support-layout-4col,
  .support-layout-1_2col {
    grid-template-columns: 1fr;
  }
  .support-layout-1_2col li:first-child,
  .support-layout-sp_2col {
    grid-column-end: inherit;
  }
}

/* インプット */
.support-input-type01,
.support-input-type02 {
  display: grid;
  gap: 10px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.support-input-type01 {
  margin-top: 40px;
}
.support-input-flex {
  display: flex;
  gap: 10px;
}
.support-input-flex > * {
  flex: 1;
}
.support-input-1col {
  grid-template-columns: 1fr;
}
.support-input-2col,
.support-input-1_2col,
.support-input-sp_2col {
  grid-template-columns: repeat(2, 1fr);
}
.support-input-3col,
.support-input-sp_3col {
  grid-template-columns: repeat(3, 1fr);
}
.support-input-1_2col li:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media screen and (max-width: 900px) {
  .support-input-flex {
    display: grid;
  }
  .support-input-flex,
  .support-input-1col,
  .support-input-2col,
  .support-input-3col,
  .support-input-1_2col {
    grid-template-columns: 1fr;
  }
  .support-input-1_2col li:first-child,
  .support-input-sp_2col {
    grid-column-end: inherit;
  }
}
.support-input-type01 li {
  position: relative;
  background-color: white;
}
.support-input-type02 li {
  position: relative;
  margin-top: 20px;
  text-align: left;
  font-weight: bold;
}
.support-input-type01 input,
.support-input-type02 input {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
}
.support-input-type02 input {
  left: 0;
}
.support-input-type01 .support-input-item {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 120px;
  padding: 40px;
  box-sizing: border-box;
  color: #333;
  font-weight: bold;
  opacity: 1;
  outline: 8px solid #e0e0e0;
  outline-offset: -8px;
  transition: 0.4s;
  cursor: pointer;
}
.support-input-type02 .support-input-item {
  padding-left: 30px;
  color: #333;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .support-input-type01 .support-input-item {
    padding: 35px 20px;
    min-height: 100px;
    outline-width: 4px;
    outline-offset: -4px;
  }
  .support-input-type01.support-input-sp_3col .support-input-item {
    padding: 25px 10px 20px;
  }
}
.support-input-type01 input:checked ~ .support-input-item {
  color: white;
  outline-color: rgba(255, 255, 255, 0.6);
}
.support-input-type01 .support-input-item::before,
.support-input-type01 .support-input-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 1;
  transition: 0.4s;
}
.support-input-type01 .support-input-item::after {
  opacity: 0;
  background: linear-gradient(to bottom, #0b5bce 0, #0f82b8 100%);
}
.support-input-type01 input:checked ~ .support-input-item:hover {
  opacity: 1;
}
.support-input-type01 input:checked ~ .support-input-item::before {
  opacity: 0;
}
.support-input-type01 input:checked ~ .support-input-item::after {
  opacity: 1;
}

/* ラジオボタン */
.support-input-radio input::before {
  box-sizing: border-box;
  display: block;
  content: "";
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  width: 20px;
  height: 20px;
  visibility: visible;
  background-color: #cfd0d1;
  border: 4px solid transparent;
  border-radius: 50%;
  transition: background-color 0.4s, border-color 0.4s;
}
@media screen and (max-width: 900px) {
  .support-input-radio input::before {
    top: 6px;
    right: 6px;
    width: 15px;
    height: 15px;
    border-width: 3px;
  }
}
.support-input-radio input:hover::before {
  background-color: transparent;
  border-color: #cfd0d1;
}
.support-input-radio input:checked::before {
  border-color: white;
  background-color: transparent;
}

/* チェックボックス */
.support-input-checkbox input::before,
.support-input-checkbox input::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  visibility: visible;
  border: #c1c1c2 1px solid;
  transition: 0.4s;
}
.support-input-type01.support-input-checkbox input::before,
.support-input-type01.support-input-checkbox input::after {
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #e0e0e0;
}
@media screen and (max-width: 900px) {
  .support-input-type01.support-input-checkbox input::before,
  .support-input-type01.support-input-checkbox input::after {
    top: 6pt;
    right: 9px;
    width: 15px;
    height: 15px;
  }
}
.support-input-type02.support-input-checkbox input::before,
.support-input-type02.support-input-checkbox input::after {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 900px) {
  .support-input-type02.support-input-checkbox input::before,
  .support-input-type02.support-input-checkbox input::after {
    width: 15px;
    height: 15px;
    margin-top: -1px;
  }
}
.support-input-type02.support-input-checkbox input::before {
  background-color: #e0e0e0;
}
.support-input-checkbox input::after {
  background: #fff url(/internet/set/data/support/common-ms/img/shared/icon-form-checkbox.svg) no-repeat center center/contain;
  border-color: #0b5bce;
  opacity: 0;
  transition: opacity 0.4s;
}
.support-input-checkbox input:checked::after,
.support-input-checkbox input:disabled::before,
.support-input-checkbox input:disabled:hover::before,
.support-input-checkbox input:disabled ~ .support-input-item:hover,
.support-input-checkbox input:disabled ~ .support-input-item:hover::before {
  opacity: 1;
}
.support-input-checkbox input:disabled ~ .support-input-item::before {
  background-color: #cfd0d1;
}
.support-input-type02.support-input-checkbox input:disabled ~ .support-input-item {
  opacity: 0.4;
}

/* 横並びボックス */
.support-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.support-flex[data-support-box-align="top"] {
  align-items: flex-start;
}
.support-inline_flex {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .support-inline_flex {
    gap: 20px;
  }
  .support-pc-flex {
    flex-wrap: wrap;
  }
}

/* アコーディオン */
.support-accordion-type01,
.support-accordion-type02 {
  max-width: 950px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.support-accordion-type02 > * {
  background-color: white;
}
.support-accordion-type02 + .support-accordion-type02 {
  margin-top: 4px;
}
.support-accordion-type02 .support-accordion-title {
  margin-top: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.support-accordion-type01 .support-accordion-trigger {
  position: relative;
  display: inline-flex;
  margin-top: 0;
  padding: 3px 50px;
  min-width: 340px;
  min-height: 50px;
  border-radius: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  max-width: 100%;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.4s;
  background: transparent;
  border: 1px solid #c1c1c2;
  color: #333;
}
*[data-support-module-theme="gray03"] .support-accordion-type01 .support-accordion-trigger,
*[data-support-module-theme="blue01"] .support-accordion-type01 .support-accordion-trigger,
*[data-support-module-theme="black01"] .support-accordion-type01 .support-accordion-trigger {
  color: #fff;
}
@media screen and (max-width: 900px) {
  .support-accordion-type01 .support-accordion-trigger {
    padding: 9px 40px;
    min-width: 280px;
    min-height: 40px;
    border-radius: 40px;
  }
  .support-accordion-type01 .support-accordion-trigger[data-support-button-size="sp_100p"] {
    width: 100%;
  }
}
.support-accordion-type01 .support-accordion-title-hidden {
  display: none;
}
.support-accordion-type02 .support-accordion-trigger {
  position: relative;
  margin-top: 4px;
  padding: 40px;
  background-color: #fff;
  color: #333;
  text-align: left;
  cursor: pointer;
  transition: 0.4s;
}
.support-accordion-type01 .support-accordion-trigger::before,
.support-accordion-type01 .support-accordion-trigger::after {
  position: absolute;
  content: "";
  background-color: #333;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  right: 20px;
  width: 14px;
  height: 2px;
}
*[data-support-module-theme="gray03"] .support-accordion-type01 .support-accordion-trigger::before,
*[data-support-module-theme="blue01"] .support-accordion-type01 .support-accordion-trigger::before,
*[data-support-module-theme="black01"] .support-accordion-type01 .support-accordion-trigger::before,
*[data-support-module-theme="gray03"] .support-accordion-type01 .support-accordion-trigger::after,
*[data-support-module-theme="blue01"] .support-accordion-type01 .support-accordion-trigger::after,
*[data-support-module-theme="black01"] .support-accordion-type01 .support-accordion-trigger::after {
  background-color: white;
}
.support-accordion-type01 .support-accordion-trigger::after {
  transform: rotate(90deg);
  transition: transform 0.3s ease-out;
}
.support-accordion-type01 .support-accordion-active.support-accordion-trigger::after {
  content: none;
}
.support-accordion-type02 .support-accordion-trigger::before,
.support-accordion-type02 .support-accordion-trigger::after {
  position: absolute;
  content: "";
  background-color: #333;
  top: calc(50% - 1px);
  right: 40px;
  width: 14px;
  height: 2px;
}
.support-accordion-type02 .support-accordion-trigger::after {
  transform: rotate(90deg);
  transition: transform 0.3s ease-out;
}
.support-accordion-type02 .support-accordion-trigger.support-accordion-active::after {
  transform: rotate(-180deg);
}
.support-accordion-detail {
  display: none;
  padding: 40px;
}
.support-accordion-type02 .support-accordion-detail::before {
  content: "";
  display: block;
  position: relative;
  top: -40px;
  border-top: 1px solid #e0e0e0;
}
.support-accordion-type02 .support-accordion-detail > *:first-child {
  margin-top: 0;
}
*[data-support-module-theme="white01"] > .support-accordion-type02,
*[data-support-module-theme="white"] > .support-accordion-type02,
*[data-support-module-theme="white01"] > .support-accordion-type02 .support-accordion-trigger,
*[data-support-module-theme="white"] > .support-accordion-type02 .support-accordion-trigger,
.support-accordion-type02[data-support-module-theme="gray01"],
.support-accordion-type02[data-support-module-theme="gray01"] .support-accordion-trigger {
  background-color: #f8f8f8;
}
*[data-support-module-theme="white01"] > .support-accordion-type02 .support-accordion-detail,
*[data-support-module-theme="white"] > .support-accordion-type02 .support-accordion-detail,
.support-accordion-type02[data-support-module-theme="gray01"] .support-accordion-detail {
  border-top-color: #e0e0e0;
}
@media screen and (max-width: 900px) {
  .support-accordion-type02 .support-accordion-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .support-accordion-type02 .support-accordion-trigger {
    padding: 20px 42px 20px 20px;
  }
  .support-accordion-type02 .support-accordion-trigger::before,
  .support-accordion-type02 .support-accordion-trigger::after {
    width: 12px;
    right: 15px;
  }
  .support-accordion-detail {
    padding: 30px 15px;
  }
  .support-accordion-type02 .support-accordion-detail::before {
    top: -30px;
  }
}

/* タブ */
.support-tab-menu {
  position: relative;
  display: flex;
  gap: 10px;
  max-width: 950px;
  margin: 70px auto 0;
}
.support-tab-menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  background: #cfd0d1;
  color: #333;
  text-align: center;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  opacity: 0.4;
}
.support-tab-menu-item.support-tab-menu-item-current {
  color: white;
  background: linear-gradient(to bottom, #0b5bce 0%, #0f82b8 100%);
  opacity: 1;
}
.support-tab-detail {
  border-top: solid 4px #0f82b8;
}
.support-tab-detail-item {
  display: none;
}
.support-tab-detail-item:first-of-type {
  display: block;
}
@media screen and (max-width: 900px) {
  .support-tab-menu {
    gap: 5px;
    padding: 0 15px;
    margin-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .support-tab-menu-item {
    padding: 10px;
    font-size: 1.3rem;
    line-height: 1.46154;
    min-height: 52px;
    margin-right: 5px;
  }
  .support-tab-detail {
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* テーブル */
.support-table {
  width: 100%;
  max-width: 950px;
  margin: 50px auto;
}
.support-table td,
.support-table th {
  padding: 30px 25px;
  font-size: 1.6rem;
  color: #333;
  text-align: left;
  vertical-align: middle;
  word-break: break-word;
  overflow-wrap: break-word;
}
.support-table td {
  background-color: white;
  border-bottom: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
  text-align: justify;
}
.support-table td *:first-child {
  margin-top: 0;
}
.support-table td:last-child {
  border-right: none;
}
.support-table tr:last-child td {
  border-bottom: none;
}
.support-table th {
  font-weight: bold;
  background: #ececec;
  border-right: solid 1px white;
  border-bottom: solid 1px white;
}
.support-table[data-support-module-theme="white01"] tr td:last-of-type,
.support-table[data-support-module-theme="white"] tr td:last-of-type {
  border-right: solid 1px #e0e0e0;
}
.support-table[data-support-module-theme="white01"] tr:last-of-type td,
.support-table[data-support-module-theme="white"] tr:last-of-type td,
.support-table[data-support-module-theme="white01"] tr:last-child td,
.support-table[data-support-module-theme="white"] tr:last-child td {
  border-bottom: solid 1px #e0e0e0;
}
.support-table[data-support-module-theme="white01"] tr:only-of-type td,
.support-table[data-support-module-theme="white"] tr:only-of-type td {
  border-top: solid 1px #e0e0e0;
}
@media screen and (max-width: 900px) {
  .support-table td,
  .support-table th {
    padding: 30px 15px;
    font-size: 1.5rem;
  }
}

/* テーブル th */
.support-table thead th,
.support-table[data-support-module-theme="white01"] thead th,
.support-table[data-support-module-theme="white"] thead th {
  background-color: #e0e0e0;
}
.support-table thead + tbody th .support-table[data-support-module-theme="white01"] thead + tbody th,
.support-table thead + tbody th .support-table[data-support-module-theme="white"] thead + tbody th {
  background-color: #ececec;
}
.support-table[data-support-module-theme="gray02"] .support-table_header-lv1 {
  background-color: #cfd0d1;
}
.support-table[data-support-module-theme="gray02"] .support-table_header-lv2 {
  background-color: #e0e0e0;
}
.support-table[data-support-module-theme="gray03"] .support-table_header-lv1 {
  background-color: #cfd0d1;
}
.support-table[data-support-module-theme="gray03"] .support-table_header-lv2 {
  background-color: #e0e0e0;
}
.support-table[data-support-module-theme="white01"] .support-table_header-lv1:last-of-type,
.support-table[data-support-module-theme="white"] .support-table_header-lv1:last-of-type {
  border-right: none;
}

/* テーブルの大見出し */
.support-table-top_caption {
  max-width: 950px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .support-table-top_caption {
    max-width: 100%;
    margin-top: 30px;
  }
}
.support-table-top_caption-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  background-color: #424242;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .support-table-top_caption-title {
    min-height: 55px;
    margin-bottom: 4px;
  }
}
@media all and(-ms-high-contrast: none) {
  .support-table-top_caption-title::before {
    content: "";
    display: block;
    width: 1px;
    height: 56px;
  }
}
.support-table-top_caption-title[data-support-module-theme="gray03"] {
  background-color: #666;
}

/* 仕切り線 */
.support-border-type01 {
  max-width: 950px;
  margin: 50px auto;
  border: none;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 900px) {
  .support-border-type01 {
    margin: 40px auto;
  }
}
.support-section-container + .support-border-type01 {
  margin: 20px auto;
}

/* レコメンド */
.support-recommend-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 950px;
  margin: -10px auto -20px;
}
.support-recommend-title {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .support-recommend-title {
    font-size: 1.9rem;
    line-height: 1.31579;
    margin-bottom: 30px;
  }
}
.support-recommend-area li {
  padding: 20px 0;
}
.support-recommend-area li a {
  display: block;
  height: 100%;
}
.support-recommend-item {
  position: relative;
  display: grid;
  height: 100%;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  transition: opacity 0.4s;
}
.support-recommend-item::before {
  position: absolute;
  top: -20px;
  left: 50%;
  width: calc(100% - 40px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translateX(-50%);
}
@media screen and (min-width: 901px) {
  .support-recommend-area li:nth-child(3n) .support-recommend-item,
  .support-recommend-area li:last-of-type .support-recommend-item {
    border-right: none;
  }
  .support-recommend-area li:nth-child(n + 4) .support-recommend-item::before {
    content: "";
  }
}
@media screen and (max-width: 900px) {
  .support-recommend-area li:nth-child(2n) .support-recommend-item,
  .support-recommend-area li:last-of-type .support-recommend-item {
    border-right: none;
  }
  .support-recommend-area li:nth-child(n + 3) .support-recommend-item::before {
    content: "";
  }
}
.support-recommend-item img {
  display: block;
  margin: 0 auto;
  width: 96px;
  max-width: 100%;
  filter: brightness(0) invert(1);
}
.support-recommend-item p {
  margin-top: 10px;
  color: white;
}
@media screen and (max-width: 900px) {
  .support-recommend-area {
    grid-template-columns: repeat(2, 1fr);
  }
  .support-recommend-item img {
    width: 80px;
  }
  .support-recommend-item p {
    font-size: 1.3rem;
  }
}

/* チャット */
.support-chat-open-visible,
.support-chat-close-visible {
  visibility: hidden;
}

@keyframes support-arrowR {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(30%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes support-arrowD {
  0% {
    transform: translate3d(0, 0, 0) rotate(90deg);
  }
  50% {
    transform: translate3d(0, 30%, 0) rotate(90deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(90deg);
  }
}

/* ホバー */
@media (hover: hover) {
  .support-link-text:hover,
  .support-button-type01 > a:hover,
  .support-input-type01 .support-input-item:hover,
  .support-input-type02 .support-input-item:hover,
  .support-input-type01 .support-input-item:hover::before,
  .support-input-checkbox input:hover::before,
  .support-accordion-trigger:hover,
  .support-recommend-item:hover {
    opacity: 0.6;
  }
}

/* utilities */
.support-u-d-ib {
    display: inline-block !important;
}
@media screen and (min-width: 901px) {
    .support-u-pc-d-ib {
        display: inline-block !important;
    }
}
@media screen and (max-width: 900px) {
    .support-u-sp-d-ib {
        display: inline-block !important;
    }
}