@charset "UTF-8";




/*共通
---------------------------------------------------------*/
/*イメージ付きのリストとテキストのリストの改行
HTMLのclearfixとる
.staff_list_img,
.staff_list_txt {
	_zoom: 1;
	overflow: hidden;
}*/

.staff_list_img > li,
.staff_list_txt > li {
	width: 31.3333%;
	padding: 0 1%;
	float: left;
}
.staff_list_img > li {
	margin-bottom: 80px;
}
.staff_list_txt > li {
	margin-bottom: 60px;
}
.staff_list_img .img_box,
.staff_list_img .message,
.staff_list_txt dl,
.staff_list_txt .message {
	width: 100%;
	max-width: 290px;
	margin: 0 auto;
	box-sizing: border-box;
}
/* 写真有りリスト */
.staff_list_img .img_box {
	position: relative;
}
.staff_list_img .img_box p {
	position: relative;
	z-index: 0;
}
.staff_list_img .img_box dl {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: -65px;
	margin: auto;
	width: 100%;
	max-width: 155px;
	padding: 25px 0;
	background: #F19383;
	text-align: center;
	color: #fff;
}
.staff_list_img .img_box dt {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-bottom: 15px;
}
.staff_list_img .img_box dd {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2em;
}
.staff_list_img .img_box .ft_sans {
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.2em;
}
.staff_list_img .message {
	position: relative;
	z-index: 0;
	padding: 90px 10% 30px;
	background: #FEF4F2;
	font-size: 90%;
	line-height: 1.6em;
}

.staff_list_img .message .btn {
	margin-top: 10px;
	width: 106%;
	margin-left: -3%;
}
.staff_list_img .message .btn a {
	display: block;
	padding: 5px 20px;
	border-radius: 30px;
	background: #fff;
	font-size: 94%;
	left: .1em;
	position: relative;
	vertical-align: middle;
}
.staff_list_img .message .btn a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #46463F;
	border-right: 1px solid #46463F;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.staff_list_img .message .shikaku_list {
	margin-top: 15px;
	font-size: 94%;
	color: #F38167;
	font-weight: bold;
}
/* 写真無しリスト */
.staff_list_txt > li > dl {
	position: relative;
	text-align: center;
}
.staff_list_txt > li > dl > dt {
	width: 100%;
	max-width: 220px;
	margin: 0 auto;
	padding: 15px 0;
	border-top: dotted 1px #C8C7C6;
	border-bottom: dotted 1px #C8C7C6;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-bottom: 35px;
	position: relative;
	z-index: 0;
}
.staff_list_txt > li > dl > dd {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2em;
	position: relative;
	z-index: 2;
}
.staff_list_txt > li > dl > dd.ft_sans {
	margin-top: 15px;
	color: #F2927F;
	font-size: 13px;
	line-height: 1.2em;
}
.staff_list_txt dl .abs_point {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 35px;
}
.staff_list_txt .message {
	margin-top: 30px;
	font-size: 90%;
	line-height: 1.6em;
}
/* 医師紹介：色 */
.dr_list_img .img_box dl {
	background: #84C773;
}
.dr_list_img .message {
	background: #F2F9F1;
}
.dr_list_txt > li > dl > dd.ft_sans {
	color: #7FC56C;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.staff_list_img > li {
	margin-bottom: 5%;
}
.staff_list_txt > li {
	margin-bottom: 4%;
}
/* 写真無しリスト */
.staff_list_txt dl .abs_point {
	right: -3%;
	top: 10px;
}
.staff_list_txt .message {
	margin-top: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.staff_list_img > li,
.staff_list_txt > li {
	width: 100%;
	padding: 0;

	float: none;
}
.staff_list_img > li {
	margin-bottom: 8%;
}
.staff_list_txt > li {
	margin-bottom: 8%;
}
/* 写真有りリスト */
.staff_list_img .img_box dl {
	bottom: -50px;
}
.staff_list_img .img_box dt {
	margin-bottom: 8px;
}
.staff_list_img .img_box .ft_sans {
	margin-top: 8px;
	font-size: 80%;
}
.staff_list_img .message {
	padding: 70px 5% 5%;
}
/* 写真無しリスト */
.staff_list_txt > li > dl > dt {
	margin-bottom: 20px;
	max-width: 100%;
}
.staff_list_txt > li > dl > dd.ft_sans {
	font-size: 80%;
}
.staff_list_txt .message {
	margin-top: 3%;
}
}



/*間隔
---------------------------------------------------------*/
.staff .com_titile_sub {
	margin-bottom: 50px;
}
.dr_list_txt {
	padding-bottom: 40px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.staff .com_titile_sub {
	margin-bottom: 6%;
}
.dr_list_txt {
	padding-bottom: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.staff .com_titile_sub {
	margin-bottom: 6%;
}
.dr_list_txt {
	padding-bottom: 4%;
}
}



/*勤務医表
---------------------------------------------------------*/
.staff .schedule_box {
	padding: 60px 0 330px;
	background: url(../images/staff/greet_img3.jpg) repeat-x center bottom;
	margin-bottom: 130px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.staff .schedule_box {
	padding: 5% 0 35%;
	margin-bottom: 10%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.staff .schedule_box {
	padding: 5% 0 200px;
	background-size: 1000px auto;
	margin-bottom: 10%;
}
}



/*良い医院づくり
---------------------------------------------------------*/
.staff .policy {
	background: -moz-linear-gradient(top,  rgba(226,221,218,1) 0%, rgba(226,221,218,0.4) 100%);
	background: -webkit-linear-gradient(top,  rgba(226,221,218,1) 0%,rgba(226,221,218,0.4) 100%);
	background: linear-gradient(to bottom,  rgba(226,221,218,1) 0%,rgba(226,221,218,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ddda', endColorstr='#66e2ddda',GradientType=0 );
	padding: 60px 0;
}
.staff .policy .section {
	text-align: center;
}
.staff .policy h3 {
	font-size: 126%;
	font-weight: bold;
	letter-spacing: .3em;
	line-height: 1.4em;
	margin-bottom: 40px;
}
.staff .policy li {
	width: 30%;
	margin-left: 5%;
	float: left;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.7em;
}
.staff .policy li:first-child {
	margin-left: 0;
}
.staff .policy .img_photo {
	position: relative;
	margin-bottom: 50px;
}
.staff .policy li:first-child .img_photo {
	margin-bottom: 40px;
}
.staff .policy .img_photo img {
	position: relative;
	z-index: 1;
}
.staff .policy .img_photo::after {
	content: '';
	position: absolute;
	z-index: 0;
	width: 160px;
	height: 30px;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: 0 40px 25px rgba(0,0,0,.2);
	border-radius: 50%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.staff .policy {
	padding: 6% 0;
}
.staff .policy h3 {
	margin-bottom: 4%;
}
.staff .policy li {
	width: 32%;
	font-size: 100%;
	margin-left: 2%;
}
.staff .policy .img_photo,
.staff .policy li:first-child .img_photo {
	margin-bottom: 30px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.staff .policy {
	padding: 8% 0;
}
.staff .policy h3 {
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: 0;
}
.staff .policy li {
	margin-top: 8%;
	width: 100%;
	margin-left: 0;
	float: none;
	line-height: 1.5em;
}
.staff .policy .img_photo,
.staff .policy li:first-child .img_photo {
	margin-bottom: 5%;
}
}