@charset "utf-8";
.reform {}
.reform h2 {
  border-bottom: 1px solid #7E7E7E;
  padding-bottom: 5px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1.2em;
  padding-left: 5px;
}
.reform h2 span {
  color: #919191;
  font-size: 0.8em;
  margin-bottom: 8px;
  display: block;
  letter-spacing: 0em;
  font-weight: bold;
}
.reform-contents {
  padding: 5px;
  margin-top: 0.5em;
  margin-bottom: 2em;
}
.reform-contents h3 {
  font-weight: bold;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  font-size: 1em;
  line-height: 1.5em;
}
.reform-contents p {
  line-height: 1.4em;
  font-size: 0.9em;
}
.reform-figure {
  margin-top: 0.5em;
}
.reform-figure img {
  width: 100%;
  height: auto;
}
@media screen and (min-width:768px) {
  .reform h2 {
    font-size: 1.6em;
  }
  .reform h2 span {
    font-weight: 200;
  }
  .reform-contents {
    margin-bottom: 3.5em;
  }
  .reform-contents h3 {
    margin-bottom: 0.8em;
    font-size: 1.2em;
  }
  .reform-contents p {
    line-height: 1.6em;
  }
  .reform-figure img {
    width: 90%;
  }
}
@media screen and (min-width:1000px) {}