@charset "utf-8";

/* shindaisei / top */
.shindaisei .page_top{
	max-width:none;
	padding:0 15px;
}
.shindaisei .page_title{
	padding:0;
	font-size:0;
	line-height:0;
}
.shindaisei .page_title img{
	display:block;
	width:100%;
}
.shindaisei h2{
	padding:0;
	background:none;
}
.shindaisei_btn{
	margin:30px 0 100px;
	text-align:right;
}
.shindaisei_btn a{color:#333 !important;}
.shidaisei_nav_list{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	gap:20px;
	padding:0;
}
.shindaisei_nav_item{
	list-style:none;
	margin:0;
}
.shindaisei_nav_link{
	display:block;
	padding:0 !important;
	background:none !important;
	color:#333 !important;
	text-decoration:none !important;
}
.shindaisei_nav_thumb{
	position:relative;
	margin-bottom:12px;
}
.shindaisei_nav_thumb::after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:1px solid #007F4D;
	opacity:0;
	transition:opacity 0.3s;
}
a:hover .shindaisei_nav_thumb::after{opacity:1;}
.shidaisei_nav_img{
	display:block;
	opacity:1 !important;
}
.shindaisei_nav_title{
	font-size:1.6rem;
	font-weight:500;
	line-height:2.4rem;
}
a:hover .shindaisei_nav_title{text-decoration:underline;}
.shindaisei_nav_btn{
	padding-top:20px;
	border-top:1px solid #CED8D0;
	text-align:center;
}
.shindaisei_nav_btn a{color:#333 !important;}
.shindaisei .page_box{padding:0 30px;}
.shindaisei .page_list{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	gap:10px 45px;
	padding-left:20px;
}
.shindaisei .page_list li{
	margin:0;
	font-weight:500;
}
.shindaisei .page_list a{color:#006E43 !important;}

/* shindaisei / archive */
.archive_shindaisei .info_news_list{margin-bottom:55px;}


@media screen and (max-width:1024px){

/* shindaisei / top */
.shindaisei .page_list{grid-template-columns:1fr 1fr;}
.shindaisei_nav_thumb{margin-bottom:8px;}

/* shindaisei / archive */
.archive_shindaisei .info_news_list{margin-bottom:35px;}

}


@media screen and (min-width:768px) and (max-width:1024px){

/* shindaisei / top */
.shindaisei .page_top{padding:0 10px;}
.shindaisei .news_item:nth-child(4){display:none !important;}
.shidaisei_nav_list{margin-bottom:30px;}

}


@media screen and (max-width:767px){

/* shindaisei / top */
.shindaisei .page_top{padding:0 5px;}
#news_tab.shindai_tab{margin-bottom:40px;}
.shidaisei_nav_list{
	grid-template-columns:1fr 1fr;
	gap:30px 20px;
}
.shindaisei .page_box{padding:0;}

}


@media screen and (max-width:600px){

/* shindaisei / top */
.shindaisei .page_list{display:block;}
.shindaisei .page_list li{margin-bottom:8px;}

}


@media screen and (max-width:550px){

/* shindaisei / top */
#news_tab.shindai_tab li{width:auto;}
.shidaisei_nav_list{display:block;}
.shindaisei_nav_item{margin-bottom:40px;}

/* shindaisei / archive */
.archive_shindaisei #news_tab li{width:auto;}

}