@charset "utf-8";
/* CSS Document */
/* pc sp共通 */
/* --------------------------------------------------
topics_item
-------------------------------------------------- */
.topics_item:not(:first-child){
	margin-top: 0px;
}

.topics_item h2{
	color:#2cb5a9 ;
	font-size:24px ;
	line-height: 1.6;
}

.topics_item p{
	margin-top: 20px;
	line-height: 1.8;

}

.topics_item .day{
	line-height: 1;

}
.anc{
	display:block;
}

.notice_item_body{
	background:#d3ebef ;
	padding: 30px;
	border-radius: 0 0 4px 4px;
}
/*IE用*/
@media screen\0 {
  .topics_item .day {
    line-height: 1.1;
}
}

.topics_img img{
	margin-right: 20px;
	margin-top: 20px;
}


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

}


/* sp */
@media screen and (max-width: 768px) {

}