@charset "utf-8";
/* CSS Document */
@media screen and (max-width:700px) {
#clinic {
	margin-bottom: 4.61%;
	
}
#clinic ul {
	display: flex;
	flex-wrap: wrap;
}
#clinic ul li {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-bottom: 13.84%;
	justify-content: space-between;
}
#clinic ul li:nth-child(2n){
	margin-right: 0;
}
#clinic li .pic-box {
	width: auto;
	
}
#clinic li .pic-box img{
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
	 
}
.cl_txtbox {
	margin-top: 8px;
    width: auto;
    background-color: #fffbf5;
    padding: 6.92% 6.92% 9.23% 6.92%;
    box-shadow: 6px 6px 0 #edecebcc;
    border-radius: 10px;
	
}
.cl_txtbox h2 {
	color: #319b91;
	font-size: 17px;
	line-height: 1em;
	font-weight: 600;
	padding-bottom: 12px;
	margin-bottom: 10px;
	position: relative;
}
.cl_txtbox h2::after{
	position: absolute;
	content: "";
	background-image: url("../images/yellow-dots.svg");
	background-size: 28px;
	background-repeat: no-repeat;
	background-position: center;
	width: 28px;
	height: 4px;
	bottom: 0;
	left: 2px;
}
.cl_txtbox p {
	font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
}
}