@charset "utf-8";

/* お知らせ */
.index_news_image { display:block; width:100%; height:auto; margin:0 0 100px 0; }
.index_news { width:1200px; margin:0 auto; padding:50px 0 100px; overflow:hidden; }
.index_news .headline { font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; font-size:32px; font-weight:400; line-height:220%; letter-spacing:1px; margin:0 0 30px 0; color:#000; }
.index_news ol { position:relative; margin:0 -65px 0 0; }
.index_news li { float:left; width:356px; margin:0 65px 33px 0; }
.index_news li a.image { width:120px; height:120px; display:block; float:left; margin:0 25px 0 0; position:relative; overflow:hidden; background: #ccc; }
.index_news li a.image img { display:block; width:100%; height:100%; }
.index_news li a.image:after {
   content:"";  box-shadow:inset 0 0 0 0 rgba(255,255,255, 0); position:absolute; top:0; left:0; bottom:0; right:0;
   -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}
.index_news li a.image:hover:after { box-shadow:inset 0 0 0 10px rgba(255,255,255, 0.3); }
.index_news li .date { font-size:14px; font-weight:bold; line-height:120%; }
.index_news li .title { font-size:14px; font-weight:400; line-height:180%; display:block; 
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.index_news .link_button { background:#aaa; float:right; display:inline-block; color:#fff; width:195px; height:50px; line-height:50px; padding:0 12px; text-align:center; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }
.index_news .link_button:hover { text-decoration:none; }

#index_content1_top .desc { text-align: center; }

.home .topnone {
 display: none;
}