@charset "utf-8";

.sec_simple {
	margin-top: 65px;
}
	.sec_simple .title_underline {
		margin-bottom: 16px;
	}
	.sec_simple .block {
		margin-top: 65px;
	}
	.sec_simple .block01 {
		margin-top: 40px;
	}
	.sec_simple .text01 {
		margin: 0 auto 20px;
		width: 592px;
		max-width: 100%;
	}

.sec_protect {
	margin-top: 80px;
	padding-bottom: 100px;
}
	.sec_protect .block {
		margin-top: 40px;
	}
	.sec_protect .block02 {
		margin-top: 65px;
	}
	.sec_protect .text01 {
		margin: 0 auto 20px;
		width: 592px;
		max-width: 100%;
	}
	.sec_protect .title_simple {
		margin-bottom: 16px;
	}
	.sec_protect .btn_area {
		margin-top: 40px;
	}

@media (max-width: 667px) {
	.sec_simple {
		margin-top: 40px;
	}
		.sec_simple .title_underline {
			margin-bottom: 15px;
		}
		.sec_simple .block {
			margin-top: 40px;
		}

	.sec_protect {
		margin-top: 50px;
	}
		.sec_protect .block02 {
			margin-top: 40px;
		}
		.sec_protect .text_area {
			margin-top: 10px;
		}
		.sec_protect .title_simple {
			margin-bottom: 15px;
			margin-left: auto;
			margin-right: auto;
			max-width: 380px;
		}
		.sec_protect .text02 {
			margin-left: auto;
			margin-right: auto;
			max-width: 380px;
		}
		.sec_protect .btn_area {
			margin-top: 30px;
		}
}
