@charset "UTF-8";
/* clinic_list */

/*===================================
content_area , page_title
=====================================*/

.content_area{
	padding: 100px 0 0;
}
.page_title h2{
	font-size: 24px;
	letter-spacing: 5px;
}
.page_title h2 span{
	display: block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
p.page_read_text{
	margin: 75px 0 50px;
}

@media screen and (min-width:0px) and (max-width:767px){
	
	.content_area{
		padding: 130px 3% 0;
		background-image:none; 
	}
	.page_title h2{
		font-size: 20px;
		letter-spacing: 4px;
	}
	.page_title h2 span{
		display: block;
		font-size: 12px;
		font-weight: 600;
		letter-spacing: 0.5px;
	}
	p.page_read_text{
		font-size: 12px;
		margin: 25px 0 15px;
		letter-spacing: 0.5px;
	}
}

/*===================================
ページコンテンツ
=====================================*/

article{
	margin-bottom: 50px;
}
article a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 25px;
	border: solid 3px #fff;
	border-radius: 20px;
}
article a:hover{
	border: solid 3px #009fd9;
}
article .top_area{
	margin-bottom: 20px;
}
article .clinic_thumb{
	height: 220px;
	position: relative;
	overflow: hidden;
}
article .clinic_thumb img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
article .clinic_head{
	padding: 0 0 0 2%;
}
article .clinic_head .clinic_name{
	font-size: 22px;
}
article .clinic_head .clinic_address{
	display: inline-block;
	font-size: 13px;
	color: #555555;
	margin-right: 20px;
}
article .clinic_head .clinic_tel{
	display: inline-block;
	font-size: 13px;
	color: #555555;
}
article .clinic_head .clinic_info_type{
	margin: 10px 0;
}
article .clinic_head .clinic_info_type li{
	display: inline-block;
	font-size: 13px;
	padding: 2px 10px;
	color: #009fd9;
	background-color: #c7edfa;
	border-radius: 5px;
	margin-right: 5px;
}
article .clinic_head .clinic_catch_copy{
	font-size: 16px;
	line-height: 1.7em;
	color: #555555;
}
article .bottom_left_area h4{
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background-color: #555555;
	margin-bottom: 10px;
}
article .bottom_left_area ul li{
	display: inline-block;
	color: #555555;
	margin-right: 10px;
}
article .bottom_right_area{
	padding-left: 2%;
}
article .bottom_right_area h4{
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background-color: #555555;
	margin-bottom: 10px;
}
article .bottom_right_area table{
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
article .bottom_right_area table th,
article .bottom_right_area table td{
	width: 11%;
	height: 40px;
	border:solid 2px #fff;
}
article .bottom_right_area table th{
	background-color: #ededed;
}
article .bottom_right_area table td{
	background-color: #f8f8f8;
}
article .bottom_right_area table td img{
	vertical-align: middle;
}

@media screen and (min-width:0px) and (max-width:767px){
	
	article{
		margin-bottom: 35px;
	}
	article a{
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		border:none;
	}
	article a:hover{
		border:none;
	}
	article .top_area{
		margin-bottom: 10px;
	}
	article .clinic_thumb{
		width: 100%;
		height: 0;
		padding-bottom: 66%;
		position: relative;
		overflow: hidden;
	}
	article .clinic_thumb img{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: auto;
		height: 100%;
	}
	article .clinic_head{
		padding: 0;
	}
	article .clinic_head h3.clinic_name{
		margin-top: 10px;
		font-size: 18px;
	}
	article .clinic_head .clinic_address{
		display: block;
		font-size: 13px;
		color: #555555;
		margin-right: 20px;
	}
	article .clinic_head .clinic_tel{
		display: block;
		font-size: 13px;
		color: #555555;
	}
	article .clinic_head .clinic_info_type{
		margin: 10px 0;
	}
	article .clinic_head .clinic_info_type li{
		display: inline-block;
		font-size: 13px;
		padding: 2px 10px;
		color: #009fd9;
		background-color: #c7edfa;
		border-radius: 5px;
		margin:0 0 5px 5px;
	}
	article .clinic_head .clinic_catch_copy{
		font-size: 15px;
		line-height: 1.7em;
		color: #555555;
	}
	article .bottom_left_area h4{
		width: 100px;
		height: 30px;
		line-height: 30px;
		color: #fff;
		text-align: center;
		background-color: #555555;
		margin-bottom: 15px;
	}
	article .bottom_left_area ul li{
		display: inline-block;
		color: #555555;
		margin-right: 10px;
	}
	article .bottom_right_area{
		padding-left: 0;
	}
	article .bottom_right_area h4{
		width: 100px;
		height: 30px;
		line-height: 30px;
		color: #fff;
		text-align: center;
		background-color: #555555;
		margin: 15px 0;
	}
	article .bottom_right_area table{
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}
	article .bottom_right_area table th,
	article .bottom_right_area table td{
		width: 11%;
		height: 40px;
		font-size: 12px;
		line-height: 1.2em;
		border:solid 2px #fff;
	}
	article .bottom_right_area table th{
		background-color: #ededed;
	}
	article .bottom_right_area table td{
		background-color: #f8f8f8;
	}
	article .bottom_right_area table td img{
		width: 50%;
		height: auto;
		vertical-align: middle;
	}
}
