@charset "utf-8";
.pdfBx {
    margin: 48px 0 0 0px;
    display: block;
}

.pdftxt {
    color: #111;
    font-size: 18px;
}
.newsList > .webgene-blog {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
    justify-content: space-between;
    max-width: 530px;
    margin: 0 auto 0;
}
.imgControlBox {
    /* padding: 14px 19px; */
    /* background: #F1F1F1; */
}
.newsItem .imgControl {
    position: relative;
    padding: 0px 0 97%;
}

 .imgControl > span {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.newsArt .imgControl > img:empty+span {
    display: none;
}

.newsItem .imgControl > img:empty+span {
    display: none;
}

.newsItem .imgControl > img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.newsItem > a {
    max-width: 255px;
    width: 100%;
    margin: auto;
}
.newsItem:nth-of-type(n + 2) {
    margin: 0;
}
.newsItem {
   width: 48%;
}
.newsItem > a {
    width: 100%;
	display: block;
}
.newsItem > a {
    display: block;
}
.dateBox {
    display: flex;
    margin: 13px 0 0 0;
    align-items: center;
    width: 90%;
}
.dateBx {
    /* display: flex; */
    margin: 15px 0 0 0;
    align-items: baseline;
}


.date {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    margin: 12px 0 0 0;
    font-family: 'Montserrat';
    letter-spacing: 0.112em;
}
.dateBorder {
    height: 16px;
    background: #C8A063;
    width: 1px;
    margin: 0 15.5px;
}

.dateBx>.cate {
   background: #FFFFFF;
   padding: 3px 12px;
   font-size: 12px;
   color: #0741B6;
   font-weight: 500;
   /* position: absolute; */
   /* top: 0; */
   /* left: 0; */
   border: 1px solid #0741B6;
   text-align: center;
   font-family: 'Noto Sans JP';
   display: inline-block;
}
p.content {
    color: #333333;
    font-size: 14px;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    margin: 10px 0 0 0;
    line-height: 2em;
}
.newsItem > a > .tit {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin: 16px 0 0 0;
    font-family: 'Noto Sans JP';
}

.newsItem > a > .txt {
    font-size: 14px;
    color: #4D4D4D;
    margin: 22px 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*-- お知らせ一覧 --------------------------------------------------------------*/

.newsArt {
    background: #F6F6F6;
    /* border-top: solid 1px #707070; */
    margin: 60px auto 0;
    padding: 30px 2%;
    /* box-shadow: 3px 3px 15px rgb(59 59 59 / 11%); */
}

.newsArt:first-child {
    margin: 0 auto;
}

.newsArt > .tit02 {
    padding: 5px 2%;
    color: #7D0006;
    border-bottom: solid 2px #7D0006;
}

.newsArt > .date {
    margin: 5px 0 0;
    color: #000;
    font-weight: bold;
}

.newsArt > .imgBox {
    text-align: center;
}

.newsArt > .imgBox > img {
    margin: 50px 0 0;
}

.newsArt > .txtBox {
    margin: 30px 0 0;
}


/*-- ページャー --------------------------------------------------------------*/

.webgene-pagination {
    width: 100%;
    order: 101;
}

.webgene-pagination > ul{
  padding: 0;
  display: flex;
  justify-content: center;
}

.webgene-pagination > ul > li{
  display: flex;
}

.webgene-pagination > ul > li{
  margin: 80px 10px 0;
  height:30px;
  min-height:30px;
  width:100%;
  max-width:30px;
  font-size: 14px;
  list-style: none;
  background-color: #a9c5d1;
  display: flex;
  justify-content: center;
  padding: 4px 0;
  align-items: center;
  border: 1px #f3f0e9 solid;
}

.webgene-pagination > ul > li.selected > a{
  color: #fff;
  background: #a9c5d1;
  cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
    /* color: #FFF; */
    background-color: #a9c5d1;
}

.webgene-pagination > ul > li > a{
  width: 100%;
  height: 28px;
  width: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination > ul > li > a:hover{
  /* color:#FFF; */
  background-color: #000;
  text-decoration: none;
}

.next > a {
    font-size: 11px;
    color: #FFF;
}

.prev > a{
    font-size: 11px;
    color: #FFF;
}

.newsArt > .cate {
    background: #7D0006;
    color: #fff;
    display: inline-block;
    padding: 5px 2%;
    border-radius: 5px;
    margin: 10px 0 0;
}

/*----------カテゴリ ----------*/

.cateBx {
    /* border-bottom: none; */
    /* box-shadow: 1px 1px 4px #ccc; */
    background: #fff;
    border: 1px solid #f3f0e9;
}
.cateBx:nth-child(n+2) {
    margin: 50px 0 0 0;
}
.cateH {
    font-weight: bold;
    padding: 10px 5px 10px 15px;
    position: relative;
    background: #a9c5d1;
    line-height: 1.6em;
    color: #fff;
}
.infoBx {
    /* display: flex; */
    align-items: center;
}
.cateLink {
    display: block;
    color: #000;
    position: relative;
    line-height: 1.6em;
    /* border-bottom: solid #ccc 1px; */
    padding: 10px 2% 10px 25px;
    font-size: 16px;
}

.cateLink:hover {
    color: #000;
}

.cateLink:hover:before {
    content: "▶";
    font-size: 14px;
    position: absolute;
    left: 2%;
}



.newsBorder {
    border-bottom: 1px solid rgb(186, 219, 249);
}

.newsArt .tit {
    color: #707070;
    font-size: 20px;
    margin: 0 0 20px 0;
    font-weight: bold;
}

.newsDate {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 150px;
    width: 100%;
    margin: 10px 0 0 0;
}

/*.cateLink:hover::after {
    content: "";
    display: block;
    background: #000;
    width: 60px;
    height: 1px;
    bottom: 10px;
    position: absolute;
}*/

.imgControl>img {
    /* border-radius: 5px; */
}
/* 詳細 */

.newsDtl {
    padding: 0px 2%;
}

.newsDtl > .tit {
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 3px #D1D1D1;
    color: #333;
    padding: 0 0 5px;
    margin: 15px 0 0 0;
}

.newsDtl > .newsBx {
    display: flex;
    align-items: center;
    margin: 20px 0 0;
}

.newsDtl > .cate {}

.newsDtl .cate {
    background: #F0F0F0;
    padding: 6.5px 9px 6.5px 18px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    max-width: 100px;
    width: 100%;
}

.newsDtl .date {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    margin: 12px 0 0 0;
}

.newsDtl .imgBx > img {
    margin: auto;
}

.newsDtl .imgBx {
    text-align: center;
    margin: 30px 0 0;
}

.newsDtl .txtBx {
    margin: 30px 0 0;
    font-size: 16px;
}

.newsItem:nth-of-type(n + 3) {
	margin: 6% 0 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.newsItem {
    width: 48%;
}
  .newsItem:nth-of-type(n + 2) {
    margin: 0;
}
   .newsItem:nth-of-type(n + 3) {
    margin: 4% 0 0 0;
}
  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.date {
}
.newsArt .tit {
    font-size: 24px;
}
.newsList > .webgene-blog {
  	max-width: 100%;
  	position: relative;
}
.dateBx {
    margin: 26px 0 0 0;
}
.newsItem {
  	width: 22.97%;
}

.newsItem:nth-of-type(n + 3) {
  	margin: 0;
}

.newsList > .webgene-blog:after {
    content: "";
    width: 22.97%;
    height: auto;
    display: block;
}
  .newsList > .webgene-blog:before {
    content: "";
    width: 22.97%;
    height: auto;
    display: block;
}
.dateBx {
    flex-direction: column;
}
/*.newsList > .webgene-blog:before {
    order: 1;
}
*/
.newsList > .webgene-blog:after {
    order: 100;
} 
.newsList > .webgene-blog:before {
    order: 100;
} 
.newsItem:nth-of-type(n + 3) {
    margin: 0;
}
.newsItem:nth-of-type(n + 4) {
    /* margin: 4% 0 0; */
}
  .newsItem .cate {
    /* max-width: 130px; */
}
 .date {
    margin: 5px 0 0px 0;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  .dateBx {
    flex-direction: row;
}
.newsItem > a {
    margin: 0 auto;
}
  .newsItem .cate {
    /* max-width: 150px; */
}
  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */