@charset "UTF-8";

/* ベース
==================================================================================================== */
* {
  box-sizing: border-box;
}
*::after, *::before {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
}

/* Chrome, Safari スクロールバー消去 */
@media screen and (max-width: 767px) {
  html::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  html {
    -ms-overflow-style: none;
    /* IE, Edge スクロールバー消去 */
    scrollbar-width: none;
    /* Firefox スクロールバー消去 */
  }
}

html.is-hidden {
  overflow: hidden;
}

body.f_body {
  background-color: #fff;
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Montserrat", sans-serif;
}

.f_body ul, .f_body ol {
  list-style: none;
}
.f_body a:focus {
  outline: none;
}
.f_body img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
  -ms-interpolation-mode: bicubic;
}

/* レスポンシブ消去
-------------------------------------------------- */
.f_body .sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .f_body .sp {
    display: none;
  }
}

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

/* 共通設定
-------------------------------------------------- */
/* デフォルトスタイルを無効 */
button,
input,
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* プレースホルダ */
input::-webkit-input-placeholder {
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
input::-moz-placeholder {
  font-size: 16px;
  font-feature-settings: "palt";
}
input:-ms-input-placeholder {
  font-size: 16px;
  font-feature-settings: "palt";
}
input::-ms-input-placeholder {
  font-size: 16px;
  font-feature-settings: "palt";
}
input::placeholder {
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/*  */
input[type=text],
input[type=tel],
select,
textarea {
  background-color: #F9F9F9;
  border: solid 1px #F9F9F9;
  font-size: inherit;
  padding: 10px 20px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: 100%;
}
@media screen and (min-width: 768px) {
  input[type=text],
  input[type=tel],
  select,
  textarea {
      font-size: inherit;
      padding: 8px 10px;
      width: 100%;
    }
}

textarea {
  min-height: 124px;
  /* overflow: hidden; */
}
@media screen and (min-width: 768px) {
  textarea {
    min-height: 170px;
  }
}

/* フォーカス設定 */
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  border-color: #4169E1;
}

/* チェックボックスラベル*/
input[type=checkbox] {
  margin-right: 0.3em;
}

/* エラーメッセージ */
p[class*=_error] {
  color: red;
  margin-top: 5px;
}

/* 必須用アスタリスク */
.f_icon-ast {
  color: red;
}

.f_icon-ast--required::after,
.f_icon-ast--required_before::before {
  content: "＊";
  color: red;
  display: inline-block;
  font-weight: bold;
}

/* リンクカラー */
.f_pp_link {
  color: #4169E1;
  text-decoration: underline;
}

/* メインコンテンツ
-------------------------------------------------- */
.f_contents {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .f_contents {
    margin-top: 120px;
  }
}

.f_contents__inner {
  width: 100%;
  padding: 100px 0;
}
/* @media screen and (min-width: 768px) {
  .f_contents__inner {
    max-width: 910px;
    margin: 0 auto;
    padding: 50px 1.783% 130px;
  }
} */

.f_contents__cmn-inner {
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  .f_contents__cmn-inner {
    max-width: 910px;
    margin: 0 auto;
    padding: 0 1.783%;
  }
}

/* メインタイトル */
.f_ttl--main {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.46667;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .f_ttl--main {
    font-size: 4.5rem;
    line-height: 1.44445;
  }
}
.f_ttl--main::after {
  content: '';
  background-image: url(/test/img/cmn/icon_lightning_b.png);
  background-position: left;
  background-size: contain;
  background-repeat: repeat-x;
  height: 15px;
  width: 128px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .f_ttl--main::after {
    height: 15px;
    width: 187px;
  }
}

/* テキスト */
[class^="f_sec--txt"] {
  margin-top: 30px;
}
[class^="f_sec--txt"]:first-of-type {
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  [class^="f_sec--txt"]:first-of-type {
    margin-top: 50px;
  }
}
.f_txt {
  font-size: 2rem;
  font-weight: 400;
  /* letter-spacing: .08em; */
  line-height: 1.5;
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .f_txt {
    /* font-size: 1.6rem;
    line-height: 1.75; */
    margin-top: 0;
  }
}
.f_txt span {
  display: inline-block;
}

/* ボタン
-------------------------------------------------- */
/* ボタンエリア */
.f_btn_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .f_btn_wrap {
    margin: 30px auto 0;
  }
}

/* ボタン共通 */
.f_btn_wrap__btn {
  appearance: none;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 2rem;
  font-weight: 400;
  height: 60px;
  line-height: 1.5;
  max-width: 248px;
  margin: 10px auto 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all 0.4s;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .f_btn_wrap__btn {
    font-size: 2rem;
    margin: 15px auto 0;
  }
}
.f_btn_wrap__btn:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .f_btn_wrap__btn:first-of-type {
    margin: 0 auto;
  }
}
.f_btn_wrap__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  z-index: -1;
}
.f_btn_wrap__btn:hover::before {
  left: 0;
}

/* リセットボタン */
.f_btn--reset {
  background-color: none;
  border: none;
  color: #000000;
  height: auto;
  text-decoration: underline;
  width: auto;
}
.f_btn--reset::before {
  display: none;
}
.f_btn--reset:hover {
  opacity: .7;
}

/* 確認画面へボタン */
.f_btn--submit {
  background-color: #404360;
  border: 1px solid #404360;
  color: #fff;
  margin: 0 auto;
}
.f_btn--submit::before {
  background-color: #fff;
}
.f_btn--submit:hover {
  border: 1px solid #404360;
  color: #404360;
}

/* f_index（top）
================================================== */
/* topテキスト部分
-------------------------------------------------- */
/* tel */
.f_sec--txtTopTel {
  background-color: #F1F1F1;
}
.f_topTel__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.f_topTel__ttl {
  border-bottom: 1px solid #707070;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.44;
  max-width: 450px;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
}
.f_topTel__nam {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f_topTel__nam a {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #404360;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.80555;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .f_topTel__nam a {
    font-size: 4.5rem;
    line-height: 1.44444;
    pointer-events: none;
    cursor: default;
  }
}
.f_topTel__nam a::before {
  background-image: url(../img/icon_phone.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: block;
  margin-right: 10px;
  height: 28px;
  width: 28px;
}
@media screen and (min-width: 768px) {
  .f_topTel__nam a::before {
    height: 35px;
    width: 35px;

  }

}

.f_topTel__data {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 14px;
  text-align: center;
}

/*  */
.f_sec--txtMain .f_txt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .f_sec--txtMain .f_txt {
    text-align: center;
  }
}

/* トップメインコンテンツ
-------------------------------------------------- */
.f_index .f_dl {
  margin: 30px auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .f_index .f_dl {
    margin: 50px auto 0;
    max-width: 850px;
  }
}
.f_index .f_dl > div {
  margin-top: 30px;
}
.f_index .f_dl > div:first-of-type {
  margin-top: 0;
}
.f_index .f_dl dt {
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .f_index .f_dl dt {
    line-height: 1.5;
  }
}
.f_index .f_dl dt span {
  display: inline-block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.f_index .f_dl dd {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .f_index .f_dl dd {
    font-size: 2rem;
    margin-top: 3px;
  }
}


/*  */
.f_index .f_dd_tel,
.f_index .f_dd_mail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.f_index .f_dd_tel p,
.f_index .f_dd_mail p,
.f_index .f_dd_tel input[type=tel],
.f_index .f_dd_mail input[type=text] {
  width: 100%;
}
.f_index .f_dd_tel input[type=tel],
.f_index .f_dd_mail input[type=text] {
  margin-top: 10px;
}
.f_index .f_dd_tel label,
.f_index .f_dd_mail label {
  width: 87.30159%;
}
@media screen and (min-width: 768px) {
  .f_index .f_dd_tel label,
  .f_index .f_dd_mail label {
    width: auto;
  }
}
.f_index .f_dd_tel input[type=radio],
.f_index .f_dd_mail input[type=radio] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .f_index .f_dd_tel input[type=radio],
  .f_index .f_dd_mail input[type=radio] {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }

}
/* safari only */
/* _::-webkit-full-page-media, _:future, :root .f_index .f_dd_tel input[type=radio],
_::-webkit-full-page-media, _:future, :root .f_index .f_dd_mail input[type=radio] {
    transform: scale(1.5);
    transform-origin: center left;
}
@media screen and (min-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .f_index .f_dd_tel input[type=radio],
  _::-webkit-full-page-media, _:future, :root .f_index .f_dd_mail input[type=radio] {
      transform: scale(1);
      width: auto;
  }
} */

/* お問い合せ種別 */
.f_index .inquiry-checkbox {
  margin: -10px -10px 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .f_index .inquiry-checkbox {
    margin: 8px 0 0;
  }
}
.f_index .inquiry-checkbox > div {
  margin: 10px 10px 0 0;
  display: flex;
}
@media screen and (min-width: 768px) {
  .f_index .inquiry-checkbox > div {
    margin: 12px 30px 0 0;
  }
}
/* @media screen and (max-width: 767px) {
  .f_index .inquiry-checkbox > div:nth-of-type(-n+2) {
    margin-top: 0;
  }
} */
.f_index .inquiry-checkbox label {
  font-weight: 400;
  padding-left: 40px;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .f_index .inquiry-checkbox label {
    padding-left: 25px;
    line-height: 24px;
  }

}
.f_index .inquiry-checkbox label:hover {
  cursor: pointer;
}
.f_index .inquiry-checkbox textarea {
  display: block;
  margin-top: 10px;
  min-height: 62px;
  padding-top: 7px;
  padding-bottom: 7px;
  width: calc(100% - 10px);
}
@media screen and (min-width: 768px) {
  .f_index .inquiry-checkbox textarea {
    margin-top: 6px;
    min-height: 40px;
    width: 100%;
  }
}

/* チェックボックスアイコン */
.f_index .inquiry-checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .f_index .inquiry-checkbox input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
}

/* safari only */
_::-webkit-full-page-media, _:future, :root .f_index .inquiry-checkbox input[type=checkbox] {
  transform: scale(1.9);
  transform-origin: center left;
  left: -6.5px;
  opacity: 0;
}
_::-webkit-full-page-media, _:future, :root .f_index .inquiry-checkbox input[type=checkbox]:focus {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .f_index .inquiry-checkbox input[type=checkbox] {
    transform: scale(1.3);
    transform-origin: center left;
    left: -4.5px;
  }
}
.f_index .inquiry-checkbox .checkBox_icon {
  background-color: #fff;
  position: absolute;
  left: 0;
  border: 1px solid #707070;
  content: '';
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .f_index .inquiry-checkbox .checkBox_icon {
    width: 20px;
    height: 20px;
  }

}
.f_index .inquiry-checkbox input:checked + .checkBox_icon {
  background-color: #006bf9;
  border: 1px solid #006bf9;
}
.f_index .inquiry-checkbox input:checked + .checkBox_icon::before {
  content: '';
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  width: 20px;
  height: 10px;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .f_index .inquiry-checkbox input:checked + .checkBox_icon::before {
    content: '';
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    width: 14px;
    height: 7px;
    top: calc(50% - 2px);
  }
}

/* ご連絡先（電話番号） */
.f_index .f_dl .f_dd_tel {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .f_index .f_dl .f_dd_tel {
    margin-top: 12px;
  }
}

/* ご連絡先（メール） */
.f_index .f_dl .f_dd_mail {
  margin-top: 2.66667vw;
}
@media screen and (min-width: 768px) {
  .f_index .f_dl .f_dd_mail {
    margin-top: 10px;
  }
}

.f_index .f_dd_tel label,
.f_index .f_dd_mail label {
  font-weight: 400;
}
.f_index .f_dd_tel input:nth-of-type(1),
.f_index .f_dd_mail input:nth-of-type(1) {
  margin: 0 1.06667vw 0 0;
}
@media screen and (min-width: 768px) {
  .f_index .f_dd_tel input:nth-of-type(1),
  .f_index .f_dd_mail input:nth-of-type(1) {
      margin: 0 4px 0 0;
    }
    _::-webkit-full-page-media, _:future, :root .f_index .f_dd_tel input:nth-of-type(1),
    _::-webkit-full-page-media, _:future, :root .f_index .f_dd_mail input:nth-of-type(1) {
    margin: 4px 4px 0 0;
  }
}
.f_index .f_dd_tel input:nth-of-type(1):hover,
.f_index .f_dd_mail input:nth-of-type(1):hover {
  cursor: pointer;
}
.f_index .f_dd_tel .txt_tel,
.f_index .f_dd_tel .txt_email,
.f_index .f_dd_mail .txt_tel,
.f_index .f_dd_mail .txt_email {
  display: block;
  margin-top: 0.8vw;
}
@media screen and (min-width: 768px) {
  .f_index .f_dd_tel .txt_tel,
.f_index .f_dd_tel .txt_email,
.f_index .f_dd_mail .txt_tel,
.f_index .f_dd_mail .txt_email {
    margin-top: 3px;
    width: 50%;
  }
}

/* ラジオボタン設定用 */
#telText {
  pointer-events: none;
}

#check--tel:checked + label + #telText {
  pointer-events: all;
}

#mailText {
  pointer-events: none;
}

#check--mail:checked + label + #mailText {
  pointer-events: all;
}

/* 個人情報の取扱同意 */
@media screen and (min-width: 768px) {
  .f_dl .f_sec_privacy dd {
    margin-top: 10px;
  }
}
.f_sec_privacy label {
  display: inline-flex;
  align-items: baseline;
  font-weight: 400;
  line-height: 1.875;
  position: relative;
  padding-left: 40px;
}
@media screen and (min-width: 768px) {
  .f_sec_privacy label {
    padding-left: 25px;
    line-height: 1.25;
  }
}
.f_sec_privacy label:hover {
  cursor: pointer;
}

/* チェックボックスアイコン */
.f_index .f_sec_privacy input[type=checkbox] {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .f_index .f_sec_privacy input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
}

/* safari only */
_::-webkit-full-page-media, _:future, :root .f_index .f_sec_privacy input[type=checkbox] {
  transform: scale(1.9);
  transform-origin: center left;
  left: -6.5px;
  opacity: 0;
}
_::-webkit-full-page-media, _:future, :root .f_index .f_sec_privacy input[type=checkbox]:focus {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .f_index .f_sec_privacy input[type=checkbox] {
    transform: scale(1.3);
    transform-origin: center left;
    left: -4.5px;
  }
}

.f_index .f_sec_privacy .checkBox_icon {
  background-color: #fff;
  position: absolute;
  left: 0;
  border: 1px solid #707070;
  content: '';
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .f_index .f_sec_privacy .checkBox_icon {
    width: 20px;
    height: 20px;
  }

}
.f_index .f_sec_privacy input:checked + .checkBox_icon {
  background-color: #006bf9;
  border: 1px solid #006bf9;
}
.f_index .f_sec_privacy input:checked + .checkBox_icon::before {
  content: '';
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  width: 20px;
  height: 10px;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .f_index .f_sec_privacy input:checked + .checkBox_icon::before {
    content: '';
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    width: 14px;
    height: 7px;
    top: calc(50% - 2px);
  }
}

/* 注記 */
.f_index .f_txt_note {
  font-size: max(3.2vw, 10px);
  margin-top: 1.33334vw;
}
@media screen and (min-width: 768px) {
  .f_index .f_txt_note {
    font-size: 12px;
    margin-top: 5px;
  }
}

/* f_confirm（確認ページ）
------------------------------------------------------------ */
.f_confirm .f_contents__inner {
  padding: 100px 8%;
}

@media screen and (min-width: 768px) {
  .f_confirm .f_contents__inner {
    max-width: 910px;
    margin: 0 auto;
    padding: 100px 1.783%;
  }
}

.f_confirm .f_table {
  max-width: 850px;
  margin: 40px auto 0;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .f_confirm .f_table {
    margin-top: 40px;
  }
}
.f_confirm tr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 0;
  width: 100%;
}
.f_confirm th {
  padding: 10px 10px 10px 20px;
  border: #aeaeae dotted;
  border-width: 0 0 1px 0;
  background: #fff;
  font-size: max(10px, 1.4rem);
  line-height: 1.5;
  text-align: left;
  width: 40%;
}
@media screen and (min-width: 768px) {
  .f_confirm th {
    font-size: 1.6rem;
    padding: 10px 10px 10px 20px;
    width: 30%;
  }
}
.f_confirm th span {
  display: inline-block;
}
.f_confirm td {
  padding: 10px;
  border: #aeaeae dotted;
  border-width: 0 0 1px 0;
  background: #fff;
  font-size: max(10px, 1.4rem);
  line-height: 1.5;
  text-align: left;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .f_confirm td {
    font-size: 1.6rem;
    padding: 10px;
    width: 70%;
  }
}

/* f_thanks（受付終了ページ）
------------------------------------------------------------ */
.f_thanks .f_contents__inner {
  padding: 100px 8%;
}

@media screen and (min-width: 768px) {
  .f_thanks .f_contents__inner {
    max-width: 910px;
    margin: 0 auto;
    padding: 100px 1.783%;
  }
}


.f_thanks .thanks_txt {
  line-height: 1.5;
  margin-top: 20px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .f_thanks .thanks_txt {
    margin-top: 20px;
    font-size: 2rem;
  }
}
.f_thanks .thanks_txt--error .thanks_txt1 {
  color: red;
}
.f_thanks .thanks_txt--error a {
  text-decoration: underline;
  cursor: pointer;
}

/* f_error（エラーページ）
------------------------------------------------------------ */
.f_error .f_ttl {
  border-left: 4px solid #00873C;
  border-bottom: 1px solid #333;
  font-size: 3.2rem;
  padding: 0 0 .5rem 0.5em;
  margin: 50px 0 40px;
}
@media screen and (min-width: 768px) {
  .f_error .f_ttl {
    border-left: 4px solid #404360;
    border-bottom: 1px solid #333;
    font-size: 3.2rem;
    margin: 50px 0 40px;
  }
}
.f_error .f_txt {
  font-size: 2rem;
  padding-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .f_error .f_txt {
    /* font-size: 1.6rem; */
    text-align: left;
  }
}
.f_error .warning {
  color: red;
}
.f_error .top-link {
  color: #4169E1;
  text-decoration: underline;
}

/* リキャプチャー */
/* .grecaptcha-badge {
  bottom: 26.66667vw !important;
  z-index: 90;
}
@media screen and (min-width: 768px) {
  .grecaptcha-badge {
    bottom: 120px !important;
  }
} */