/**
 * ログイン画面のsp用css
 */

/* チェックボックス背景色上書き */
.custom-control-label {
  background-color: #eff4f7;
}

/* アカウントボックス */
.tfx-account-box {
  margin-top: 60px;
  padding: 40px 100px;
  background-color: #eff4f7;
}

/* MyPioneerアカウントをお持ちの方配置 */
/* .login-text-description {
  font-size: 1.5rem;
  text-align: center;
} */

/* アカウントボックスの余白 */
.tfx-column-item.tfx-account-box {
  padding: 50px 40px;
}

/* QR遷移のアカウントボックス */
.tfx-qr-account-box {
  padding: 40px 100px;
  background-color: #eff4f7;
}

/* QR遷移のアカウントボックスの余白 */
.tfx-column-item.tfx-qr-account-box {
  padding: 50px 40px;
}

/* リンクボックス */
.tfx-links-box {
  margin-top: 60px;
  padding: 40px 40px 35px 35px;
  border: 2px solid #ccc;
}

/* リンクボックスのボタン */
.tfx-links-box .tfx-btn-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* リンクボタン */
.tfx-links-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 56px;
  border-radius: 5px;
  color: #fff;
}

.tfx-links-btn + .tfx-links-btn {
  margin-top: 16px;
}

.tfx-links-btn .tfx-btn-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.1;
}

.tfx-links-btn .roboto {
  font-family: 'Roboto', sans-serif;
  font-size: 110%;
}

.tfx-links-btn:hover {
  opacity: 0.6;
  color: #fff;
  text-decoration: none;
}

.tfx-links-btn .tfx-btn-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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: 56px;
    height: 56px;
}

/* アイコンサイズ ?*/
.tfx-links-btn .tfx-btn-icon img {
    max-width: 100%;
}

/* lineアイコン */
.tfx-links-btn.line {
  background-color: #00c300;
  border-radius: 10px;
}

.tfx-links-btn.line .tfx-btn-icon {
    border-right: 2px solid #00B300;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

/* Googleアイコン */
.tfx-links-btn.google {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
  box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
  color: #444;
}

/* Yahooアイコン */
.tfx-links-btn.yahoo {
  background-color: #ff0033;
}

.tfx-links-btn.yahoo .tfx-btn-icon img {
    max-height: 15px;
}

/* Appleアイコン */
.tfx-links-btn.apple {
  background-color: #000;
}

/* サブタイトル1 */
.tfx-account-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

/* サブタイトル2 */
.tfx-links-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

/* ボタンの位置調整 */
.login-signup-btn {
  margin-top: 16px;
}

/* エラーメッセージ位置調整 */
.login-error {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}

/* 機器を登録する画面 */
.login-title {
  margin: 50px auto 10px auto;
  font-size: 2.4rem;
  font-weight: bold;
}

.regist-device-box {
  display: block;
  margin: 0 16px;
  padding: 0 16px;
  background-color: #eff4f7;
  max-width: 960px;
}

.regist-item {
  border-top: 1px solid #ccc;
}

.regist-item-box {
  padding: 30px 0;
}

.device-number {
  width: 50%;
  font-weight: bold;
}