
.page_section_1 {
	background-color: #f1f7fd;
	padding: 40px 0;
	margin-bottom: 150px;
}
.section_1_title {
	font-weight: 700;
	color: #23427a;
	font-size: 36px;
	margin-bottom: 45px;
	text-align: center;
}
.section_1_image {
	margin-bottom: 100px;
	text-align: center;
}
.process_img {
	display: inline-block;
	width: 125px;
	margin: 5px 0;
}
.process_divide {
	display: inline-block;
	width: 8px;
	margin: 0 5px;
}

.proc_row {
	display: block;
}
.proc_box {
	display: block;
	background-color: #ffffff;
	border-radius: 24px;
	padding: 25px 0 20px 0;
	margin-bottom: 18px;
}
.proc_box_left {
	display: flex;
}
.proc_box_right {
	margin-left: 57px;
}

.process_icon {
	font-size: 38px;
	width: 70px;
	text-align: center;
}
.process_title {
	text-align: left;
	width: 170px;
	margin-bottom: 10px;
}
.process_title_number {
	font-size: 18px;
	line-height: 18px;
	font-weight: 800;
	color: #003d7d;
}
.process_title_text {
	font-size: 20px;
	font-weight: 800;
}
.process_list {
	font-size: 14px;
	line-height: 160%;
}

.targets {
	margin-top: 40px;
}
.targets_title {
	font-size: 24px;
	font-weight: 800;
	vertical-align: bottom;
	margin-bottom: 25px;
}
.targets_title i {
	font-size: 30px;
}
.targets_list {
	font-size: 16px;
	line-height: 160%;
}
.targets_list li {
	margin-left: 5px;
}

.normal_inspect_section {
	margin-bottom: 120px;
}

.life_common_text {
	font-size: 16px;
	line-height: 32px;
}

.precautions {
	margin-top: 70px;
}
.precautions_list {
	font-size: 16px;
	line-height: 160%;
}

@media (min-width: 992px) {
	.page_section_1 {
		background-color: #f1f7fd;
		padding: 80px 0;
		margin-bottom: 150px;
	}
	.section_1_title {
		font-weight: 700;
		color: #23427a;
		font-size: 42px;
		margin-bottom: 45px;
		text-align: center;
	}
	.section_1_image {
		margin-bottom: 130px;
		text-align: center;
	}
	.process_img {
		display: inline-block;
		width: 200px;
		margin: 5px 0;
	}
	.process_divide {
		display: inline-block;
		width: 12px;
		margin: 0 10px;
	}

	.proc_row {
		display: flex;
		justify-content: space-between;
	}
	.proc_box {
		flex: 1 1 auto;
		max-width: 49%;
		display: flex;
		align-items: center;
		background-color: #ffffff;
		border-radius: 24px;
		padding: 25px 30px 20px 0;
		margin-bottom: 18px;
	}
	.proc_box_left {
		flex: 0 0 190px;
		max-width: 190px;
		display: flex;
	}
	.proc_box_right {
		flex: 1 1 auto;
		margin-left: 0;
	}

	.process_icon {
		font-size: 38px;
		width: 70px;
		text-align: center;
		margin-left:10px;
	}
	.process_title {
		text-align: left;
		width: 110px;
	}
	.process_title_number {
		font-size: 20px;
		font-weight: 800;
		color: #003d7d;
	}
	.process_title_text {
		font-size: 20px;
		font-weight: 800;
	}
	.process_list {
		font-size: 16px;
		line-height: 160%;
	}

	.targets {
		margin-top: 40px;
	}
	.targets_title {
		font-size: 26px;
		font-weight: 800;
		vertical-align: bottom;
		margin-bottom: 25px;
	}
	.targets_title i {
		font-size: 34px;
	}
	.targets_list {
		font-size: 20px;
		line-height: 42px;
	}
	.targets_list li {
		margin-left: 18px;
	}

	.normal_inspect_section {
		margin-bottom: 150px;
	}

	.life_common_text {
		font-size: 16px;
	}

	.precautions {
		margin-top: 100px;
	}
	.precautions_list {
		font-size: 16px;
		line-height: 42px;
		word-break: keep-all;
	}
}

@media (min-width: 1400px) {
	.page_section_1 {
		background-color: #f1f7fd;
		padding: 80px 0;
		margin-bottom: 150px;
	}
	.section_1_title {
		font-weight: 700;
		color: #23427a;
		font-size: 32px;
		margin-bottom: 40px;
		text-align: center;
	}
	.section_1_image {
		margin-bottom: 100px;
		text-align: center;
	}
	.process_img {
		display: inline-block;
		width: 200px;
		margin: 5px 0;
	}
	.process_divide {
		display: inline-block;
		width: 13px;
		margin: 0 12px;
	}

	.proc_row {
		display: flex;
		justify-content: space-between;
	}
	.proc_box {
		flex: 1 1 auto;
		max-width: 49%;
		display: flex;
		align-items: center;
		background-color: #ffffff;
		border-radius: 24px;
		padding: 25px 30px 20px 0;
		margin-bottom: 18px;
	}
	.proc_box_left {
		flex: 0 0 240px;
		max-width: 240px;
		display: flex;
	}
	.proc_box_right {
		flex: 1 1 auto;
		margin-left: 0;
	}

	.process_icon {
		font-size: 46px;
		width: 90px;
		text-align: center;
		margin-left:10px;
	}
	.process_title {
		text-align: left;
		width: 140px;
	}
	.process_title_number {
		font-size: 20px;
		font-weight: 800;
		color: #003d7d;
	}
	.process_title_text {
		font-size: 24px;
		font-weight: 800;
	}
	.process_list {
		font-size: 18px;
		line-height: 160%;
	}

	.targets {
		margin-top: 40px;
	}
	.targets_title {
		font-size: 24px;
		font-weight: 800;
		vertical-align: bottom;
		margin-bottom: 20px;
	}
	.targets_title i {
		font-size: 30px;
	}
	.targets_list {
		font-size: 18px;
		line-height: 36px;
	}
	.targets_list li {
		margin-left: 18px;
	}

	.normal_inspect_section {
		margin-bottom: 150px;
	}

	.life_common_text {
		font-size: 16px;
	}

	.precautions {
		margin-top: 110px;
	}
	.precautions_list {
		font-size: 16px;
		line-height: 42px;
		word-break: keep-all;
	}
}