/* ------------------------------------- */
.news_top {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	max-width: 1260px;
	width: 90%;
	margin: 0px auto 50px;
}
.news_top li {
	float: left;
	width: 30%;
	margin-right: 5%;
	border: #ddd 1px solid;
	margin-bottom: 50px;
}
.news_top li:nth-child(3n) {
	margin-right: 0;
}
.news_top li .ph {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 75%;
	overflow: hidden;
	margin: 0 auto;
}
.news_top li .ph img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 200%;
	max-height: 200%;
	z-index: 0;
	transition: .3s;
}
.news_top li .ph span {
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: -5px;
	transition: .3s;
	background: url(../images/common/nami.png) no-repeat center top;
}
.news_top li .ph:hover span {
	height: 40px;
}
.news_top li dl {
	padding: 20px;
}
.news_top li dt {
	margin-bottom: 15px;
	line-height: 160%;
}
.news_top li .ttl {
	font-family: kan48typos-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.news_top li span {
	font-size: 70%;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 5px;
}
.news_top li dd {
	font-size: 90%;
	line-height: 170%;
}
/* ------------------------------------- */
.news_main {
	max-width: 600px;
	width: 85%;
	margin: 0px auto 60px;
}
.news_main p {
	margin-bottom: 30px;
}
.news_main .news_ttl {
	overflow: hidden;
	margin-bottom: 40px;
}
.news_main .news_ttl h3 {
	font-size: 130%;
	font-weight: 600;
	letter-spacing: 2px;
}
.news_main .news_ttl p {
	float: left;
	margin-right: 20px;
	font-size: 80%;
	margin-bottom: 0;
}
.news_main .news_ttl p a {
	display: inline-block;
	margin-left: 5px;
	text-decoration: underline;
}
.news_main .news_ttl p a:hover {
}
/* ------------------------------------- */
.news_nav {
	width: 100%;
	border-top: #ddd 1px solid;
	padding: 50px 5% 0;
	overflow: hidden;
}
.nav_left h4,
.nav_right h5 {
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.nav_left {
	float: left;
	width: 50%;
	margin-right: 5%;
}
.nav_left ul {
	overflow: hidden;
}
.nav_left li {
	float: left;
	width: 45%;
	margin-right: 5%;
	position: relative;
	height: auto;
}
.nav_left li .img_wrap {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.nav_left li .img_wrap img {
	transform: scale(1.1);
	cursor: pointer;
	filter: grayscale(100%);
	transition-duration: 0.5s;
	
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 150%;
	max-height: 150%;
}
.nav_left li .img_wrap p {
	position: absolute;
	width: 90%;
	left: 5%;
	color: rgba(255,255,255,1);
	bottom: 5%;
	line-height: 150%;
	font-size: 90%;
}
.nav_left li .img_wrap p span {
	display: block;
	font-size: 80%;
	margin-bottom: 5px;
	letter-spacing: 2px;
}
.nav_left li .img_wrap:hover img {
  filter: grayscale(0);
  transition-duration: 0.5s;
}
.nav_left li .img_wrap:hover p {
}
.nav_right {
	float: left;
	width: 30%;
}
.nav_right:last-child {
	width: 15%;
}
.nav_right ul {
	list-style: outside disc;
	margin-left: 20px;
	line-height: 150%;
	font-size: 90%;
	letter-spacing: 2px;
}
.nav_right li {
	margin-bottom: 5px;
}
/* ------------------------------------- */

/* ------------------------------------- */

/* ------------------------------------- */




@media screen and (max-width: 900px) {
	
	/* ------------------------------------- */
	.news_top li {
		width: 32%;
		margin-right: 2%;
	}
	.news_top li .ph:hover span {
		height: 30px;
	}
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	.nav_left {
		width: 40%;
		margin-right: 5%;
	}
	.nav_left li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.nav_right {
		float: left;
		width: 55%;
		margin-bottom: 40px;
	}
	.nav_right:last-child {
		width: 55%;
	}
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
}






@media screen and (max-width: 780px) {
	
	/* ------------------------------------- */
	.news_top li,
	.news_top li:nth-child(3n) {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 25px;
	}
	.news_top li:nth-child(2n) {
		margin-right: 0;
	}
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	.nav_left {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.nav_left li {
		float: left;
		width: 47%;
		margin-right: 6%;
	}
	.nav_left li:last-child {
		margin-right: 0;
	}
	
	.nav_right {
		width: 60%;
	}
	.nav_right:last-child {
		width: 40%;
	}
	.nav_right {
		width: 55%;
		margin-right: 10%;
		margin-bottom: 0px;
	}
	.nav_right:last-child {
		width: 35%;
		margin-right: 0;
	}
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
}






@media screen and (max-width: 580px) {
	/* ------------------------------------- */
	.news_top {
		width: 100%;
		margin: 0px auto 80px;
		border-bottom: #ddd 1px solid;
	}
	.news_top li,
	.news_top li:nth-child(3n) {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0;
		border: none;
	}
	.news_top li:nth-child(even) {
		border-right: #ddd 1px solid;
	}
	.news_top li:first-child {
		width: 100%;
		margin-bottom: 20px;
	}
	.news_top li:first-child .ph {
		padding-top: 55%;
	}
	.news_top li dt {
		margin-bottom: 0;
	}
	.news_top li dd {
		display: none;
	}
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
}