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

/*  .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 dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 32px;
}
.content_box dl:last-of-type{
	margin-bottom: 0;
}
.content_box dt{
	margin-right: 72px;
}
.content_box h3 {
    font-size: 30px;
	text-align: center;
}
.content_box p {
	margin-top: 50px;
    font-size: 14px;
}
.content_box .content_box_link {
    margin: 50px auto 0;
}
.content_box .content_box_link a {
    width: 100%;
	transition: all .3s ease;
}
.content_box .content_box_link a:hover {
	color: #fff;
}
.content_box ul {
	margin-top: 30px;
    padding-left: 30px;
}
.content_box ul li {
    font-size: 14px;
    list-style: disc;
}


/*========================================================*/
/*  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%;
	}

}
