@charset "UTF-8";
.governance-article__text {
  text-align: justify;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-family: "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  color: #333;
}
.governance-article {
  max-width: 100rem;
  width: 85%;
  margin: 0rem auto;
}
.governance-article__heading {
  max-width: 100rem;
  width: auto;
  margin: 4rem auto 2rem;
  font-size: 2rem;
  line-height: 1.5em;
  color: #1D2894;
  word-break: keep-all;
  font-feature-settings: "palt";
  word-spacing: -0.3em;
}
.governance-article__text {
  text-indent: 1em;
}
.governance-article__text a {
  color: #00B4F5;
  text-decoration: underline;
}
.governance-article__text__p__pdf {
  display: inline-block;
  padding: 0.5rem;
  padding-left: 3rem;
  margin: 0.5rem 0rem;
  background-image: url("../images/pdf.svg");
  background-size: auto 3rem;
  background-position: 0rem 50%;
  background-repeat: no-repeat;
  text-indent: 0;
}
.governance-article__text__p__icon {
  display: inline-block;
  width: 8rem;
  padding: 3.5rem 0rem 0rem;
}
.governance-article__text__p__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.governance-article__text__p__icon_right {
  float: right;
}
.governance-article__links {
  margin-top: 2rem;
  line-height: 1.5em;
  font-weight: 300;
}
.governance-article__links a {
  display: inline-block;
  color: #00B4F5;
  line-height: 2em;
  text-decoration: underline;
}
/*# sourceMappingURL=./governance.css.map */