/******************************
*F&Qフローティングボタン
*****************************/
.floatingNav_wrapper {
  position: fixed;
  right: 1.5%;
  bottom: 90px;
  z-index: 1;
}

.floatingNav_wrapper a {
  text-decoration: none;
}

.speech_balloon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80px;
  height: 80px;
  padding: 18px 0;

  border-radius: 16px;
  background: #808080;
}

.g21_premium .speech_balloon p {
  letter-spacing: -3px;
}

.speech_balloon p {
  font-size: 28px;
  line-height: 1.2;

  text-align: center;

  color: #fff;
}

.speech_balloon p:first-child {
  font-size: 14px;
}

.speech_balloon .ampersand {
  font-size: 1.5rem;

  margin: 0 2px;
}

/******************************
*g21プレミアム
*****************************/
.g21_premium.floatingNav_wrapper {
 right: 2%;
}

.g21_premium .speech_balloon {
  width: 60px;
  height: 60px;
}

.g21_premium .speech_balloon p:first-child {
  font-size: 28px;
}

.g21_premium .speech_balloon p {
  line-height: 24px;
}

.g21_premium .speech_balloon .ampersand {
  font-size: 1.0rem;
}

@media screen and (max-width: 768px) {
  .speech_balloon .ampersand {
    font-size: 16px;
  }
}

@media screen and (max-width: 439px) {
  .g21_premium .speech_balloon p {
    font-size: 27px !important;
  }
}
