#main_title {
  position: relative;
  background-image: url("../images/common/common-bg-pc.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#main_title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
}
#main_title h1 {
  position: relative;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 991px){
  #main_title { background-image: url("../images/common/common-bg-sp.png"); }
}

body.post-type-page h2,
#page main h2,
body.post-type-page .page_content_item,
#page main .page_content_item { padding: 0 20px; }
body.post-type-page h2,
#page main h2 {
  margin-bottom: 20px;
  position: relative;
  margin-bottom: 40px;
  padding: 0 0 20px;
  color: #105AAF;
}
body.post-type-page h2::before,
#page main h2::before,
body.post-type-page h2::after,
#page main h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 7px;
  background-color: #105AAF;
}
body.post-type-page h2::after,
#page main h2::after {
  height: 1px;
  width: 100%;
  left: auto;
  right: 0;
  bottom: 3px;
  background-color: #105AAF;
}
body.post-type-page .page_content_item,
#page main .page_content_item { margin-bottom: 50px; }
body.post-type-page p { margin-bottom: 30px; }
body.post-type-page dl,
#page main dl {
  background: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
body.post-type-page dt,
#page main dt,
body.post-type-page dd,
#page main dd {
  padding: 10px;
  border-top: 1px solid #ccc;
}
body.post-type-page dt,
#page main dt {
  float: left;
  width: 30%;
}
body.post-type-page dd,
#page main dd {
  margin-left: 30%;
  background: #fff;
  border-left: 1px solid #ccc;
}
.mb50 { margin-bottom: 50px; }
.mb30 { margin-bottom: 30px; }
@media screen and (max-width: 991px){
  body.post-type-page h2,
  #page main h2 {
    margin-bottom: 2rem;
    padding: 1rem;
  }
  body.post-type-page h2::before,
  #page main h2::before { width: 7rem; }
  body.post-type-page .page_content_item,
  #page main .page_content_item { padding: 0; }
  body.post-type-page dt,
  #page main dt {
    float: none;
    width: 100%;
  }
  body.post-type-page dd,
  #page main dd {
    margin-left: 0;
    border-left: 0;
  }
}


#new_post_list h2 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  color: #333 !important;
}
#new_post_list h2::before,
#new_post_list h2::after {
  content: none !important;
}
#new_post_list h2:hover {
  color: #105AAF !important;
}
@media screen and (max-width: 991px){
  #new_post_list h2 {
    padding: 0 !important;
  }
}

#new_post_list #pagination {
  margin-top: 50px;
  margin-bottom: 100px;
}
#new_post_list #pagination ul.page-numbers {
  position: relative;
  display: flex;
  justify-content: center;
  list-style: none;
}
#new_post_list #pagination li { text-align: center; }
#new_post_list #pagination li .page-numbers {
  display: block;
  width: 40px;
  line-height: 40px;
  color: #777;
  background: #fff;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
}
#new_post_list #pagination li:nth-child(2) .page-numbers { border-left: solid 1px #ddd; }
#new_post_list #pagination li .prev,
#new_post_list #pagination li .next {
  text-align: center;
  position: absolute;
  top: -10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  border: 0 !important;
  border-radius: 50%;
  box-shadow: 0 0 5px #aaa;
}
#new_post_list #pagination li .prev { margin-left: -100px; }
#new_post_list #pagination li .next { margin-left: 40px; }
#new_post_list #pagination li .current {
  color: #fff;
  background: #105AAF;
}
.pc #new_post_list #pagination li .page-numbers:hover {
  color: #fff;
  background: #105AAF;
}
.pc #new_post_list #pagination li .current:hover { background: #105AAF; }
@media screen and (max-width: 991px){
  #new_post_list #pagination {
    margin-top: 4.5rem;
    margin-bottom: 5rem;
  }
  #new_post_list #pagination li .prev { margin-left: -8rem; }
  #new_post_list #pagination li .next { margin-left: 2rem; }
}
