/*========================================================*/
/*  NEWS
/*========================================================*/
body{
	background: #ced390;
}

/*  .content
---------------------------------------------------*/
.content{
	font-size: 18px;
	line-height: 2;
}
.second_ttl{
	text-align: center;
	margin-top: 70px;
	margin-bottom: 40px;
}
.line_color{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
}
.line_color li{
	height: 12px;
	width: 16.666%;
}
.line_color li:nth-of-type(1){
	background: #ffff00;
}
.line_color li:nth-of-type(2){
	background: #ff0000;
}
.line_color li:nth-of-type(3){
	background: #00c6ff;
}
.line_color li:nth-of-type(4){
	background: #ff7200;
}
.line_color li:nth-of-type(5){
	background: #12ff00;
}
.line_color li:nth-of-type(6){
	background: #ff7bd2;
}
.content_box{
	padding: 94px 0 150px;
	width: 700px;
	margin: 0 auto;
}
.content_box h3{
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 90px;
}
.content_box h4{
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 8px;
}
.content_box p{
	font-size: 14px;
	line-height: 2.1;
	margin-bottom: 40px;
}
.content_box p:last-of-type{
	margin-bottom: 0;
}
.photo_area{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 48px;
}
.photo_area:last-of-type{
	margin-bottom: 0;
}
.photo_block{
	width: 48%;
	margin-bottom: 46px;
}
.photo_block:last-of-type{
	margin-bottom: 0;
}
.photo_block figure{
	width: 92%;
}
.photo_block img{
	width: 100%;
	height: auto;
}
.photo_area1 .photo_block:nth-of-type(1) span{
	color: #ff0000;
}
.photo_area1 .photo_block:nth-of-type(2) span{
	color: #00c6ff;
}
.photo_area1 .photo_block:nth-of-type(3) span{
	color: #12ff00;
}
.photo_area1 .photo_block:nth-of-type(4) span{
	color: #ffea00;
}
.photo_area1 .photo_block:nth-of-type(5) span{
	color: #0478c2;
}
.photo_area1 .photo_block:nth-of-type(6) span{
	color: #ffa2f7;
}
.photo_area1 .photo_block:nth-of-type(7) span{
	color: #f4881e;
}
.photo_area1 .photo_block:nth-of-type(8) span{
	color: #acacac;
}
.photo_area1 .photo_block:nth-of-type(9) span{
	color: #508d23;
}


/*========================================================*/
/*  767px
/*========================================================*/
@media screen and (max-width:767px) {
	.content{
		font-size: 15px;
	}
	.second_ttl{
		margin-top: 40px;
	}
	.content_box dl{
		display: block;
	}
	.content_box{
		padding: 64px 6% 100px;
		width: 100%;
	}
	.content_box h3{
		font-size: 24px;
		margin-bottom: 42px;
	}
	.content_box h4{
		font-size: 12px;
	}
	.photo_area{
		margin-bottom: 24px;
	}
	.photo_block{
		margin-bottom: 16px;
	}

}
