@charset "UTF-8";
@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
.news-list dt {
  float: left;
  clear: left;
}
.news-list dd {
  padding-left: 7em;
}
.news-list dd .titles {
  margin-bottom: 10px;
  display: block;
}
.news-list dd:not(:last-of-type) {
  margin-bottom: 60px;
}
.news-list dd .text-ja {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* ブラウザがサポートしていない場合のフェールセーフ */
}

.single-news .titles-box {
  border-bottom: solid 1px #fff;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.single-news .titles-box h2 {
  font-size: 112.5%;
  font-weight: bold;
}
.single-news p:has(img) {
  margin-top: 15px;
}

#contact-section {
  margin-bottom: 110px;
}
#contact-section p {
  font-size: 112.5%;
}
#contact-section .list {
  margin: 32px 0;
  font-size: 112.5%;
}
#contact-section .list dt {
  font-weight: bold;
}
#contact-section .list dd {
  margin-bottom: 40px;
}

.pagenavi-box {
  text-align: center;
}
.pagenavi-box .wp-pagenavi {
  clear: both;
  text-align: center;
  display: inline-block;
  margin: 50px 0 0;
}
.pagenavi-box .wp-pagenavi a,
.pagenavi-box .wp-pagenavi span {
  display: inline-block;
  color: #83ccd6;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 15px !important;
  border-color: #83ccd6 !important;
}
.pagenavi-box .wp-pagenavi span.current {
  color: #fff;
  background: #83ccd6;
}

/* wp-editor */
#content .wp-editer {
  overflow: hidden;
}
#content .wp-editer strong {
  font-weight: bold;
}
#content .wp-editer em {
  font-style: italic;
}
#content .wp-editer img {
  max-width: 100%;
  height: auto;
}
#content .wp-editer ul:not([class]) {
  margin-left: 20px;
  list-style: disc;
}
#content .wp-editer ol:not([class]) {
  margin-left: 30px;
  list-style: decimal;
}
#content .wp-editer h1 {
  font-size: 2em;
  font-weight: bold;
}
#content .wp-editer h2 {
  font-size: 1.5em;
  font-weight: bold;
}
#content .wp-editer h3 {
  font-size: 1.17em;
  font-weight: bold;
}
#content .wp-editer h4 {
  font-weight: bold;
}
#content .wp-editer h5 {
  font-size: 0.83em;
  font-weight: bold;
}
#content .wp-editer h6 {
  font-size: 0.67em;
  font-weight: bold;
}

/* EDITOR */
.alignleft,
.alignright,
.aligncenter,
.alignnone {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote.alignleft,
img.alignleft,
.wp-caption.alignleft,
blockquote.alignright,
img.alignright,
.wp-caption.alignright,
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-bottom: 10px;
}

@media all and (min-width: 751px) {
  /* INDEX */
}
@media only screen and (max-width: 750px) {
  /* INDEX */
  .news-list dt {
    width: 100%;
  }
  .news-list dd {
    padding-left: 0em;
  }
  .news-list dd .titles a {
    line-height: 2.2;
    display: inline-block;
    margin-bottom: 10px;
  }
  #contact-section {
    margin-bottom: 60px;
  }
  #contact-section p {
    font-size: 100%;
  }
  #contact-section .list {
    margin: 20px 0;
    font-size: 100%;
  }
  #contact-section .list dd {
    margin-bottom: 30px;
  }
}
