.c_button_more:hover {
  color: #003399;
  border: 1px solid #003399;
  transition: all 0.5s;
}

.is-shadow {
  box-shadow: 2px 2px 4px #e0e0e0;
}

.is-pc_show {
  display: none;
}

.is-show_floatCnvButton {
  display: block;
  position: fixed;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  transition: bottom 0.3s ease-in-out;
  z-index: 9999;
  background: linear-gradient(
    90deg,
    rgba(6, 26, 58, 0.85) 0%,
    rgba(11, 45, 109, 0.85) 45%,
    rgba(24, 120, 210, 0.85) 100%
  );
}

.is-hide_floatCnvButton {
  display: none;
}

@media (min-width: 575px) {
  .is-pc_hidden {
    display: none;
  }

  .is-pc_show {
    display: block;
  }
}
