@charset "UTF-8";
/* Scss Document */
/* @mixin -------------------------------------- */
.h2-page {
  background: url(../images/bg_header.jpg) no-repeat top center;
  height: 230px;
  text-align: center;
  color: #fff;
  padding: 90px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  margin-bottom: 70px;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  position: relative;
}

@media screen and (max-width: 750px) {
  .h2-page {
    width: 100%;
    height: auto;
    padding: 4vh 0;
    margin-bottom: 5vh;
  }
}

.h2-page p {
  font-size: 3rem;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .h2-page p {
    font-size: 2rem;
  }
}

.h2-page p span {
  display: block;
  font-size: 1.2rem;
}

.h2-page::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -3px;
  left: 50%;
  width: 64px;
  height: 6px;
  background: #47A497;
  margin: 0 auto;
  margin-left: -32px;
}

.block-privacypolicy {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 70px;
}

@media screen and (max-width: 750px) {
  .block-privacypolicy {
    display: block;
    margin-bottom: 5vh;
  }
}

h4 {
  font-weight: bold;
  font-size: 2.4rem;
  margin: 20px 0 0 0;
}

.inner p {
  margin: 20px 0 0 0;
}

ul.policy li {
  margin-left: 20px;
  margin-top: 20px;
  list-style-type: square;
}
/*# sourceMappingURL=privacypolicy.css.map */