@charset "UTF-8";
.max-width-370 {
  max-width: 370px;
}

.max-width-350 {
  max-width: 350px;
}

.max-width-600 {
  max-width: 600px;
}

.max-width-500 {
  max-width: 500px;
}

.btn-hover-blue:hover {
  background-color: #00BFD7 !important;
}

.btn-hover-blue {
  transition: 0.3s;
}

/* デフォルトのリンクの色 */
.link-text {
  color: rgb(250, 250, 250);
  text-decoration: none; /* 下線を非表示にする場合 */
}

/* ホバー時の色（ここが求められている動作です） */
.link-text:hover {
  color: red; /* マウスを乗せると赤に変わります */
  text-decoration: underline; /* ホバー時に下線を出す場合 */
}

.link-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
}/*# sourceMappingURL=button.css.map */