@charset "UTF-8";
/*------------------------------------------------------------
	サイト幅でセンタリング
------------------------------------------------------------*/
/*------------------------------------------------------------
	breakpoint
------------------------------------------------------------*/
/*------------------------------------------------------------
	フォント
------------------------------------------------------------*/
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
/*------------------------------------------------------------
	Other
------------------------------------------------------------*/
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainImg {
  margin-bottom: 0;
  height: 166px;
  background-image: none;
}
@media screen and (max-width: 896px) {
  .mainImg {
  height: 86px;
  }
}

.news .comTxt {
  margin-bottom: 75px;
}

@media screen and (max-width: 896px) {
  .news .comTxt {
    margin-bottom: 8px;
  }
}

.news p {
  margin-bottom: 40px;
  line-height: 1.67;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}

.news p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 896px) {
  .news p {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 896px) {
  .news .mainBox::after {
    width: 51%;
    height: 621px;
    background-color: #F4F5F7;
    transform-origin: right top;
    transform: skew(-32deg);
    position: absolute;
    top: -40px;
    right: -197px;
    content: "";
    z-index: -1;
    mix-blend-mode: multiply;
  }
}


.news .news_list a:hover,
.news .news_list a:hover img {
  opacity: 0.6;
 }

.news .news_list {
  margin: 0 1%;
}

.news .news_list_item {
  padding: 1.1em 0;
  border-bottom: 1px solid #2E3145;
  font-size: 1em;
}

.news .news_list_item a {
  position: relative;
  display: flex;
  padding-right: 30px;
}

.news .news_list_date {
  display: flex;
  margin-right: 15px;
}

.news time {
  width: 5em;
}

.news .news_item {
  background: #004DA0;
  font-size:0.75em;
  color: white;
  /*border-radius: 14px;*/
  width: 6em;
  height: 1.75em;
  text-align: center;
  margin-left: 1em;
  padding: 0.2em;
}

.news .no_item {
  background: none;
  font-size:0.75em;
  width: 6em;
  height: 1.75em;
  margin-left: 1em;
  padding: 0.2em;
}

.news p.txt_pager {
  margin: 2em auto 65px auto;
  padding: 0 0 10px 0;
  text-align: center;
  font-weight: normal;
  color: #000;
  max-width: 100%;
  font-size: 1em;
}
.news p.txt_pager a {
  color: #000;
  margin: 0 2em;
}
.news p.txt_pager a:hover,
.news p.txt_pager a:hover img {
  opacity: 0.6;
 }

@media screen and (max-width: 896px) {
	.news .news_list {
    margin: 0 2%;
    }
    .news .news_list_item a {
    display: block;
    }
    .news .news_list_item a  {
    font-size: 14px;
    }
    .news .news_list_item a {
    padding-right: 0;
    }
	.news .news_list_item a p {
    padding: 0.2em 0;
    }
}



.news_detail .navy {
  color: #2E3145;
}


.news_detail .news_list a:hover,
.news_detail .news_list a:hover img {
  opacity: 0.6;
 }

.news_detail .news_list {
  margin: 0;
  text-align: center;
}

.news_detail .news_list_item {
  padding: 0.75em 0;
  border-bottom: 1px solid #2E3145;
  font-size: 1em;
}

.news_detail .news_list_date {
  display: block;
}

.news_detail time {
  width: 5em;
  margin: 0 auto;
  display: block;
  font-size: 16px;
}

.news_detail h3 {
  font-size: 24px;
}

.news_detail p {
  margin-bottom: 40px;
  line-height: 1.67;
  /*text-align: justify;*/
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}
.news_detail p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 896px) {
  .news_detail p {
    margin-bottom: 25px;
  }
}

.news_detail .news_article p {
  margin: 2em auto;
}

.news_detail p.txt_pager {
  margin: 2em auto 65px auto;
  padding: 1em 0 10px 0;
  text-align: center;
  font-weight: normal;
  color: #000;
  max-width: 100%;
  font-size: 1em;
  border-top: 1px solid #2E3145;
}
.news_detail p.txt_pager a {
  color: #000;
  margin: 0 2em;
}
.news_detail p.txt_pager a:hover,
.news_detail p.txt_pager a:hover img {
  opacity: 0.6;
}



              img {
                max-width: 100%;
                height: auto;
              }
              .alignnone {
                margin: 0.5em 0;
              }
              .aligncenter {
                display: block;
                margin-right: auto;
                margin-left: auto;
              }
              .alignright {
                float: right;
                margin: 0.5em 0 0.5em 1em;
              }
              .alignleft {
                float: left;
                margin: 0.5em 1em 0.5em 0;
              }
              .wp-caption {
                padding-top: 4px;
                margin: 10px;
                text-align: center;
                background-color: #f3f3f3;
                border: 1px solid #ddd;
                border-radius: 3px;
                }
              img {
                  padding: 0;
                  margin: 0;
                  border: 0 none;
                }
                p.wp-caption-text {
                  padding: 0 4px 5px;
                  margin: 0;
                  font-size: 11px;
                  line-height: 17px;
                }

