

.bg-color{
	margin-bottom: 100px;
}

.contents h2 span{
	font-size: 14px;
	color: #000000;
	line-height: 16px;
	margin-bottom: 60px;
}
.contents h3 +p {
	text-align: center;
	margin-bottom: 60px;
}
.contents h3{
	color: #1fabb5;
	font-size: 28px;
	line-height: 40px;
	margin-top: 60px;
}
.contents h3 span{
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
}

.contents h3 img{
	width: 30%;
}
.contents h4{
	color: #1fabb5;
	font-size: 20px;
	line-height: 30px;
	margin-top: 10px;
}
.contents p.body-copy{
	font-size: 24px;
	line-height: 38px;
}
.contents .flex{
	align-items: center;
}
.contents .flex.cs{
	align-items:flex-start;
}
.contents .flex.rev{
	flex-direction:row-reverse;
}
.contents .flex div{
	margin-top: 20px;	
}
.lp-list{
	margin: 40px 20px;
}
.contents p.inr.creators{
	border: 4px solid #1fabb5;
	margin-top: 100px;
}
.mb{
	margin-bottom: 40px;	
}
@media screen and (max-width:768px) {
	.mb{
	margin-bottom: 0px;		
	}
	.contents p.body-copy{
	font-size: 20px;
	line-height: 32px;
	}
	.contents h3{
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 20px;
}
		.contents h3 img{
	width: 100%;
}

	.contents h3 span{
	font-size: 16px;
	line-height: 20px;
}
	.contents h3 +p{
	margin-bottom: 30px;
	text-align: left;
	}
		.contents h3 +p br{
	display: none;			
	}
	.lp-list{
	margin: 0px;
	}
	.contents p.inr.creators{
	margin-top: 40px;		
	}
}