@charset "utf-8";

/* section
---------------------------- */
.section {
	padding: 80px 0 150px;
}
.section .contents {
	padding-top: 50px;
	font-size: 1.6rem;
}
@media screen and (max-width:767px){
	.section {
		padding: 15% 0;
	}
	.section .contents {
		padding-top: 10%;
		font-size: 1.4rem;
		line-height: 1.6;
	}
}
