@charset "UTF-8";
.pageContent {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Noto Serif JP',"ヒラギノ明朝 ProN W2", "HiraMinProN-W2", "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.pageContent p {
  font-size: 16px;
  line-height: 1.5;
}

.pageContent img {
  max-width: 100%;
  vertical-align: bottom;
}

.pageContent .button {
  padding: 5em 0 6em 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .pageContent .button {
    padding-top: 1.6em;
    padding-bottom: 3em;
  }
}

.pageContent .button a {
  display: block;
  background-color: #e2ded9;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  padding: 0.9em 0;
  position: relative;
}
.pageContent .button a.mini {
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .pageContent .button a {
    font-size: 17px;
  }
  .pageContent .button a.mini {
    font-size: 0.8em;
  }

}

.pageContent .button a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 5%;
  top: 45%;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0 8px 0;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.breadcrumb li {
  padding: 10px 1em 10px 0;
}

.breadcrumb li a, .breadcrumb li span {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .breadcrumb li a, .breadcrumb li span {
    font-size: 1.2rem;
  }
}

.breadcrumb li a {
  position: relative;
  display: inline-block;
  padding-right: 1em;
}

.breadcrumb li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px #000 solid;
  border-right: 1px #000 solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: -3px;
  top: 3px;
}

@media screen and (max-width: 768px) {
  .breadcrumb li a:after {
    top: 2px;
  }
}

.breadcrumb li.home {
  background-image: url(../img/icon_home.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 34px;
  background-size: 20px auto;
}

@media screen and (max-width: 768px) {
  .breadcrumb li.home {
    padding-left: 28px;
  }
}
/*# sourceMappingURL=common.css.map */