.editArea p {
	margin-bottom: 1em;
}

/*pager関係*/
.page-numbers, .m-pagination-1__dot {
  width: 31px;
  height: 31px;
  background: #eee;
  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: 0.9769rem;
  font-weight: 700;
  margin: 3px 5px 3px 6px;
}
.next.page-numbers, .prev.page-numbers {
  width: 31px;
  height: 31px;
  background: #eee url("../img/cmn/cmn_arr07.svg") no-repeat center center/7px auto;
  margin: 3px 5px 3px 6px;
}
.next.page-numbers:hover, .prev.page-numbers:hover {
  opacity: 0.8;
}
.next.page-numbers {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .page-numbers, .m-pagination-1__dot {
    width: 24px;
    height: 24px;
    font-size: 0.875rem;
  }
  .next.page-numbers, .prev.page-numbers {
    width: 24px;
    height: 24px;
  }
}

span.page-numbers {
  background: #fed900;
}
span.page-numbers.dots {
  background: none;
}
a.page-numbers:hover {
  opacity: 0.8;
}
.newsDtl-sec-1 .blks-4 .m-group-8 .m-group-8__group{
  min-width: 450px;
}
@media screen and (max-width: 768px) {
  .newsDtl-sec-1 .blks-4 .m-group-8 .m-group-8__group{
    min-width: 0px;
  }
  .newsDtl-sec-1 .blks-4 .m-group-8 .m-group-8__inner{
    width: 100%;
  }
}
.m-card-5__defList__item__ttl{
  font-weight: bold;
}
.editArea ul ,
.editArea ol {
  margin: 1em 0;
  padding: initial;
}
.editArea ul li,
.editArea ol li{
  margin: 0 2em;
  padding: initial;
  list-style: initial;
}

.editArea h1,
.editArea h2,
.editArea h3,
.editArea h4,
.editArea h5{
  margin: initial;
  padding: initial;
  font-size: 2em;
  font-weight: bold;
}
.editArea h2{
  font-size: 1.75em;
}
.editArea h3{
  font-size: 1.5em;
}
.editArea h4{
  font-size: 1.25em;
}
.editArea h5{
  font-size: 1em;
}

.m-news-2__item__cat{
  display: block;
}
.m-news-2__item__cat__item{
  display: inline-block;
}