@media screen and (min-width: 601px) {

.page-top-pr {
	margin-bottom: 24px;
	padding: 16px 56px 16px 18px;
	color: #4f3232;
	font-size: 15px;
	line-height: 1.45;
	background: linear-gradient(135deg, #fff6f5 0%, #fffdf7 100%);
	border: 1px solid #f2c8c2;
	box-shadow: 0 8px 18px rgba(232, 122, 102, 0.14);
}
.page-top-pr:hover {
	color: #dc6d5f;
	box-shadow: 0 10px 22px rgba(232, 122, 102, 0.22);
}
.page-top-pr:after {
	font-size: 18px;
	color: #ff7e6f;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
.page-top-pr .pr {
	background-color: #e6786c;
	font-size: 12px;
	padding: 4px 9px;
	border-radius: 999px;
	margin-right: 12px;
}

.clinic-list {
	margin: 0;
	padding: 0;
}
.clinic-list > li {
	border: none;
	box-shadow: 0px 0px 4px #e2e2e2;
	border-radius: 10px;
	margin-bottom: 25px;
}
.clinic-list > li a {
	display: block;
	padding: 25px 20px;
	color: #000;
	background-color: #fff;
	position: relative;
	border-radius: 10px;
}
.clinic-list > li:hover {
	box-shadow: 1px 1px 8px #f80;
}
.clinic-list > li a:hover {
	text-decoration: none;
	background-color: #FFFBF0;
}
.clinic-list-item__header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.clinic-list-item__header-img {
	width: 240px;
	position: relative;
}
.clinic-list-item__header-img img {
	display: block;
	width: 240px;
	height: 160px;
	border-radius: 6px;
	object-fit: cover;
}
.clinic-list-item__header-content {
	width: calc(100% - 240px);
	padding-left: 25px;
	box-sizing: border-box;
}
.clinic-list-item__header-content .title {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 19px;
	color: #000;
	line-height: 1.5;
	text-align: left;
}
.clinic-list-item__info {
	margin-top: 20px;
}
.clinic-list-item__info-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 10px 0;
	line-height: 1.5;
}
.clinic-list .clinic-list-item__info-item-icon {
	width: 20px;
	font-size: 20px;
	color: #f80;
}
.clinic-list .clinic-list-item__info-item-icon--subject {
	font-size: 19.5px;
}
.clinic-list-item__info-item-content {
	width: calc(100% - 20px);
	padding-left: 8px;
	box-sizing: border-box;
	font-size: 13px;
	color: #555;
}
.clinic-list .term-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.clinic-list .term-list span {
	padding: 0;
	background: none;
	font-size: 13px;
}
.clinic-list .term-list span:after {
	content: "/";
	margin: 0 4px 0 6px;
}
.clinic-list .term-list > li:last-child > span:after {
	display: none;
}
.clinic-list-item__main {
	margin-top: 10px;
}
.clinic-list-item__main-content {
	font-size: 13px;
	line-height: 1.55;
	padding: 15px;
	background-color: #f5f5f5;
}
.clinic-list-item__main-content__bg-pink {
	background-color: #FFF3F3;
}
.clinic-list-item__main-content__margin-top {
	margin-top: 8px;
}
.clinic-list-item__main-content p {
	margin-bottom: 0;
}
.clinic-list-item__main-content ul {
}
.clinic-list-item__main-content ul > li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	margin-bottom: 5px;
}
.clinic-list-item__main-content ul > li:last-child {
	margin-bottom: 0;
}
.clinic-list-item__main-content ul > li .icon {
	color: #555;
	font-size: 18px;
	font-weight: bold;
}
.clinic-list-item__main-content ul > li .text {
	width: calc(100% - 18px);
	padding-left: 6px;
	box-sizing: border-box;
}
.clinic-list-item__footer .more {
	display: block;
	margin-top: 10px;
	color: #fff;
	background-color: #f80;
	font-size: 12px;
	text-align: center;
	padding: 4px 0;
	border-radius: 5px;
}

}



@media screen and (max-width: 600px) {

.page-top-pr {
	margin-bottom: 16px;
	padding: 14px 42px 14px 14px;
	font-size: 13px;
	line-height: 1.5;
}
.page-top-pr:after {
	font-size: 16px;
	right: 12px;
}
.page-top-pr .pr {
	margin-right: 9px;
	font-size: 11px;
}

.clinic-list {
	margin: 0;
	padding: 0;
}
.clinic-list > li {
	border: none;
	box-shadow: 0px 0px 4px #e2e2e2;
	border-radius: 10px;
	margin-bottom: 25px;
}
.clinic-list > li a {
	display: block;
	padding: 15px;
	color: #000;
	background-color: #fff;
	position: relative;
	border-radius: 10px;
}
.clinic-list > li:hover {
	box-shadow: 1px 1px 8px #f80;
}
.clinic-list > li a:hover {
	text-decoration: none;
	background-color: #FFFBF0;
}
.clinic-list-item__header {
	display: flex;
	flex-wrap: wrap;
}
.clinic-list-item__header-img {
	width: 80px;
	position: relative;
}
.clinic-list-item__header-img img {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 6px;
	object-fit: cover;
}
.clinic-list-item__header-content {
	width: calc(100% - 80px);
	padding-left: 12px;
	box-sizing: border-box;
}
.clinic-list-item__header-content .title {
	margin: 5px 0 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	text-align: left;
}
.clinic-list-item__info {
	margin-top: 10px;
}
.clinic-list-item__info-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 4px;
	line-height: 1.5;
}
.clinic-list-item__info-item:last-of-type {
	margin-bottom: 0;
}
.clinic-list .clinic-list-item__info-item-icon {
	width: 14px;
	font-size: 16px;
	color: #f80;
}
.clinic-list .clinic-list-item__info-item-icon--subject {
	font-size: 15px;
}
.clinic-list-item__info-item-content {
	width: calc(100% - 14px);
	padding-left: 5px;
	box-sizing: border-box;
	font-size: 11px;
	color: #555;
	letter-spacing: 0.2px;
}
.clinic-list .term-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.clinic-list .term-list span {
	padding: 0;
	background: none;
	font-size: 12px;
}
.clinic-list .term-list span:after {
	content: "/";
	margin: 0 4px 0 6px;
}
.clinic-list .term-list > li:last-child > span:after {
	display: none;
}
.clinic-list-item__main {
	margin-top: 10px;
}
.clinic-list-item__main-content {
	font-size: 12px;
	line-height: 1.55;
	padding: 10px;
	background-color: #f5f5f5;
}
.clinic-list-item__main-content__bg-pink {
	background-color: #FFF3F3;
}
.clinic-list-item__main-content__margin-top {
	margin-top: 8px;
}
.clinic-list-item__main-content p {
	margin-bottom: 0;
}
.clinic-list-item__main-content ul {
}
.clinic-list-item__main-content ul > li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	margin-bottom: 5px;
}
.clinic-list-item__main-content ul > li:last-child {
	margin-bottom: 0;
}
.clinic-list-item__main-content ul > li .icon {
	color: #555;
	font-size: 16px;
	font-weight: bold;
}
.clinic-list-item__main-content ul > li .text {
	width: calc(100% - 16px);
	padding-left: 5px;
	box-sizing: border-box;
}
.clinic-list-item__footer .more {
	display: block;
	margin-top: 10px;
	color: #fff;
	background-color: #f80;
	font-size: 11px;
	text-align: center;
	padding: 4px 0;
	border-radius: 5px;
}


}
