.checkup_company_image {
	width: 100%;
	height: auto;
	background: url('../img/checkup_company_image.jpg') center center no-repeat;
	background-size: cover;
	margin-bottom: 90px;
}
.checkup_company_image img {
	display: block;
}
.title_top {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #5881cb;
}
.title_subject {
	font-size: 32px;
	text-align: center;
	font-weight: 800;
	margin-bottom: 50px;
}
.title_subject span {
	font-weight: 800;
}
.title_text {
	text-align: center;
	font-size: 18px;
	line-height: 160%;
	margin-bottom: 20px;
}
.service_section {
	margin-bottom: 20px;
}
.divider {
	display:inline-block;
	width: 2px;
	height: 30px;
	border-left: 2px solid #5c5c5c;
	margin-bottom: 60px;
}

.second_image {
	width: 100%;
	height: auto;
	background: url('../img/sub0501_img2.jpg') center center no-repeat;
	background-size: cover;
}
.second_image img {
	display: block;
}

.page_title {
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
}
.page_text {
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
}
.section_margin_1 {
	height: 100px;
}
.subpart {
	margin-bottom: 80px;
}
.textwrap {
	margin-left: 0;
	margin-top: 20px;
}
.intro_title {
	font-size: 28px;
	font-weight: 700;
}
.intro_content {
	font-size: 18px;
	font-weight: 400;
	line-height: 160%;
}

@media(min-width: 992px) {
	.checkup_company_image {
		width: 100%;
		height: 500px;
		background: url('../img/checkup_company_image.jpg') center center no-repeat;
		background-size: cover;
		margin-bottom: 90px;
	}
	.checkup_company_image img {
		display: none;
	}
	.title_top {
		text-align: center;
		font-size: 26px;
		font-weight: 700;
		color: #5881cb;
	}
	.title_subject {
		font-size: 42px;
		text-align: center;
		font-weight: 300;
		margin-bottom: 50px;
	}
	.title_subject span {
		font-weight: 800;
	}
	.title_text {
		text-align: center;
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	.service_section {
		margin-bottom: 20px;
	}
	.divider {
		display:inline-block;
		width: 2px;
		height: 36px;
		border-left: 2px solid #5c5c5c;
		margin-bottom: 80px;
	}

	.second_image {
		width: 100%;
		height: 460px;
		background: url('../img/sub0501_img2.jpg') center center no-repeat;
		background-size: cover;
	}
	.second_image img {
		display: none;
	}

	.page_title {
		font-size: 34px;
		font-weight: 700;
		line-height: 40px;
	}
	.page_text {
		font-size: 20px;
		font-weight: 300;
		line-height: 160%;
	}
	.section_margin_1 {
		height: 200px;
	}
	.subpart {
		margin-bottom: 80px;
	}
	.textwrap {
		margin-left: 30px;
		margin-top: 0;
	}
	.intro_title {
		font-size: 34px;
		font-weight: 700;
	}
	.intro_content {
		font-size: 22px;
		font-weight: 300;
		line-height: 34px;
	}
}

@media(min-width: 1400px) {
	.checkup_company_image {
		width: 100%;
		height: 600px;
		background: url('../img/checkup_company_image.jpg') center center no-repeat;
		background-size: cover;
		margin-bottom: 90px;
	}
	.checkup_company_image img {
		display: none;
	}
	.title_top {
		text-align: center;
		font-size: 22px;
		font-weight: 700;
		color: #5881cb;
	}
	.title_subject {
		font-size: 40px;
		text-align: center;
		font-weight: 800;
		margin-bottom: 50px;
	}
	.title_subject span {
		font-weight: 800;
	}
	.title_text {
		text-align: center;
		font-size: 18px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	.service_section {
		margin-bottom: 30px;
	}
	.divider {
		display:inline-block;
		width: 2px;
		height: 42px;
		border-left: 2px solid #5c5c5c;
		margin-bottom: 70px;
	}

	.second_image {
		width: 100%;
		height: 560px;
		background: url('../img/sub0501_img2.jpg') center center no-repeat;
		background-size: cover;
	}
	.second_image img {
		display: none;
	}

	.page_title {
		font-size: 30px;
		font-weight: 700;
		line-height: 40px;
	}
	.page_text {
		font-size: 20px;
		font-weight: 300;
		line-height: 160%;
	}
	.section_margin_1 {
		height: 220px;
	}
	.subpart {
		margin-bottom: 60px;
	}
	.textwrap {
		margin-left: 30px;
		margin-top: 0;
	}
	.intro_title {
		font-size: 30px;
		font-weight: 700;
	}
	.intro_content {
		font-size: 20px;
		font-weight: 300;
		line-height: 30px;
	}

}