@charset "UTF-8";

.main {
}

.pagehd {
}

.pagehd_ttl {
}

.pagehd_ttl::before {
	background: url(../img/menu/prevention/pagehd-icon@2x.png) center / 100% 100%;
}

.pagehd_catch {
	margin-bottom: 20px;
}

.pagehd_txt {
	margin-bottom: 50px;
}

.pagehd_prevention {
	padding: 40px 49px 60px;
	border-radius: 10px;
	background: #ffffff;
}

.pagehd_prevention_hd {
	margin-bottom: 20px;
	color: #6ba333;
	font-size: 24px;
}

.pagehd_prevention_hd span {
	color: #3b3b3b;
	font-size: 20px;
}

.pagehd_prevention_txt {
	margin-bottom: 20px;
}

.pagehd_prevention_fig {
}

.program {
}

.program_hd {
}

.program_cnt {
}

.program_txt {
	position: relative;
	margin-bottom: 30px;
}

.program_txt_item {
	position: absolute;
	right: 28px;
	bottom: 50%;
	z-index: 1;
	transform: translateY(50%);
}

.program_txt_flow {
}

.program_txt_flow_cnt {
	position: relative;
	margin-bottom: 44px;
	padding: 38px 26px;
	border: #d9d2c3 solid 1px;
	border-radius: 10px;
}

.program_txt_flow_cnt:last-child {
	margin-bottom: 0;
}

.program_txt_flow_cnt::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(100% + 22px);
	right: 50%;
	border-top: 14px solid #a57165;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
	transform: translate(50%, -50%);
}

.program_txt_flow_cnt:last-child:after {
	display: none;
}

.program_txt_flow_hd {
	display: flex;
	align-items: center;
	gap: 20px;
}

.program_txt_flow_hd span {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #a57165;
	color: #ffffff;
	font-size: 24px;
}

.program_txt_flow_hd h3 {
	color: #a57165;
	font-size: 20px;
}

.program_txt_flow_wrap {
	padding-left: 66px;
}

.program_txt_flow_txt {
	margin-bottom: 14px;
}

.program_txt_flow_list {
	display: flex;
}

.program_txt_flow_list ul {
	display: flex;
	flex-flow: column;
	gap: 5px;
	width: 270px;
}

.program_txt_flow_list ul li {
	position: relative;
	padding-left: 18px;
}

.program_txt_flow_list ul li::before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 1px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #a57165;
}

.pre_intro {
	display: flex;
	gap: 40px;
}

.pre_intro_txt {
}

.pre_intro_img {
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 10px;
}

.professional {
}

.professional_hd {
}

.professional_intro {
}

.professional_intro_txt {
}

.professional_intro_img {
}

.professional_cnt {
	padding-top: 70px;
}

.professional_ttl {
}

.professional_txt {
}

.professional_tbl {
	margin-top: 30px;
}

.professional_tbl table {
	width: 100%;
}

.professional_tbl table tbody {
}

.professional_tbl table tbody tr {
}

.professional_tbl table tbody tr > * {
	border: 1px solid #d9d2c3;
}

.professional_tbl table tbody tr th {
	padding: 13px 26px;
}

.professional_tbl table tbody tr td {
	padding: 13px 35px;
}

.professional_row {
	display: flex;
	gap: 60px;
}

.professional_img {
	flex-shrink: 0;
}

.professional_img img {
}

.professional_img figcaption {
	margin-top: 10px;
}

.checkup {
	padding-bottom: 0;
	border-bottom: none;
}

.checkup_hd {
}

.checkup_catch {
	margin-bottom: 30px;
	font-size: 24px;
}

.checkup_intro {
	margin-bottom: 50px;
}

.checkup_intro_txt {
}

.checkup_intro_img {
}

.checkup_cnt {
	padding: 30px;
	border-radius: 10px;
	background: #ffffff;
}

.checkup_cnt_hd {
	margin-bottom: 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d9d2c3;
	font-size: 20px;
}

.checkup_cnt_txt {
}

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

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

	.pagehd {
	}

	.pagehd_ttl {
	}

	.pagehd_ttl::before {
	}

	.pagehd_catch {
	}

	.pagehd_txt {
	}

	.pagehd_prevention {
		padding: 20px 17px 20px;
	}

	.pagehd_prevention_hd {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.pagehd_prevention_hd span {
		font-size: 16px;
	}

	.pagehd_prevention_txt {
		margin-bottom: 5px;
	}

	.pagehd_prevention_fig {
	}

	.program {
	}

	.program_hd {
	}

	.program_cnt {
	}

	.program_txt {
	}

	.program_txt_item {
		position: unset;
		width: 200px;
		margin: 20px auto 0;
		transform: unset;
	}

	.program_txt_flow {
	}

	.program_txt_flow_cnt {
		padding: 25px 20px 30px;
	}

	.program_txt_flow_cnt:last-child {
	}

	.program_txt_flow_cnt::after {
	}

	.program_txt_flow_cnt:last-child:after {
	}

	.program_txt_flow_hd {
		flex-flow: column;
		gap: 10px;
	}

	.program_txt_flow_hd span {
	}

	.program_txt_flow_hd h3 {
		font-size: 18px;
	}

	.program_txt_flow_wrap {
		padding: 0;
	}

	.program_txt_flow_txt {
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.program_txt_flow_list {
		flex-flow: column;
		gap: 5px;
	}

	.program_txt_flow_list ul {
	}

	.program_txt_flow_list ul li {
	}

	.program_txt_flow_list ul li::before {
	}

	.pre_intro {
		flex-flow: column;
		gap: 20px;
	}

	.pre_intro_txt {
	}

	.pre_intro_img {
	}

	.professional {
	}

	.professional_hd {
	}

	.professional_intro {
	}

	.professional_intro_txt {
	}

	.professional_intro_img {
	}

	.professional_cnt {
		padding-top: 30px;
	}

	.professional_ttl {
	}

	.professional_txt {
	}

	.professional_tbl {
		overflow: scroll;
	}

	.professional_tbl table {
		width: 610px;
	}

	.professional_tbl table tbody {
	}

	.professional_tbl table tbody tr {
	}

	.professional_tbl table tbody tr > * {
	}

	.professional_tbl table tbody tr th {
	}

	.professional_tbl table tbody tr td {
	}

	.professional_tbl_note {
		font-size: 12px;
	}

	.professional_row {
		flex-flow: column;
		align-items: center;
		gap: 20px;
	}

	.professional_img {
	}

	.professional_img img {
	}

	.professional_img figcaption {
	}

	.checkup {
	}

	.checkup_hd {
	}

	.checkup_catch {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.checkup_intro {
		margin-bottom: 25px;
	}

	.checkup_intro_txt {
	}

	.checkup_intro_img {
	}

	.checkup_cnt {
		padding: 30px 20px;
	}

	.checkup_cnt_hd {
		margin-bottom: 11px;
		padding-bottom: 10px;
		font-size: 18px;
	}

	.checkup_cnt_txt {
		font-size: 14px;
	}
}
