/* Scss Document */
#product.apo_inj sup {
  font-size: 90%;
  top: -0.3em;
}
#product.apo_inj h2 {
  font-size: 2.2rem;
  border-image: none;
  margin-bottom: 30px;
  border-bottom: none;
  padding: 10px 10px 10px 15px;
  background: #084a87;
  color: #fff;
  line-height: 1;
}
#product.apo_inj h3 {
  font-size: 2rem;
  margin-bottom: 12px;
}
#product.apo_inj .top-column {
  display: flex;
  gap: 50px;
}
#product.apo_inj .top-column > div {
  width: calc(50% - 25px);
}
#product.apo_inj .top-column .slider {
  height: 300px;
  overflow: hidden;
  border: solid 1px #ccc;
}
#product.apo_inj .top-column .slider .slick-slide {
  height: 300px;
  display: flex;
  align-items: center;
}
#product.apo_inj .top-column .slider .slick-img {
  display: flex;
  align-items: center;
  height: 300px;
}
#product.apo_inj .top-column .slider img {
  max-height: 300px;
  margin: auto;
}
#product.apo_inj .top-column .slick-next {
  right: 10px;
}
#product.apo_inj .top-column .slick-prev {
  left: 10px;
}
#product.apo_inj .top-column .thumbnail {
  height: 80px;
  margin: 15px -5px 0;
  overflow: hidden;
  display: flex;
  column-gap: 10px;
  width: calc(100% + 8px);
}
#product.apo_inj .top-column .thumbnail .slick-list {
  width: 100%;
}
#product.apo_inj .top-column .thumbnail .slick-slide {
  overflow: hidden;
  margin: 0 5px;
  border: solid 1px #ccc;
}
#product.apo_inj .top-column .thumbnail .slick-img {
  width: calc(33.33% - 10px) !important;
}
#product.apo_inj .top-column .thumbnail img {
  max-height: 78px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#product.apo_inj .top-column .table tbody th {
  width: 140px;
}
#product.apo_inj .movie {
  margin-top: 60px;
}
#product.apo_inj .movie .movie-column {
  display: grid;
  justify-content: center;
  gap: 50px;
}
#product.apo_inj .movie .movie-column > div {
  width: 720px;
  max-width: 100%;
}
#product.apo_inj .movie .movie-embed {
  position: relative;
}
#product.apo_inj .movie .movie-embed > div {
  padding-top: 56.25%;
}
#product.apo_inj .movie .movie-embed > div iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#product.apo_inj .movie .movie-thumb {
  display: none;
}
#product.apo_inj .check {
  margin-top: 60px;
}
#product.apo_inj .check > div {
  display: flex;
  gap: 30px;
  justify-content: center;
}
#product.apo_inj .check img {
  max-width: 150px;
  border: solid 1px #ccc;
}
#product.apo_inj .check .btn {
  margin-left: 0;
}
#product.apo_inj .document {
  margin-top: 60px;
}
#product.apo_inj .document table th {
  width: 33%;
}
#product.apo_inj .document table th em {
  font-style: normal;
}
#product.apo_inj .document table th p {
  margin-top: 10px;
  line-height: 1.3;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  #product.apo_inj h2 {
    font-size: 2rem;
  }
  #product.apo_inj h3 {
    font-size: 1.8rem;
  }
  #product.apo_inj .top-column {
    flex-wrap: wrap;
  }
  #product.apo_inj .top-column > div {
    width: 100%;
  }
  #product.apo_inj .movie .movie-column {
    flex-wrap: wrap;
  }
  #product.apo_inj .movie .movie-column > div {
    width: 100%;
  }
  #product.apo_inj .document table {
    max-width: 500px;
  }
  #product.apo_inj .document table th {
    width: 100%;
  }
}
.apokyn .intro {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .apokyn .intro {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.apokyn .movie {
  margin-top: 60px;
}
.apokyn .movie-embed {
  position: relative;
  max-width: 720px;
  margin: 20px auto 0;
}
.apokyn .movie-embed > div {
  padding-top: 56.25%;
}
.apokyn .movie-embed > div iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
}
.modal .modal-over {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  height: 100%;
  width: 100%;
}
.modal .modal-content {
  background: #fff;
  position: fixed;
  width: 90%;
  max-width: 640px;
  text-align: center;
  max-height: 360px;
  padding: 30px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .modal .modal-content {
    max-height: 480px;
  }
}
.modal .intro {
  text-align: center;
}
.modal .question {
  font-weight: bold;
  font-size: 2rem;
  margin: 20px auto 0;
}
.modal .modal-button {
  display: flex;
  gap: 30px;
}
.modal .modal-button > div {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .modal .modal-button {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
  .modal .modal-button > div {
    width: 100%;
    max-width: 300px;
  }
}
.modal .modal-button a, .modal .modal-button button {
  font-size: 2rem;
  width: 100%;
  padding: 10px;
  font-weight: bold;
  border-radius: 40px;
}
.modal .modal-button a:before, .modal .modal-button button:before {
  content: none;
}
.modal .modal-button a span, .modal .modal-button button span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}
.modal .attention {
  color: #999;
  margin-top: 30px;
}
