@charset "UTF-8";
@import url("reset.css");
:root {
  color: #ffd700;
  background-size: cover;
  background-color: #006600;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

h1 {
  font-style: bold;
  font-size: 5vw;
}

@media (max-width: 800px) {
  h1 {
    font-size: 8vw;
  }
}

@media (max-width: 500px) {
  h1 {
    font-size: 14vw;
  }
}

h2 {
  font-style: bold;
  font-size: 5vw;
}

@media (max-width: 800px) {
  h2 {
    font-size: 8vw;
  }
}

h3 {
  font-style: bold;
}

a {
  color: #000099;
  text-decoration: none;
}

.page {
  text-align: center;
}

.container {
  margin-left: none;
  margin-right: none;
}

#JsAlert {
  color: #FF0000;
  margin: 1rem;
  padding: 1rem;
  border: 4px solid #FF0000;
  background-color: #ffffff;
}

.intro h1, h2, li {
  margin-bottom: 10px;
}

#title {
  padding-top: 5vh;
  /* Adobe Fonts */
  font-family: source-han-sans-japanese, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.formula {
  text-align: center;
}

.formula h2 {
  font-size: 12vw;
}

@media (max-width: 800px) {
  .formula h2 {
    font-size: 14vw;
  }
}

.formula #word {
  margin-top: 16vh;
  margin-bottom: 16vh;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.buttons {
  margin-top: 3rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.buttons button, a {
  /* Adobe Fonts */
  font-family: source-han-sans-japanese, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2vw;
  color: #ffffff;
  border-radius: 5px;
  padding: 0.5rem 0.5rem;
}

@media (max-width: 800px) {
  .buttons button, a {
    font-size: 4vw;
  }
}

@media (max-width: 500px) {
  .buttons button, a {
    font-size: 6vw;
  }
}

.buttons #next {
  background-color: #ffcc00;
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
  border-bottom: solid 3px #d27d00;
  -webkit-box-shadow: inset 0 6px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
          box-shadow: inset 0 6px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.buttons #next:hover {
  background-color: #ffff55;
  color: #006600;
}

@media (min-width: 800px) {
  .buttons #next:hover .balloon {
    display: block;
  }
}

.balloon {
  display: none;
  padding: 0.2rem;
  background-color: #ffffff;
  width: 16rem;
  color: #006600;
  font-size: 0.8rem;
  border-radius: 5px;
}

#counter {
  color: #ffffff;
}

.info {
  list-style: none;
}

.info li {
  font-size: 0.8rem;
  text-align: left;
  margin-left: 10vw;
}

@media (max-width: 800px) {
  .info li {
    margin-left: 1rem;
  }
}

#index {
  background-color: none;
  font-size: 1rem;
}

.share {
  color: #ffffff;
  padding: 1rem 1rem;
}

.share a, .share p {
  font-size: 0.8rem;
}

.share :hover {
  color: #ffff55;
}

.readme {
  /* Adobe Fonts */
  font-family: source-han-sans-japanese, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  padding: 2rem 10rem;
  text-align: left;
}

.readme h2 {
  font-size: 1.2rem;
}

.readme p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1rem;
  text-indent: 1rem;
  line-height: normal;
}

.readme a {
  font-size: 0.8rem;
}

@media (max-width: 800px) {
  .readme {
    padding: 1rem 1rem;
  }
}

footer {
  /* Adobe Fonts */
  font-family: source-han-sans-japanese, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-size: cover;
  background-color: none;
  min-height: 10vh;
  line-height: 10vh;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
}

footer a {
  color: #ffffff;
  font-size: 0.75rem;
}

footer a :hover {
  color: #ffff55;
}
/*# sourceMappingURL=style.css.map */