main {
  display: block;
}

.post-archives--neighbor-posts--prev a {
  padding: 10px 30px 11px 70px;
}
.post-archives--neighbor-posts--next a {
  padding: 11px 70px 10px 30px;
}
.post-archives--neighbor-posts--prev a,
.post-archives--neighbor-posts--next a {
  height: auto;
  line-height: 25px;
}

/* PC時の表示用 */
@media only screen and (min-width: 768px) {
.home--panels section {
  /*width: 33.333%*/
}
}

/* スマホ時の表示用 */
@media only screen and (max-width: 767px) {
.post-archives--neighbor-posts--prev a {
  padding: 10px 25px 10px 50px;
}
.post-archives--neighbor-posts--next a {
  padding: 10px 50px 10px 25px;
}
.post-archives--neighbor-posts--prev a,
.post-archives--neighbor-posts--next a {
  height: auto;
  line-height: 18px;
}
.content--post__example--single .lightbox-container li a {
  background: none !important
}
}

.frontispiece--about-us--staff-kurata {
  background-image: url(./images/frontispiece/staff-kurata.jpg);
}
.frontispiece--about-us--staff-kouda {
  background-image: url(./images/frontispiece/staff-kouda.jpg);
}

/* Googleマップ */
.content--post__press--single iframe {
	width: 100%;
}

@media screen and (min-width: 770px) {
  html .voice__answer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 769px) {
  html .voice__photo.voice__photo--assort {
    margin-top: 20px;
  }
}
