@charset "utf-8";
/* CSS Document */
@import url("page.css");

#title h2 {
	background-image: url(../images/doctor/title_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding-top: 35.94%;
	height: 0;
	width: 100%;
}

.tit01 {
	background-image: url(../images/doctor/ti_01_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 12%;
	height: 0;
	width: 96%;
}

#greeting {
	display: block;
	margin: 30px auto;
	width: 96%;
}

#ph-director {
	display: block;
	margin: 20px auto;
	width: 160px;
	max-width: 100%;
}

#director {
	display: block;
	width: 100%;
}

#director dt {
	font-size: 16px;
	color: #D4678D;
	font-weight: 600;
}
#director dd {
	font-size: 14px;
	line-height: 1.8em;
}
.signature {
	font-weight: 600;
	text-align: right;
	margin-top: 1em;
	width: 100%;
}
.signature span {
	font-size: 13px;
	margin-right:1em;
}

#doctor {
	display: block;
	margin: 30px auto;
	width: 96%;
}

#doctor dl {
	margin: 40px 0;
}

.subtit {
	position: relative;
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: 600;
}

.subtit::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image:
		repeating-linear-gradient(45deg, #D4678D 0px, #C62159 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%),
		repeating-linear-gradient(135deg, #D4678D 0px, #C62159 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}

.subtit span {
	font-size: 16px;
	margin-right: 1em;
}

#history {
	display: block;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
}

#history dt {
	color: #D4678D;
	font-size: 16px;
	font-weight: 600;
}

#history dd {
	margin: 3px 0 20px 1em;
}

#history02 {
	display: block;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
}

#history02 dt {
	color: #D4678D;
	font-size: 16px;
	font-weight: 600;
}

#history02 dd {
	margin: 3px 0 20px 1em;
}
#history02 div {
	display: block;
	margin: 20px auto;
	width: 160px;
	max-width: 100%;
}

@media only screen and (min-width: 769px) {
#title h2 {
	background-image: url(../images/doctor/title.png);
	background-size: auto;
	padding-top: 0;
	height: 230px;
	width: 1015px;
}

.tit01 {
	background-image: url(../images/doctor/ti_01.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 20px;
	padding-top: 0;
	height: 72px;
	width: 506px;
}

#doctor {
	display: block;
	margin: 50px auto;
	width: 1015px;
}

#greeting {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 0;
	width: 1015px;
}

#ph-director {
	margin: 0;
	width: 160px;
}

#director {
	margin: 0;
	width: 790px;
}
#doctor dl {
	margin: 0 0 50px;
}

#history {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}


#prof {
	display: block;
	margin: 0px auto 50px;
	width: 1015px;
}

#history02 {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 0;
	width: 1015px;
	box-sizing: border-box;
}
dl dd#history02 {
	margin: 50px 0 0;
	padding: 0;
}

#history02 div {
	margin: 0;
	width: 160px;
}

#history02 dl {
	margin: 0;
	width: 790px;
}

}