/**
 * 新規会員登録画面sp用css
 */

/* ヘルプボタン上書き */
.tfx-tooltip {
  display: flex;
  align-items: start;
}

.signup-flex {
  display:block;
  justify-content: space-between;
}

/* リンク上書き */
a:hover {
  color: #1e1e1e;
}

.signup-link {
  color: #0056b3;
}

.signup-link a:hover {
  color: #0056b3;
}

.tfx-form-content-title {
  margin-bottom: 0px;
}

/* 郵便番号入力フォーム上書き */
.signup-postal-input {
  width: 100%;
}

/* 都道府県入力フォーム上書き */
.signup-select-pre {
  width: 100%;
}

/* 進捗ステップバー上書き */
.tfx-form__flow.item-list > ul.tfx-form__flow-list {
  margin: 0;
}

/* requiredマーク上書き */
.tfx-select > .form-required {
  display: none;
}

/* セレクトボックスのテキスト位置 */
.tfx-select-suffix {
  margin-right: 8px;
}

.d-flex .f-auto {
  flex: auto;
}

/*ゲスト登録リンク*/
.guest-button{
  border: none; 
  outline: none; 
  background: transparent;
  margin-left: auto; 
  padding: initial;
  position: relative;
  top: -10px;
}
.guest-text-right{
  text-align: left;
  max-height: 30px;
}
.guest-link {
  color: #0056b3;
}

/* プルダウンの色固定 */
.form-select {
  background:#FFFFFF  !important;
}

.tfx-tooltip-balloon {
  width: max-content;
  max-width: 85vw;
  right: 0;
  left: -20rem;
}
.tfx-tooltip-balloon::before {
  left: 23rem;
}

.message-error{
  margin-top: 2.5px;
}

/* 項目入力時のエラーメッセージ */
.message-error-js {
  background: #fff !important;
  border: none !important;
  padding-right: 0px !important;
}

/* サブタイトル　機器登録情報 */
.tfx-form-content-subtitle {
  margin: 100px 0 32px 0;
  font-size: 2.4rem;
  font-weight: bold;
}

/* 登録する商品　テキスト */
.tfx-form-regist-device {
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 32px;
}

/* 登録機器画像サイズ */
.regist-device {
  height: 60px;
  margin-bottom: 15px
}

/* 登録する商品項目 */
.tfx-form-device-info-position {
  display: block;
}

/* 登録する商品項目 テキスト配置 */
.model-number-text {
  display: flex;
  padding-top: 10px;
  font-size: 1.5rem;
}

.release-date-text {
  display: flex;
  padding-top: 10px;
  font-size: 1.5rem;
}

/* 登録する商品項目　商品カテゴリ */
.tfx-form-device-info::after{
  content:"：";
  margin-left: 35px;
}

/* 登録する商品項目　商品番号＆発売時期 */
.tfx-form-device-info {
  font-size: 1.5rem;
}

/* WiFiルーターリンク */
.wifi-terms {
  text-decoration: underline;
  color: inherit;
}