.bl-whole {
  width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .bl-whole {
    width: auto;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.bl-navy-section {
  margin-bottom: 75px;
}
.bl-navy-section mark {
  color: #eb0000;
  background: none;
}
.bl-navy-section__title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 1.8rem;
  background: #001955;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
}
.bl-navy-section__image {
  margin-bottom: 40px;
}
.bl-navy-section__image img {
  display: block;
  margin-bottom: 20px;
}
.bl-navy-section__image + .bl-navy-section__note {
  margin-top: -20px;
}
.bl-navy-section__note {
  font-size: 1rem;
  line-height: 1.6;
}
.bl-navy-section__description {
  margin-bottom: 40px;
}
.bl-navy-section__items {
  margin-bottom: 40px;
}
.bl-navy-section__item {
  margin-left: 1em;
  text-indent: -1em;
}
.bl-navy-section__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl-navy-section:last-of-type {
    margin-bottom: 0;
  }
  .bl-navy-section__title {
    height: 44px;
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
  .bl-navy-section__image {
    margin-bottom: 35px;
    margin-top: 2em !important;
  }
  .bl-navy-section__description {
    margin-bottom: 35px;
  }
  .bl-navy-section__items {
    margin-bottom: 35px;
  }
  .bl-navy-section__text {
    text-align: left;
  }
}

.c-eyecatch {
  background-image: url(../img/viewer/viewer_mv_pc.jpg) !important;
}
@media screen and (max-width: 767px) {
  .c-eyecatch {
    background-image: url(../img/viewer/viewer_mv_sp.jpg) !important;
  }
}

.bl-section mark, .bl-section2 mark, .bl-strong mark {
  color: #eb0000;
  background: none;
}

.bl-whole__title {
  text-align: center;
  font-weight: 700;
  font-size: 3.4rem;
  color: #FFFFFF;
}
.bl-whole__wrap {
  margin-top: 80px;
  padding: 60px 50px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .bl-whole__title {
    font-size: 2.2rem;
  }
  .bl-whole__wrap {
    margin-top: 45px;
    padding: 50px 20px;
  }
}

.bl-caution + .bl-section {
  margin-top: -30px;
}
.bl-caution__title {
  text-align: center;
  color: #eb0000;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
}
.bl-caution__items {
  margin-top: 40px;
  padding: 25px 20px;
  border: solid 1px #E1E3E6;
}
.bl-caution__item {
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .bl-caution__title {
    font-size: 1.8rem;
    text-align: left;
  }
  .bl-caution__items {
    margin-top: 35px;
    padding: 20px 15px;
  }
}

.bl-section {
  margin-top: 100px;
}
.bl-section__title {
  margin: 100px 0 50px;
  background: #001955;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl-section__description {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
  text-align: center;
}
.bl-section p:not(.bl-section__description) {
  margin-bottom: 40px;
}
.bl-section__mustread {
  color: #eb0000;
  text-align: center;
  line-height: 2;
  margin-top: 5px;
}
.bl-section__items {
  margin-top: 25px;
}
.bl-section__item {
  margin-left: 1em;
  text-indent: -1em;
}
.bl-section__image {
  margin: 40px 0;
}
.bl-section img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bl-section a {
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .bl-section {
    margin-top: 80px;
  }
  .bl-section__title {
    margin-top: 80px;
    margin-bottom: 40px;
    height: 56px;
    font-size: 2rem;
  }
  .bl-section p:not(.bl-section__description) {
    margin-bottom: 35px;
  }
  .bl-section__description {
    font-size: 1.8rem;
  }
  .bl-section__mustread {
    margin-top: 0.5em;
  }
  .bl-section__image {
    margin: 35px 0;
  }
}

.bl-strong {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 25px 20px;
  border: solid 1px #E1E3E6;
}
.bl-strong > .bl-section__items {
  margin-top: 0;
}
.bl-strong a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .bl-strong {
    padding: 20px 15px;
  }
}

.bl-section2 {
  margin-top: 50px;
}
.bl-section2__title {
  margin-bottom: 24px;
  color: #001955;
  padding-bottom: 15px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  position: relative;
  border-bottom: solid 1px #E1E3E6;
}
.bl-section2__title:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #001955;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.bl-section2__item {
  margin-left: 1em;
  text-indent: -1em;
}
.bl-section2__item a {
  color: #0066AA;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .bl-section2__title {
    font-size: 1.8rem;
  }
}

.bl-contact {
  margin-top: 100px;
  padding: 50px 40px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 10px;
}
.bl-contact__title {
  font-weight: 700;
  font-size: 2.4rem;
}
.bl-contact__description {
  margin-top: 1.5em;
}
.bl-contact a {
  color: #0066AA;
  text-decoration: underline;
}
@media (min-width: 767.01px) {
  .bl-contact a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .bl-contact {
    margin-top: 40px;
    padding: 50px 20px;
  }
  .bl-contact__title {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .bl-navy-section__image-seat img {
    margin-top: 30px;
  }
}/*# sourceMappingURL=page-viewer.css.map */