@charset "UTF-8";
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-feature-settings: "palt";
  font-size: 62.5%;
  scroll-behavior: smooth;
}

p, ol, ul, li, h1, h2, h3, h4, figure, dl, dd {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

body {
  color: #313131;
  font-display: swap;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

a {
  color: var(--brand-color);
  text-decoration: none;
}
a.is-underline {
  text-decoration: underline;
}

.login_box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .login_box {
    gap: 3.2vw;
  }
}
.login_item {
  align-items: center;
  aspect-ratio: auto;
  border: 1px solid #F1F1F1;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(150, 150, 150, 0.2);
  box-sizing: border-box;
  color: #313131;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 16px;
  justify-content: flex-start;
  padding: 20px 24px;
  position: relative;
  width: 32%;
}
@media only screen and (max-width: 768px) {
  .login_item {
    font-size: 3.7333333333vw;
    padding: 3.7333333333vw 4.2666666667vw;
    width: 100%;
  }
}
.login_item::before {
  transform: translateY(4px);
}
.login_item.item_password::before {
  content: url("/support/login/images/item-password.svg");
}
.login_item.item_both::before {
  content: url("/support/login/images/item-both.svg");
}
.login_item.item_memberid::before {
  content: url("/support/login/images/item-memberid.svg");
}
.login_item.item_gmoid::before {
  content: url("/support/login/images/item-gmoid.svg");
}
.login_item.item_reissue::before {
  content: url("/support/login/images/item-reissue.svg");
}
.login_item.item_mail::before {
  content: url("/support/login/images/item-mail.svg");
}
.login_item.item_passkey::before {
  content: url("/support/login/images/item-passkey.svg");
}

/*# sourceMappingURL=this.css.map */
