@charset "utf-8";
/* CSS Document */

#clinic {
	margin-top:6.92%;
	margin-bottom: 4.61%;
	
}
#clinic ul {
	display: flex;
	flex-wrap: wrap;
}
#clinic ul li {
	display: flex;
	width: 48.08%;
	margin-right: 3.84%;
	margin-bottom: 3.84%;
	justify-content: space-between;
}
#clinic ul li:nth-child(2n){
	margin-right: 0;
}
#clinic li .pic-box {
	width: 40.76%;
	
}
#clinic li .pic-box img{
	border-radius: 12px;
}
.cl_txtbox {
    width: 44.61%;
    background-color: #fffbf5;
    padding: 3.84% 5.38% 4.61% 5.38%;
    box-shadow: 6px 6px 0 #edecebcc;
    border-radius: 10px;
}
.cl_txtbox h2 {
	color: #319b91;
	font-size: 19px;
	line-height: 1em;
	font-weight: 600;
	padding-bottom: 14px;
	margin-bottom: 10px;
	position: relative;
}
.cl_txtbox h2::after{
	position: absolute;
	content: "";
	background-image: url("../images/yellow-dots.svg");
	background-size: 32px;
	background-repeat: no-repeat;
	background-position: center;
	width: 32px;
	height: 6px;
	bottom: 0;
	left: 0;
}
.cl_txtbox p {
	font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
}
