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

.news_headline{
	margin-top: 75px;
	background-color:#f8f8f8;
	padding: 25px 35px;
}
.news_headline .news_date{
	display: block;
	width: 140px;
	color: #be8c8d;
	margin-bottom: 10px;
}
.news_headline h1{
	margin-top: 10px;
}
.page_cont{
	margin:0 auto 100px;
	background-color:rgba(255,255,255,1.00);
	padding:75px 50px 50px;
}
/*以下はWPエディターの設定*/
.page_cont img{
	max-width: 100%;
	height: auto;
	margin: 15px;
}
.page_cont a{
	text-decoration: underline;
}
/*ここまでWPエディターの設定*/
.link_btn_white{
	width: 230px;
	margin:100px auto;
}
.type_kansei{
	width: 200px;
	height: 40px;
	padding-left: 15px;
	background-color: #f1c410;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	background-image: url("../img/home/icon_kaisei.png");
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: top 7px left 15px;
}
.type_kansei_end{
	width: 200px;
	height: 40px;
	padding-left: 15px;
	background-color: #E4E4E4;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	background-image: url("../img/home/icon_kaisei.png");
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: top 7px left 15px;
}
.type_report{
	width: 200px;
	height: 40px;
	padding-left: 15px;
	background-color:#F0E7B5;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	background-image: url("../img/home/icon_report.png");
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: top 7px left 15px;
}
.type_news{
	width: 200px;
	height: 40px;
	padding-left: 15px;
	background-color:#E4E4E4;
	text-align: center;
	line-height: 40px;
}

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

	.news_headline{
		width: 90%!important;
		margin: 50px auto 0;
		background-color:#f8f8f8;
		padding: 20px;
	}
	.news_headline .news_date{
		display: block;
		width: 140px;
		color: #be8c8d;
		margin-bottom: 10px;
	}
	.news_headline h1{
		margin-top: 10px;
	}
	.page_cont{
		width:100%;
		margin:0 auto 50px;
		background-color:rgba(255,255,255,1.00);
		padding:50px 25px 5%;
	}
	/*以下はWPエディターの設定*/
	.page_cont img{
		max-width: 100%;
		height: auto;
		margin: 10px 0;
	}
	.page_cont a{
		text-decoration: underline;
	}
	/*ここまでWPエディターの設定*/
	.link_btn_white{
		width: 230px;
		margin:50px auto;
	}
	.type_kansei{
		width: 200px;
		height: 40px;
		padding-left: 15px;
		background-color: #f1c410;
		border-radius: 20px;
		text-align: center;
		line-height: 40px;
		background-image: url("../img/home/icon_kaisei.png");
		background-repeat: no-repeat;
		background-size: 24px;
		background-position: top 7px left 15px;
	}
	.type_kansei_end{
		width: 200px;
		height: 40px;
		padding-left: 15px;
		background-color: #E4E4E4;
		border-radius: 20px;
		text-align: center;
		line-height: 40px;
		background-image: url("../img/home/icon_kaisei.png");
		background-repeat: no-repeat;
		background-size: 24px;
		background-position: top 7px left 15px;
	}
	.type_report{
		width: 200px;
		height: 40px;
		padding-left: 15px;
		background-color:#F0E7B5;
		border-radius: 20px;
		text-align: center;
		line-height: 40px;
		background-image: url("../img/home/icon_report.png");
		background-repeat: no-repeat;
		background-size: 24px;
		background-position: top 7px left 15px;
	}
	.type_news{
		width: 200px;
		height: 40px;
		padding-left: 15px;
		background-color:#E4E4E4;
		text-align: center;
		line-height: 40px;
	}
}

