@charset "utf-8";

/* ******************************************
	General
****************************************** */
#page_title h1::before {
  background-image: url(../images/common/ico-home.svg);
}





/* *******************
	news
******************* */
#news {}
#news ul {
	padding: 0;
	margin: 0;
	list-style: none;

	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
#news ul li {
	width: 24%;
	margin-right: 1.3%;
	margin-bottom: 20px;
}
#news ul li:nth-child(4n) {
	margin-right: 0;
}
#news ul li a {
}
#news ul li picture {
	border: 2px solid #f8dc4a;
	border-radius: 15px;
	aspect-ratio: 16/9;
}
#news ul li picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}
#news ul li p {
	text-align: left;
	margin-top: 5px;
}
#news .ashirai_1 {
	width: 230px;
	max-width: 230px;
	height: 350px;
	position: absolute;
	top: -50px;
	left: 5%;
	background-image: url(../images/index/info_ashirai.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
	#news ul li {
		width: 32%;
		margin-right: 2%;
	}
	#news ul li:nth-child(4n) {
		margin-right: 2%;
	}
	#news ul li:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width:450px) {
	#news ul li {
		width: 48%;
		margin-right: 2%;
	}
	#news ul li:nth-child(3n) {
		margin-right: 2%;
	}
	#news ul li:nth-child(2n) {
		margin-right: 0;
	}
}





/* *******************
	news_post
******************* */
#news_post {}
#news_post h2 {
  text-align: left;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
}
#news_post .cate {
	display: flex;
	justify-content: flex-end;
	align-items: center;
  margin-bottom: 50px;
}
#news_post .cate span {	
}
#news_post .cate span::after {
	content: ' / ';	
}
#news_post .cate span:last-child:after {
	content: none;	
}
#news_post .update {
	display: inline-block;
	padding-left: 15px;
}
#news_post .news_contents {
	text-align: left;
  padding-top: 65px;
}
#news_post .news_contents img {
  width: 90%;
  max-width: 450px;
  margin: 0 auto 40px;
}

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