@charset "UTF-8";

:root {
	--sc: #74c901;
}

.about {
}

.about_hd {
	margin-bottom: 35px;
}

.about_wrap {
	padding: 0 30px;
}

.about_cnt {
}

.about_cnt p {
	display: block;
	position: relative;
	padding-left: 10px;
}

.about_cnt p::before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--sc);
}

.about_care {
	padding: 130px 30px 0;
}

.about_care_tbl {
	margin-bottom: 100px;
}

.about_care_tbl:last-child {
	margin-bottom: 0;
}

.about_care_tbl_hd {
	padding: 20px 30px 18px;
	border-bottom: 3px solid #74c901;
	border-radius: 10px 10px 0 0 ;
	background: #e8edd3;
}

.about_care_tbl_hd h3 {
	display: block;
	position: relative;
	padding-left: 27px;
	font-weight: bold;
	font-size: 20px;
}

.about_care_tbl_hd h3::before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 5px solid #74c901;
	border-radius: 50%;
}

.about_care_tbl_hd p {
	font-weight: bold;
}

.about_care_tbl_cnt {
}

.about_care_tbl_top {
	display: flex;
	gap: 24px;
	padding: 15px 25px;
	background: #f8f4e9;
}

.about_care_tbl_top dl {
	display: flex;
	align-items: center;
	gap: 14px;
}

.about_care_tbl_top dl dt {
	padding: 3px 11px;
	border-radius: 5px;
	background: #ffffff;
}

.about_care_tbl_top dl dd {
}

.about_care_tbl_detail {
}

.about_care_tbl_detail dl {
	display: flex;
	justify-content: space-between;
	padding: 17px 30px;
	border-bottom: 1px solid #cccccc;
}

.about_care_tbl_detail dl:first-child {
	border-top: 1px solid #cccccc;
}

.about_care_tbl_detail dl dt {
}

.about_care_tbl_detail dl dd {
}

.about_care_tbl_ex {
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 9px;
	padding: 33px 25px 24px;
	background: #f8f4e9;
	color: #f45183;
	font-weight: 500;
	text-align: center;
}

.about_care_tbl_ex span {
	display: block;
	border-top: 20px solid #f45183;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
}

.about_care_tbl_txt {
	padding: 30px 25px 0;
}

.about_care_tbl_note {
	margin-top: 18px;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.about {
	}

	.about_hd {
	}

	.about_wrap {
	}

	.about_cnt {
	}

	.about_cnt p {
	}

	.about_cnt p::before {
	}

	.about_care {
		padding: 40px 30px 0;
	}

	.about_care_tbl {
		margin-bottom: 50px;
	}

	.about_care_tbl:last-child {
	}

	.about_care_tbl_hd {
		padding: 20px 10px 18px;
	}

	.about_care_tbl_hd h3 {
	}

	.about_care_tbl_hd h3::before {
	}

	.about_care_tbl_hd p {
	}

	.about_care_tbl_cnt {
	}

	.about_care_tbl_top {
		flex-flow: column;
		gap: 9px;
		padding: 15px 13px;
	}

	.about_care_tbl_top dl {
	}

	.about_care_tbl_top dl dt {
	}

	.about_care_tbl_top dl dd {
	}

	.about_care_tbl_detail {
	}

	.about_care_tbl_detail dl {
		padding: 17px 10px;
	}

	.about_care_tbl_detail dl:first-child {
	}

	.about_care_tbl_detail dl dt {
	}

	.about_care_tbl_detail dl dd {
	}

	.about_care_tbl_ex {
	}

	.about_care_tbl_ex span {
	}

	.about_care_tbl_txt {
	}

	.about_care_tbl_note {
	}
}
