@charset "UTF-8";
/* CSS Document */

/*　flexslider　*/

.flexslider {
	border: none;
	margin: 0 auto;
	width: 1260px;
}

.flex-direction-nav a {
	height: 45px;
}



/*　contents-nav01　*/

.contents-nav01 {
	width: 100%;
	overflow: hidden;
}

.contents-nav01 ul {
	padding: 0;
}

.contents-nav01 ul li {
	float: left;
	width: 32%;
	margin-left: 2%;
	text-align: center;
}

.contents-nav01 ul li:first-child {
	margin-left: 0;
}


/*　news-box　*/

.news-box {
	width: 100%;
	overflow: hidden;
	margin-top: 128px;
	background: url(../img/news-bg.png) bottom center no-repeat;
	padding-bottom: 20px;
}

.news-box h1 {
	font-size: 24px;
	font-weight: 600;
	line-height: 56px;
	text-align: center;
	margin: 0;
}

.news-box ul {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	margin: 25px 0 0 0;
	padding:0 30px 0 40px;
	height: auto;
	overflow: auto;
}

.news-box ul li img {
	width: 128px;
	height: 128px;
	object-fit: cover;
	border: 1px solid #ccc;
}

.news-box ul li {
	margin-bottom: 20px;
}

.news-box ul li:last-child {
	margin-bottom: 0;
}

.news-box ul li a {
	vertical-align: top;
	color: #000;
}

.news-box ul li img + a {
	padding-left: 22px;
}





.news-box table {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	margin: 25px 0 0 40px;
	height: 340px;
	overflow: auto;
}

.news-box table th , .news-box table td {
	margin-bottom: 20px;
}

.news-box table th:last-child , .news-box table td:last-child {
	margin-bottom: 0;
}

.news-box table td a {
	vertical-align: top;
	color: #000;
}

.news-box table th {
	padding-bottom: 15px;
	width: 160px;
	display: block;
}

.news-box table th span {
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}

.news-box table th img {
	width: 128px;
	height: auto;
	border: 1px solid #fff;
	display: block;
}

.news-box table td {
	width: 80%;
	padding-bottom: 15px;
}




.news-list {
	text-align: right;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	padding-right: 15px;
	margin: 0;
}

.news-list a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
}

.news-list a:hover {
	text-decoration: none;
	opacity: 0.6;
	border-bottom: none;
}





/*　top-greeting　*/

.top-greeting {
	width: 100%;
	overflow: hidden;
	margin-top: 125px;
}

.top-greeting p a:hover {
	opacity: 0.6;
}




/*　top-rinen　*/

.top-rinen {
	width: 100%;
	overflow: hidden;
	margin-top: 125px;
}

.top-rinen p a:hover {
	opacity: 0.6;
}





/*　contents-nav02　*/

.contents-nav02 {
	width: 100%;
	overflow: hidden;
	margin-top: 124px;
}

.contents-nav02 ul {
	padding: 0;
}

.contents-nav02 ul li {
	float: left;
	width: 32%;
	margin-left: 2%;
}

.contents-nav02 ul li:first-child {
	margin-left: 0;
}

.contents-nav02 ul li a:hover {
	opacity: 0.6;
}










@media screen and ( max-width:767px ) {
	
	
	/*　flexslider　*/

	.flexslider {
		width: 100%;
	}
	
	
	/*　contents-nav01　*/

	.contents-nav01 {
		width: 100%;
		overflow: hidden;
	}

	.contents-nav01 ul {
		padding: 0;
	}

	.contents-nav01 ul li {
		float: none;
		width: 100%;
		margin-left: 0;
		text-align: center;
		margin-top: 20px;
	}
	
	
	/*　news-box　*/

	.news-box {
		margin-top: 50px;
		background: none;
		height: auto;
	}
	
	.news-box h1 {
		font-size: 230%;
		font-weight: bolder;
		text-align: left;
	}
	
	.news-box ul {
		font-size: 120%;
		margin: 25px 0 0 0;
		padding:0;
		height: auto;
	}
	
	.news-box ul li {
		overflow: hidden;
		width: 100%;
	}
	
	.news-box ul li img {
		float: left;
		width: 20%;
		height: auto;
	}
	.news-box ul li a {
		float: left;
		width: 100%;
	}
	
	.news-box ul li img + a {
		width: 80%;
	}
	
	.news-list {
		margin-top: 20px;
	}
	
	
	
	
	.news-box table {
		font-size: 120%;
		margin: 25px 0 0 0;
		height: auto;
	}
	
	.news-box table tr th {
		padding: 0 0 20px 0;
		vertical-align: top;
	}
	
	.news-box table tr td {
		padding: 0 0 20px 20px;
		vertical-align: top;
	}

	.news-box table th img {
		width: 100%;
		height: auto;
	}

	
	
	
	
	
	/*　top-greeting　*/
	
	.top-greeting {
		margin-top: 50px;
	}
	
	.top-greeting-inner p img {
		width: 80%;
		margin: 0 auto;
	}
	
	
	
	/*　top-rinen　*/
	
	.top-rinen {
		margin-top: 50px;
	}
	
	.top-rinen-inner p img {
		width: 80%;
		margin: 0 auto;
	}
	
	
	
	/*　contents-nav02　*/

	.contents-nav02 {
		width: 100%;
		overflow: hidden;
		margin-top: 50px;
	}

	.contents-nav02 ul li {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	
	.contents-nav02 ul li img {
		margin: 0 auto;
		display: block;
	}
	
	
}
	
	
	
	
	
	
	
	
	
	
	
	