/*========================================================*/
/*  ABOUT
/*========================================================*/
body{
	background: #8bcce8;
}

/*  .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 p{
	font-size: 14px;
	line-height: 2.1;
	margin-bottom: 40px;
}
.content_box p:last-of-type{
	margin-bottom: 0;
}


/*========================================================*/
/*  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% 80px;
		width: 100%;
	}
	.content_box h3{
		font-size: 24px;
		margin-bottom: 50px;
	}

}
