.content-area {
	padding: 0;
}
.search.post-type-archive-clinic #main {
	margin-top: 20px;
}
#search {
	width: 290px;
	float: left;
}
#result, #result-header {
	width: 920px;
	float: right;
	padding: 36px 0;
}
#result h2, #result-header h2 {
	color: #00ACB9;
}
#result .title, #result .conditions,
#result-header .title, #result-header .conditions {
	margin: 0 32px;
}
#result .conditions, #result-header .conditions {
	background-color: #00ACB9;
	color: #fff;
	margin-bottom: 40px;
}
#result .conditions h3, #result-header .conditions h3 {
	padding: .5em 2em;
	color: #fff;
	font-weight: normal;
	display: inline-block;
}
#result .area-tag ul, #result-header .area-tag ul {
	list-style: none;
	width: 100%;
	padding: 0 1em;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.area-tag {
	width: 856px;
	margin: 0 auto;
	background-color: #fff;
	padding: .5em 2em;
}
.area-tag p {
	color: #00ACB9;
	margin: .5em 0;
}
.area-tag p:before {
	content: '●';
	color: #00ACB9;
}
.area-tag ul li {
	color: #000;
	width: 8em;
	text-decoration: underline;
	line-height: 2;
	cursor: pointer;
	border: 1px solid grey;
	text-align: center;
}
.area-tag ul li.active {
	background: lightgrey;
}
.icon-description ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.search #result, .search #result-header {
	background : rgba(0, 0, 0, .03);
}
#result #map, #result-header #map {
	margin-bottom: 40px;
}
.icon span
{
	font-size : 12px;
	line-height : 23px;
	color : #FFFFFF;
	width: 90px;
	height: 21px;
	display: inline-block;
	text-align: center;
}
.clinic {
	margin: 0 25px 25px;
	padding-bottom: 28px;
	background-color: #fff;
}
.clinic .clinic-name {
	padding: 10px 20px;
	border-bottom: 2px solid #00ACB9;
}
.clinic .clinic-name a
{
	font-size : 22px;
	line-height : 22.83px;
	color: #00ACB9;
}


.clinic .clinic-image {
width: 242px;
height: 182px;
float: left;
margin: 20px;
position: relative;
overflow: hidden;
}
.clinic .clinic-info {
	/*width: 586px;
	float: left;
	min-height: 182px;*/
	margin: 20px 0;
}
.clinic .clinic-info:after{
	clear: both;
}
.clinic .clinic-info dl,
.pickup-clinic .clinic-info dl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.pickup-clinic .clinic-info dl dt,
.clinic .clinic-info dl dt {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	width: 108px;
	height: 16px;
	text-align: center;
	background : #727171;
	border-radius : 8px;
	-moz-border-radius : 8px;
	-webkit-border-radius : 8px;
}
.pickup-clinic .clinic-info dl dd,
.clinic .clinic-info dl dd {
	width: calc(100% - 115px);
}
.clinic .link {
	text-align: right;
}
.clinic .link a {
	display: block;
	margin-right: 30px;
}
.clinic .link a:after {
	content: url(../images/search-clinic/r_arrow.png);
	display: inline-block;
	width: 21px;
	height: 9px;
	margin-left: .5em;

}
.clinic-info ul li {
	display: inline-block;
}

.clinic .work-time,
.pickup-clinic .work-time {
	width: 85%;
	text-align: center;
	margin: 20px 0 0;
}
.clinic .work-time table,
.pickup-clinic .work-time table {
	font-size: 10px;
}
.work-time table tr:first-child th {
	border-top: 1px solid rgba(196, 196, 196, .3);
	background-color: #F3F3F4;
}
.work-time table tr:first-child th:nth-child(n+2) {
	width: 50px;
}
.work-time table tr:last-child td {
	border-bottom: 1px solid rgba(196, 196, 196, .3);
}
.work-time table th, .work-time table td {
	border-right: 1px solid rgba(196, 196, 196, .3);
	border-bottom: 1px solid rgba(196, 196, 196, .3);
	padding: 5px 0;
}
.work-time table tr th:first-child {
	border-left: 1px solid rgba(196, 196, 196, .3);
}
.feature-list {
	width: 450px;
	float: left;
}
.feature-list ul li {
	display: inline-block;
}
.clinic .ivtherapy {
	margin: 25px 20px 0;
}
.clinic .ivtherapy h3 {
	border: 1px solid #00ACB9;
	width: 102px;
	height: 40px;
	color: #00ACB9;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	float: left;
	margin-right: 1em;
}
.clinic .ivtherapy ul {
	display: inline-block;
	float: left;
	width: 80%;
}
.clinic .ivtherapy ul li {
	display: inline-block;
	width:320px;
	padding-bottom:5px;
}
#search
{
	background : #B4C4C1;
	background : rgba(180, 196, 193, .5);
	padding: 20px 12px;
	position: relative;
}
#search div {
	text-align: center;
}
#search h3
{
	font-size : 16px;
	line-height : 22px;
	color : #00ACB9;
	text-align: left;
}
#search input[type="text"]
{
	width: 240px;
	background : #FFFFFF;
	border: 1px solid rgba(180, 196, 193, .3);
}
#search h3:before {
	height: 2px;
	width: 20px;
	background-color: #00ACB9;
	content: "";
	display: inline-block;
	vertical-align: middle;
}
#search button
{
	display: block;
	width: 240px;
	margin: 20px auto;
	background : #00ACB9;
	border-radius : 6px;
	-moz-border-radius : 6px;
	-webkit-border-radius : 6px;
	color: white;
	font-size: 16px;
}
#search ul {
	text-align: left;
}
#search li
{
	font-size : 14px;
	line-height : 31px;
	color : #000000;
	margin-left: 20px;
}
.call, .mail {
	background : #00ACB9;
	border-radius : 6px;
	-moz-border-radius : 6px;
	-webkit-border-radius : 6px;
	color: #fff;
	width: 150px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	float: left;
}
.clinic .clinic-name .call a, .clinic .clinic-name .mail a {
	font-size: 14px;
	color: #fff;
}

.call {
	margin-right: 15px;
	float: right;
}
#result .clinic h2 {
	display: inline-block;
	width: 500px;
	float: left;
	font-size: 22px;
}
#result .clinic .clinic-name div {
	padding-top: .5em;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
a.map-links, a.map-links:active,
a.map-links:hover, a.map-links:visited {
	color: #0a0a0a;
}
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	h2 {
		font-size: 20px;
	}
	#search {
		width: 100%;
		float: none;
	}
	#result, #result-header {
		width: 100%;
		float: none;
		padding: .5em;
	}
	.area-tag {
		width: 100%;
	}
	#result .title, #result .conditions,
	#result-header .title, #result-header .conditions {
		margin: 0 0 1em;
	}
	#result .clinic h2, #result-header .clinic h2 {
		width: 100%;
	}
	.clinic {
margin: 0 0 2em;
padding: 0.5em 0;
overflow: auto;
}
	.clinic-name > div {
		width: 100%;
		/*display: flex;
		justify-content: space-between;
		margin-bottom: 1em;*/
	}
	.clinic .clinic-info {
		width: 100%;
		min-height: initial!important;
	}
	.feature-list {
		width: 100%;
	}
	footer .site-description {
		width: 100%;
	}
	.footer-l, .footer-cl, .footer-cr, .footer-r {
		width: 100%;
	}
}

/*クリニック検索　ピックアップ表示 追加CSS*/



.pickup-clinic {
	margin: 0 22px 22px;
	padding-bottom: 28px;
	background-color: #fff;
	border: 2px solid #f7c846;
	position: relative;
}
.pickup-clinic.wo-border {
	border: none;
}

.clinic-flug {
	float: left;
	width: 40px;
	position: absolute;
}
.pickup-clinic.wo-border .clinic-flug {
	display: none;
}

.pickup-clinic .clinic-name {
	padding: 10px 20px;
	border-bottom: 2px solid #00ACB9;
	/*position: absolute;*/
	width: 100%;
	min-height: 70px;
}
.pickup-clinic .clinic-name h2 a {
	color: #00ACB9;
}

#result .pickup-clinic h2 {
	display: inline-block;
	width: 500px;
	float: left;
	font-size: 22px;
	/* margin-left: 50px; */
}

.call a, .mail a {
	color: #fff;
}
.pickup-clinic .link {
	/* text-align: right; */
	position: absolute;
	background: #f7c846;
	bottom: 20px;
	padding: 5px 20px;
	border-radius: 5px;
	font-size: 20px;
}
.pickup-clinic .link a{
	color: #00ACB9;
	font-weight:bold;
}

.clinic-info-box {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: start;
	margin-bottom: 20px;
}
.clinic-left-box {
	width: 280px;

}
.clinic-right-box {
	width: 586px;
}

.pickup-clinic .clinic-image {
	height: 182px;
	/* float: left; */
	margin: 20px 20px 10px 20px;
	/* clear: both; */
	position: unset;
	/* top: 100px; */
	/* left: 0; */
	/* margin-left: 20px; */
}
.pickup-clinic .clinic-info {
	/* float: left; */
	min-height: 182px;
	margin: 20px 0 0;
}
.pickup-clinic .clinic-info p span {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	width: 106px;
	height: 16px;
	text-align: center;
	background : #727171;
	border-radius : 8px;
	-moz-border-radius : 8px;
	-webkit-border-radius : 8px;
}
.pickup-clinic .clinic-info p.comment {
	margin-top: 15px;
}
.pickup-clinic .clinic-info p.comment span {
	width: 106px;
}
.pickup-clinic .link {
	text-align: center;
}
.pickup-clinic .feature-list {
	width: 450px;
	float: left;
	margin-top: 20px;
}
.pickup-clinic .ivtherapy,
.clinic .ivtherapy {
	margin-left:20px;
}
.pickup-clinic hr,
.clinic hr {
	width: 94%;
	margin: 0 auto 25px;
	border-top: none;
	background-color: rgba(196, 196, 196, 0.3);
}
.pickup-clinic .link a:after,
.clinic .link a:after {
	content: url(../images/search-clinic/r_arrow02.png);
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: .5em;
	vertical-align: text-top;
}
.pickup-clinic .ivtherapy h3,
.clinic .ivtherapy h3 {
	border: 1px solid #00ACB9;
	width: 102px;
	height: 40px;
	color: #00ACB9;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	float: left;
	margin-right: 1em;
}
.pickup-clinic .ivtherapy ul,
.clinic .ivtherapy ul {
	display: inline-block;
	float: left;
	width: 80%;
}
.pickup-clinic .ivtherapy ul li,
.clinic .ivtherapy ul li {
	display: inline-block;
	width: 320px;
	padding-bottom: 5px;
}
#area-search {
	margin: .5em auto;
	background: #00ACB9;color:#fff;width: 240px;
}

@media screen and (max-width: 767px){

	.pickup-clinic,
	.clinic {
		margin: 0 0 2em;
		padding: 0 0 2em;
	}
	#result .pickup-clinic h2,
	#result .clinic h2 {
		width: 100%;
		display: inline-block;
		float: left;
		font-size: 22px;
		/* margin-left: 40px; */
	}

	.pickup-clinic .clinic-info,
	.clinic .clinic-info {
		/* width: calc(100% - 40px);*/
		/* float: left; */
		min-height: 90px;
		width: auto;
		margin: 0 20px 10px;
		clear: both;
	}
	.pickup-clinic .clinic-info .clinic-info,
	.clinic .clinic-info .clinic-info {
		margin: 0;
	}
	.pickup-clinic .work-time,
	.clinic .work-time {
		width: 100%;
		text-align: center;
		margin: 20px 0 0;
	}
	.pickup-clinic .ivtherapy,
	.clinic .ivtherapy {
		font-size: 12px;
		margin: 0 20px;
	}
	.sp-search-result-toggle-box {
		display: none;
	}
	.sp-search-result-toggle-btn {
		width: 100%;
	}
	.pickup-clinic hr, .clinic hr {
		display: none;
	}

	/* クリニック検索ページ　追加CSS 211215 */
.search #result-header {
background: #fff;
}

	#result-header h2 {
		color: #d97300;
	}
	#result-header .search-clinic-sub-text {
		color: #000;
		font-size: 16px;
		font-weight: normal;
	}
	#result-header .title {
		text-align:center;
	}
	#result-header .conditions > div{
		background-color:#fff;
	}
	#result-header .conditions {
		background-color: #fff;
		color: #fff;
		margin-bottom: 20px;
	}
	#result-header .conditions h3 {
		padding: .5em 2em;
		color: #fff;
		font-weight: bold;
		display: block;
		background-color: #999;
		width: 100%;
		text-align: center;
		font-size: 1.2em;
	}
	.conditions > div > span {
		color: #000;
		padding: 10px;
		display: block;
		border-bottom: 3px solid #cccccc;
	}
	.area-tag {
		margin: 0 auto;
		background-color: #fff;
		padding: 0;
		border-bottom: 3px solid #cccccc;
	}
	.area-tag p:before {
		display:none;
	}
	.area-tag p {
		color: #d97300;
		font-weight: bold;
	}
	#result-header .area-tag ul {
		list-style: none;
		width: 100%;
		padding: 0 0em;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		border-left: 1px dotted #999;
		border-top: 1px dotted #999;
	}
	.area-tag ul li {
		color: #000;
		width: 33.33%;
		text-decoration: underline;
		line-height: 2;
		cursor: pointer;
		border-right: 1px dotted #999;
		border-bottom: 1px dotted #999;
		text-align: center;
	}
	.sp-search-result-toggle-btn {
margin: 0 auto;
text-align: center;
color: #000;
/* background-color: #448101; */
/* border-radius: 5px; */
width: 30%;
padding: 0 10px 15px 10px;
font-weight: normal;
/* font-size: 1.2rem; */
/* display: initial; */
/* border: 1px solid #000; */
float: right;
overflow: auto;
text-decoration: underline;
}
	.clinic .clinic-name a {
		font-size: 20px;
		line-height: 22.83px;
	}
	#result .clinic .clinic-name div {
		padding-top: 0px;
	}
#result .pickup-clinic h2, #result .clinic h2 {
width: 70%;
overflow: auto;
display: block;
}
	.call, .mail {
		width: 2.8rem;
		height: 2.8rem;
		padding: 5px;
	}
	.call {
		margin-right: 0px;
		float: right;
	}
	.mail {
		background-color:#d97300;
		margin-right: 5px;
		float: right;
	}
	.list-clinic-title-h2 span{
		color:#448101;
	}
	.clinic .clinic-image, .pickup-clinic .clinic-image {
		/*width: 208px;
		height: 156px;
		float: left;
		margin: 5%;*/
	}
	.pickup-clinic .clinic-image {
		width: 55%;
		height: auto;
		/* margin: 60px 0px 15px 10px; */
		/* position: initial; */
		/* margin-left: -30px; */
		/* top: 105px; */
		/* left: 5%; */
		/* position: unset; */
		/*clear: both;
		width: 208px;
		height: 156px;
		/* float: left; */
		/* margin: 5%; */
	}
	.pickup-clinic .feature-list, .feature-list {
		width: 28%;
		float: right;
		margin-top: 5%;
	}
.pickup-clinic .feature-list{
margin-top: 5%;
margin-right: 10px;
min-height: 190px;
clear: both;
}
	.clinic .clinic-info {
		width: auto;
		float: left;
		min-height: 182px;
		margin: 10px 5% 5px 5%;
	}

	.clinic .ivtherapy {
		margin: 20px 20px 0;
	}
	.pickup-clinic .ivtherapy h3, .clinic .ivtherapy h3 {
		font-size: 14px;
		width: 100%;
		height: auto;
		line-height: 2;
		color: #00A8B5;
		text-align: left;
		display: inline-block;
		float: left;
		margin-right: 1em;
		background-color: transparent;
		padding: 0 .5em;
		margin-bottom: 10px;
		border: 1px solid #00A8B5;
	}
	.clinic .clinic-info p.comment {
		margin-top: 15px;
		clear: both;
	}
	.pickup-clinic .clinic-info p span, .clinic .clinic-info p span {
		font-size: 14px;
		color: #fff;
		display: inline-block;
		width: 72px;
		height: 22px;
		text-align: center;
		background: #727171;
		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		margin-bottom: 5px;
		vertical-align: middle;
		line-height: 24px;
	}
	.pickup-clinic .clinic-image img {}
	.clinic .clinic-image img {
		/* width: 100%; */
		/* height: auto; */
		/* aspect-ratio: 4/3; */
		/* object-fit: cover; */
		position: absolute;
		right:50%;
		bottom:50%;
		-webkit-transform: translate(50%, 50%);
		transform: translate(50%, 50%);
	}
	.department-list {
		width: auto;
		float: none;
		display: block;
		clear: both;
	}
.conditions-change-btn{
width:70%;
text-align:center;
margin:0 auto;
background-color:#d97300;
border-radius:5px;
padding:5px;
}
.conditions-change-btn a{
font-weight:bold;
color:#fff;
font-size:1.2em;
}
	#search .search-clinic input[type="checkbox"]:checked + label {
		background-color: #d9a941;
	}
	#search .search-clinic label {
		/* border: 1px solid #00ACB9; */
		border-bottom: 1px dotted #999;
		border-left: none;
		border-right: none;
		border-top: none;
	}
	#search .search-clinic-sp-box{
		position: relative;
		width:100%;
	}
	#search .search-clinic-sp-cont h2{
		border-bottom: solid 3px #c7c7c7;
		position: relative;
		float: left;
		width: 100%;
		font-weight: bold !important;
	}
	#search .search-clinic-sp-cont h2:before{
		display: inline-block;
		float: left;
		width: 1em;
		height: 1em;
		content: "";
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url(../images/top/icon-therapy.png);
	}
	#search .search-clinic-sp-cont h2 span {
		display: block;
		float: left;
	}
	#search .search-clinic-sp-cont h2 span:first-child {
		color: green;
		margin-right: .5em;
	}
	#search .search-clinic-sp-cont h2 span.first-letter {
		padding-top: 4px;
		letter-spacing: 2px;
	}
	#search .search-clinic-sp-cont h2:after {
		content: "";
		display: block;
		line-height: 0;
		overflow: hidden;
		position: absolute;
		left: 0;
		bottom: -3px;
		width: 30%;
		border-bottom: 3px solid #00ACB9;
	}
	#search .search-clinic-h3-sp-titlebox{
	}
	#search .search-clinic-h3-sp-titlebox h3{
		width: 100%;
		color: #d97300;
		font-size: 18px;
		font-weight: bold;
		display: block;
		border: none;
		margin: 0;
		padding: 20px 0;
		/*border-bottom: 5px solid #c8c8c8;*/
		line-height: 22px;
	}
	#search .search-clinic-h3-sp-titlebox h3 .hissu{
		background-color:red;
		color:#fff;
		font-size:70%;
		border-radius:3px;
		padding:0.3em;
		vertical-align: middle;
		margin-left:10px;
	}


	#search .search-clinic-h3-sp-titlebox h3 .nini{
		/* background-color: red; */
		color: #000;
		font-size: 70%;
		border-radius: 3px;
		padding: 0.3em;
		vertical-align: middle;
		margin-left: 10px;
	}

	#search .search-clinic-h3-sp-titlebox h3 img {
		vertical-align: middle;
		width: 12%;
		margin-right: 3% !important;
	}
	#search .search-clinic-pref {
		position: absolute;
		/* float: right; */
		display: initial;
		right: 0;
		top: 10px;
		top: 30px;
		right: -70%;
	}
	#search .search-clinic-doctor-type {
		border-top: 4px solid #c8c8c8;
		padding-top: 0px;
	}
	#search .search-clinic-certifying {
		border-top: 4px solid #c8c8c8;
		padding-top: 0px;
	}
	#search .search-clinic-type label {
		width: 100%;
		height: auto;
		line-height: 24px;
		padding: 10px 5px;
		margin: 0 ;
	}
	#search .search-clinic-certifying label{
		display: block;
		width:100%;
		float:none;
		margin: 0;
		padding: 10px 5px;
	}
	#search .search-clinic-doctor-type label {
		display: initial;
		width: 30%;
		float: left;
		margin: 0 5px;
		padding: 10px;
		text-align: center;
		border: 1px solid #808080;
	}
	#search .search-clinic p.submit button {
		font-size: 15px;
		margin: 20px auto ;
	}
	#search .search-clinic p.submit {
		text-align: center;
		width: 100%;
		float: left;
		margin-top: 10px;
		border-top: 5px solid #c8c8c8;
	}
	.about-certifying {
		float: left;
		color:#d97300;
	}
	.about-certifying i {
		color:##d97300;
	}
	.about-certifying a {
		color:#d97300 !important;
	}
	.footer-r {
		width: 0px;
		margin-left: 0px;
		padding-top: 0px;
	}
	section.type-of-therapy {
		position: relative;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	footer .site-description {
		margin-top: 0px;
	}
	#search .search-clinic-type .search-clinic-h3-sp-titlebox h3:after,
	#search .search-clinic-doctor-type .search-clinic-h3-sp-titlebox h3:after,
	#search .search-clinic-certifying .search-clinic-h3-sp-titlebox h3:after {
		display: inline-block;
		content: '+';
		color: grey;
		float: right;
		margin: 10px 10px 0 0;
		font-size: 150%;
	}
	#search .search-clinic-type .search-clinic-h3-sp-titlebox.open h3:after,
	#search .search-clinic-doctor-type .search-clinic-h3-sp-titlebox.open h3:after,
	#search .search-clinic-certifying .search-clinic-h3-sp-titlebox.open h3:after {
		content: '-';
	}
	#search .search-clinic-type .search-clinic-h3-sp-titlebox.toggle ~ div label,
	#search .search-clinic-doctor-type .search-clinic-h3-sp-titlebox.toggle ~ div label,
        #search .search-clinic-certifying .search-clinic-h3-sp-titlebox.toggle .about-certifying,
	#search .search-clinic-certifying .search-clinic-h3-sp-titlebox.toggle ~ div label
	{
		display: none;
	}
	#search .search-clinic-type .search-clinic-h3-sp-titlebox.toggle.open ~ div label,
	#search .search-clinic-doctor-type .search-clinic-h3-sp-titlebox.toggle.open ~ div label,
        #search .search-clinic-certifying .search-clinic-h3-sp-titlebox.toggle.open .about-certifying,
	#search .search-clinic-certifying .search-clinic-h3-sp-titlebox.toggle.open ~ div label,
	#search .search-clinic .toggle.open ~ div select {
		display: block;
	}

	#search .search-clinic h3:before {
		display: none;
	}
	.search-clinic input[type="checkbox"],
	.search-clinic select {
		display: none;
	}
	.search-clinic select {
		margin: .5em 0;
		width: 100%;
	}
	#search .conditions-change-btn.sp {
		width:70%;
		text-align:center;
		margin:0 auto;
		background-color:#d97300;
		border-radius:5px;
		padding:5px;
		display: block;
	}
	#search .conditions-change-btn a{
		font-weight:bold;
		color:#fff;
		font-size:1.2em;
	}
        #search {
                background: #fff;
        }
        #search .sp {
                display: initial;
        }
        #search .conditions-change-btn a:after {
            display: inline-block;
            content: '-';
            margin-left: 1em;
        }
        #search .conditions-change-btn a.open:after {
            content: '+';
        }
	.pickup-clinic .link {
	/* text-align: right; */
	/* position: absolute; */
	background: #f7c846;
	/* bottom: 20px; */
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 20px;
	margin: 20px auto;
	width: 90%;
	text-align: center;
	position: unset;
	clear:both;
	}
	.conditions-result h3{
	width:100%;
	background-color:#999;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:1.2em;
	padding:5px;
	}
	.conditions-result span {
	width: 100%;
	padding: 15px 10px;
	display: block;
	border-bottom: 3px solid #ccc;
	}
	.clinic .clinic-name {
	padding: 10px 10px 10px 15px;
	border-bottom: 2px solid #448101;
	}
	.pickup-clinic .clinic-name {
	padding: 10px 5px 10px 20px;
	border-bottom: 2px solid #448101;
/* position: absolute; */
	width: 100%;
	min-height: 70px;
	display: block;
	overflow: auto;
	}

	.area-tag .area-list-wrapper {
		display: none;
	}
	.area-tag .toggle-btn:after {
		content: '+';
		margin-left: .25em;
	}
	.area-tag .toggle-btn.open:after {
		content: '-';
	}
	#sp-search-btn {
		display: none;
	}
}
#search-clinic select#flag_specification,
#search-clinic select#flag_certifying
{
	margin-top: .5em;
	width: 240px;
}
.area-tag ul li a {
	color: #000;;
}

.clinic-not-found {
	font-weight:700;
	font-size: 28px;
	margin: 0 32px;
}
@media screen and (max-width: 767px) {
	.clinic-not-found {
		margin: 0;
		font-size: 16px;
	}
	.search.post-type-archive-clinic #main {
		margin-top: 0;
	}
}
.search.post-type-archive-clinic .breadcrumb {
	line-height: 1.6;
	margin: 10px 0;
}
.search.post-type-archive-clinic .breadcrumb a {
	color: rgb(51,51,51);
}

/* クリニック検索ページ 認定医 */
.certified-clinic
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
	padding: 0 15px 0 55px;
	background : -moz-linear-gradient(50% 1.23% -90deg,rgba(27, 20, 100, 1) 0%,rgba(32, 32, 53, 1) 100%);
	background : -webkit-linear-gradient(-90deg, rgba(27, 20, 100, 1) 0%, rgba(32, 32, 53, 1) 100%);
	background : -webkit-gradient(linear,50% 1.23% ,50% 93.59% ,color-stop(0,rgba(27, 20, 100, 1) ),color-stop(1,rgba(32, 32, 53, 1) ));
	background : -o-linear-gradient(-90deg, rgba(27, 20, 100, 1) 0%, rgba(32, 32, 53, 1) 100%);
	background : -ms-linear-gradient(-90deg, rgba(27, 20, 100, 1) 0%, rgba(32, 32, 53, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B1464', endColorstr='#202035' ,GradientType=0)";
	background : linear-gradient(180deg, rgba(27, 20, 100, 1) 0%, rgba(32, 32, 53, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B1464',endColorstr='#202035' , GradientType=0);
}
.certified-clinic .certified-label {
	width: 485px;
	height: auto;
}
.certified-clinic .certifying-icons {
	width: 265px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.certified-clinic .certifying-icons div {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	height: 20px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}
.certified-clinic .certifying-icons .ivc-icon
{
	width: 265px;
	background : #FFC507;
	background : rgba(255, 197, 7, 1);
	color: #000;
	margin-bottom: 5px;
}
.certified-clinic .certifying-icons .curation-icon {
	width: 130px;
	background : #468B39;
	background : rgba(70, 139, 57, 1);
}
.certified-clinic .certifying-icons .ozone-icon {
	width: 130px;
	background : #D2702A;
	background : rgba(210, 112, 42, 1);
}
.clinic-left-box .clinic-tag {
	margin-left: 20px;
}
.pickup-clinic .link-to-detail a {
	display: block;
	width: 300px;
	margin: 20px auto 0;
	background: #FFC507;
	text-align: center;
	color: #000;
	font-size: 18px;
	text-decoration: none;
	padding: 7.5px 0;
	border-radius: 10px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.certified-clinic {
		flex-direction: column;
		align-items: center;
		height: auto;
		padding: 1em 0;
	}
	.certified-clinic .certified-label {
		width: 90%;
		margin-bottom: 1em;
	}
	.certified-clinic .certifying-icons {
		width: 82%;
		margin: 0 auto;
	}
	.certified-clinic .certifying-icons div {
		margin: 4px 0;
		padding: 5px 0;
		font-size: 12px;
		height: auto;
	}
	.certified-clinic .certifying-icons .ivc-icon {
		width: 100%;
	}
	.certified-clinic .certifying-icons .curation-icon {
		width: 48%;
	}
	.certified-clinic .certifying-icons .ozone-icon {
		width: 48%;
	}
	.clinic .clinic-info-box,
	.pickup-clinic .clinic-info-box {
		font-size: 12px;
	}
	.clinic-info-box {
		flex-direction: column;
	}
	.clinic-left-box, .clinic-right-box {
		width: 100%;
	}
	.clinic-left-box {
		display: flex;
	}
	.clinic-left-box .clinic-tag {
		margin: 20px 0 0 0;
	}
	.clinic .clinic-info dl,
	.pickup-clinic .clinic-info dl {
		flex-direction: column;
	}
	.clinic .clinic-info dl dt,
	.pickup-clinic .clinic-info dl dt {
		width: 37%;
		margin-bottom: .5em;
	}
	.clinic .clinic-info dl dd,
	.pickup-clinic .clinic-info dl dd {
		width: 100%;
		margin-bottom: .5em;
	}
	.pickup-clinic .link-to-detail a {
		width: 55%;
		font-size: 12px;
	}
	.work-time table tr:first-child th:nth-child(n+2) {
		width: 2.5em;
	}
}
#search .certified-banner.pc {
	width: 290px;
	height: auto;
	position: absolute;
	bottom: -210px;
	left: 0;
}
