/* ダメUIのWEBサイト */
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

#prev-btn {
  /* display: inline-block; */

  width: 7rem;
  padding: 0.5rem 2rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #0091d4;
  border: solid 2px #0091d4;
  background: #ffffff;
  border-radius: 30px;
  outline: none;

  cursor: pointer;
  user-select: none;
}

#next-btn {
  /* display: inline-block; */

  width: 8.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.8rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background: #0091d4;
  border-radius: 30px;
  outline: none;

  cursor: pointer;
  user-select: none;
}

#top-btns {
  margin: 0.5rem;
}

#tab-btn {
  /* display: none; */
  text-align: center;
}

.page-title {
  margin: 0.25rem;
}

iframe {
  width: 480px;
  height: 75vh;
}

@media screen and (max-width: 860px) {
  .page-title {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  iframe {
    width: 95vw;
    height: 60vh;
  }
}

/* swiper */
.swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

/* bootstrap */
input[type="radio"] {
  pointer-events: auto !important;
}

.btn {
  font-weight: bold;
  color: #0091d4;
  background-color: #fff;
  border: solid 2px #0091d4;
  padding: 0.25rem 1rem;
  border-radius: 10px;
  cursor: pointer;
}

.active {
  color: #fff;
  background-color: #0091d4;
}

.btn:hover {
  color: #0091d4;
}

.active:hover {
  color: #fff;
}
