/* --------------------------------------------------
 WEBGUIDE PAGE STYLES
  -------------------------------------------------- */
.shitamiSection .box:not(:last-child), .realSection .box:not(:last-child) {
  position: relative;
  padding-bottom: 8em;
}
.shitamiSection .box:not(:last-child):before, .realSection .box:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 1em;
  border: 1.8em solid transparent;
  border-top: 1.8em solid #00398f;
  opacity: 0.5;
  transform: translate(-50%, 0);
}
.shitamiSection .box04, .realSection .box04 {
  padding-top: 0;
  padding-bottom: 0;
}
.shitamiSection .box04 .list_check > li, .realSection .box04 .list_check > li {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}
.shitamiSection .box04 .list_check > li:before, .realSection .box04 .list_check > li:before {
  top: 2.1em;
}
@media print, screen and (max-width: 767px) {
  .shitamiSection .box04 .list_check > li, .realSection .box04 .list_check > li {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
  .shitamiSection .box04 .list_check > li:before, .realSection .box04 .list_check > li:before {
    top: 1.55em;
  }
}

.realSection .box:not(:last-child) {
  padding-bottom: 3.25em;
}
.realSection .box:not(:last-child):before {
  border: 1.2em solid transparent;
  border-top: 1.2em solid #00398f;
  bottom: -0.25em;
}

/*# sourceMappingURL=webguide.css.map */
