@charset "utf-8";
/* CSS Document */

.intro{
	margin-bottom: 20px;
}

.content_box{
	padding: 10px 30px;
}

.news_box{
	margin-bottom: 0;
	padding: 30px 0;
}

h3{
	background-image: url(../images/eye_catch.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position:0 2px;
	margin-bottom: 5px;
}

.content_box span{
	padding: 2px 10px;
	background: linear-gradient(#00A9D2, #74A9E5);
	border-radius: 10px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 4px;
	margin-right: 5px;
	width: 55px;
	text-align: center;
}

.news_box_text{
	width: 65%;
	float: left;
}

.news_img{
	width: 25%;
	float: right;
}

/*トリミング*/
.box_img{
	display: inline-block;
	width: 100%;
}
.box_img a figure{
	position: relative;
	overflow: hidden;
}
.box_img a figure img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*トリミング終わり*/

.page ol{
	list-style-type: none;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
}

.page ol li {
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
}

.page ol li a:link, .page ol li a:visited{
	color: black;
}

.page ol li a:hover{
	color: #00A9D2;
}

@media screen and (max-width:780px) {
	
	.page_title {
		font-size: 20px;
		padding: 0px 0 0px 12px;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	
	.news_box {
		margin-bottom: 50px;
		padding: 20px;
	}
	
	.news_box_text {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	
	.news_img {
		width: 100%;
		max-width: 50%;
		float: none;
		margin: 0 auto;
	}
	
}