@charset "UTF-8";
/*----------------------------------

messageCSS

----------------------------------*/
body.message main p {
  font-size: 1.9rem;
  line-height: 2.2;
}
body.message main .mainImg {
  max-width: 1100px;
  margin: 0 auto;
}
body.message main .pageContents section {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body.message main .pageContents section:nth-of-type(even) .lead .img {
  order: 2;
}
body.message main .pageContents section:nth-of-type(even) .lead h2 {
  order: 1;
}
body.message main .pageContents section > *:not(.lead) {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}
body.message main .pageContents section p {
  margin-top: 70px;
}
body.message main .pageContents section h2 {
  margin-top: 54px;
}
body.message main .pageContents section h2 span {
  display: block;
  font-size: 2.6rem;
  text-align: right;
}
body.message main .pageContents section h2 figure {
  display: block;
  width: 150px;
  margin: 0 0 0 auto;
}
body.message main .pageContents section + section {
  margin-top: 100px;
}

@media (max-width: 919px) {
  body.message main p {
    font-size: 1.25rem;
    line-height: 2;
  }
  body.message main .pageContents section p {
    margin-top: 30px;
  }
  body.message main .pageContents section h2 {
    margin-top: 17px;
  }
  body.message main .pageContents section h2 span {
    font-size: 1.8rem;
  }
  body.message main .pageContents section h2 figure {
    width: 130px;
    margin-top: 5px;
  }
  body.message main .pageContents section + section {
    margin-top: 50px;
  }
}
