@charset "utf-8";
/* CSS Document */

.page #mv .pamph_btn a::after {
    border-top: 2px solid #E47977;
    border-right: 2px solid #E47977;
}
/*.main_img{
	margin-bottom: 45px;
}*/
.jump_navi ul{
	padding-bottom: 0;
}
.jump_navi ul + ul{
	padding-top: 0;
	padding-bottom: 6px;
}

.daicho_img{
	margin-bottom: 50px;
}
.komon_img{
	margin: 25px 0 40px;
}
#content_column #komon .list li + li{
	margin-top: 5px;
}

/*#komon .content_subttl02{
	margin-top: 85px;
}*/
.cause_tbl + .content_subttl03{
	margin-top: 40px;
}
.cause_tbl{
	display: flex;
	flex-wrap: wrap;
	margin: 35px 0 35px;
}
.cause_tbl dt{
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #FBAF00;
	width: 58px;
	height: 22px;
	border-radius: 11px;
	text-align: center;
	line-height: 1;
	padding: 2px 0 0;
	position: relative;
	top: 2px;
}
/*------------------- IE11 -------------------*/
_:-ms-lang(x)::-ms-backdrop,
.cause_tbl dt{	
	padding: 4px 0 0;
}
.cause_tbl dd{
	width: calc( 100% - 58px);
	font-weight: bold;
	font-size: 1.6rem;
	padding: 0 0 0 10px;
	margin-bottom: 9px;
}



.time_josei{
	background-image: url("../images/page/specialty-outpatient/female/img05.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}

.time_daicho .to_top{
	text-align: right;
	margin-top: 1.5em;
}
#doctor {
	padding: 0 0 65px;
}
.cont_ttl + .doctor_box{
	padding-top: 0;
}

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

	.main_img{
		margin-bottom: 25px;
	}
	.jump_navi{
		margin: 25px 0 50px;
	}
	.jump_navi ul + ul{
		padding: 0;
	}
	.daicho_img{
		margin-bottom: 15px;
	}
	.komon_img {
		margin: 15px 0 15px;
	}
	#komon .content_subttl02{
		margin-top: 25px;
	}
	.cause_tbl{
		display: block;
		margin: 15px 0 25px;
	}
	.cause_tbl dt{
		font-size: 1.4rem;
		top: 0;
		padding-top: 3px;
	}
	.cause_tbl dd{
		padding: 0;
		width: 100%;
		font-size: 1.4rem;
	}
	.cause_tbl + .content_subttl03{
		margin-top: 30px;
	}

	.time_josei{
		background-image: none;
	}
	/*.toi_info{
		margin-bottom: 0;
	}*/
}