@media print, all and (min-width: 751px) {

body {
	font-size: 100%; /* 16pt */
	font-family: YuGothic, 'Noto Sans JP', 'serif';
	color: #000000;
	background: #ffffff;
	line-height:1.875;
	word-wrap:break-word;
}

a,
span,
img{
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
}

a, a:link, a:visited {
	color: #010666;
	text-decoration:none;
}

a:hover {
	color: #010666 ;
	text-decoration:underline;
}

.text_alink:hover{
	text-decoration: none!important;
}

.container {
	width: 100%;
    min-width: 1200px;
}

.container-inner {
	width: 1160px;
	margin: 0 auto;
}
.container-inner.size-usual{
	width: 960px;
}
.inside_container{ /* 1160pxの中に960pcを入れる時 */
	width: 960px;
	margin: 0 auto;
}

.pc-anchor {
	margin-top: -80px!Important;
	padding-top: 80px!Important;
}
	
	.fade-in {
		opacity : 0.0;
		-webkit-transform : translate(0, 50px);
		-moz-transform : translate(0, 50px);
		-o-transform : translate(0, 50px);
		-ms-transform : translate(0, 50px);
		transform : translate(0, 50px);
		-webkit-transition : all 500ms;
		-moz-transition : all 500ms;
		-o-transition : all 500ms;
		-ms-transition : all 500ms;
		transition : all 500ms;
	}
	.scroll-in {
		opacity : 1;
		-webkit-transform : translate(0, 0);
		-moz-transform : translate(0, 0);
		-o-transform : translate(0, 0);
		-ms-transform : translate(0, 0);
		transform : translate(0, 0);
	}

	



/* HEADER */

#header {
    height: 112px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.9);
}

#header .container-inner {
	/* width: 960px; */
	height: 100%;
    padding: 15px 0 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	/* 231205 */
	width: 990px;
	/* ↑ 231205 */
}

#header .primary{
    float: left;
    width: 480px;
}
#header .primary .h-logo{
    margin-bottom: 0;
	line-height: 0;
}
#header .primary .h-logo > a{
	display: inline-block;
	width: 393px;
	height: 51px;
	background-image: url(../images/common/h-logo.png);
	background-position: center;
	background-size: 393px auto;
	background-repeat: no-repeat;
}
#header .h-logo a:hover {
	text-decoration:none;
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
#header .secondary{
    float: right;
    width: 400px;
	padding-top: 10px;
	text-align: right;
}
#header .head-subnav  li{
	display: inline-block;
}
#header .head-subnav  li > a{
	color: #000000;
	display: inline-block;
    padding-right: 32px;
    line-height: 1.4;
    position: relative;
    min-height: 20px;
    text-decoration: none!important;
	font-feature-settings: "palt" 1;
    transition: all .3s;
}

#header .head-subnav  li > a:hover,
#header .head-subnav  li.on > a{
    color: #010666;
    font-weight: bold;
    opacity: 1;
}
#header .head-subnav  li.on > a::before,
#header .head-subnav  li > a:hover::before {
    background-color: #f0c400;
    opacity: 1;
}
#header .head-subnav  li > a::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url(../images/common/arrow_btn03_w.png);
    background-size: 14px auto;
    background-position: top 8px left;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
	transition: all .3s;
}
#header .head-subnav .outpatient{
	margin-right: 35px;
}

	/* on */
#home #header.on .secondary .head-subnav a{
	color: #ffffff;
}
#home #header.on .secondary .head-subnav a{
	color: #ffffff;
}
#home #header.on .secondary .head-subnav a:hover{
	color: #010666;
}
#home #header.on .primary .h-logo > a{
	background-image: url(../images/common/h-logo_on.png);
}


/* NAV */

#nav{

}
#nav #pc-nav{
    text-align: center;
	position:relative;
	margin: 0;
	display: flex;
	justify-content: center;
}
#nav #pc-nav > li{
	display:block;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}
#nav #pc-nav > li:first-of-type{
	border-left: 1px solid rgba(0, 0, 0, 0.15);
}

#nav #pc-nav > li > a{
	display: block;
	/* width: 190px; */
	color:#000000;
	text-align:center;
	text-decoration:none;
    position: relative;
	padding: 4px 0;
	font-feature-settings: "palt" 1;

	/* 231205 */
	width: 160px;
	/* ↑ 231205 */
}
#nav #pc-nav > li.perkinson > a{
	width: 190px;
}
#home #header.on #nav #pc-nav > li{
	border-right: 1px solid #ffffff;
}
#home #header.on #nav #pc-nav > li:first-of-type{
	border-left: 1px solid #ffffff;
}
#home #header.on #nav #pc-nav > li > a{
	color: #ffffff;
}
#home #header.on #nav #pc-nav > li > a:hover{
	color: #010666;
}

#nav #pc-nav > li > .text_space01{
	letter-spacing: 1.25em;
	text-indent: 1.25em;
}
#nav #pc-nav > li > .text_space02{
	letter-spacing: 0.1em;
}

#nav #pc-nav > li > a:hover,
#nav #pc-nav > li.on > a{
	color:#010666;
	font-weight: bold;
}




/* GMAP */

#gmap{
	margin:0;
}
#gmap #gmap-area{
	height:290px;
	margin:0;
}
#gmap #gmap-area iframe{
    width: 100%;
	height:290px;
	margin:0;
}




/* F-NAV */
#fot-nav{
	border-top: 1px solid #d7000f;
	background-color: #000000;
}
#fot-nav .container-inner{
	box-sizing: border-box;
	width: 960px;
	padding: 12px 0;
}
#f-nav{
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}
#f-nav > li a{
	font-feature-settings: "palt" 1;
	display: inline-block;
	color: #FFFFFF;
	border-left: 1px solid #fff;
	line-height: 1.3;
	box-sizing: border-box;
	padding-left: 12px;
	margin-right: 12px;
}
#f-nav > li:first-of-type a{
	padding-left: 0;
	border: none;
}


/* FOOTER */

#footer {
	color: #ffffff;
	background-color:#010666;
}
#footer .container-inner {
	width: 960px;
	padding: 40px 0 20px;
	box-sizing: border-box;
}
#footer a{
	color: #ffffff;
}

#footer .f-column_box{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 10px;
}
#footer .f-sign{}
#footer .f-name{
	display:block;
	margin-bottom: 20px;
}
#footer .f-name a{
	font-weight:bold;
	text-decoration:none;
}
#footer .f-name a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}

#footer .f-address{
	margin-bottom: 0;
}
#footer .f-address .f-place{
	display: block;
}
#footer .f-address .f-tel{
	display: block;
}

#footer  .f-links_box {
	display: flex;
}
#footer .f-links_box .btn-keio_univ{
	margin-right: 35px;
}


#footer .copyright {
	margin: 0;
	font-size: 75%;
	text-align: right;
}



/* NAVIGATION */

#toggle {
	display: none;
}

.fixed {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	top: -40px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	z-index: 9999;
}



/* TITLE */

#title {
	height: 370px;
	position: relative;
	background-color: rgba(0, 0, 0, 0.4);
}
#title::before {
	content: '';
	display: block;
	width: 100%;
	height: 370px;
	background-image: url(../images/common/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: -1;
}

#title .container-inner {
	height: 100%;
	padding-top: 112px;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	text-align: center;
	box-sizing: border-box;
}

#title .title-box {
	display: inline-block;
	padding: 15px 30px;
}

/* #title .level01 {
	margin-bottom: 0;
	color:#FFFFFF;
	font-size: 225%;
    font-family: "UD Shin Go Regular", "UD�V�S R", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
	font-weight:bold;
    letter-spacing: 0.5pt;
	text-indent: 0.5pt;
	line-height:1.5;
} */
#title .level01 strong {
	font-weight: bold;
}
	#md-site.blue #title .level01{
		color: #0A56A0;
	}
	#md-site.black #title .level01{
		color: #000000;
	}

#title .title {
	margin-bottom:0;
	color:#FFFFFF;
	font-size: 225%;
	font-weight:bold;
    letter-spacing: 0.1em;
	line-height:1.5;
	font-feature-settings: "palt" 1;
}

#title .title_en {
	color: #f0c400;
	font-size: 112.5%; /* 18px */
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	font-feature-settings: "palt" 1;
}


/* CONTENT */

#content a{
    text-decoration:underline;
}

#content .container-inner {
}

#breadcrumb li{
	display:inline-block;
	vertical-align:middle;
	font-size: 87.5%; /* 14px */
}
#breadcrumb li a{
	color:#000000;
	text-decoration: none;
	transition-duration: 0s;
	-webkit-transition-duration: 0s;
}
#breadcrumb li a:hover{
	color:#010666;
	font-weight:bold;
}
#breadcrumb li.on{
	color:#010666;
	font-weight:bold;
}

#main{
	float: left;
	width: 710px;
}

#side{
	float: right;
	width: 200px;
}

.section {
	margin-bottom: 80px;
}

.section-s {
	margin-bottom: 50px;
}

.section-ss {
	margin-bottom: 30px;
}

.section-sss {
	margin-bottom: 15px;
}

.section-ssss {
	margin-bottom: 10px;
}

.pagetop {
	position:fixed;
	bottom:0;
	right:0;
	text-align: right;
	margin: 0;
	z-index:5000;
}
.pagetop a {
	display:block;
	width: 50px;
	height: 50px;
	line-height:0;
	text-decoration:none;
	background-color: #f0c400;
	position: relative;
}
#md-site.blue .pagetop a,
#md-site.black .pagetop a {
	background-color: transparent;
}

.pagetop a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
.pagetop a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.inlink{
	margin-top: -70px;
	padding-top: 70px;
}


/* SNAV */
#subnav {
	margin-bottom: 70px;
}
#subnav .subnav-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#subnav .subnav-list a{
	display: inline-block;
	text-decoration: none;
	font-size: 112.5%; /* 18px */
	color: #000000;
	font-weight: bold;
	width: 180px;
	border-right: 1px solid #d9d9d9;
	text-align: center;
	padding: 4px 0;
}
#subnav .subnav-list li:first-of-type a{
	border-left: 1px solid #d9d9d9;
}
#subnav .subnav-list li a:hover,
#subnav .subnav-list li.on a{
	background-color: #efefef;
	color: #010666;
}


/* SUBNAV */
	
	
	#bottoms{
		display: none;
	}



/* NAV_PARKINDON */
.nav_low-strata {
	/* margin: 0 0 30px 25px; */
}
.nav_low-strata li {
	margin-bottom: 0;
}
.nav_low-strata li a,
.nav_low-strata li span.parent {
	display: inline-block;
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none!important;
	position: relative;
	padding-left: 32px;
}
.nav_low-strata li a::before,
.nav_low-strata li span.parent::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #9fa0a0;
	background-image: url(../images/common/arrow_btn03_g.png);
	background-size: 14px auto;
	background-position: center left;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	box-sizing: border-box;
	transition: background-color .3s;
}

.nav_low-strata li.on a,
.nav_low-strata li a:hover{
	font-weight: bold;
	color: #010666;
}
.nav_low-strata li.on a::before,
.nav_low-strata li a:hover::before {
	background-color: #010666;
	border: none;
	background-image: url(../images/common/arrow_btn03_w.png);
}


}