@charset "UTF-8";
/* topics */

/*===================================
content_area , page_title
=====================================*/

.content_area{
	padding: 100px 0 0;
	background-image: url("../img/topics/img_page_title.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.page_title h2{
	font-size: 24px;
	letter-spacing: 5px;
}
.page_title h2 span{
	display: block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
p.page_read_text{
	margin: 75px 0 50px;
}

@media screen and (min-width:0px) and (max-width:767px){
	
	.content_area{
		padding: 130px 3% 0;
		background-image:none; 
	}
	.page_title h2{
		font-size: 20px;
		letter-spacing: 4px;
	}
	.page_title h2 span{
		display: block;
		font-size: 12px;
		font-weight: 600;
		letter-spacing: 0.5px;
	}
	p.page_read_text{
		font-size: 12px;
		margin: 25px 0 15px;
		letter-spacing: 0.5px;
	}
}


/*===================================
ページコンテンツ
=====================================*/

.news_area{
    margin: 100px auto;
}
.news_content{
	margin:0 1.6% 50px;
}
.news_content .news_thumb{
    width: 100%;
    height:0;
    padding-bottom:75%;
    overflow: hidden;
    position: relative;
}
.news_thumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}
.news_thumb a:hover{
	opacity: 0.8;
}
.news_date{
    margin: 20px 0 15px;
}
.news_title a{
    display: block;
    font-size: 18px;
	line-height: 1.7em;
    margin-bottom: 15px;
}
.news_title a:hover{
	text-decoration: underline;
}
.excerpt{
    font-size: 14px;
}

@media screen and (min-width:0px) and (max-width:767px){

	.news_area{
		padding: 0 3%;
		margin: 50px auto;
	}
	.news_content{
		margin:0 0 30px;
	}
	.news_content .news_thumb{
		width: 100%;
		height:0;
		padding-bottom:75%;
		overflow: hidden;
		position: relative;
	}
	.news_thumb img{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: auto;
		height: 100%;
	}
	.news_thumb a:hover{
		opacity: 0.8;
	}
	.news_date{
		margin: 10px 0;
	}
	.news_title a{
		display: block;
		font-size: 16px;
		line-height: 1.7em;
		margin-bottom: 10px;
	}
	.news_title a:hover{
		text-decoration: underline;
	}
	.excerpt{
		font-size: 14px;
	}
}

