@charset "utf-8";

.section {
	margin-top: 40px;
}
.section01 {
	margin-top: 70px;
}
	.section .title_simple {
		margin-bottom: 16px;
	}
	.section .memo {
		margin-top: 3px;
		font-size: 1.2rem;
		line-height: 1.4 !important;
	}
	.section .btn_area {
		margin-top: 40px;
	}

@media (max-width: 667px) {
	.section01 {
		margin-top: 40px;
	}
	.section .text_area {
		margin-top: 10px;
	}
		.section .memo, .section .title_simple, .section .text {
			margin-left: auto;
			margin-right: auto;
			max-width: 380px;
		}
	.section .btn_area {
		margin-top: 30px;
	}
}
.section05 {
	padding-bottom: 100px;
}