.index_ttl .index_ttl_info {
  display: block;
}
.index_ttl .index_ttl_info .infoTxt {
  padding: 0;
  margin: 0.8em 0 0;
}

.index_ttl_modal_image {
  position: absolute;
  top: 15rem;
  right: 0;
  width: 320px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .index_ttl_modal_image {
    top: 23.5rem;
    width: 30%;
  }
}
@media screen and (min-width: 1px) and (max-width: 600px) {
  .index_ttl_modal_image {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-top: 20px;
  }
}
.index_ttl_modal_image .index_ttl_modal_image_title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .index_ttl_modal_image .index_ttl_modal_image_title {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 600px) {
  .index_ttl_modal_image .index_ttl_modal_image_title {
    font-size: 2rem;
  }
}
.index_ttl_modal_image .index_ttl_modal_image_text {
  font-size: 1.2rem;
  color: #333;
  text-align: center;
  margin-top: 7px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .index_ttl_modal_image .index_ttl_modal_image_text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 600px) {
  .index_ttl_modal_image .index_ttl_modal_image_text {
    font-size: 1.6rem;
  }
}
.l-modal {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.opened {
  opacity: 1;
  visibility: visible;
}

.l-modal-wrapper {
  position: fixed;
  z-index: 9990;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.l-modal-wrapper::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.l-modal-container {
  position: relative;
  z-index: 9992;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  width: 100%;
  max-width: 964px;
  max-height: 100%;
  outline: none !important;
}

.l-modal-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.l-modal-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rbg(0, 0, 0, 0.6);
}

.content-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
}
.content-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rbg(0, 0, 0, 0.6);
  background: #000;
}

.l-modal-content-close {
  position: fixed;
  z-index: 9991;
  width: 35px;
  height: 35px;
  top: 0;
  right: 0;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */