@charset "UTF-8";
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  font-family: "Meiryo", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "sans-serif";
}

.breakpoint {
  display: none;
}

header {
  padding: 20px 0 0 0;
  text-align: center;
}

header .header-container {
  background-image: url("rainbow.png");
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: left 40% bottom 100%;
}

header .header-container .site-title {
  width: 20%;
}

.link-wrapper {
  border-top: solid 1px #b6b6b6;
}

.link-wrapper .link-container {
  padding-top: 20px;
}

.link-wrapper .link-container .link-area {
  width: 70%;
  height: 60%;
  margin: 0 auto;
  text-align: center;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.link-wrapper .link-container .link-area li {
  width: 15%;
  padding: 0 5%;
}

.link-wrapper .link-container .link-area li img {
  width: 100%;
  height: auto;
}

.link-wrapper .link-container .link-area li img:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.link-wrapper .wave-green-container {
  margin-top: 12px;
}

.link-wrapper .wave-green-container .wave-green {
  vertical-align: bottom;
  width: 100%;
}

.main-wrapper .main-container {
  padding: 1% 15%;
  background-color: #2eaf6b;
}

.main-wrapper .main-container .description {
  text-align: center;
  color: white;
  font-size: 2.2vw;
}

.main-wrapper .main-container .description .icon {
  width: 6vw;
}

.main-wrapper .main-container .quiz-wrapper {
  padding: 0 5%;
}

.main-wrapper .main-container .quiz-wrapper .quiz-list {
  list-style: none;
  padding: 0;
}

.main-wrapper .main-container .quiz-wrapper .quiz-list .list {
  padding: 10px 10px;
  background-color: yellow;
  border: solid 3px white;
  border-radius: 10px;
  font-weight: bold;
  font-size: 2vw;
  color: black;
  margin-bottom: 12px;
}

.main-wrapper .main-container .quiz-wrapper .quiz-list .list:hover {
  cursor: pointer;
  opacity: 0.8;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-wrapper .main-container .quiz-wrapper .quiz-list .list .list-link {
  text-decoration: none;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.main-wrapper .main-container .quiz-wrapper .quiz-list .list .list-link .question .number {
  background-color: red;
  border-radius: 10px;
  padding: 2px 8px;
  color: white;
  margin: 0;
}

.main-wrapper .main-container .quiz-wrapper .quiz-list .list .list-link .question-s {
  margin-left: 8px;
}

.main-wrapper .main-container .quiz-wrapper .quiz-list .list .ruby {
  font-size: 1.2vw;
}

.main-wrapper .wave-green-container-scale .wave-green-scale {
  vertical-align: top;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  width: 100%;
}

footer {
  text-align: center;
  padding: 20px 0 20px 0;
}

footer .top-image .to-toppage {
  width: 10%;
}

footer .top-image .to-toppage:hover {
  opacity: 0.8;
}

footer .privacy-container {
  padding: 20px 0;
  text-align: center;
}

footer .privacy-container .p-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .privacy-container .p-list a {
  color: black;
  font-size: 12px;
}

footer .privacy-container span {
  margin: 0 5px;
}

footer .site-rights {
  font-size: 10px;
}

@media screen and (max-width: 959px) {
  header {
    padding: 8px 0 4px 0;
  }
  header .header-container {
    background-size: 40%;
    background-position: left 20% bottom 100%;
  }
  header .header-container .site-title {
    width: 40%;
  }
  .link-wrapper .link-container .link-area {
    padding: 0;
    width: 68%;
  }
  .link-wrapper .link-container .link-area li {
    width: 30%;
    padding: 0 3%;
  }
  .main-wrapper .main-container {
    padding: 1% 4%;
    background-color: #2eaf6b;
  }
  .main-wrapper .main-container .description h2 {
    font-size: 4.5vw;
  }
  .main-wrapper .main-container .description h2 .icon {
    width: 6vw;
  }
  .main-wrapper .main-container .description p {
    text-align: center;
    font-size: 3.5vw;
  }
  .main-wrapper .main-container .description p .breakpoint {
    display: block;
  }
  .main-wrapper .main-container .quiz-wrapper {
    padding: 0 2%;
  }
  .main-wrapper .main-container .quiz-wrapper .quiz-list .list {
    font-size: 3.5vw;
    color: black;
  }
  .main-wrapper .main-container .quiz-wrapper .quiz-list .list:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  footer .top-image .to-toppage {
    width: 16%;
  }
}

@media screen and (max-width: 480px) {
  header {
    padding: 8px 0 4px 0;
  }
  header .header-container {
    background-size: 50%;
    background-position: left 20% bottom 100%;
  }
  header .header-container .site-title {
    width: 50%;
  }
  .link-wrapper .link-container .link-area {
    padding: 0;
    width: 90%;
    height: auto;
  }
  .link-wrapper .link-container .link-area li {
    width: 30%;
    padding: 0 3%;
  }
  .main-wrapper .main-container {
    padding: 1% 2%;
    background-color: #2eaf6b;
  }
  .main-wrapper .main-container .description h2 {
    font-size: 6vw;
  }
  .main-wrapper .main-container .description h2 .icon {
    width: 6vw;
  }
  .main-wrapper .main-container .description p {
    text-align: center;
    font-size: 4vw;
  }
  .main-wrapper .main-container .description p .breakpoint {
    display: block;
  }
  .main-wrapper .main-container .quiz-wrapper {
    padding: 0 2%;
  }
  .main-wrapper .main-container .quiz-wrapper .quiz-list .list {
    font-size: 4vw;
    color: black;
  }
  .main-wrapper .main-container .quiz-wrapper .quiz-list .list:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  footer .top-image .to-toppage {
    width: 28%;
  }
}
/*# sourceMappingURL=quiz.css.map */