@charset "UTF-8";
@-webkit-keyframes leftIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes leftIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes rightIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes rightIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes bottomIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bottomIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url("/data/webfonts/fontawesome-webfont.eot");
  /* IE9 Compat Modes */
  src: url("/data/webfonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/data/webfonts/fontawesome-webfont.woff") format("woff"), url("/data/webfonts/fontawesome-webfont.ttf") format("truetype"), url("/data/webfonts/fontawesome-webfont.svg#svgFontName") format("svg");
  /* svg - Legacy iOS */
  font-style: normal;
  font-weight: normal;
}
/*
//  keyframes
//
@mixin keyframes($animation-name) {
  @-webkit-keyframes $animation-name {
    @content;
  }
  @-moz-keyframes $animation-name {
    @content;
  }
  @keyframes $animation-name {
    @content;
  }
}
*/
#contents main section .chapter-inner.is-top {
  margin: 60px auto 0;
  border-top: 5px solid #313131;
}
#contents main section.is-top .chapter-inner.is-top {
  margin: 0 auto;
  border-top: none;
}
@media screen and (max-width: 765px) {
  #contents main section .chapter-inner.is-top {
    margin: 23px 20px 0;
    padding: 0;
  }
  #contents main section.is-top .chapter-inner.is-top {
    margin: 0 auto;
    border-top: none;
  }
}
#contents main .images .image {
  padding: 31px 0;
  background: #fff;
}
#contents main .images .image img {
  margin: auto;
  width: auto;
  height: 448px;
}
#contents main .thumbs-wrapper {
  max-width: 440px;
}
#contents main .thumbs {
  margin: 20px 0 0;
}
#contents main .thumbs a {
  display: block;
}
#contents main .thumbs .thumb {
  padding: 0 15px;
}
#contents main .thumbs .thumb img {
  width: 100%;
}
#contents main .text {
  position: relative;
  margin: 46px -10px -24px;
}
#contents main .text h4 {
  margin: 0 0 7px;
  font-size: 24px;
  font-family: "Shuei KakuGo Kin B", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-weight: bold;
}
#contents main .text h5 {
  margin: 0 0 7px;
  font-size: 20px;
  font-family: "Shuei KakuGo Kin B", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-weight: bold;
}
#contents main .text .is-top {
  position: relative;
  margin: -7px 0 0;
}
#contents main .text p {
  margin: 0 0 1.5em;
}
#contents main .second-row {
  margin-top: 30px;
}
@media screen and (max-width: 765px) {
  #contents main .images .image {
    padding: 21px 0;
  }
  #contents main .images .image img {
    height: 158px;
  }
  #contents main .thumbs {
    position: relative;
    margin: 20px 0 0 -15px;
    overflow: hidden;
    width: auto;
  }
  #contents main .text {
    margin: 28px 0 -29px;
  }
  #contents main .text .col {
    padding: 0;
  }
  #contents main .text .col.is-top {
    margin: 0;
  }
  #contents main .text .col h4 {
    margin: 3px 0 5px;
    font-size: 20px;
  }
  #contents main .text .col p {
    margin: 0 0 1.8em;
    line-height: 1.9;
    font-size: 16px !important;
  }
}
#contents main .contents-title {
  padding: 35px 0 30px;
  background: none;
}
#contents main .contents-title h2 {
  font-size: 42px;
}
#contents main .contents-body h3 {
  margin: 0 0 11px;
  font-size: 16px;
}
#contents main .contents-body h3 strong {
  display: inline-block;
  margin: 2px 0 0;
  font-size: 24px;
  font-weight: normal;
}
#contents main .contents-body .grid {
  position: relative;
  margin: -24px 0 0;
}
#contents main .contents-body .col {
  margin: 30px 0 0;
}
#contents main .contents-body .content-list {
  margin-bottom: 20px;
}
#contents main .contents-body .content-list:last-child {
  margin-bottom: 0;
}
#contents main .contents-body .content-list dt {
  font-family: "Shuei KakuGo Kin B", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
#contents main .contents-body .content-list dd {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 765px) {
  #contents main .contents-title {
    padding: 22px 0 30px;
  }
  #contents main .contents-title h2 {
    font-size: 24px;
  }
  #contents main .contents-body .grid {
    margin: -53px 0 0;
  }
  #contents main .contents-body .col {
    margin: 35px 0 0;
    padding: 0;
  }
  #contents main .contents-body h3 {
    margin: 0 0 13px;
  }
  #contents main .contents-body h3 strong {
    margin: 7px 0 0;
    font-size: 24px !important;
  }
  #contents main .contents-body li span {
    font-size: 16px !important;
  }
}
#contents main .list-number {
  overflow: hidden;
  width: 100%;
  margin: 0 0 1.5em;
}
#contents main .list-number .number-block {
  float: left;
  width: 1.5rem;
}
#contents main .list-number .text-block {
  float: left;
  width: 88%;
  margin: 0;
}
#contents main .list-number .text-block p {
  margin: 0;
}

#contents main a.subscription:hover {
  text-decoration: underline !important;
}