@charset "UTF-8";
.aboutLeadTextWrap {
  position: relative;
  z-index: 1;
}
.aboutLeadTextWrap:before {
  content: "";
  display: block;
  background-image: url(../images/about-deco-01.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;
  max-width: 183px;
  width: 12%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
}
.aboutLeadTextWrap:after {
  content: "";
  display: block;
  background-image: url(../images/about-deco-02.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;
  max-width: 190px;
  width: 12%;
  height: 95%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
}
.aboutLeadTextWrap .container {
  width: 75%;
  position: relative;
  z-index: 1;
}

.borderBottomSubTitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-bottom: 1px solid #AFAFAF;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 10px;
  padding-bottom: 12px;
}

.note {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.note::before {
  content: "※";
}

.pageAbout p {
  line-height: 2;
  vertical-align: middle;
}
.pageAbout ul:not(.breadcrumb) {
  list-style: disc;
  margin-left: 1em;
}
@media (min-width: 768px){
  .borderBottomSubTitle {
    font-size: 2.4rem;
  }
}
@media (min-width: 960px){
  .aboutLeadTextWrap:before {
    left: 0;
  }
  .aboutLeadTextWrap:after {
    right: 0;
  }
  .aboutLeadTextWrap .container {
    width: 94%;
  }
  .borderBottomSubTitle {
    font-size: 2.6rem;
  }
}

/*# sourceMappingURL=about.css.map*/