/* LESS Document */
.cmsArea {
  padding: 30px 0;
}
.cmsArea.cke_editable {
  padding: 10px 15px;
}
.cmsArea h3 {
  font-size: 2.3rem;
  border-bottom: solid 2px #d8d8d8;
  text-align: left;
  padding: 0 0 10px 0;
  margin: 20px 0 10px;
  position: relative;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .cmsArea h3 {
    font-size: 4.3vw;
  }
}
.cmsArea h3:after {
  content: "";
  display: block;
  width: 25%;
  border-bottom: solid 2px #000;
  position: absolute;
  left: 0px;
  bottom: -2px;
}
.cmsArea h4 {
  margin: 20px 0 10px;
  text-align: center;
  color: #000;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .cmsArea h4 {
    font-size: 4vw;
  }
}
.cmsArea h4:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  margin: 10px auto 30px;
  background-color: #000;
}
.cmsArea a {
  display: inline-block;
}
.cmsArea a[target] {
  padding-right: 2.5rem;
  position: relative;
}
.cmsArea a[target]::after {
  content: '\f35d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #A0A0A0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cmsArea table {
  max-width: 100%;
}
.cmsArea table th,
.cmsArea table td {
  padding: 10px;
  text-align: inherit;
}
.cmsArea .tagList {
  margin: 0 0 20px;
}
.cmsArea ul {
  list-style: disc;
  padding-left: 2rem;
  margin-bottom: 10px;
}
.cmsArea img {
  max-width: 100%!important;
  height: auto!important;
}
/* -------------------------------- pagenation */
.pagenation {
  margin: 50px 0 0;
  text-align: center;
}
.pagenation a,
.pagenation span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 15px;
  line-height: 1;
  margin: 0 2px 5px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  border: #333 1px solid;
}
.pagenation a:hover,
.pagenation span:hover {
  background: rgba(0, 0, 0, 0.3);
}
.pagenation a.current,
.pagenation span.current {
  background: #333;
  color: #FFF;
}
.pagenation a:nth-child(1),
.pagenation span:nth-child(1) {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .pagenation a:nth-child(1),
  .pagenation span:nth-child(1) {
    margin-right: 6px;
  }
}
.pagenation a:nth-child(1) i,
.pagenation span:nth-child(1) i {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .pagenation a:nth-child(1) i,
  .pagenation span:nth-child(1) i {
    margin-right: 5px;
  }
}
.pagenation a:nth-last-child(1),
.pagenation span:nth-last-child(1) {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .pagenation a:nth-last-child(1),
  .pagenation span:nth-last-child(1) {
    margin-left: 6px;
  }
}
.pagenation a:nth-last-child(1) i,
.pagenation span:nth-last-child(1) i {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .pagenation a:nth-last-child(1) i,
  .pagenation span:nth-last-child(1) i {
    margin-left: 5px;
  }
}
.pagenation span {
  background: #EEE;
  border-color: #EEE;
  color: #ADADAD;
  pointer-events: none;
}
