@charset "UTF-8";

@media print, (min-width: 768px) {
.quiz-link {
  text-align: center;
  margin: 40px 0 50px;
}

.education-movie {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 2em;
  padding-top: 56.3%;
}

.education-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.education-banner {
  max-width: 70%;
  margin: 0 auto;
  padding-top: 4em;
}

.book-image {
  text-align: center;
}

.book-image img {
  box-shadow: 4px 4px 10px rgba(0,0,0,.2);
}

.bookinfo-block {
  margin-bottom: 1em;
  font-size: 90%;
}

.book-buying-link a {
  display: block;
  width: 60px;
  border: solid 1px #ccc;
}

.book-buying-link a img {
  display: block;
  width: 100%;
  height: auto;
}

.book-buying-link a:hover img {
  opacity: .7;
}

.book-flier-link img {
  width: 50%;
}

.book-flier-link a:hover img {
  opacity: .7;
}
}

@media screen and (max-width: 767px) {
  .quiz-link {
    margin-bottom: 40px;
  }

  .education-movie {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 2em;
    padding-top: 56.3%;
  }

  .education-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  .education-banner {
    padding-top: 1.5em;
  }

  .book-image {
    text-align: center;
  }

  .book-image img {
      max-width: 40%;
      box-shadow: 4px 4px 10px rgba(0,0,0,.2);
  }

  .bookinfo-block {
    margin-bottom: 1em;
  }

  .book-buying-link a {
    display: block;
    width: 100%;
    border: solid 1px #ccc;
  }

  .book-buying-link a img {
    display: block;
    width: 100%;
    height: auto;
  }

  .book-flier-link {
  padding-left: 3em !important;
  }

  .book-flier-link .bookinfo-ttl {
    margin-bottom: 0 !important;
  }

  .book-flier-link img {
    width: 80%;
  }
}