@charset "utf-8";

/** article body **/
.article-body .body {
  margin: 0 auto 60px auto;
  padding: 0;
  width: 830px;
  font-size: 16px;
  font-family: HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-weight: normal;
  line-height: 2em;
  color: #000;
  word-wrap: break-word;
}
.article-body h1 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 2.25em;
  font-family: Ryumin Medium KL,"リュウミン M-KL",HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif;
  font-weight: normal;
  line-height: 1.028em;
  color: #000;
}
.article-body h2 {
  font-size: 2em;
  font-family: Ryumin Medium KL,"リュウミン M-KL",HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif;
  font-weight: normal;
  line-height: 1em;
  color: #000;
}
.article-body h3 {
  font-size: 1.75em;
  font-family: Ryumin Medium KL,"リュウミン M-KL",HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif;
  font-weight: normal;
  line-height: 1.142em;
  color: #000;
}
.article-body h4 {
  font-size: 1.5em;
  font-family: Ryumin Medium KL,"リュウミン M-KL",HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif;
  font-weight: normal;
  line-height: 1.333em;
  color: #000;
}
.article-body h5 {
  font-size: 1.375em;
  font-family: Ryumin Medium KL,"リュウミン M-KL",HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif;
  font-weight: normal;
  line-height: 1.4545em;
  color: #000;
}
.article-body h6 {
  font-size: 1.25em;
  font-family: Ryumin Medium KL,"リュウミン M-KL",HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif;
  font-weight: normal;
  line-height: 1.6em;
  color: #000;
}
.article-body p {
  margin: 0 0 32px 0;
  padding: 0;
  font-size: 1em;
  font-family: HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-weight: normal;
  line-height: 2em;
  color: #000;
}
.article-body a {
  font-size: inherit;
  color: rgb(11,40,130);
  text-decoration: none;
  outline: none !important;
}
.article-body a:hover {
  color: rgb(223,42,0);
}
.article-body blockquote.quote {
  margin: 0 0 32px 0;
  padding: 16px 32px;
  background: #e0e0e0;
  border: none;
}
.article-body blockquote.quote > p {
  margin-bottom: 8px;
}
.article-body blockquote.quote > footer {
  text-align: right;
  line-height: 1em;
}

/* figure image figcaption */
.article-body figure figcaption {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 0.875em;
  line-height: 1.57em;
  text-align: left;
  color: rgb(102,102,102);
}
.article-body figure {
  margin: 0;
  padding: 0;
  display: block;
  width: auto;
  height: auto;
}
.article-body figure img {
  max-width: 100%;
  max-height: 100%;
}
.article-body figure.left {
  float: left;
  margin: 8px 24px 24px 0;
}
.article-body figure.right {
  float: right;
  margin: 8px 0 24px 24px;
}
.article-body figure.center {
  clear: both;
  width: 100%;
  margin: 8px auto 24px auto;
  padding: 0;
  text-align: center;
}
.article-body figure.small      {}
.article-body figure.small img  { max-width:240px;max-height:240px; }
.article-body figure.medium     { max-width:480px; }
.article-body figure.medium img { max-width:480px;max-height:480px; }
.article-body figure.large      { max-width:640px; }
.article-body figure.large img  { max-width:640px;max-height:640px; }
.article-body figure.xlarge     { max-width:100%; }
.article-body figure.xlarge img { max-width:830px;max-height:830px; }

/* movie */
.article-body iframe {
  margin: 0 auto 10px auto;
  display: block;
}

.wysiwyg-text-align-left   { text-align:left; }
.wysiwyg-text-align-center { text-align:center; }
.wysiwyg-text-align-right  { text-align:right; }
.wysiwyg-color-black   { color: black;   }
.wysiwyg-color-silver  { color: silver;  }
.wysiwyg-color-gray    { color: gray;    }
.wysiwyg-color-white   { color: white;   }
.wysiwyg-color-maroon  { color: maroon;  }
.wysiwyg-color-red     { color: red;     }
.wysiwyg-color-purple  { color: purple;  }
.wysiwyg-color-fuchsia { color: fuchsia; }
.wysiwyg-color-green   { color: green;   }
.wysiwyg-color-lime    { color: lime;    }
.wysiwyg-color-olive   { color: olive;   }
.wysiwyg-color-yellow  { color: yellow;  }
.wysiwyg-color-navy    { color: navy;    }
.wysiwyg-color-blue    { color: blue;    }
.wysiwyg-color-teal    { color: teal;    }
.wysiwyg-color-aqua    { color: aqua;    }
.wysiwyg-color-orange  { color: orange;  }


/** brower size **/
@media (min-width: 801px) and (max-width: 1220px) {


}

/** responsible breakpoint **/
@media (min-width: 801px) and (max-width: 874px) {
  .article-body .body {
    width: 100%;
    padding: 0 22px;
    box-sizing: border-box;
  }
}

/** responsible tablet breakpoint **/
@media (min-width: 641px) and (max-width: 800px) {
  .article-body .body {
    margin: 0 20px 40px 20px;
    width: auto;
  }
  .article-body figure.small      {}
  .article-body figure.small img  { max-width:50%;max-height:none; }
  .article-body figure.medium     { max-width:50%;width:50%; }
  .article-body figure.medium img { max-width:100%;max-height:none; }
  .article-body figure.large      { max-width:100%;width:100%; }
  .article-body figure.large img  { max-width:100%;max-height:none; }
  .article-body figure.xlarge     { max-width:100%;width:100%; }
  .article-body figure.xlarge img { max-width:100%;max-height:none;width:100%; }
}

/** responsible smartphone breakpoint **/
@media (max-width: 640px) {
  .article-body .body {
    margin: 0 12px 32px 12px;
    width: auto;
    font-size: 18px;
    line-height: 1.39em;
  }
  .article-body h1 {
    margin-bottom: 22px;
    font-size: 1.28em;
    line-height: 1.086em;
  }
  .article-body h2 {
    font-size: 1.22em;
    line-height: 1.136em;
  }
  .article-body h3 {
    font-size: 1.166em;
    line-height: 1.19em;
  }
  .article-body h4 {
    font-size: 1.111em;
    line-height: 1.25em;
  }
  .article-body h5 {
    font-size: 1.05em;
    line-height: 1.32em;
  }
  .article-body h6 {
    font-size: 1em;
    line-height: 1.39em;
  }
  .article-body p {
    margin-bottom: 25px;
    font-size: 1em;
    line-height: 1.39em;
  }
  .article-body blockquote.quote {
    margin: 0 0 24px 0;
    padding: 13px;
  }
  .article-body blockquote.quote > p {
    margin-bottom: 8px;
  }
  .article-body blockquote.quote > footer {
    text-align: right;
  }
  .article-body figure > figcaption {
    font-size: 0.78em;
    line-height: 1.36em;
  }
  .article-body figure.left,
  .article-body figure.right {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .article-body figure.small      {}
  .article-body figure.small img  { max-width:100%;max-height:none; }
  .article-body figure.medium     { max-width:100%;width:100%; }
  .article-body figure.medium img { max-width:100%;max-height:none; }
  .article-body figure.large      { max-width:100%;width:100%; }
  .article-body figure.large img  { max-width:100%;max-height:none; }
  .article-body figure.xlarge     { max-width:100%;width:100%; }
  .article-body figure.xlarge img { max-width:100%;max-height:none;width:100%; }

  /* movie */
  .article-body iframe { width:100%;height:220px; }

}
