@charset "UTF-8";
/* line 1, app/assets/stylesheets/redesign2024.css.scss */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/* スクロールバー全体をスタイリング */
/* line 8, app/assets/stylesheets/redesign2024.css.scss */
::-webkit-scrollbar {
  height: 10px;
  /* 縦スクロールバーの幅 */
}

/* スクロールバーのハンドル（動かす部分）をスタイリング */
/* line 13, app/assets/stylesheets/redesign2024.css.scss */
::-webkit-scrollbar-thumb {
  background: #ccc;
  /* ハンドルの背景色 */
  border-radius: 4px;
  background-clip: padding-box;
  margin-block: 20px;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}

/* ハンドルがホバーされた時のスタイリング */
/* line 25, app/assets/stylesheets/redesign2024.css.scss */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* ホバー時のハンドルの背景色 */
}

/* line 30, app/assets/stylesheets/redesign2024.css.scss */
.oFloatingButtons {
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  padding: 10px;
  display: flex;
  gap: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
}

@media screen and (min-width: 640px) {
  /* line 30, app/assets/stylesheets/redesign2024.css.scss */
  .oFloatingButtons {
    gap: 32px;
  }
}

/* line 43, app/assets/stylesheets/redesign2024.css.scss */
.oFloatingButtons a {
  display: block;
  width: 50%;
  max-width: 320px;
}

/* line 48, app/assets/stylesheets/redesign2024.css.scss */
.oFloatingButtons .button1 {
  color: white;
  background-color: #F57374;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 640px) {
  /* line 48, app/assets/stylesheets/redesign2024.css.scss */
  .oFloatingButtons .button1 {
    font-size: 16px;
    height: 51px;
    line-height: 51px;
  }
}

/* line 61, app/assets/stylesheets/redesign2024.css.scss */
.oFloatingButtons .button2 {
  color: white;
  background-color: #00B900;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 640px) {
  /* line 61, app/assets/stylesheets/redesign2024.css.scss */
  .oFloatingButtons .button2 {
    line-height: 51px;
    font-size: 16px;
    height: 51px;
  }
}

/* line 77, app/assets/stylesheets/redesign2024.css.scss */
.toha-box img {
  width: 50px;
}

@media screen and (min-width: 768px) {
  /* line 77, app/assets/stylesheets/redesign2024.css.scss */
  .toha-box img {
    width: 88px;
  }
}
