@charset "UTF-8";

.symptomsec {
	padding: 80px 0;
}

.symptomsec_hd {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 55px;
	padding-bottom: 20px;
	border-bottom: #bfbba8 1px dashed;
	font-weight: bold;
	font-size: 30px;
}

.symptomsec_hd span.icon-stamp {
	display: block;
	width: 38px;
	height: 38px;
	background: url(../img/icon/stamp.svg) center / 100% 100%;
}

.symptomsec_cnt {
}

.symptomsec_pic {
	overflow: hidden;
	border-radius: 20px;
}

.symptomsec_txt {
	margin-bottom: 30px;
}

.symptomsec_txt_catch {
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 24px;
}

.symptomsec_txt_cnt {
}

.symptomsec_type {
}

.symptomsec_type_cnt {
	margin-bottom: 20px;
	padding: 45px 50px;
	border-radius: 20px;
	background: #f4f1e4;
}

.-beige-bg .symptomsec_type_cnt {
	background: #ffffff;
}

.symptomsec_type_cnt:last-child {
	margin-bottom: 0;
}

.symptomsec_type_ttl {
	margin-bottom: 10px;
	color: #80b051;
	font-weight: bold;
	font-size: 24px;
}

.symptomsec_type_txt {
	margin-bottom: 20px;
}

.symptomsec_type_detail {
}

.symptomsec_type_detail_cnt {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	padding: 27px 35px;
	border-radius: 10px;
	background: #ffffff;
}

.-beige-bg .symptomsec_type_detail_cnt {
	background: #f4f1e4;
}

.symptomsec_type_detail_cnt:last-child {
	margin-bottom: 0;
}

.symptomsec_type_detail_hd_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.symptomsec_type_detail_hd {
	flex-shrink: 0;
}

.symptomsec_type_detail_txt {
}

.symptomsec_type_detail_txt a {
	color: #e88f00;
	text-decoration: underline;
}

.intro {
}

.sidebarcnt_cnt_inner {
}

.intro_catch {
	margin-bottom: 20px;
	color: #80b051;
	font-weight: bold;
	font-size: 30px;
}

.intro_txt {
}

.intro_list {
	margin-top: 30px;
	padding: 45px 50px 50px;
	border-radius: 20px;
	background: #f4f1e4;
}

.intro_list_hd {
	margin-bottom: 20px;
	color: #80b051;
	font-weight: bold;
	font-size: 24px;
}

.intro_list_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 35px 10px;
}

.intro_list_cnt {
	width: 100%;
}

.intro_list_img {
	display: flex;
	justify-content: center;
	align-items: center;
	/* align-items: anchor-center; */
	width: 100%;
	height: auto;
	margin-bottom: 9px;
	border-radius: 20px;
	background: #ede9d8;
	aspect-ratio: 1;
}

.intro_list_img img {
	width: 121px;
	height: 121px;
	transition: all 0.4s;
}

.intro_list_img:hover img {
	transform: scale(1.11);
}

.intro_list_txt {
	text-align: center;
}

.check {
	padding: 80px 0 120px;
}

.check_wrap {
}

.check_link {
	margin-bottom: 90px;
}

.check_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	max-width: 666px;
	height: 150px;
	margin: 0 auto;
	border-radius: 20px;
	background: #80b051;
	color: #ffffff;
	font-weight: bold;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.4s;
}

.check_link a:hover {
	background: #e88f00;
}

.check_ttl {
	margin-bottom: 40px;
	color: #80b051;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
}

.check_cnt {
}

.check_txt {
	margin-bottom: 55px;
	text-align: center;
}

.check_img {
	text-align: center;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.symptomsec {
		padding: 40px 0;
	}

	.symptomsec_hd {
		margin-bottom: 15px;
		padding-bottom: 8px;
		font-size: 24px;
	}

	.symptomsec_hd span.icon-stamp {
		flex-shrink: 0;
		width: 24px;
		height: 24px;
	}

	.symptomsec_cnt {
	}

	.symptomsec_pic {
	}

	.symptomsec_txt {
	}

	.symptomsec_txt_catch {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.symptomsec_txt_cnt {
	}

	.symptomsec_type {
	}

	.symptomsec_type_cnt {
		margin-bottom: 10px;
		padding: 35px 20px;
		border-radius: 15px;
	}

	.-beige-bg .symptomsec_type_cnt {
	}

	.symptomsec_type_cnt:last-child {
	}

	.symptomsec_type_ttl {
		margin-bottom: 5px;
		font-size: 20px;
	}

	.symptomsec_type_txt {
	}

	.symptomsec_type_detail {
	}

	.symptomsec_type_detail_cnt {
		flex-flow: column;
		gap: 5px;
		padding: 20px 15px;
	}

	.-beige-bg .symptomsec_type_detail_cnt {
	}

	.symptomsec_type_detail_cnt:last-child {
	}

	.symptomsec_type_detail_hd_wrap {
		gap: 5px;
	}

	.symptomsec_type_detail_hd {
	}

	.symptomsec_type_detail_txt {
	}

	.intro {
	}

	.intro_catch {
		margin-bottom: 10px;
		font-size: 24px;
	}

	.intro_txt {
	}

	.intro_list {
		padding: 30px 15px 35px;
	}

	.intro_list_hd {
		margin-bottom: 13px;
		font-size: 18px;
	}

	.intro_list_wrap {
		grid-template-columns: 1fr 1fr;
		gap: 20px 10px;
		max-width: 350px;
		margin: 0 auto;
	}

	.intro_list_cnt {
	}

	.intro_list_img {
	}

	.intro_list_img img {
	}

	.intro_list_txt {
	}

	.check {
		padding: 40px 0 50px;
	}

	.check_wrap {
	}

	.check_link {
		margin-bottom: 30px;
	}

	.check_link a {
		gap: 5px;
		max-width: 350px;
		height: 120px;
		margin: 0 auto;
		font-size: 17px;
	}

	.check_link a span {
		display: flex;
		width: 60px;
	}

	.check_ttl {
		font-size: 27px;
		text-align: start;
	}

	.check_cnt {
	}

	.check_txt {
		text-align: start;
	}

	.check_img {
	}
}
