@charset "UTF-8";
.page-contents h2 {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 2;
}
.page-contents__body {
  margin-top: 3.5rem;
}
.page-contents__section + .page-contents__section {
  margin-top: 3rem;
}
.page-contents__section-title {
  padding-top: .5rem;
  padding-left: 2.9rem;
  padding-bottom: 1rem;
  font-size: 1.8rem;
  color: #333;
  font-weight: normal;
  line-height: 1.25;
  background:
    url(../img/title_bg.jpg) 0 .8rem no-repeat;
  border-bottom: 1px solid #ccc;
}
.page-contents__section > * + * {
  margin-top: 2rem;
}
.page-contents__section p {
  font-size: 1.4rem;
  color: #626262;
  line-height: 1.6;
}
.page-contents__section figure {
  max-width: 75rem;
}
.page-contents__section iframe {
  display: block;
  max-width: 100%;
}
/* --- for small viewport --- */
@media screen and (max-width: 767px) {
  .page-contents {
    padding-left: var(--padding-horizontal-global);
    padding-right: var(--padding-horizontal-global);
  }
}
