.pageTopImage {
width: 100%;
max-width: 1920px;
margin: 0 auto;
height: 640px;
background-size: cover;
background-position: top center;
}

.pageHeader {
  margin: 70px 0 30px 0;
}

.pageTitle {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  line-height: 1.7em;
  margin: 0 0 30px 0;
  color: #B01E25;
}

.pageText {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  line-height: 2em;
}

.pageInfo {
  font-size: 12px;
  text-align: center;
  line-height: 1.8em;
}

.pageContentsBox {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.pageBgGlay {
  background: #EFEFEF;
}

.pageTopTitle {
  
}

.pageTopTitle h2 {
  text-align: center;
  padding: 100px 0;
  font-weight: bold;
  font-size: 28px;
}

.pageNewsBox {
  margin-bottom: 100px;
  line-height: 1.7em;
  font-size: 16px;
}

.pageNewsBox .has-x-large-font-size {
  line-height: normal;
}

.pageNewsBox .has-large-font-size {
  line-height: normal;
}

.pageNewsBox .has-medium-font-size {
  line-height: normal;
}

.pageNewsBox .has-small-font-size {
  line-height: 1.7em !important;
  font-size: 16px !important;
}

.pageNewsBox p {
  margin: 1.5rem 0;
}

.pageNewsBox strong {
  font-weight: bold;
}

.pageNewsBox img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.pageNewsBox iframe {
  max-width: 100%;
}

.pageNewsBox table {
  max-width: 100%;
}

.pageNewsBox .wp-block-table th {
  font-size: 18px;
  font-weight: bold;
  color: #B01E25;
  border-color: #000;
  background-color: #ececec;
}

.pageNewsBox h2.wp-block-heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 2em;
  margin: 15px 0 10px 0;
  color: #B01E25;
}

.pageNewsBox h3.wp-block-heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 2em;
  margin: 15px 0 10px 0;
  color: #B01E25;
}

.pageNewsBox h4.wp-block-heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 2em;
  margin: 15px 0 10px 0;
  color: #B01E25;
}

.pageNewsDate {
  text-align: right;
  margin-bottom: 50px;
}

.navigation {
  text-align: center;
  margin: 50px 0;
}

.navigation .current {
  color: #fff !important;
  background: #B01E25;
  border-radius: 20px;
  font-size: 16px;
  text-decoration: none;
}

.navigation .page-numbers {
  color: #B01E25;
  font-size: 16px;
  padding: 8px 10px;
  text-decoration: none;
  margin: 0 5px;
  height: 40px;
  width: 40px;
}

.navigation .prev {
  border: 1px solid #B01E25;
  border-radius: 30px;
}

.navigation .next {
  border: 1px solid #B01E25;
  border-radius: 30px;
}

@media all and (max-width: 1024px) {

/* SP */
  .pageTopImage {
    height: 300px;
  }
  
  .pageTitle {
    font-size: 22px;
  }
  
  .pageHeader {
    margin-top: 50px;
  }
  
  .pageContentsBox {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .pageTopTitle h2 {
    padding: 50px 10px;
    font-size: 22px;
    line-height: 1.7em;
  }

  .pageNewsBox {
    font-size: 14px;
  }

  .pageNewsBox .has-small-font-size {
    font-size: 14px !important;
  }

}

@media all and (min-width: 1025px) {
/* PC */




}