

  .page-header {
    /*
    background-color: #FFF;
    background: repeating-linear-gradient(
    45deg,
    #0088ce,
    #daedf7 8px,
    #daedf7 8px,
    #daedf7 16px
  );
    */
  padding: 12em 1em 4em;
  text-align: center;
  }
  .page-header-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .page-header h1 {
    font-size: 2.5em;
    font-weight: bold;
    color: #015e5a;
    margin: 0;
  }
  @media screen and (max-width: 768px) {
    .page-header {
      padding: 8em 1em 2em;
    }
  }

.bread {
  margin-top: 15px;
  padding: 0 2em;
}
@media (max-width: 767px) {
  .bread {
    padding-left: 20px;
    margin: 0 auto;
    padding-left: 5px;
  }
}
.bread ul {
  display: -ms-flexbox;
  display: flex;
}
.bread a {
  color: #7abf3e;
  transition: all ease 0.3s 0s;
}
.bread a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
.bread li {
  color: #7abf3e;
  margin-right: 18px;
  font-size: 13px;
  font-weight: 600;
  list-style: none;
}
@media (max-width: 767px) {
    .bread li {
      font-size: 10px;
    }
  }
.bread-li {
  margin-right: 0;
}



.styled-requirements {
  background-color: #daedf7;
  border: 2px solid #0088ce;
  border-radius: 12px;
  padding: 2em;
  margin-bottom: 2em;
}

.styled-requirements h3 {
  font-size: 1.6em;
  margin-bottom: 1em;
  position: relative;
  display: inline-block;
}

.styled-requirements h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.3em;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #ffaa00;
}
@media screen and (max-width: 768px) {
  .styled-requirements {
    padding: 2em 1em;
  }
  .styled-requirements h3 {
    margin: 0 auto 0.25em;
  }
}





/*------------ ページネーション --------------*/
/*------------ 次の記事、前の記事 --------------*/
#previous_next_post {
  margin: 50px 0 50px 0;
  overflow: hidden; }
#previous_next_post .prev_post {
  float: left;
  width: 49.625%;
}
#previous_next_post .next_post {
  float: right;
  width: 49.625%;
}
#previous_next_post a {
  display: block;
  padding: 35px;
  background: #EFFFF5;
  line-height: 1.3;
  height: 110px;
  color: #7abf3e;
  text-decoration: none;
  position: relative;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#previous_next_post a:before {
  font-family: 'design_plus';
  color: #7abf3e;
  font-size: 18px;
  display: block;
  margin: -0.6em 0 0 0;
  width: 20px;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#previous_next_post .title {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  width: calc(100% - 102px);
  max-height: 75px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#previous_next_post .prev_post a {
  padding-left: 65px;
}
#previous_next_post .prev_post a:before {
  content: '<';
  left: 20px;
  text-align: left;
}
#previous_next_post .next_post a {
  padding-right: 65px;
}
#previous_next_post .next_post a:before {
  content: '>';
  right: 20px;
  text-align: right;
}
#previous_next_post a:hover .title {
  color: #EFFFF5;
  text-decoration: underline;
}
#previous_next_post a:hover {
  background: #7abf3e;
}
#previous_next_post a:hover:before,
#previous_next_post a:hover:after {
  color: #EFFFF5;
}

/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
  margin-bottom: 80px;
}


@media screen and (max-width: 768px) {

  #pagenavi nav ul.page-numbers {
    margin: 5% 0 0;
  }
  #pagenavi nav ul.page-numbers > li > a,
  #pagenavi nav ul.page-numbers > li > span {
    padding: 3px 10px;
  }
  /*------------ 次の記事、前の記事 --------------*/
  #previous_next_post {
    margin: 0 auto 2em;
  }
  #previous_next_post a {
    padding: 15px 0;
    height: auto;
    text-align: center;
    background: transparent;
    background-color: #FFF;
  }
  #previous_next_post a .title {
    display: none;
  }
  #previous_next_post .prev_post,
  #previous_next_post .next_post {
    width: 50%;
    border: 1px solid #eee;
    box-sizing: border-box;
  }
  #previous_next_post .prev_post a {
    padding-left: 12%;
  }
  #previous_next_post .prev_post a:before {
    content: '<';
    left: 4%;
    text-align: left;
  }
  #previous_next_post .prev_post a:after {
    content: attr(data-mobile-title);
    font-size: 12px;
  }
  #previous_next_post .prev_post + .next_post {
    border-left: 0;
  }
  #previous_next_post .next_post a {
    padding-right: 12%;
  }
  #previous_next_post .next_post a:before {
    content: '>';
    right: 4%;
    text-align: right;
  }
  #previous_next_post .next_post a:after {
    content: attr(data-mobile-title);
    font-size: 12px;
  } 
}