@charset "utf-8";

.login__txt{
  margin-top: 32px;
}

.button{
  cursor: pointer;
}

@media screen and (min-width:768px){

  .login__txt{
    margin-top: 40px;
  }

}

.page-rs__btn__txt-blank {
  display: inline-block;
  position: relative;
}
.page-rs__btn__txt-blank::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/shared/images/common/sitemap-external.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  vertical-align: middle;
  margin-top: -1px;
}
span.fs{
  display: inline-block;
}
.app-link__text{
  font-size: 1.4rem;
  text-align: center;
}
.app-link__wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.app-link__img{
  height: 40px;
}