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

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

.content_area{
	padding: 100px 0 0;
}

@media screen and (min-width:0px) and (max-width:767px){
	
	.content_area{
		padding: 130px 3% 0;
		background-image:none; 
	}
}


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

.news_head_area{
	margin-bottom: 35px;
}
.news_date{
	font-size: 16px;
}
.news_title{
	font-size: 20px;
	color: #009fd9;
}
.news_main_image{
	width: 100%;
	overflow: hidden;
	margin-bottom: 35px;
}
.wp_editor_area img{
	max-width:100%;
}

@media screen and (min-width:0px) and (max-width:767px){
	
	.news_head_area{
		margin-bottom: 20px;
	}
	.news_date{
		font-size: 14px;
	}
	.news_title{
		font-size: 18px;
		color: #009fd9;
	}
	.news_main_image{
		width: 100%;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.news_main_image img{
		width: 100%;
		height: auto;
	}
	.wp_editor_area img{
		max-width:100%;
	}
}

