@charset "UTF-8";
p,
span {
  font-weight: inherit;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansJP-Regular"), local("NotoSansJP-Regular"), url("/font/NotoSansJP-Regular.woff2") format("woff2"), url("/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold"), local("NotoSansJP-Bold"), url("/font/NotoSansJP-Bold.woff2") format("woff2"), url("/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: local("NotoSansJP-Medium"), local("NotoSansJP-Medium"), url("/font/NotoSansJP-Medium.woff2") format("woff2"), url("/font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: local("NotoSansJP-Black"), local("NotoSansJP-Black"), url("/font/NotoSansJP-Black.woff2") format("woff2"), url("/font/NotoSansJP-Black.woff") format("woff");
}
html .all-wrapper {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

body .all-wrapper {
  font-family: "NotoSansJP", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  overflow: hidden;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  color: #111;
  text-align: left;
}
@media screen and (min-width: 767px) {
  body .all-wrapper {
    font-size: 17px;
    min-width: 1100px;
    width: 100%;
  }
}

.all-wrapper {
  position: relative;
  /* 一部ブラウザで消えなかった場合は以下も追記 */
}
.all-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.all-wrapper summary {
  display: block;
  list-style: none;
}
.all-wrapper summary::-webkit-details-marker {
  display: none;
}
.all-wrapper input {
  line-height: 1;
}

@media screen and (min-width: 321px) {
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .br-pc {
    display: block;
  }
}

.disp-sp {
  display: block;
}
@media screen and (min-width: 767px) {
  .disp-sp {
    display: none;
  }
}

.disp-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .disp-pc {
    display: block;
  }
}

.hidden {
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}

.l-contents {
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (min-width: 767px) {
  .l-contents {
    padding: 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-fwb {
  font-weight: bold;
}

.u-db {
  display: block;
}

.u-w100 {
  width: 100%;
}

.u-tac {
  text-align: center;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-break-word {
  word-break: break-word;
}

.u-caution {
  color: #ff0000;
}

:root {
  /* SP */
  --fz14: 14px;
}

@media (min-width: 767px) {
  :root {
    --width: min(1100px, 100%);
  }
}
.headingLv2 {
  padding-left: 4px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  border-left: 4px solid #111;
}
@media screen and (min-width: 767px) {
  .headingLv2 {
    padding-left: 16px;
    font-size: 28px;
  }
}

.headingLv3 {
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  border-bottom: 1px solid #111;
}
@media screen and (min-width: 767px) {
  .headingLv3 {
    font-size: 22px;
  }
}

.guideMv {
  padding: 30px 0;
  background: url("../_images/android-login-guide/mv_guide_sp.png") lightgray 50%/cover no-repeat;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .guideMv {
    padding: 54px 0;
  }
}
.guideMv__title {
  font-weight: bold;
  font-size: 24px;
  color: #111;
  line-height: 1.35;
}
@media screen and (min-width: 767px) {
  .guideMv__title {
    font-size: 32px;
  }
}
.guideMv__title-sub {
  font-size: 16px;
  display: block;
}
@media screen and (min-width: 767px) {
  .guideMv__title-sub {
    font-size: 24px;
  }
}

.guideContent {
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 767px) {
  .guideContent {
    gap: 80px;
    margin: auto;
    padding: 80px 0;
    width: var(--width);
  }
}
.section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sectionItem {
  scroll-margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 767px) {
  .sectionItem {
    line-height: 1.75;
    gap: 20px;
  }
}
.sectionItem__note {
  font-size: var(--fz14);
}

.counterListWrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.counterList {
  counter-reset: num;
}
.counterList__item {
  padding-left: 16px;
  position: relative;
}
.counterList__item::before {
  content: counter(num) ".";
  counter-increment: num;
  position: absolute;
  left: 0;
  top: 0;
}
.counterList__item.-alphabet {
  display: flex;
  align-items: center;
}
.counterList__item.-alphabet::after {
  content: "";
  display: block;
  background: url("../_images/android-login-guide/south.svg") no-repeat;
  width: 17px;
  height: 17px;
  background-size: contain;
}

.anchorListWrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.anchorList {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 767px) {
  .anchorList {
    gap: 8px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.anchorList__itemLink {
  display: flex;
  align-items: center;
  color: #1e77c9 !important;
}
.anchorList__itemLink__itemLinkIco {
  vertical-align: middle;
}

.scrollWrap {
  position: relative;
  overflow-x: auto;
  /* ← 左側も安全領域 + 親padding分だけ「ズラす」 */
  margin-left: calc(-24px - env(safe-area-inset-left));
  margin-right: calc(-24px - env(safe-area-inset-right));
  /* ← スクロール時に見切れて見えてほしいが、末尾に余白もほしい */
  padding-left: calc(24px + env(safe-area-inset-left));
  padding-right: calc(24px + env(safe-area-inset-right));
  padding-bottom: 20px; /* スクロールの表示位置の調整　*/
  scroll-snap-type: x mandatory; /* オプション: スナップ動作 */
  scroll-behavior: smooth;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 767px) {
  .scrollWrap {
    overflow-x: visible;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.settingSteps {
  border: 4px solid #eee;
  background: #fff;
  width: 940px;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .settingSteps {
    padding: 30px 26px !important;
    margin: auto;
    width: 1100px;
  }
}
.settingSteps.-cookie {
  width: 1400px;
}
@media screen and (min-width: 767px) {
  .settingSteps.-cookie {
    width: 1100px;
  }
}
.settingSteps.-site-data {
  width: 1400px;
}
@media screen and (min-width: 767px) {
  .settingSteps.-site-data {
    width: 1100px;
  }
}
.settingSteps.-js {
  width: 1400px;
}
@media screen and (min-width: 767px) {
  .settingSteps.-js {
    width: 1100px;
  }
}
.settingSteps__list {
  padding: 16px;
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 767px) {
  .settingSteps__list {
    padding: 0;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.settingSteps__list::after {
  content: "";
  flex: 0 0 24px; /* 末尾の余白 */
}
.settingSteps__item {
  width: 210px;
  flex-shrink: 0; /* 縮小を防ぐ */
  scroll-snap-align: center;
  scroll-snap-stop: normal; /* または always */
}
@media screen and (min-width: 767px) {
  .settingSteps__item {
    width: 230px;
  }
}
@media screen and (min-width: 767px) {
  .settingSteps__item > img {
    width: 100%;
  }
}
.settingSteps__text {
  margin-top: 8px;
}

.swiper-container {
  overflow: visible;
}

.swiper-slide {
  width: 210px !important;
}
@media screen and (min-width: 767px) {
  .swiper-slide {
    width: 230px !important;
  }
  .swiper-slide > img {
    width: 100%;
  }
}

.contactContent {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contactContent__title {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .contactContent__title {
    font-size: 18px;
  }
}
.contactContent__phoneBox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contactContent__tel {
  display: flex;
  align-items: center;
  font-size: 18px;
}
@media screen and (min-width: 767px) {
  .contactContent__tel {
    font-size: 20px;
  }
}
.contactContent__telIco {
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 767px) {
  .contactContent__telIco {
    width: 24px;
    height: 24px;
  }
}
.contactContent__telLink {
  font-weight: bold;
  text-decoration: underline !important;
  color: #1e77c9 !important;
}
@media screen and (min-width: 767px) {
  .contactContent__telLink {
    text-decoration: none !important;
    pointer-events: none;
    color: #111 !important;
  }
}
.contactContent__free {
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .contactContent__free {
    font-size: 17px;
  }
}
.contactContent__time {
  display: flex;
  gap: 10px;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .contactContent__time {
    font-size: 14px;
  }
}

.contactBtn {
  display: block;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  width: min(186px, 100%);
  transition: 0.2s;
  font-size: 14px;
  color: #111 !important;
}
@media screen and (min-width: 767px) {
  .contactBtn {
    font-size: 16px;
    width: 224px;
    padding: 8px 24px;
  }
}
.contactBtn:hover {
  background-color: #111;
  color: #fff !important;
  text-decoration: none;
}

.scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
.scrollbar::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #ccc;
}

.scroll-hint {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  font-weight: 700;
  line-height: 1.4;
  /* display: none; */
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-animation: scroll-hint-animation 2s infinite ease;
          animation: scroll-hint-animation 2s infinite ease;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  color: #fff;
  text-align: center;
  width: 120px;
  height: 88px;
}
.scroll-hint > p {
  font-size: 10px;
}

@-webkit-keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.scroll-hint--show {
  display: flex;
  z-index: 1;
  opacity: 1;
}
/*# sourceMappingURL=guide.css.map */