.article_list_customepost {
  padding: 0;
}

.article_list_customepost:hover:before {
  content: none;
}

.article_list_customepost a:hover {
  opacity: 0.8;
}

.article_list_customepost h2 {
  text-align: center;
  margin-top: 0.5em;
}

.article_single04 {
  font-size: 15px;
  font-size: 1.5rem;
}
.article_single04 .highlight {
  padding: 4%;
}
.article_single04 ul {
  padding-left: 0;
  list-style: none;
}
.article_single04 .sp-mask {
  margin: 0 auto;
}
.article_single04 .slider-pro.center.sp-horizontal .sp-previous-arrow {
  left: 0;
}
.article_single04 .slider-pro.center.sp-horizontal .sp-next-arrow {
  right: 0;
}
.article_single04 h2 {
  text-align: center;
}
.article_single04 h2:before, .article_single04 h2:after {
  content: none;
}
.article_single04 h3 {
  text-align: center;
  padding: 0;
  margin: 1em 0;
}
.article_single04 h3:before, .article_single04 h3:after {
  content: none;
}
.article_single04 .row:not(:last-child) {
  margin-bottom: max(4%, 30px);
}

.custompost_fixed_bnr {
  position: fixed;
  bottom: calc(5% + 17px);
  right: calc(5% + 70px + 15px);
  margin: 0;
  mix-blend-mode: difference;
  z-index: 55;
}
.custompost_fixed_bnr a {
  display: inline-block;
  border: solid 1px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  position: relative;
  padding: 0.5em 1em 0.5em 0.5em;
  text-decoration: none;
  color: #fff;
}
.custompost_fixed_bnr a:hover {
  opacity: 0.8;
}
.custompost_fixed_bnr a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.3em;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}/*# sourceMappingURL=custom.css.map */