@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700,900");

@import url("https://fonts.googleapis.com/css?family=Barlow:400,600&display=swap");

.w_pageTitle {
  background-image: url(../img/news/mainvisual.jpg);
  margin-bottom: 80px;
}

.singlePage .w_pageTitle {
  background-image: none;
  margin-bottom: 0;
}

.singlePage .w_pageTitle .h1 {
  color: #4c4948;
}

.singlePage .w_pageTitle .h1 .t1:after {
  background-color: #4c4948;
}

.newsNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.newsNav__list__item {
  background-color: #dcdcdc;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.newsNav__list__item.item__01 {
  letter-spacing: 0.29em;
}

.newsNav__list__item.item__02 {
  letter-spacing: 0.32em;
}

.newsNav__list__item.item__03 {
  letter-spacing: 0.32em;
}

.newsNav__list__item:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4c4948;
  border-right: 1px solid #4c4948;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.newsNav__list__item.is__current {
  background-color: #56595c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.newsNav__list__item.is__current:before {
  border-color: #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.newsNav__list__item.is__current a {
  color: #fff;
}

.newsNav__list__item a {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.newsNav__subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newsNav__subList__item {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.newsNav__subList__item.is__current a {
  color: #b81c2b;
}

.newsNav__subList__item.is__current a:before {
  border-color: #b81c2b;
}

.newsNav__subList__item:before {
  content: "";
  display: block;
  width: 1px;
  height: 36px;
  background-color: #4c4948;
  position: absolute;
  top: 0;
  left: 0;
}

.newsNav__subList__item:first-child:before {
  content: none;
}

.newsNav__subList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
}

.newsNav__subList__item a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4c4948;
  border-right: 1px solid #4c4948;
  position: absolute;
  top: 0;
  bottom: -25px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.newsResultList__item {
  border: 1px solid #4c4948;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 80px;
}

.newsResultList__item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.newsResultList__item__thumbnail {
  position: relative;
}

.newsResultList__item__thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #665E51;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.newsResultList__item__thumbnail__photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 246px;
}

.newsResultList__item__titArea__category {
  background-color: #4c4948;
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 130px;
  height: 22px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
}

.newsResultList__item__titArea__title {
  font-size: 16px;
  line-height: 1.937;
  margin-bottom: 20px;
}

.newsResultList__item__descArea {
  padding: 20px 30px 30px 30px;
}

.newsResultList__item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.arrowMoreBtn {
  font-size: 10px;
  width: 85px;
  margin: 0 0 0 auto;
  padding-bottom: 2px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.arrowMoreBtn:before {
  content: "";
  width: 75px;
  height: 2px;
  margin: auto;
  background-color: #4c4948;
  position: absolute;
  bottom: 0;
  right: 10px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.arrowMoreBtn:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 12px;
  border-color: transparent transparent transparent #4c4948;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
}

.moreBtn {
  width: 326px;
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #4d4d4d;
  margin: 0 auto;
  margin-top: 120px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.moreBtn a {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.moreBtn a:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/ico_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 1px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pageTitle__categoryArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.pageTitle__categoryArea__category {
  font-size: 18px;
  letter-spacing: 0.15em;
}

.pageTitle__categoryArea__date {
  font-size: 15px;
  padding-left: 40px;
  position: relative;
}

.pageTitle__categoryArea__date:before {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background-color: #4d4d4d;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
}

.pageTitle h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.892;
  letter-spacing: 0.15em;
  text-align: center;
}

.newsInformationArea {
  background-color: #dfdfdf;
  background-image: url(../img/common/bg_paper.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: 200px;
  padding: 85px 0;
  margin-bottom: 100px;
}

.singlePager {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.singlePager__item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

.singlePager__prev a {
  display: block;
  padding-left: 55px;
  position: relative;
}

.singlePager__prev a:before {
  content: "";
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #4c4948;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.singlePager__prev a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 12px 0 0;
  border-color: transparent #4c4948 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 4px;
  left: 0;
  margin: auto;
}

.singlePager__next a {
  display: block;
  padding-right: 55px;
  position: relative;
}

.singlePager__next a:before {
  content: "";
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #4c4948;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.singlePager__next a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 12px;
  border-color: transparent transparent transparent #4c4948;
  position: absolute;
  top: 0;
  bottom: 4px;
  right: 0;
  margin: auto;
}

ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 35px;
  font-family: 'Crimson Text', serif;
}

ul.page-numbers li {
  margin: 0 15px;
}

ul.page-numbers .current {
  color: #b81c2b;
}

ul.page-numbers .next,
ul.page-numbers .prev {
  display: block;
  position: relative;
  padding-right: 60px;
}

ul.page-numbers .prev:before {
  content: "";
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #4c4948;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

ul.page-numbers .prev:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 12px 0 0;
  border-color: transparent #4c4948 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 4px;
  left: 0;
  margin: auto;
}

ul.page-numbers .next:before {
  content: "";
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #4c4948;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

ul.page-numbers .next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 12px;
  border-color: transparent transparent transparent #4c4948;
  position: absolute;
  top: 0;
  bottom: 4px;
  right: 0;
  margin: auto;
}

@-moz-document url-prefix()  {
  /* Firefox fix */

  ul.page-numbers .next:before {
    top: 6px;
  }
}

.singleCategoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.singleCategoryList.center {
  justify-content: center;
}


.singleCategoryList__item {
  font-size: 16px;
  background-color: #c8c8c8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.singleCategoryList__item a {
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.singleCategoryList__item a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #56595c;
  border-right: 1px solid #56595c;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contentBox:not(:first-child) {
  margin-top: 35px;
}

.contentBox__image > div {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.contentBox__image > div a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.contentBox__image__thumbnail {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}

.contentBox__image__thumbnail + * {
  margin-top: 13px;
}

.contentBox__image__thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #665E51;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.contentBox__image__thumbnail:after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/modelhouse/photo_btn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}

.contentBox__image__thumbnail + .contentBox__image__text {
  margin-bottom: 45px;
}

.contentBox__image__text {
  font-size: 15px;
  line-height: 2.06;
  text-align: justify;
  text-justify: inter-ideograph;
}

.contentBox__image.type02 .contentBox__image__thumbnail + .contentBox__image__text {
  margin-bottom: 0;
}

.contentBox__image.type03 .contentBox__image__thumbnail + .contentBox__image__text {
  margin-bottom: 0;
}

.contentBox__midashi {
  font-size: 28px;
  line-height: 1.892;
  letter-spacing: 0.18em;
}

.contentBox__text {
  font-size: 15px;
  line-height: 2.06;
  text-align: justify;
  text-justify: inter-ideograph;
}

.contentBox__text a {
  color: #ca5560;
  text-decoration: underline;
}

.contentBox__text > p + p {
  margin-top: 30px;
}

.contentBox .movieBlock iframe {
  width: 100%;
  height: 393px;
}

.type05 + .contentBox {
  margin-top: 60px;
}

.type06 + .contentBox {
  margin-top: 20px;
}

#infscr-loading {
  margin: 0 auto;
  font-size: 11px;
  clear: both;
}

#infscr-loading .comment {
  width: 200px;
  position: relative;
  top: 20px;
  padding: 20px 20px;
  margin: 0 auto;
  text-align: center;
}

#infscr-loading img {
  display: none;
}

@media print, screen and (min-width: 680px) {
  .foot .block1 {
    padding-top: 200px;
  }

  .newsNav {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .newsNav__list__item:hover {
    background-color: #ABACAE;
  }

  .newsNav__list__item:hover a {
    color: #fff;
  }

  .newsNav__list__item {
    width: 326px;
    margin-left: 10px;
  }

  .newsNav__list__item:first-child {
    margin-left: 0;
  }

  .newsNav__list__item.is__current:hover {
    background-color: #ABACAE;
  }

  .newsNav__subList__item {
    width: 188px;
    line-height: 1;
  }

  .newsNav__subList__item:hover a:before {
    bottom: -31px;
  }

  .newsNav__subList__item:first-child,
  .newsNav__subList__item:nth-child(6) {
    width: 119px;
  }

  .newsNav__subList__item:first-child a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .newsNav__subList__item:first-child a:before {
    left: 22px;
    right: auto;
    margin: auto 0;
  }

  .newsNav__subList__item:nth-child(6) a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .newsNav__subList__item:nth-child(6) a:before {
    right: 14px;
    left: auto;
    margin: auto 0;
  }

  .newsNav__subList__item a:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .newsNav__subList {
    margin-bottom: 80px;
  }

  .newsNav__subList__item {
    width: 229px;
    letter-spacing: 0.23em;
  }

  .newsNav__subList__item a {
    font-size: 18px;
  }

  .newsNav__subList__item:first-child {
    width: 187px;
  }

  .newsNav__subList__item:first-child a:before {
    left: 50px;
  }

  .newsNav__subList__item:last-child {
    width: 124px;
  }

  .newsNav__subList__item:last-child a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .newsNav__subList__item:last-child a:before {
    right: -70px;
  }

  .newsResultList {
    margin-left: -30px;
    margin-bottom: 100px;
  }

  .newsResultList__inner {
    width: 1030px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newsResultList__item:hover .arrowMoreBtn {
    width: 75px;
  }

  .newsResultList__item:hover .arrowMoreBtn:before {
    width: 65px;
  }

  .newsResultList__item:hover .newsResultList__item__thumbnail:before {
    opacity: 0.4;
  }

  .newsResultList__item {
    width: 306px;
    margin-left: 37px;
  }

  .newsResultList__item:first-child,
  .newsResultList__item:nth-child(2),
  .newsResultList__item:nth-child(3) {
    margin-top: 0;
  }

  .moreBtn:hover {
    background-color: #ABACAE;
  }

  .newsInformationArea__inner {
    width: 700px;
    margin: 0 auto;
  }

  .contentList {
    margin-bottom: 120px;
  }

  .singlePager {
    width: 700px;
    margin: 0 auto;
    margin-bottom: 90px;
  }

  .singlePager__item:hover a {
    opacity: 0.6;
  }

  .singlePager__item:hover a:before {
    width: 24px;
  }

  ul.page-numbers {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  ul.page-numbers li:hover a {
    color: #b81c2b;
  }

  ul.page-numbers li:hover a.prev:before {
    background-color: #b81c2b;
  }

  ul.page-numbers li:hover a.prev:after {
    border-color: transparent #b81c2b transparent transparent;
  }

  ul.page-numbers li:hover a.next:before {
    background-color: #b81c2b;
  }

  ul.page-numbers li:hover a.next:after {
    border-color: transparent transparent transparent #b81c2b;
  }

  .singleCategoryList {
    width: 1000px;
    margin: 0 auto;
  }

  .singleCategoryList__item {
    width: 192px;
  }

  .singleCategoryList__item:hover {
    background-color: #ABACAE;
  }

  .singleCategoryList__item:hover a {
    color: #fff;
  }

  .contentList {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .contentBox__image > div:hover .contentBox__image__thumbnail:before {
    opacity: 0.4;
  }

  .contentBox__image__thumbnail {
    height: 460px;
  }

  .contentBox__image.type02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contentBox__image.type02 .imageLandscape {
    width: 330px;
  }

  .contentBox__image.type02 .contentBox__image__thumbnail {
    height: 230px;
  }

  .contentBox__image.type03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contentBox__image.type03 .imagePortrait {
    width: 330px;
  }

  .contentBox__image.type03 .contentBox__image__thumbnail {
    height: 500px;
  }

  .contentBox__image.type04 .imagePortrait {
    width: 460px;
    margin: 0 auto;
  }

  .contentBox__image.type04 .contentBox__image__thumbnail {
    height: 700px;
  }

  .contentBox__text a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .contentBox__text a:hover {
    opacity: 0.7;
  }

  .type05 .contentBox__text,
  .type06 .contentBox__midashi {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .contentBox + .type06 {
    margin-top: 40px;
  }

  #infscr-loading .comment {
    position: relative;
    left: 20px;
  }
}

@media screen and (max-width: 679px) {
  .w_pageTitle {
    margin-bottom: 40px;
  }

  .foot .block1 {
    margin-top: 70px;
  }

  .newsNav {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
  }

  .newsNav:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #4c4948;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .newsNav__list {
    margin-bottom: 20px;
  }

  .newsNav__list__item {
    width: 48.5%;
    margin-top: 10px;
  }

  .newsNav__list__item:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .newsNav__list__item {
    font-size: 14px;
  }

  .newsNav__list__item:first-child {
    width: 100%;
    margin-top: 0;
  }

  .newsNav__list__item a {
    height: 45px;
    padding-right: 10px;
  }

  .newsNav__subList__item {
    font-size: 13px;
    width: 33%;
  }

  .newsNav__subList__item:before {
    top: 4px;
    height: 43px;
  }

  .newsNav__subList__item:first-child:after,
  .newsNav__subList__item:nth-child(2):after,
  .newsNav__subList__item:nth-child(3):after {
    content: none;
  }

  .newsNav__subList__item:nth-child(3):before {
    content: none;
  }

  .newsNav__subList__item a {
    padding-top: 5px;
    height: 50px;
  }

  .newsNav__subList__item a:before {
    bottom: -18px;
    width: 6px;
    height: 6px;
  }

  .newsNav__subList__item:nth-child(1),
  .newsNav__subList__item:nth-child(2) {
    width: 50%;
  }

  .newsNav__subList.blogNav .newsNav__subList__item {
    width: 50%;
  }

  .newsResultList {
    margin-bottom: 50px;
  }

  .newsResultList__item {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .newsResultList__item__thumbnail__photo {
    height: 180px;
  }

  .arrowMoreBtn {
    width: 58px;
    margin: 0 0 0 auto;
    text-indent: -9999px;
    overflow: hidden;
  }

  .moreBtn {
    width: 90%;
    margin-top: 60px;
  }

  .pageTitle__categoryArea {
    margin-bottom: 25px;
  }

  .pageTitle h1 {
    font-size: 18px;
    line-height: 1.4;
  }

  .pageTitle h1 br {
    display: none;
  }

  .newsInformationArea {
    padding: 45px 20px;
    margin-bottom: 50px;
  }

  .contentList {
    margin-bottom: 60px;
  }

  .singlePager {
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 45px;
  }

  .singlePager__prev a {
    padding-left: 35px;
  }

  .singlePager__prev a:before {
    width: 20px;
  }

  .singlePager__prev a:after {
    bottom: 5px;
  }

  .singlePager__next a {
    padding-right: 35px;
  }

  .singlePager__next a:before {
    width: 20px;
  }

  .singlePager__next a:after {
    bottom: 5px;
  }

  .singleCategoryList {
    margin-left: 10px;
    margin-right: 10px;
  }

  .singleCategoryList__item {
    font-size: 11px;
    width: 48.85%;
    margin-top: 7px;
    margin-left: 2.25%;
  }

  .singleCategoryList__item:nth-child(2),
  .singleCategoryList__item:nth-child(3) {
    border-top: 0;
  }

  .singleCategoryList__item:first-child,
  .singleCategoryList__item:nth-child(2),
  .singleCategoryList__item:nth-child(4) {
    margin-left: 0;
  }

  .singleCategoryList__item:nth-child(1) {
    width: 100%;
  }

  .singleCategoryList__item a {
    height: 45px;
  }

  .singleCategoryList__item a:before {
    width: 5px;
    height: 5px;
  }

  .contentList {
    margin-left: 10px;
    margin-right: 10px;
  }

  .contentBox:not(:first-child) {
    margin-top: 30px;
  }

  .contentBox__image__thumbnail + * {
    margin-top: 10px;
  }

  .contentBox__image__thumbnail:after {
    width: 30px;
    height: 30px;
  }

  .contentBox__image__text {
    line-height: 2;
  }

  .contentBox__image.type01 .contentBox__image__thumbnail {
    padding-top: 65.7%;
  }

  .contentBox__image.type02 .imageLandscape:not(:first-child) {
    margin-top: 30px;
  }

  .contentBox__image.type02 .contentBox__image__thumbnail {
    padding-top: 69%;
  }

  .contentBox__image.type03 .imagePortrait:not(:first-child) {
    margin-top: 30px;
  }

  .contentBox__image.type03 .contentBox__image__thumbnail {
    padding-top: 152%;
  }

  .contentBox__image.type04 .contentBox__image__thumbnail {
    padding-top: 152%;
  }

  .contentBox__midashi {
    font-size: 18px;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .contentBox__midashi br {
    display: none;
  }

  .contentBox__text {
    line-height: 2;
  }

  .type05 .contentBox__text,
  .type06 .contentBox__midashi {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contentBox + .type06 {
    margin-top: 25px !important;
  }

  .type05 + .contentBox {
    margin-top: 30px;
  }

  .contentBox .movieBlock iframe {
    height: 200px;
  }
}