@charset "UTF-8";
/* ------------------------------
開業ドクターからの声
------------------------------ */
.category-doctor #header{
	background-image: url(../img/category-doctor_main_visual.png);
	background-repeat:no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.category-doctor .tag{
	padding:15px 55px 15px 55px ;
	margin-bottom:60px;
	background-color: #f8f8f8;
	text-align: center;
}
.category-doctor .tag li{
	list-style: none;
	display: inline-block;
}
.category-doctor .tag li.current a{
	text-decoration: underline;
}
.category-doctor .tag a{
	color: #000;
}
.category-doctor .tag a:hover{
	color: #999;
}
.category-doctor .tag li + li:before{
  content: "/";
  margin: 0 0.7em;
}


.doctorList {
	margin-bottom:75px;
	list-style: none;
	font-size: 0;
}
.doctorList li{
	position: relative;
	width: 23%;
	margin-bottom: 30px;
	margin-right: 2.6%;
	display: inline-block;
	font-size:13px;
	font-size:1.3rem;
}
.doctorList li:nth-child(4n){
	margin-right: 0px;
}
.doctorList li a{
	display: block;
	height: 185px;
	color: #fff;
	text-align: center;
	background-color: #f8f8f8;
	overflow: hidden;
}
.doctorList li img{
	width: auto;
	max-height: 100%;
}
.doctorList li img.stamp {
	width: 70px;
	height: auto;
	position: absolute;
	right: -15px;
	top: -15px;
	z-index: 10;
}
.doctorList li > a > div{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, 0.6);*/
	text-align: center;
}
.doctorList li > a > div > div{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding:10px;
	background-color: rgba(0, 0, 0, 0.4);   
	/*写真が揃ったら文字エリアのみ透過黒を載せる*/
}
.doctorList li span{
	display: block;
	letter-spacing: 0.1em;
}
.doctorList li .doctorName{
	margin-top:9px;
	font-size:11px;
	font-size:1.1rem;
}

.doctorList li a img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.doctorList li a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/* ---------------------------------------------------------------------------- 

▼▼▼ ウィンドウサイズ1170px以下にのみ適用されるcss ▼▼▼

---------------------------------------------------------------------------- */
@media only screen and (max-width: 1170px) {
.category-doctor .tag{
	padding:15px 0 15px 5% ;
	line-height: 1.8;
}




}



/* ---------------------------------------------------------------------------- 

▼▼▼ ウィンドウサイズ768px以下にのみ適用されるcss ▼▼▼

---------------------------------------------------------------------------- */

@media screen and (max-width: 768px){
.category-doctor .tag{
	margin-bottom: 20px;
	padding:15px 0 15px 3% ;
	text-align: left;
}

/*.doctorList li{
	width: 49%;
	margin-right: 2%;
}
.doctorList li:nth-child(even){
	margin-right: 0%;
}
*/
.doctorList li{
	width: 100%;
	margin-right: 0%;
}
.doctorList li:nth-child(even){
	margin-right: 0%;
}
.doctorList li img.stamp{
	right: -10px;
}




}