@charset "utf-8";
.temp--main--font--color {
  font-weight: bold;
  color: #004ea2;
}

.bold {
  font-weight: bold;
}

.temp--font--size--l {
  font-size: 24px;
}

.temp--font--size--m {
  font-size: 20px;
}

.temp--font--size--s {
  font-size: 14px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.w100 {
  width: 100%;
}

.tac {
  text-align: center;
}

.temp--form--cta--box {
  width: 100%;
  height: auto;
  padding: 2%;
  margin: 0;
  border: 1px solid #eee;
  background-color: #fff8f7;
}

.temp--form--cta--box--headline {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 4px;
}

.temp--form--cta--box--text {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

.trust-strong {
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fffea6 0%);
}

.small-input {
  font-size: 20px;
  font-weight: bold;
}

.fa-envelope {
  border-radius: 50%;
  background-color: #004ea2;
  color: #fff;
  font-size: 24px;
  padding: 6px;
}

.temp--form--cta--box--btn {
  position: relative;
  box-shadow: 0 3px 10px 0 rgb(0 0 0 / 30%);
  width: 80%;
  height: auto;
  padding: 2px;
  margin: 20px auto;
  display: block;
  text-align: center;
  background-color: #fff;
  border: 3px solid #004ea2;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 2;
  color: #004ea2;
}

.temp--form--cta--box--btn:before {
  content: "";
  bottom: -1px;
  right: -1px;
  border-top: 44px solid transparent;
  border-right: 44px solid #004ea2; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
}

.temp--form--cta--box--btn:after {
  content: url(http://www.reformhiyo.com/wp-content/uploads/2021/06/icon-yajirusi@2x.png);
  display: block;
  bottom: -16px;
  color: #fff; /* 文字色はここで変更 */
  font-weight: bold;
  right: 3px;
  position: absolute;
  z-index: 101;
}

.temp--form--cta--box--btn:hover {
  opacity: 0.5;
  color: #004ea2;
}

/*フローティングバナー**************/
.fa-home {
  color: #fff;
}
.temp--bottom--bunner {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
  border-top: 1px solid #000;
  background-color: #000;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  opacity: 0;
  transition: 1s;
}

.temp--bottom--bunner a {
  padding: 5px;
  display: block;
  color: #fff;
  padding: 8px;
  text-decoration: none;
}
.temp--bottom--bunner a:hover {
  border-bottom: 2px;
  opacity: 0.5;
  color: #004ea2;
}

.small-input-footer {
  font-size: 20px;
  border-radius: 20px;
  background-color: #004ea2;
  color: #fff;
  padding: 6px 3px 6px 10px;
  font-weight: bold;
  margin: 0 10px 0 0;
}

.temp--bottom--bunner--inner {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 14px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  line-height: 1.1;
  color: #004ea2;
  background-color: #fff;
  border: 3px solid #004ea2;
}

.temp--bottom--bunner--inner:before {
  content: "";
  bottom: -1px;
  right: -1px;
  border-top: 44px solid transparent;
  border-right: 44px solid #004ea2; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
}

.temp--bottom--bunner--inner:after {
  content: url(http://www.reformhiyo.com/wp-content/uploads/2021/06/icon-yajirusi@2x.png);
  display: block;
  bottom: -3px;
  color: #fff; /* 文字色はここで変更 */
  font-weight: bold;
  right: 3px;
  position: absolute;
  z-index: 101;
}

.balloon {
  position: absolute;
  top: -20px;
  right: 3%;
  background-color: green;
  padding: 5px 14px;
  border-radius: 2em;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 23px;
}

.spn-indention {
  display: none;
}

.sp-none {
  font-size: 24px;
  font-weight: bold;
}

/*sp*/
@media screen and (max-width: 480px) {
  .sp-none {
    display: none;
  }

  .temp--form--cta--box {
    width: 100%;
    height: auto;
    padding: 2%;
    margin: 0;
    border: 1px solid #eee;
    background-color: #fff8f7;
  }

  .temp--form--cta--box--headline {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 4px;
  }

  .trust-strong {
    font-size: 1.2rem;
  }

  .small-input {
    font-size: 16px;
  }

  .temp--form--cta--box--text {
    text-align: left;
    font-size: 1rem;
    margin-bottom: 14px;
  }

  .temp--form--cta--box--btn {
    padding: 6px;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2;
    margin: 10px auto;
  }

  .fa-envelope {
    font-size: 16px;
    padding: 6px;
  }

  .temp--bottom--bunner--inner {
    line-height: 1.5;
    text-align: center;
  }

  .temp--form--cta--box--btn:after {
    bottom: -2px;
    right: 2px;
  }

  /*フローティングバナー**************/

  /*.small-input-footer{
    font-size: 14px;
    padding: 4px 4px 4px 8px;
    margin-left:4px;
  }スマホでは「30秒で入力」いったん不要*/

  .no-text {
    font-size: 17px;
    font-weight: bold;
  }

  .temp--font--size--l {
    font-size: 17px;
  }

  .temp--font--size--m {
    font-size: 23px;
  }

  .temp--font--size--s {
    font-size: 12px;
  }
  .temp--bottom--bunner {
    width: 100%;
    padding: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    display: block;
    border-top: 1px solid #f4f0eb;
    opacity: 0;
  }
  .temp--bottom--bunner a {
    display: block;
    color: #eee;
    padding: 18px;
    text-decoration: none;
  }

  .temp--bottom--bunner--inner {
    width: 100%;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
  }

  .sp-balloon {
    width: 100%;
    color: #004ea2;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    background-color: green;
    border-radius: 2em;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
  }

  .spn-indention {
    display: block;
  }
}
.temp--bottom--bunner--inner--title--sp {
  font-weight: bold;
}
/*pc*/
@media (min-width: 481px) {
  .pc-none {
    display: none !important;
  }
}
