@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		お知らせ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/****************************************************************************************************************************
お知らせ
****************************************************************************************************************************/

article.under section.news_page{
  margin-bottom:80px;
}

article.under section.news_page .news_ttl{
  background: #f3f3f3;
  position:relative;
  padding:40px 0;

}

article.under section.news_page .news_ttl:before{
content:"";
width: 100%;
height:5px;
position:absolute;
top:0px;

background: #f490c7; /* Old browsers */
background: -moz-linear-gradient(-45deg, #f490c7 0%, #eb846c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #f490c7 0%,#eb846c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #f490c7 0%,#eb846c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f490c7', endColorstr='#eb846c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

article.under section.news_page .title_date{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom:1px solid #505050;
  margin:50px auto 30px auto;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

article.under section.news_page .title_date .date{
margin:20px;
}

article.under section.news_page .title_date .ttl{
    border-left:1px solid #505050;
margin:20px;
flex:1;
  padding-left:20px;
}

article.under section.news_page .img img{
    max-width: 450px;
    display: block;
    margin: 30px auto;
}

/*
article.under section.news_page .img img{
    display: block;
    width: 680px;
    position: absolute;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    margin: auto;
}
*/

article.under section.top_information{
  background: #fff;
}

/****************************************************************************************************************************
  レスポンシブ　1000px
****************************************************************************************************************************/

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

article.under section.news_page .title_date{
  display: block;

}
article.under section.news_page .title_date .date{
   border-right: none;
   border-bottom:1px solid #505050;
    text-align: center;

}
article.under section.news_page .title_date{
  border-bottom:none;
}

h1 img{
  max-width: 100%;

}

article.under section.news_page .title_date .ttl{
    border-left:none;

}


}

/****************************************************************************************************************************
  レスポンシブ　480px
****************************************************************************************************************************/
@media screen and (max-width: 480px){

article.under section.news_page .img img{
    max-width: 100%;
    display: block;
    margin: 30px auto;
}


}
