@charset "UTF-8";
/* 共通カラー */
/* ブレイクポイント */
/* メディアクエリ */
.section--gray {
  background: #f6f7f7;
  padding: 30px 0;
}
@media screen and (min-width: 520px) {
  .section--gray {
    padding: 50px 0;
  }
}
@media screen and (min-width: 760px) {
  .section--gray {
    padding: 30px 0 70px;
  }
}
.section__title {
  font-size: 1.8rem;
  color: #f00;
  padding-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .section__title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 760px) {
  .section__title {
    padding-bottom: 30px;
  }
}

.charter {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
}
.charter__description span {
  color: #f00;
}
.charter__inner {
  margin-top: 30px;
  background: #fff;
  padding: 30px 20px;
}
@media screen and (min-width: 760px) {
  .charter__inner {
    padding: 50px;
  }
}
.charter p {
  line-height: 2;
}

.charter-box {
  padding-top: 30px;
}
@media screen and (min-width: 760px) {
  .charter-box {
    padding-top: 40px;
  }
}
.charter-box__title {
  font-size: 1.8rem;
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .charter-box__title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 760px) {
  .charter-box__title {
    padding-left: 30px;
  }
}
.charter-box__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  transform: translateY(-50%);
  width: 10px;
  height: 4px;
  background: #f00;
}
@media screen and (min-width: 960px) {
  .charter-box__title::before {
    top: 18px;
    width: 20px;
  }
}
.charter-box__description {
  padding-left: 20px;
  padding-top: 10px;
}
@media screen and (min-width: 760px) {
  .charter-box__description {
    padding-left: 30px;
  }
}