<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#m_img .m_img_area {
	background-image: url(../images/message/m_img.jpg);
}



/*共通
---------------------------------------------------------*/
#director{
	position: relative;
}
#director:before{
	width: 100%;
	height: 400px;
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:  cover;
}
.message h4 {
	color: #fff;
	font-size: 260%;
	font-weight: normal;
	letter-spacing: .05em;
	line-height: 1.2em;
	text-align: center;
}
#director h4 {
	padding: 120px 0;
}
.message .title_box {
	background: #fff;
	text-align: center;
	padding-top: 70px;
}
/*#director .title_box {
	padding-bottom: 70px;
}*/
.message .title_box h5 {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	line-height: 1.8em;
	margin-bottom: 15px;
}
.message .title_box hr.com_ttl_line {
	padding-bottom: 25px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.message .title_box {
	padding-top: 7%;
}
/*#director .title_box {
	padding-bottom: 7%;
}*/
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#director:before{
	height: 200px;
}
.message .cont_box {
	position: relative;
	z-index: 1;
}

#director h4{
	padding: 60px 0;
}

.message .title_box {
	padding-top: 7%;
}
/*#director .title_box {
	padding-bottom: 7%;
}*/
.message .title_box h5 {
	font-size: 180%;
	line-height: 1.6em;
}
.message .title_box hr.com_ttl_line {
	padding-bottom: 5%;
}
}



/*院長紹介
---------------------------------------------------------*/
#director {
	margin-bottom: 150px;
}
/*#director .txt_name {
	margin-top: 50px;
	text-align: center;
	color: #444;
	font-weight: bold;
	margin-bottom: 20px;
}
#director .txt_name dt {
	font-size: 130%;
	letter-spacing: .1em;
	line-height: 1.2em;
}
#director .txt_name dd {
	margin-top: 10px;
	font-size: 200%;
	letter-spacing: .15em;
	line-height: 1.2em;
}
#director .txt_name .ft_sans {
	margin-top: 20px;
	color: #726452;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2em;
}*/
#director .txt_name{
	text-align: right;
	color: #444;
	margin-bottom: 20px;
	font-size: 140%;
	letter-spacing: 0.15em;
	padding-right: 0.5em;
	margin-top: 0.5em;
}
#director .txt_name small{
font-size: 75%;
}
#director .message_box {
	position: relative;
}
#director .message_box .r_slash {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 70px;
}
#director .message_box .dr_bg {
	background: url(../images/message/doctor_img1.jpg) no-repeat right top;
}
#director .message_box dl {
	position: relative;
	z-index: 0;
	padding-top: 70px;
	min-height: 650px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 40%, rgba(255,255,255,0) 80%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.5) 40%,rgba(255,255,255,0) 80%);
	background: linear-gradient(to right,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.5) 40%,rgba(255,255,255,0) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=1 );
}
#director .message_box dt {
	color: #444;
	font-size: 240%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5em;
	padding-bottom: 30px;
}
#director .message_box dd {
	width: 60%;
	max-width: 600px;
	font-size: 106%;
	letter-spacing: .1em;
	line-height: 2.2em;	
}

#director .message_box .flt_img li {
	margin-top: 20px;
	width: 50%;
	float: left;
}

#director .policy {
	padding-top: 70px;
	margin-bottom: 80px;
}
#director .policy ol {
	width: 100%;
	max-width: 750px;
	margin: 30px auto;
	text-align: left;
}
#director .policy ol li {
	list-style: none;
	font-size: 134%;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.5em;
	position: relative;
	padding-left: 2.0em;
	padding-bottom: 10px;
	border-bottom: solid 1px #998B81;
	margin-bottom: 10px;
}
#director .policy ol li span {
	position: absolute;
	left: .3em;
	top: 0;
	font-family: 'Overpass', sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #AAD001;
	font-size: 150%;
	font-weight: normal;
}

#director .profile {
	background: repeating-linear-gradient(-45deg, #FFFB7C, #FFFB7C 2px, #fff 0, #fff 12px);
	background-size: 50px 50px;
}
#director .profile .flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}
#director .profile .col_l {
	width: 30%;
	background: #fff;
	padding: 30px 4%;
	margin-left: 0;
	margin-right: auto;
}
#director .profile .col_r {
	width: 54%;
	margin-left: auto;
	margin-right: 0;
	font-size: 106%;
	letter-spacing: .1em;
	line-height: 2.2em;	
}
#director .profile .col_l h6 {
	color: #998B7F;
	font-size: 106%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5em;
	padding-bottom: 10px;
	border-bottom: solid 1px #998B81;
	margin-bottom: 20px;
}
#director .profile .col_l dt {
	margin-top: 30px;
	font-weight: bold;
}
#director .profile .col_l dd {
	position: relative;
	margin-top: 8px;
	padding-left: 15px;
	letter-spacing: normal;
	line-height: 1.5em;
}
#director .profile .col_l dd::before {
	content: "";
	position: absolute;
	left: 0;
	top: .5em;
	width: 8px;
	height: 8px;
	background: #C9E466;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#director {
	margin-bottom: 12%;
}
/*#director .txt_name {
	margin-top: 5%;
}*/

#director .message_box .dr_bg{
	background: url(../images/message/doctor_img1.jpg) no-repeat right top;
}
#director .message_box dt {
	padding-bottom: 3%;
}

#director .policy {
	padding-top: 7%;
	margin-bottom: 8%;
}
#director .policy ol {
	margin: 5% auto;
}

#director .profile {
	background: repeating-linear-gradient(-45deg, #FFFB7C, #FFFB7C 2px, #fff 0, #fff 12px);
	background-size: 50px 50px;
}
#director .profile .col_l {
	width: 34%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#director {
	margin-bottom: 15%;
}
/*#director .txt_name {
	margin-top: 5%;
	margin-bottom: 0;
	font-size: 90%;
}*/

#director .message_box .r_slash {
	display: none;
}
#director .message_box .sp_img {
	width: 50%;
	text-align: center;
	margin: 3% auto 0;
}

#director .message_box .dr_bg {
	background: none;
}
#director .message_box dl {
	padding-top: 8%;
	min-height: auto;
	min-height: initial;
}
#director .message_box dt {
	font-size: 170%;
	letter-spacing: .05em;
	padding-bottom: 5%;
}
#director .message_box dd {
	background: none;
}
#director .message_box dd {
	width: 100%;
	max-width: 100%;
	font-size: 100%;
	letter-spacing: normal;
	line-height: 1.8em;	
}

#director .message_box .flt_img li {
	margin-top: 5%;
	width: 100%;
	float: none;
}

#director .policy {
	padding-top: 6%;
	margin-bottom: 10%;
}
#director .policy ol {
	font-size: 90%;
}

#director .profile .flex {
	display: block;
	width: 100%;
	padding: 5% 0;
}
#director .profile .col_l {
	width: 90%;
	padding: 5%;
	margin-bottom: 6%;
}
#director .profile .col_r {
	width: 100%;
	font-size: 100%;
	letter-spacing: .05em;
	line-height: 1.8em;	
}
#director .profile .col_l dt {
	margin-top: 5%;
}
}







</pre></body></html>