@charset "utf-8";

/* ====================================================
ページ分割
==================================================== */

.pagebreak-links {
   padding-top: 4em;
   text-align: center;
}
.pagebreak-links .post-page-numbers {
    display: inline-block;
    width: 42px;
    height: 42px;
    border: solid 1px #333;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}
.pagebreak-links .post-page-numbers:hover {
    background: #000;
    border: solid 1px #333;
    color: #fff;
}
.pagebreak-links .post-page-numbers.current {
    background: #333;
    border: solid 1px #333;
    color: #fff;
}


/* ====================================================
ページナビ
==================================================== */


/*ページナビ*/
.wp-pagenavi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 3.8em;
    text-align: center;
}
.wp-pagenavi .current {
    background: #333;
    border: solid 1px #333;
    color: #fff;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi a.page {
    border: solid 1px #333;
}
.wp-pagenavi a {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
}
.wp-pagenavi a.last {
    width: auto;
}
.wp-pagenavi a.first,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.last{

}

.wp-pagenavi span {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: solid 1px #333;
    text-align: center;
    font-size: 16px;
}
.wp-pagenavi .nextpostslink-span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: 16px;
    line-height: normal;
    border: 0;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    .wp-pagenavi {
        margin-top: 60px;
        gap: 7px;
    }
    .wp-pagenavi a {
        display: inline-block;
        width: 22px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        font-size: 14px;
    }
    .wp-pagenavi a.first {
        width: auto;
    }
    .wp-pagenavi a.last {
        width: auto;
    }
    .wp-pagenavi a.page {
        border: none;
    }
    .wp-pagenavi span {
        display: inline-block;
        width: auto;
        height: 22px;
        line-height: 22px;
        border: none;
        text-align: center;
        font-size: 16px;
    }
    .wp-pagenavi .current {
        width: 22px;
    }
}

/* youtube */

/* ビジュアルエディタでのタグ調整 */

.post p {
  margin: 0 0 1em 0;
  zoom: 1;
}

.post p a {
  text-decoration: underline;
}

.post p em {
  font-style: italic !important;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

.post p del {
  text-decoration: line-through;
}

.post p strong,
.post p b {
  font-weight: bold !important;
}

.post img {
  display: inline-block;
  margin: auto;
  width: auto;
}

.post .aligncenter {
  display: block;
  margin: 0.5em auto 0.5em auto;
  max-width: 100%;
  width: auto;
}

.post .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
  max-width: 100%;
  width: auto;
}

.post .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
  max-width: 100%;
  width: auto;
}

.post h1 {
  font-size: 2.0em;
  font-weight: bold;
  margin: 1em 0 1em 0;
}

.post h2 {
  font-size: 1.8em;
  font-weight: bold;
  margin: 1em 0 1em 0;
}

.post h3 {
  font-size: 1.6em;
  font-weight: bold;
  margin: 1em 0 1em 0;
}

.post h4 {
  font-size: 1.4em;
  font-weight: bold;
  margin: 1em 0 1em 0;
}

.post h5 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0 1em 0;
}

.post h6 {
  font-weight: bold;
  margin: 1em 0 1em 0;
}

.post ul {
  margin: 1.5em 0;
}

.post ul li {
  list-style: disc;
  margin: 5px 0 5px 20px;
}

.post ol li {
  list-style: decimal;
  margin: 5px 0 5px 20px;
}

.post table th,
.post table td {
  border: 1px solid #DBDBDB;
  padding: 0.5em ;
}
.post table th {
  background-color: #F0F0F0;
}
.post sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.post sub {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.1em;
}
.post figure figcaption,
.post figure.aligncenter>figcaption{
  text-align: center;
}


/* 横長のテーブル対応 */

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

  div.post {
    overflow: scroll;
  }
  .post table tbody{
    border-collapse: collapse;
    margin: 2em 0;
    max-width: 100%;
  }
  .post table th,
  .post table td{
    white-space: nowrap;
  }

  .post table {
    overflow-x: auto;
    margin-bottom: 1em;
  }

}

/*パスワード保護*/

.post-password-form {
    padding: 50px 0;
    text-align: center;
    line-height: 3;
}

.post-password-form input[type="submit"],
.post-password-form input[type="button"] {
  padding: 3px 10px;
}

/* clearfix */
.post p:before,
.post p:after {
  content: "";
  display: table;
}

.post p:after {
  clear: both;
}

@media screen and (max-width: 767px) {
 .post img {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
 }
}

/*news 共通*/
.news .post_inner{
  max-width: 969px;
  margin: 0 auto;
}

/*news 一覧*/
main.news_list{
  margin-bottom: 180px;
}
.news_list .cmn_title01{
  margin-bottom: 65px;
}
.news_list article{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #909090;
}
.news_list article time{
  display: inline-block;
  margin-bottom: 0;
  width: 160px;
  font-size: 14px;
  font-weight: bold;
}
.news_list article h3{
  max-width: 808px;
  width: 83%;
}

.news_list article h3 a:hover{
  text-decoration: underline;
/*  display: inline-block;
  border-bottom: solid 1px #c0c0c0;
  padding-bottom: 3px;*/
}

@media screen and (max-width:750px) {
  main.news_list{
    margin-bottom: 130px;
  }
  .news_list .cmn_title01{
    margin-bottom: 55px;
  }
  .news_list article{
    margin-bottom: 13px;
    padding-bottom: 13px;
  }
  .news_list article .flex{
    display: block;
  }
  .news_list article time{
    width: 100%;
    display: block;
    margin-bottom: 7px;
  }
  .news_list article h3{
    width: 100%;
  }
}

/*news 詳細*/
main.news_digital{
  margin-bottom: 180px;
}
.news_digital .post{
  margin: 65px auto 85px;
}
.news_digital .post_tit{
  margin-bottom: 8px;
  padding-bottom: 13px;
  border-bottom: solid 2px #B2B2B2;
  font-size: 26px;
  font-weight: bold;
}
.news_digital time{
  display: block;
  margin-bottom: 55px;
  font-weight: bold;
  text-align: right;
  font-size: 15px;
}


@media screen and (max-width:750px) {
  main.news_digital{
    margin-bottom: 130px;
  }
  .news_digital .post{
    margin-bottom: 60px;
  }
  .news_digital .post_tit{
    padding-bottom: 9px;
    font-size: 20px;
  }
  .news_digital time {
    margin-bottom: 30px;
    font-size: 14px;
  }
}




