/* TOP
/*-----------------------------------------------------------------------------------------*/

div.important_news .important_news_title {
    text-align: center;
    color: #9C0028;
    font-size: 20px;
    font-weight: 700;
}

div.important_news .important_news_p {
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
}

div.important_news .important_news_p a {
    color: #444;
    text-decoration: underline;
}

@media screen and (min-width: 669px) {
}
    div.important_news {
        max-width: 1000px;
        width: 96%;
        margin: 40px auto 0;
    }

@media screen and (max-width: 668px){
    div.important_news {
        padding: 0 10px;
        margin: 20px auto 0;
    }
    div.important_news .important_news_title {
         font-size: 14px;
    }
    div.important_news .important_news_p {
    font-size: 13px;
    padding-top: 10px;
}
    
}

/*
@media screen and (min-width: 669px) {
    div.info_contents {
        max-width: 1000px;
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 668px) {
    div.info_contents {
        width: 94%;
        margin: 0 auto;
    }
}
*/


.news {
    padding-top: 30px;
  }
#information {
  padding-top: 20px;
}
#information ul {
  width: 95.625%;
  margin: 0 auto;
  zoom: 1;
  display: flex;
  flex-wrap: wrap;
}
#information ul li {
/*  width: calc(100%/3);*/
  width: 32%;
  /* float: left; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  /* margin-right: 3.92157%; */
  margin-bottom: 20px;
}
#information ul li:nth-child(3n-1) {
  margin: 0 2% 20px;
}
#information ul:before, #information ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#information ul:after {
  clear: both;
}
#information a {
  color: #333;
}
#information .date {
  padding: 5px;
  /* text-align: right; */
  font-size: 0.8rem;
}
#information .text {
  padding: 0 5px 5px;
  font-size: 0.9rem;
}
#information .gotoDetail {
  text-align: right;
  padding: 0 5px 5px;
  font-size: 0.85em;
}
#information .date span {
	background: #ccc;
	color: #fff;
	font-size: 88%;
	padding: 2px 6px;
	margin: 0 0 0 8px;
}
@media screen and (max-width: 668px) {
    #information .info_contents {
        margin-right: 2%;
        margin-left: 2%;
    }
    #information ul {
    flex-wrap: wrap;
    /* justify-content: space-between; */
    width: 100%;
    }
    #information ul li {
        /* width: calc(95.625%/2); */
        width: 49%;
        margin-bottom: 10px;
    }
    #information ul li:nth-child(3n-1) {
        margin: 0 0 10px;
    }
  #information ul li:nth-child(odd) {
    margin-right: 0.8%;
  }
  #information ul li:nth-child(even) {
      margin-left: 0.8%;
  }
  #information .date {
	  text-align:left;
}
    /*  page-top 打ち消し  */
    #open {
        padding: 0;
    }
}

#information .image > img {
    font-family: 'object-fit: contain;'
}

@media screen and (min-width: 669px) {
  .news {
    padding-top: 50px;
  }
  #information {
    padding-top: 45px;
  }
  #information ul {
    width: 90%;
    overflow: hidden;
    max-width: 1000px;
  }
  #information ul li {
    overflow: hidden;
    position: relative;
    /* width: 316px; */
    /* margin-right: 2%; */
  }
  #information ul li:nth-child(3n) {
    margin-right: 0;
  }
  #information .image {
    overflow: hidden;
    position: relative;
    z-index: 10;
    /* width: 316px; */
    /* height: 199px; */
    height: 16.1vw;
    background-color: #fff;
    display: flex;
    border-radius: 4px 4px 0 0;
  }
  #information .image > img {
    /* position: absolute; */
    /* z-index: 10; */
    /* top: 0; */
    /* left: 0; */
    /* -webkit-transition: .3s ease-in-out; */
    /* transition: .3s ease-in-out; */
    /* opacity: 1; */
    width: 100%;
    height: auto;
    object-fit: contain;
    -webkit-transition: .3s ease;
    transition: .3s ease; 
  }
  #information .blursvg {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 3px 3px 0 0;
  }
  #information .date {
    padding: 10px;
  }
  #information .text {
    padding: 0 10px 10px;
  }
  #information .gotoDetail {
    padding: 0 10px 10px;
  }
  #information li a:after {
    content: "";
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 55px;
    top: 76px;
    left: 0;
/*    background: url(../img/common/icon_imagehover.png) center top no-repeat;*/
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
#information li a:hover .text {
text-decoration: underline;
cursor: pointer;
}
  #information li a:hover .image > img {
/* 
    -webkit-filter: blur(3px);
    filter: blur(3px);
*/
    opacity: 0.8;
    transform: scale(1.06);
  }
  #information li a:hover:after {
    opacity: 1;
  }
    
/*  page-top 打ち消し  */
    #open {
        padding-top: 0;
    }
}

@media screen and (min-width: 1100px) {
    #information .image {
    overflow: hidden;
    position: relative;
    z-index: 10;
     width: 318px; 
     height: 179px; 
/*    height: 11.45vw;*/
    background-color: #fff;
    display: flex;
    border-radius: 4px 4px 0 0;
  }
  #information .image > img {
    /* position: absolute; */
    /* z-index: 10; */
    /* top: 0; */
    /* left: 0; */
    /* -webkit-transition: .3s ease-in-out; */
    /* transition: .3s ease-in-out; */
    /* opacity: 1; */
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: .3s ease;
  }
}

@media screen and (max-width: 668px) {
   #information .image {
    overflow: hidden;
    position: relative;
    z-index: 10;
    /* width: 316px; */
    /* height: 199px; */
    height: 26.12vw;
    background-color: #fff;
    display: flex;
    border-radius: 3px 3px 0 0;
  }
  #information .image > img {
    /* position: absolute; */
    /* z-index: 10; */
    /* top: 0; */
    /* left: 0; */
    /* -webkit-transition: .3s ease-in-out; */
    /* transition: .3s ease-in-out; */
    /* opacity: 1; */
    width: 100%;
    height: auto;
    object-fit: contain;
  } 
}