@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
.variable-box {
  display: flex;
  gap: 35px;
}
.variable-box .text {
  flex: 1;
}
.variable-box .image {
  max-width: 374px;
}

.news-box .news-list li:not(:last-child) {
  margin-bottom: 56px;
}
.news-box .news-list li time {
  color: #EA5550;
}
.news-box .news-list li .titles {
  display: block;
  font-weight: bold;
  line-height: 1.6;
}
.news-box .news-list li .titles a {
  color: #000;
}
.news-box .news-list li .text {
  line-height: 1.6;
}
.news-box .btn-type02 {
  margin-top: 60px;
}

/* SUBNAV */
#subnav,
#subnav_layer {
  margin-bottom: 50px;
}
#subnav .no-use a,
#subnav_layer .no-use a {
  background-color: #ccc !important;
}
#subnav > span,
#subnav_layer > span {
  display: inline-block;
  margin-bottom: 35px;
  font-weight: bold;
  font-size: 162.5%;
  /*26px*/
}
#subnav .subnav-list,
#subnav_layer .subnav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px 20px;
}
#subnav .subnav-list li.on a::before, #subnav .subnav-list li.active a::before,
#subnav_layer .subnav-list li.on a::before,
#subnav_layer .subnav-list li.active a::before {
  background: #EA5550;
}
#subnav .subnav-list a,
#subnav_layer .subnav-list a {
  min-width: 145px;
  display: inline-block;
  padding: 5px 0;
  text-decoration: none !important;
  box-sizing: border-box;
  text-align: center;
  font-size: 118.2%;
  font-weight: bold;
  color: #000;
  position: relative;
}
#subnav .subnav-list a::before,
#subnav_layer .subnav-list a::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #808080;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}
#subnav .subnav-list a:hover,
#subnav_layer .subnav-list a:hover {
  opacity: 0.6;
}
#subnav .subnav-list a:hover::before,
#subnav_layer .subnav-list a:hover::before {
  background: #EA5550;
}

.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: #EA5550;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 15px !important;
  border-color: #EA5550 !important;
}
.pagenavi-box .wp-pagenavi span.current {
  color: #fff;
  background: #EA5550;
}

/* 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) {
  /* MAINV */
}
@media only screen and (max-width: 750px) {
  /* MAINV */
  /* SUBNAV */
  #subnav .subnav-list li,
  #subnav_layer .subnav-list li {
    width: 40%;
  }
  #subnav .subnav-list a,
  #subnav_layer .subnav-list a {
    min-width: 120px;
    font-size: 100%;
  }
}
