@charset "utf-8";
/*
News index
news/index.html
========================================================= */

/*
news_list
========================================================= */
/* link_year */
.news_list .link_year{
  margin-bottom: 30px;
  text-align:center;
  letter-spacing: -.4em;
  }
  
.news_list .link_year li{
  display: inline-block;
  margin: 0 10px 0 0;
  letter-spacing: normal;
  }

.news_list .link_year li:after{
  display: inline-block;
  content: '';
  width: 1px;
  height: 12px;
  margin-left: 10px;
  background-color: #ccc;
  }

.news_list .link_year li:last-child:after{
  display: none;
  }

.news_list .link_year li:first-child{
  display: none !important;
  }

.news_list .link_year li a{
  font-size: 1.6rem;
  }
  
/* news */
.news_list .news{
  }
.news_list .news dl{
  border-bottom: solid 1px #e6e0e0;
  padding: 20px 0;
  cursor: pointer;
  }
.news_list .news dt,
.news_list .news dd{
  }
.news_list .news dt{
  margin-bottom: 5px;
  font-size: 1.3rem;
  }
.news_list .news dd{
  }
.news_list .news dd a{
  font-size: 1.5rem;
  }

/* wp-pagenavi */
.wp-pagenavi{
  margin-top: 100px;
  text-align:center;
  }
.wp-pagenavi ul{
  display: inline-block;
  letter-spacing: -.4em;
  }
.wp-pagenavi li{
  display: inline-block;
  margin: 0 6px;
  padding: 0;
  letter-spacing: normal;
  background-color: #fff;
  }
.wp-pagenavi li span,
.wp-pagenavi li a{
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  }
.wp-pagenavi li span{
  color: #fff;
  background-color: #203864;
  }
.wp-pagenavi li a{
  color: #000;
  text-decoration: none;
  background-color: #e6e0e0;
  }
.wp-pagenavi li a.prev{
  text-indent: -9999px;
  background: url(../common/img/icon_ar_b.png) center center no-repeat #fff;
  background-size: 8px auto;
  transform:rotateY(180deg); 
  }
.wp-pagenavi li a.next{
  text-indent: -9999px;
  background: url(../common/img/icon_ar_b.png) center center no-repeat #fff;
  background-size: 8px auto;
  }
    
@media print, screen and (min-width: 769px) {
  /*.news_list .link_year{
    margin-bottom: 60px;
    }*/
  .news_list .news dl{
    display: table;
    width: 100%;
    margin-bottom: 0;
    padding: 20px 0;
    cursor: auto;
    }
  .news_list .news dt,
  .news_list .news dd{
    display: table-cell;
    vertical-align:middle;
    }
  .news_list .news dt{
    width: 150px;
    margin-bottom: 0;
    padding-right: 20px;
    font-size: 1.4rem;
    }
  .news_list .news dd a{
    width: auto;
    font-size: 1.6rem;
    }
    
  /* wp-pagenavi */
  .wp-pagenavi li{
    margin: 0 8px;
    }
  .wp-pagenavi li span,
  .wp-pagenavi li a{
    width: 50px;
    height: 50px;
    line-height: 50px;
    }
  }





 /*
News post
news/detail.html
========================================================= */ 

/*
news_post
========================================================= */
.news_post{
  }
  
.news_post .innerBox{
  }
.news_post .d{
  margin-bottom: 10px;
  font-size: 1.3rem;
  }
.news_post h1{
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 3px #e6e0e0;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: left;
  font-weight: 500;
  }
.news_post .content{
  margin-bottom: 60px;
  }
.news_post .content p{
  margin-bottom: 1.8em;
  }

@media print, screen and (min-width: 769px) {
  .news_post .d{
    margin-bottom: 10px;
    font-size: 1.6rem;
    }
  .news_post h1{
    font-size: 2.8rem;
    line-height: 1.8;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: solid 4px #e6e0e0;
    }
  .news_post .content{
    margin-bottom: 120px;
    }
  .news_post .content p{
    margin-bottom: 2em;
    } 
  }


/*
wordpress用
========================================================= */

.news_post .content h2,
.news_post .content h3,
.news_post .content h4{
  margin-bottom: 20px;
  font-weight: bold;
  text-align:center;
  }

.news_post .content h2{
  font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', Osaka, 'MS PGothic', sans-serif;
  /*font-size: 2rem;*/
  }
.news_post .content h3{font-size: 1.85rem;}
.news_post .content h4{font-size: 1.6rem;}

.news_post .content hr,
.news_post .content hr.wp-block-separator{
  margin-bottom: 40px;
  display: block;
  width: 100% !important;
  max-width:100% !important;
  height: 1px !important;
  border: 0 !important;
  background: #ccc !important;
  }

@media screen and (min-width: 1024px){
  .news_post .content h2{font-size: 2.8rem;}
  .news_post .content h3{font-size: 2.4rem;}
  .news_post .content h4{font-size: 2rem;}

  .news_post .content hr{
    height: 2px !important;
    }

  .news_post .content p.article__body-i + h2{
    margin-top: -10px;
    }
  }



/* list1 */
.news_post .content ul.list1,
.news_post .content ul.list2{

  }
.news_post .content ul.list1 li,
.news_post .content ul.list2 li{
  text-indent: -1.1em;
  padding-left: 1.1em;
  }
.news_post .content ul.list1 li:before,
.news_post .content ul.list2 li:before{
  display: inline-block;
  content:'';
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border-radius: 100%;
  background-color: #203864;
  }
  
.news_post .content ul.list1 li:before{
  background-color: #203864;
  }
.news_post .content ul.list2 li:before{
  background-color: #e6e0e0;
  }
 @media screen and (min-width: 1024px){

  } 





.wp-block-image,
.wp-block-gallery,
.wp-block-columns,
.wp-block-media-text{
  padding-left: 0 !important;
  margin-bottom: 2em !important;
  }

.wp-block-gallery.caption{
  padding-left: 0 !important;
  margin-bottom: 4em !important;
  }


/* wp-block-gallery */
.wp-block-gallery{}

.blocks-gallery-item{
  border:0 !important;
  margin-bottom: 2em !important;
  }

.blocks-gallery-item figure{
  }

.blocks-gallery-item img{
  margin-bottom: 0 !important;
  }

.blocks-gallery-item figcaption{
  }

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption{
  position:absolute;
  bottom:0;
  width:100%;
  max-height:100%;
  overflow:auto;
  padding:0 !important;
  color:#333 !important;
  text-align:center;
  font-size:12px !important;
  line-height:1.4 !important;
  background:none !important;
  }



/* wp-block-image */
.wp-block-image { margin-bottom: 2em !important; }
/* .wp-block-image 未修正 */
.wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0; }
  .wp-block-image img {
    max-width: 100%; }
  .wp-block-image.aligncenter {
    text-align: center; }
  .wp-block-image.alignfull img,
  .wp-block-image.alignwide img {
    width: 100%; }
  .wp-block-image .alignleft,
  .wp-block-image .alignright,
  .wp-block-image .aligncenter, .wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0; }
    .wp-block-image .alignleft > figcaption,
    .wp-block-image .alignright > figcaption,
    .wp-block-image .aligncenter > figcaption, .wp-block-image.is-resized > figcaption {
      display: table-caption;
      caption-side: bottom; }
  .wp-block-image .alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1em; }
  .wp-block-image .alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1em; }
  .wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto; }
  .wp-block-image figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px; }
    



/*.wp-block-table*/
.wp-block-table{
  margin: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  overflow-x: hidden !important;
  }

.wp-block-table table{
  width: 100% !important;
  min-width:50%;
  margin-bottom: 30px;
  border:0 !important;
  border-top:solid 1px #999 !important;
  border-left:solid 1px #999 !important;
  font-size: 16px;

  /*display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;*/
  }

.wp-block-table th,
.wp-block-table td{
  width: auto;
  padding: 15px;
  box-sizing:border-box !important;
  border:0 !important;
  border-right:solid 1px #999 !important;
  border-bottom:solid 1px #999 !important;
  vertical-align:middle;
  font-size: 1.3rem;
  }

/* tbl01 */
.wp-block-table.tbl01 table{
  border-top:0 !important;
  border-left:0 !important;
  }
  
.wp-block-table.tbl01 th,
.wp-block-table.tbl01 td{
  border-right: solid 3px #fff !important;
  border-bottom: solid 3px #fff !important;
  }
  
.wp-block-table.tbl01 th:last-child,
.wp-block-table.tbl01 td:last-child{
  border-right:0 !important;
  }
  
.wp-block-table.tbl01 td{
  background-color:#eee !important;
  }
  
.wp-block-table.tbl01 tr:nth-child(1) td{
  text-align:center !important;
  font-weight: bold !important;
  color:#fff !important;
  background-color:#203864 !important;
  }

@media screen and (min-width: 1024px) {
  .wp-block-table table{
    display: table;
    margin-bottom: 40px;
    overflow:hidden;
    overflow-x: hidden;
    white-space: normal;
    -webkit-overflow-scrolling: auto;
    border-collapse: separate;
    }

  .wp-block-table th,
  .wp-block-table td{
    padding: 20px !important;
    font-size: 1.6rem !important;
    }
}


/* table 未修正 
.wp-block-table.has-fixed-layout {
  table-layout: fixed;
  width: 100%; }

.wp-block-table.alignleft, .wp-block-table.aligncenter, .wp-block-table.alignright {
  display: table;
  width: auto; }

.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  border-bottom: 1px solid #f3f4f5; }
  .wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #f3f4f5; }
  .wp-block-table.is-style-stripes td {
    border-color: transparent; }*/





/* columns */
.wp-block-gallery.columns-2{}
.wp-block-gallery.columns-3{}
.wp-block-gallery.columns-4{}
.wp-block-gallery.columns-5{}
.wp-block-gallery.columns-6{}
.wp-block-gallery.columns-7{}
.wp-block-gallery.columns-8{}

.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item{
  width:calc((100% - 32px)/3) !important;
  margin-right: 16px !important;
  }
.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item{
  width:calc((100% - 48px)/4) !important;
  margin-right:16px !important;
  }


.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right: 0 !important;}

.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right: 0 !important;}

.wp-block-gallery li:before{
  display: none !important;
  margin-right: 0 !important;
  }

.wp-block-gallery li a img{
  width:100% !important;
  height:auto !important;
  }

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption{
  position:absolute !important;
  bottom:-30px !important;
  width:100% !important;
  max-height:100% !important;
  overflow:auto !important;
  padding:10px 0 0 0 !important;
  color:#fff !important;
  text-align:center !important;
  font-size: 1.5rem !important;
  color:#333 !important;
  background:none !important;
  }

.wp-block-gallery figcaption.blocks-gallery-caption{
  width: 100% !important;
  text-align:center !important;
  font-size: 1.8rem !important;
  color:#333 !important;
  }





/* wp-block-image */
.wp-block-image{
  text-align:center;
  }

.wp-block-image img{
  width: auto;
  }

.wp-block-image figcaption{
  font-size: 1.5rem !important;
  color:#333 !important;
  }




/* wp-block-columns */
.wp-block-columns{
  margin-bottom: 0;
  }

.wp-block-columns.has-2-columns{}
.wp-block-columns.has-3-columns{}
.wp-block-columns.has-4-columns{}

.wp-block-columns .wp-block-image{
  margin-top: 0.4em;
  }

.wp-block-columns img{
  display: block;
  margin: 0 auto;
  }




/* wp-block-media-text */
.wp-block-media-text{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  }

.wp-block-media-text .wp-block-media-text__media{
  }

.wp-block-media-text .wp-block-media-text__media img{
  width: 100% !important;
  }

.wp-block-media-text .wp-block-media-text__content{
  margin: 0 !important;
  padding:0 8% 0 !important;
  }
