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

body {
	font-size: 100%; /* 16pt */
	color: #231815;
	background: #ffffff;
	line-height: 2.0;
	word-break: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: #011b6a;
	text-decoration:none;
}

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

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

.container-inner {
	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);
	}

	
	#md-site{
		overflow: hidden;
	}


/* HEADER */

#header {
    height: 80px;
	margin:0;
    position: relative;
}

#header .container-inner {
    width: 100%;
    min-width: 1160px;
    max-width: 1280px;
}

#header .primary{
	float: left;
    width: 525px;
	margin-right: 10px;
    padding: 13px 0 5px 15px;
    box-sizing: border-box;
}
#header .primary .h-logo{
	display: flex;
	justify-content: space-between;
    margin-bottom: 0;
	line-height: 1.05;
}
#header .primary .h-logo a{
	display: inline-block;
	text-decoration: none;
}
#header .primary .h-logo .un,
#header .primary .h-logo .lab{
	margin: 0;
}
#header .primary .h-logo .lab{
    margin-bottom: 0;
	color: #1C3177;
	font-size: 125%; /* 20px */
	font-family: 'Noto Sans JP';
	font-weight: bold;
	letter-spacing: 1.5pt;
}
#header .primary .h-logo .lab a{
	color: #1C3177;
}
#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: calc( 650 / 1200 * 100% );
	min-width: 650px;
	max-width: 700px;
    padding: 25px 0 0 0;
}
.nav-list{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
    margin-bottom: 0;
    text-align: right;
}
	.nav-list > li{
		flex-grow: 1;
	}
.nav-list li a{
    color: #000000;
    text-decoration: none;
    line-height: 1.75;
    position: relative;
}
.nav-list > li.open > a,
.nav-list li.on > a,
.nav-list li a:hover{
    color: #002f7b;
}
.nav-list > li.open > a,
.nav-list > li.on > a,
.nav-list > li > a:hover{
    color: #002f7b;
	background-color: rgba(234,186,151,0.9);
}
body.navmode02 .nav-list > li.open > a,
body.navmode02 .nav-list > li.on > a,
body.navmode02 .nav-list > li > a:hover{
    /*color: #002f7b;*/
	color: #ffffff;
	background-color: #002f7b;
}
.nav-list li a:before{
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
}
.nav-list > li{
    margin-right: /*5px*/ 0;
}
.nav-list > li:last-child{
    margin-right: 0;
}
.nav-list > li > a{
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
    height: 55px;
    padding: 0 6px;
    font-weight: bold;
    overflow: hidden;
	box-sizing: border-box;
}
.nav-list > li > a:before{
    content: "";
    display: block;
    width: 10px;
    height: 63px;
    background-image: url("../images/common/nav-icon.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
    opacity: 0.0;
	display: none;
}
.nav-list > li.open > a:before,
.nav-list > li.on > a:before,
.nav-list > li > a:hover:before{
    bottom: 0;
    opacity: 1.0;
}
    .nav-list > li > .subbox{
        display: none;
        margin: 0 -500%;
        padding: 0 500%;
        text-align: left;
        background-color: rgba(234,186,151,0.9);
        position: absolute;
        top: 80px;
        right: 0;
        left: 0;
        width: 100%;
        min-width: 1160px;
		z-index: 10;
    }
    #header .nav-list > li > .subbox .innerbox{
        width: 960px;
        min-width: 960px;
        max-width: 960px;
        height: 430px;
        padding: 45px 0 10px;
        box-sizing: border-box;
    }
    .nav-list > li > .subbox .innerbox > ul{
        display: flex;
        flex-flow: column wrap;
        max-height: 375px;
    }
    .nav-list > li > .subbox .innerbox > ul > li{
        margin: 0 80px 25px 0;
    }
    .nav-list > li > .subbox .innerbox > ul > li:last-child{
        margin-right: 0;
    }
    .nav-list > li > .subbox .innerbox > ul > li > a{
        display: block;
        padding-left: 20px;
        font-size: 112.5%;
        font-weight: bold;
    }
    .nav-list > li > .subbox .innerbox > ul > li > a:before{
        content: "";
        display: block;
        width: 3px;
        height: 21px;
        background-color: #ffffff;
        position: absolute;
        top: 5px;
        left: 5px;
    }
    .nav-list > li > .subbox .innerbox > ul > li.on > a:before,
    .nav-list > li > .subbox .innerbox > ul > li > a:hover:before{
        background-color: #1c2c55;
    }
    .nav-list > li.child03hide > .subbox .innerbox > ul > li > ul,
    .nav-list > li.pc_child03hide > .subbox .innerbox > ul > li > ul{
        display: none;
    }
    .nav-list li.itemhide,
    .nav-list li.pc_itemhide{
        display: none;
    }
	/* 230601 KINOSHTIA コメントアウト */
	/*
    .nav-list > li > .subbox .innerbox > ul > li.on > ul{
        display: flex;
        flex-flow: column wrap;
        max-height: 200px;
        margin-bottom: 0;
        padding-top: 15px;
    }
	*/
    .nav-list > li > .subbox .innerbox > ul > li > ul > li{
		width: 50%;
        margin-bottom: 15px;
        margin-left: 25px;
    }
    .nav-list > li > .subbox .innerbox > ul > li > ul > li > a{
        display: block;
        padding-left: 30px;
        position: relative;
    }
    .nav-list > li > .subbox .innerbox > ul > li > ul > li.on > a,
    .nav-list > li > .subbox .innerbox > ul > li > ul > li > a:hover{
        font-weight: bold;
    }
    .nav-list > li > .subbox .innerbox > ul > li > ul > li > a:before{
        content: "";
        display: block;
        width: 22px;
        height: 7px;
        background-image: url("../images/common/nav-icon02_w.png");
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 22px auto;
        position: absolute;
        top: 7px;
        left: 0;
    }
    .nav-list > li > .subbox .innerbox > ul > li > ul > li > a:hover:before,
    .nav-list > li > .subbox .innerbox > ul > li > ul > li.on > a:before{
        background-image: url("../images/common/nav-icon02.png");
    }
	
    .nav-list > li.about > .subbox .innerbox > ul,
    .nav-list > li.outpatient > .subbox .innerbox > ul,
    .nav-list > li.recruit > .subbox .innerbox > ul{
        display: flex;
        flex-flow: row wrap;
    }
	
	/* 230620 KINOSHITA */
    .nav-list > li.layout02 > .subbox .innerbox > ul{
        display: flex;
        flex-flow: column wrap;
    }
    .nav-list > li.layout02 > .subbox .innerbox > ul > li{
		width: 50%;
		margin-right: 40px;
    }
	.nav-list > li.layout02 > .subbox .innerbox > ul > li > ul{
		display: flex;
		flex-wrap: wrap;
	}
    .nav-list > li.layout02 > .subbox .innerbox > ul > li > a{
		margin-bottom: 10px;
     }
    .nav-list > li.layout02 > .subbox .innerbox > ul > li > ul > li{
		width: auto;
		min-width: 30%;
		margin-bottom: 10px;
    }
    .nav-list > li a[href="#"],
    .nav-list > li a[href=""],
    .nav-list > li a:not([href]){
        pointer-events: none;
    }
    .nav-list > li > .subbox .innerbox > ul > li > a[href="#"]:before,
    .nav-list > li > .subbox .innerbox > ul > li > a[href=""]:before,
    .nav-list > li > .subbox .innerbox > ul > li > a:not([href]):before{
        background-color: #ffffff;
    }
    .nav-list > li > .subbox .innerbox > ul > li > ul > li > a[href="#"]:hover,
    .nav-list > li > .subbox .innerbox > ul > li > ul > li > a[href=""]:hover,
    .nav-list > li > .subbox .innerbox > ul > li > ul > li > a:not([href]):hover{
        font-weight: inherit;
    }
	.nav-list li a[href="#"]:hover,
	.nav-list li a[href=""]:hover,
	.nav-list li a:not([href]):hover{
		color: #000000;
	}
    .nav-list > li > .subbox .innerbox > ul > li > ul > li > a[href="#"]:hover:before,
    .nav-list > li > .subbox .innerbox > ul > li > ul > li > a[href=""]:hover:before,
    .nav-list > li > .subbox .innerbox > ul > li > ul > li > a:not([href]):hover:before,
    .nav-list > li > .subbox .innerbox > ul > li > ul > li.on > a[href="#"]:before,
    .nav-list > li > .subbox .innerbox > ul > li > ul > li.on > a[href=""]:before,
    .nav-list > li > .subbox .innerbox > ul > li > ul > li.on > a:not([href]):before{
        background-image: url("../images/common/nav-icon02_w.png");
    }
    .nav-list li.childhide > ul,
    .nav-list li.pc_childhide > ul{
        display: none !important;
    }






/* FOOTER */

#footer {
	color: #ffffff;
	background-color: #1E3077;
}

#footer .container-inner {
	padding: 30px 0 20px;
}

#footer a{
	color: #ffffff;
}

#footer .f-sign{
    margin-bottom: 15px;
}

#footer .f-name,
#footer .f-un{
	display:block;
	margin-bottom: 10px;
    text-align: center;
}
#footer .f-name a{
	color: #ffffff;
    font-size: 137.5%; /* 22px */
	font-family: 'Noto Sans JP';
	font-weight:bold;
	line-height: 1.18;
	letter-spacing: 1.75pt;
	text-indent: 1.75pt;
	text-decoration:none;
}
#footer .f-un a{
	text-decoration:none;
}
#footer .f-name a:hover,
#footer .f-un 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: 20px;
    line-height: 1.5;
    text-align: center;
}
#footer .f-address .f-place,
#footer .f-address .f-subbtns{
    display: inline-block;
    vertical-align: middle;
}
#footer .f-address .f-place{
    margin-right: 30px;
    font-size: 93.75%;
}
	#footer .f-address .f-subbtns .subbtn{
		display:inline-block;
		vertical-align: middle;
	}
	#footer .f-address .f-subbtns .subbtn:not(:last-child){
		margin-right: 8px;
	}
#footer .f-address .f-subbtns .subbtn a{
	display:inline-block;
	padding: 2px 10px;
    font-size: 87.5%;
	text-decoration:none;
	border:1px solid #ffffff;
}
#footer .f-address .f-subbtns .subbtn a:hover{
    color: #1c2c55;
    background-color: #ffffff;
}
    #footer .fbtn-list{
        letter-spacing: -.4em;
        text-align: center;
    }
    #footer .fbtn-list > li{
        display: inline-block;
        vertical-align: middle;
        letter-spacing: normal;
        margin-right: 20px;
    }
    #footer .fbtn-list > li:last-child{
        margin-right: 0;
    }
    #footer .fbtn-list > li a,
    #footer .fbtn-list > li .inner{
        display: inline-block;
        min-width: 150px;
        padding: 10px 20px;
        color: #1E3077;
        font-size: 93.75%;
        font-weight: bold;
        line-height: 1.5;
        text-decoration:none;
        background-color: #eaba97;
    }
    #footer .fbtn-list > li 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 .copyright {
        margin: 0;
        padding:10px 0;
        font-size: 75%;
        text-align:center;
    }



/* 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 {
	margin: 0;
	height: 430px;
	background-color: #1c2c55;
	background-image: url(../images/common/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}

#title .container-inner {
	padding: 150px 0 0;
	height: 430px;
	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;
	background-color: rgba(255,255,255,0.85);
}

#title .level01 {
	margin-bottom: 0;
	color:#1c2c55;
	font-size: 137.5%; /* 22px */
    font-family: YuGothic, "Yu Gothic medium";
	font-weight:bold;
    letter-spacing: 0.5pt;
	text-indent: 0.5pt;
	line-height:1.5;
	/*
    text-shadow: 1px 1px 10px #ffffff, -1px 1px 10px #ffffff, 1px -1px 10px #ffffff, -1px -1px 10px #ffffff, 1px 1px 10px #ffffff, -1px 1px 10px #ffffff, 1px -1px 10px #ffffff, -1px -1px 10px #ffffff;
	*/
}
#title .level01 strong {
	font-weight: bold;
}

#title .title {
	margin-bottom:0;
	color:#1c2c55;
	font-size: 225%;
    font-family: YuGothic, "Yu Gothic medium";
	font-weight:bold;
    letter-spacing: 0.5pt;
	text-indent: 0.5pt;
	line-height:1.5;
	/*
    text-shadow: 1px 1px 10px #ffffff, -1px 1px 10px #ffffff, 1px -1px 10px #ffffff, -1px -1px 10px #ffffff, 1px 1px 10px #ffffff, -1px 1px 10px #ffffff, 1px -1px 10px #ffffff, -1px -1px 10px #ffffff;
	*/
}


/* CONTENT */

#content a{
    text-decoration:underline;
}

#content #c-wrapper {
    padding-top: 20px;
}

#content .container-inner {
}

    #breadcrumb{
        margin-bottom: 30px;
    }
#breadcrumb li{
	display:inline-block;
	vertical-align:middle;
	font-size:85.7142%;
}
#breadcrumb li a{
	color:#000000;
}
#breadcrumb li.on{
	color:#000000;
	font-weight:bold;
}

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

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

.section {
	margin-bottom: 70px;
}

.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;
	width: 50px;
	height: 50px;
	background-color: #ffffff;
}
.pagetop a {
	display:block;
	width: 50px;
	height: 50px;
	line-height:0;
	text-decoration:none;
	background-color: #eaba97;
    background-image: url("../images/common/pagetop.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px auto;
	position: relative;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
	border-top: 1px solid #eaba97;
	border-left: 1px solid #eaba97;
	box-sizing: border-box;
}
.pagetop a:hover {
	background-color: #1c2c55;
    background-image: url("../images/common/pagetop_on.png");
}
.pagetop a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

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


/* SNAV */


/* SUBNAV */
	
	
	#bottoms{
		display: none;
	}
    
    
    .fixedlabel-box{
        position: fixed;
        top: 80px;
        right: 0;
        z-index: 5000;
    }
    .fixedlabel-box .items{
        display: block;
        background-color: #ffffff;
    }
    .fixedlabel-box .items a{
        display: block;
        width: 42px;
        height: 185px;
        white-space: nowrap;
        text-indent: 100%;
        background-color: #eaba97;
        background-image: url("../images/common/fixedlabel-member.png?ver=221027");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 16px auto;
    }
    .fixedlabel-box .items.on a,
    .fixedlabel-box .items a:hover{
        background-color: #1c2c55;
        background-image: url("../images/common/fixedlabel-member_on.png?ver=221027");
    }
	
	
	/* ↓ 230707 HEADINFO */
	#headinfo{
		margin-bottom: 30px;
	}
	#headinfo #breadcrumb,
	#headinfo #headcat{
	}
	#headinfo #breadcrumb:not(:last-child),
	#headinfo #headcat:not(:last-child){
		margin-bottom: 5px;
	}
	#headinfo #headcat .catbox{
	}
	#headinfo #headcat .catbox .cat{
		display: inline-block;
		padding: 4px 10px;
		color: #ffffff;
		font-size: 93.75%;
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: 0.5pt;
		text-align: center;
		text-decoration: none !important;
		background-color: #5C6A91;
		box-sizing: border-box;
	}
	#headinfo #headcat .catbox .cat:not(:last-child){
		margin-right: 5px;
	}
	#headinfo #headcat .catbox a.cat:hover{
		opacity: 0.6;
	}
	#headinfo #breadcrumb ol{
		margin-bottom: 0;
	}
	/* ↑ 230707 HEADINFO */
    


}