/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 750px) {
  /* -------------------------------- */
  /* wp-pagenavi */
  /* -------------------------------- */
  #page_navi_wrapper {
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .wp-pagenavi {
    margin: 0 auto;
    padding-top: 0.5em;
  }
  .wp-pagenavi a,
  .wp-pagenavi span,
  #page_navi_wrapper .pages,
  #page_navi_wrapper .current {
    display: inline-block;
    margin-right: 7px !important;
    font-size: 1.4rem;
    padding: 1px 5px;
    border: 1px solid #ccc;
    color: #5B93CB;
    background: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  .wp-pagenavi a:hover,
  #page_navi_wrapper .current {
    color: #fff;
    background: #5B93CB;
  }
  .pageReport > section {
    width: 94%;
    margin: 30px auto 50px;
    gap: 50px;
  }
  .pageReport > section .sidebar h4 {
    background-color: #eee;
    border-bottom: 2px #5b93cb solid;
    padding: 10px 20px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .pageReport > section .sidebar ul {
    margin-bottom: 40px;
  }
  .pageReport > section .sidebar ul > li {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
  .pageReport > section .sidebar ul > li:last-child {
    margin-bottom: 0;
  }
  .pageReport > section .sidebar ul > li > a {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .pageReport > section .sidebar ul > li > a > span {
    margin-bottom: 5px;
    display: block;
    font-size: 1.2rem;
    color: #777;
  }
  .blogContents > li {
    margin-bottom: 60px;
  }
  .blogContents > li:last-child {
    margin-bottom: 0;
  }
  .blogContents > li .title {
    background-color: #eee;
    border-bottom: 2px #5b93cb solid;
    padding: 10px 20px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .blogContents > li .dateCate {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .blogContents > li .dateCate .date {
    margin-right: 1em;
  }
  .blogContents > li .dateCate .category a {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 1.2rem;
    line-height: 1.2;
    background-color: #5b93cb;
    color: #fff;
  }
  .blogContents > li .content {
    font-size: 1.4rem;
  }
  .blogContents > li .read-more {
    color: #CD5E62;
  }
  #page_navi_wrapper {
    margin-top: 80px;
    padding-bottom: 5px;
  }
  /* ------------------------------------------
      Post Type Head
     ------------------------------------------ */
  .post_type_text {
    background-color: #F1F1F1;
    padding: 10px;
    margin-bottom: 40px;
    font-size: 1.2rem;
  }
  /* ------------------------------------------
      Prev / Next
     ------------------------------------------ */
  .prev_next {
    display: table;
    width: 100%;
    margin: 50px 0;
    border-top: 1px #ddd solid;
  }
  .prev_next > div {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding-top: 20px;
  }
  .prev_next > div:nth-child(1) {
    text-align: left;
    padding-right: 20px;
  }
  .prev_next > div:nth-child(2) {
    text-align: right;
    padding-left: 20px;
  }
  .prev_next > div > div > span {
    display: block;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .prev_next > div > div > span:nth-child(1) {
    font-size: 1.2rem;
    color: #666;
  }
  .eyechatch {
    margin-bottom: 20px;
  }
  .eyechatch > img {
    width: 100% !important;
    height: auto !important;
  }
}
/* ------------------------------------------
 PC
------------------------------------------ */
@media screen and (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  /* -------------------------------- */
  /* wp-pagenavi */
  /* -------------------------------- */
  #page_navi_wrapper {
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .wp-pagenavi {
    margin: 0 auto;
    padding-top: 0.5em;
  }
  .wp-pagenavi a,
  #page_navi_wrapper .pages,
  #page_navi_wrapper .current {
    margin-right: 4px;
    padding: 3px 6px;
    border: 1px solid #ccc;
    color: #5B93CB;
    background: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  .wp-pagenavi a:hover,
  #page_navi_wrapper .current {
    color: #fff;
    background: #5B93CB;
  }
  .pageReport > section {
    width: 1200px;
    margin: 50px auto 80px;
    display: grid;
    grid-template-columns: 1fr 240px;
    gap: 80px;
  }
  .pageReport > section .sidebar h4 {
    background-color: #eee;
    border-bottom: 2px #5b93cb solid;
    padding: 10px 20px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .pageReport > section .sidebar ul {
    margin-bottom: 40px;
  }
  .pageReport > section .sidebar ul > li {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
  .pageReport > section .sidebar ul > li:last-child {
    margin-bottom: 0;
  }
  .pageReport > section .sidebar ul > li > a {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .pageReport > section .sidebar ul > li > a > span {
    margin-bottom: 5px;
    display: block;
    font-size: 1.2rem;
    color: #777;
  }
  .blogContents > li {
    margin-bottom: 90px;
  }
  .blogContents > li:last-child {
    margin-bottom: 0;
  }
  .blogContents > li .title {
    background-color: #eee;
    border-bottom: 2px #5b93cb solid;
    padding: 10px 20px;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .blogContents > li .dateCate {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .blogContents > li .dateCate .date {
    margin-right: 1em;
  }
  .blogContents > li .dateCate .category a {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 1.2rem;
    line-height: 1.2;
    background-color: #5b93cb;
    color: #fff;
  }
  .blogContents > li .blogListWrap {
    display: grid;
    grid-template-columns: 600px 1fr;
    align-items: start;
    gap: 50px;
  }
  .blogContents > li .read-more {
    color: #CD5E62;
  }
  #page_navi_wrapper {
    margin-top: 80px;
    padding-bottom: 5px;
  }
  /* ------------------------------------------
      Post Type Head
     ------------------------------------------ */
  .post_type_text {
    background-color: #F1F1F1;
    padding: 10px 20px;
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
  /* ------------------------------------------
      Prev / Next
     ------------------------------------------ */
  .prev_next {
    margin-top: 80px;
    display: table;
    width: 100%;
    border-top: 1px #ddd solid;
  }
  .prev_next > div {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding-top: 20px;
  }
  .prev_next > div:nth-child(1) {
    text-align: left;
    padding-right: 20px;
  }
  .prev_next > div:nth-child(2) {
    text-align: right;
    padding-left: 20px;
  }
  .prev_next > div > div > span {
    display: block;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .prev_next > div > div > span:nth-child(1) {
    font-size: 1.4rem;
    color: #666;
  }
  .eyechatch {
    margin-bottom: 30px;
  }
  .eyechatch > img {
    width: 100% !important;
    height: auto !important;
  }
}