.checkup_company_image {
	width: 100%;
	height: 350px;
	background: url('../img/checkup_company_image_mobile.jpg') center center no-repeat;
	background-size: cover;
	margin-bottom: 90px;
}
.title_top {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #5881cb;
}
.title_subject {
	font-size: 28px;
	text-align: center;
	font-weight: 300;
	margin-bottom: 50px;
}
.title_subject span {
	font-weight: 800;
}
.title_text {
	text-align: center;
	font-size: 18px;
	line-height: 160%;
	margin-bottom: 110px;
}
.service_section {
	margin-bottom: 80px;
}
.service_list {
	border-top: 1px solid #b2bbc2;
	border-bottom: 1px solid #b2bbc2;
	padding: 25px 15px;
}
.service_list_content {
	display: block;
	font-size: 18px;
}
.service_list_content span {
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	background-color: #173348;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	margin-right: 18px;
	margin-bottom: 10px;
}
.process_section {
	background-color: #f1f7fd;
	padding: 40px 0;
	margin-bottom: 110px;
}
.process_section .process_title {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
.process_section .process_img_area {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.process_section .process_img {
	width: 140px;
	margin-bottom: 10px;
}
.process_section .process_arrow {
	margin: 0 10px;
}

.process_icon {
	font-size: 50px;
	text-align: center;
	padding: 10px 0;
	margin-left: 10px;
}
.process_box_number {
	font-size: 20px;
	line-height: 120%;
	font-weight: 800;
	color: #003d7d;
}
.process_box_subject {
	font-size: 22px;
	line-height: 36px;
	font-weight: 800;
}
.process_box_list {
	font-size: 18px;
	line-height: 160%;
}
.etc_title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.etc_content {
	font-size: 16px;
	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;
	}
	.title_top {
		text-align: center;
		font-size: 22px;
		font-weight: 700;
		color: #5881cb;
	}
	.title_subject {
		font-size: 40px;
		text-align: center;
		font-weight: 300;
		margin-bottom: 50px;
	}
	.title_subject span {
		font-weight: 800;
	}
	.title_text {
		text-align: center;
		font-size: 18px;
		line-height: 36px;
		margin-bottom: 110px;
	}
	.service_section {
		margin-bottom: 170px;
	}
	.service_list {
		border-top: 1px solid #b2bbc2;
		border-bottom: 1px solid #b2bbc2;
		padding: 25px 15px;
	}
	.service_list_content {
		display: flex;
		align-items: center;
		font-size: 18px;
	}
	.service_list_content span {
		display: inline-block;
		font-size: 22px;
		font-weight: 700;
		color: #ffffff;
		background-color: #173348;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		text-align: center;
		line-height: 40px;
		margin-right: 18px;
	}
	.process_section {
		background-color: #f1f7fd;
		padding: 80px 0;
		margin-bottom: 110px;
	}
	.process_section .process_title {
		font-size: 32px;
		font-weight: 700;
		text-align: center;
		margin-bottom: 70px;
	}
	.process_section .process_img_area {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 100px;
	}
	.process_section .process_img {
		width: 170px;
		margin-bottom: 10px;
	}
	.process_section .process_arrow {
		margin: 0 15px;
	}

	.process_icon {
		font-size: 46px;
		width: 100px;
		text-align: center;
		padding: 20px 0;
	}
	.process_box_number {
		font-size: 20px;
		line-height: 36px;
		font-weight: 800;
		color: #003d7d;
	}
	.process_box_subject {
		font-size: 24px;
		line-height: 36px;
		font-weight: 800;
	}
	.process_box_list {
		font-size: 18px;
		line-height: 34px;
	}
	.etc_title {
		font-size: 26px;
		font-weight: 700;
	}
	.etc_content {
		font-size: 18px;
		line-height: 42px;
	}
}

@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;
	}
	.title_top {
		text-align: center;
		font-size: 22px;
		font-weight: 700;
		color: #5881cb;
	}
	.title_subject {
		font-size: 40px;
		text-align: center;
		font-weight: 300;
		margin-bottom: 50px;
	}
	.title_subject span {
		font-weight: 800;
	}
	.title_text {
		text-align: center;
		font-size: 18px;
		line-height: 36px;
		margin-bottom: 110px;
	}
	.service_section {
		margin-bottom: 170px;
	}
	.service_list {
		border-top: 1px solid #b2bbc2;
		border-bottom: 1px solid #b2bbc2;
		padding: 25px 15px;
	}
	.service_list_content {
		display: flex;
		align-items: center;
		font-size: 18px;
	}
	.service_list_content span {
		display: inline-block;
		font-size: 22px;
		font-weight: 700;
		color: #ffffff;
		background-color: #173348;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		text-align: center;
		line-height: 40px;
		margin-right: 18px;
	}
	.process_section {
		background-color: #f1f7fd;
		padding: 80px 0;
		margin-bottom: 110px;
	}
	.process_section .process_title {
		font-size: 32px;
		font-weight: 700;
		text-align: center;
		margin-bottom: 70px;
	}
	.process_section .process_img_area {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 100px;
	}
	.process_section .process_img {
		width: 200px;
		margin-bottom: 10px;
	}
	.process_section .process_arrow {
		margin: 0 15px;
	}

	.process_icon {
		font-size: 46px;
		width: 100px;
		text-align: center;
		padding: 20px 0;
	}
	.process_box_number {
		font-size: 20px;
		line-height: 36px;
		font-weight: 800;
		color: #003d7d;
	}
	.process_box_subject {
		font-size: 24px;
		line-height: 36px;
		font-weight: 800;
	}
	.process_box_list {
		font-size: 18px;
		line-height: 34px;
	}
	.etc_title {
		font-size: 26px;
		font-weight: 700;
	}
	.etc_content {
		font-size: 18px;
		line-height: 42px;
	}
}