@charset "UTF-8";

.main {
}

.pagehd {
}

.pagehd_bg {
}

.pagehd_bg_wrap {
}

.pagehd_bg_img {
	background-image: url(../img/guide/endoscopy/pagehd@2x.jpg);
}

.pagehd_wrap {
}

.pagehd_ttl {
}

.intro {
	margin-bottom: 110px;
	padding-top: 90px;
}

.about {
	margin-bottom: 90px;
}

.about_hd {
}

.about_wrap {
}

.about_imgtxt {
	margin-bottom: 45px;
}

.about_imgtxt_img {
}

.about_imgtxt_txt {
}

.about_list {
	background: var(--white);
}

.about_list_hd {
	text-align: center;
}

.about_list_hd span {
	font-size: 17px;
}

.about_list_hd::before,
.about_list_hd::after {
	background: var(--secc);
}

.about_list_wrap {
	grid-template-columns: 1fr 1fr;
}

.about_list_cnt {
	white-space: nowrap;
}

.about_list_cnt.largelist {
	grid-column: 1 / 3;
}

.colon .about_list_cnt::before {
	background: url(../img/guide/endoscopy/colon-list-icon@2x.png) center / cover;
}

.endosopy_lastly {
	margin-bottom: 120px;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.main {
	}

	.pagehd {
	}

	.pagehd_bg {
	}

	.pagehd_bg_wrap {
	}

	.pagehd_bg_img {
		background-image: url(../img/guide/endoscopy/pagehd_sp@2x.jpg);
		background-position: top;
	}

	.pagehd_wrap {
	}

	.pagehd_ttl {
	}

	.intro {
		margin-bottom: 60px;
		padding-top: 40px;
	}

	.about {
		margin-bottom: 40px;
	}

	.about_hd {
	}

	.about_wrap {
	}

	.about_imgtxt {
		margin-bottom: 30px;
	}

	.about_imgtxt_img {
	}

	.about_imgtxt_txt {
	}

	.about_list {
	}

	.about_list_hd {
	}

	.about_list_hd span {
		font-size: 15px;
	}

	.about_list_hd::before,
	.about_list_hd::after {
	}

	.about_list_wrap {
		grid-template-columns: 1fr;
		font-size: 15px;
	}

	.about_list_cnt {
		white-space: unset;
	}

	.about_list_cnt.largelist {
		grid-column: auto;
	}

	.colon .about_list_cnt::before {
	}

	.endosopy_lastly {
		margin-bottom: 60px;
	}
}
