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

body {
	font-size: 100%; /* 16pt */
	color: #000000;
	background: #ffffff;
	line-height: 2.0;
	word-wrap:break-word;
}

a,
a:before,
a:after,
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: #1e62d5 /*#203b4f*/;
	text-decoration:none;
}

a:hover {
	color: #1e62d5 /*#203b4f*/;
	text-decoration:underline;
}

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

.container-inner {
	width: 960px;
	margin: 0 auto;
}

.pc-anchor {
	margin-top: -80px!Important;
	padding-top: 80px!Important;
}
	
	.pg-canvas{
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: -1;
	}
	.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: 104px;
	margin:0;
    position: fixed;
    top: 0;
    left: 0;
	background-color: rgba(255,255,255,0.6);
	z-index:3000;
}

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

#header .primary{
    float: left;
    width: 400px;
    margin-left: -75px;
}
#header .primary .h-logo{
    margin-bottom: 0;
}
#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: 540px;
}
	




/* NAV */

#nav{
	margin: 0;
	letter-spacing:-.4em;
}
#nav .container-inner{
	height:50px;
	position:relative;
	z-index:3;
}
#nav #pc-nav{
    padding-top: 10px;
    margin-bottom: 0;
	height:50px;
    text-align: center;
	position:relative;
}
#nav #pc-nav > li{
	display:inline-block;
	vertical-align:middle;
	height:50px;
    margin-right: 40px;
	letter-spacing:normal;
	position:relative;
}
#nav #pc-nav > li:last-child{
    margin-right: 0;
}

#nav #pc-nav > li > a{
	display:block;
	padding:2px;
	color:#203b4f;
    font-family: "Times New Roman", "Ÿà–¾’©", YuMincho, "Ryumin Regular KL", "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
	font-weight:bold;
	text-align:center;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    text-shadow: 0.1px 0.1px 0.1px #203b50,-0.1px 0.1px 0.1px #203b50,0.1px -0.1px 0.1px #203b50,-0.1px -0.1px 0.1px #203b50;
}
#nav #pc-nav > li > a:hover,
#nav #pc-nav > li.on > a{
    border-bottom-color: #203b4f;
}
/*
#nav #pc-nav > li.parent ul{
	display: none;
    width: 100%;
	position: absolute;
	top: 50px;
	margin-bottom: 0;
    padding: 10px 0;
}
#nav #pc-nav > li.parent ul li{
	display: block;
    padding: 0 10px;
}
#nav #pc-nav > li.parent ul li a{
	display:block;
    color: #ffffff;
	font-size: 93.33333%;
    font-family: "UD Shin Go Regular", "UDVƒ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;
    text-decoration: none;
	padding: 2px 0;
}
#nav #pc-nav > li.parent ul li.on a,
#nav #pc-nav > li.parent ul li a:hover{
	color:#1698d8;
}
*/

/* GMAP */

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



/* FOOTER */

#footer {
	color: #ffffff;
	background-color:#203b4f;
}

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

#footer a{
	color: #ffffff;
}

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

#footer .f-names{
    float: left;
    width: 330px;
	margin-bottom:10px;
}

#footer .f-name{
	display:block;
	margin-bottom: 0;
}
#footer .f-name a{
    font-size: 106.25%;
	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: 2px;
}
#footer .f-address,
#footer .f-address .f-place,
#footer .f-address .f-tel,
#footer .f-address .f-extension{
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
	font-size:93.75%;
}
#footer .f-gmap a{
	font-size:93.75%;
    font-weight: normal;
}
#footer .f-banners{
    float: left;
    width: 330px;
}
#footer .f-banners a{
	display:inline-block;
	padding:0;
	line-height:0;
}
#footer .f-banners 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-nav{
    float: right;
    width: 600px;
    display: table;
}
#footer .f-nav .fnav-col01{
    display: table-cell;
    vertical-align: top;
    width: 185px;
    margin-right: 10px;
}
#footer .f-nav .fnav-col02{
    display: table-cell;
    vertical-align: top;
    width: 420px;
}
#footer .f-nav .fnav-col02 .fnav-list{
    float: left;
}
#footer .f-nav .fnav-col02 .fnav-list.treatment{
    width: 160px;
}
#footer .f-nav .fnav-col02 .fnav-list.recruit{
    width: 210px;
    margin-right: 0;
}
#footer .f-nav .fnav-list{
    margin-bottom: 0;
    padding-left: 20px;
    border-left: 1px solid #8f9da7;
}
#footer .f-nav .fnav-col01{
    border-left: 1px solid #8f9da7;
}
#footer .f-nav .fnav-col01 .fnav-list{
    border-left: none;
}
#footer .f-nav .fnav-list > li{
    margin-bottom: 5px;
}
#footer .f-nav .fnav-list > li:last-child{
    margin-bottom: 0;
}
#footer .f-nav .fnav-list > li a{
    font-size: 87.5%;
}



#footer .copyright {
    clear: both;
	margin: 0;
	padding:10px 0;
	font-size: 68.75%;
}



/* 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 {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	margin: 0 0 80px;
    width: 100%;
	height:290px;
	background-image: url(../images/common/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#title .title_c {
    -webkit-flex-basis: 1000px;
    flex-basis: 1000px;
	padding:0;
	height: 141px;
}
#title .title_l,
#title .title_r {
    -webkit-flex-grow: 1;
    flex-grow: 1;
	padding:0;
	height: 141px;
}
#title .title_c,
#title .title_l,
#title .title_r {
    margin-top: 208px;
}

#title .title-box {
	display: block;
	height: 141px;
}

#title .wrapper {
	display:block;
}
#title .inner {
	padding: 10px 0;
	background-color: rgba(255,255,255,0.6);
}
#title .title_l .title-box,
#title .title_l .wrapper,
#title .title_l .inner {
	display: block;
}

#title .wrapper.en .inner {
	height: 62px;
}
#title .wrapper.level01 .inner {
	height: 39px;
}

#title .title_c .title-box{
    display: inline-block;
    vertical-align: top;
    /*
    width: 350px;
    */
    margin-right: 35px;
}
#title .title_c .wrapper {
	display: table;
    min-width: 320px;
}
#title .title_c .wrapper .inner{
    display: table-cell;
    vertical-align: middle;
}

#title .title-box .wrapper .en {
	margin-bottom:0;
	font-size: 312.5%;
    font-family: 'Noto Serif JP', "Cinzel Decorative", cursive, "Times New Roman", "Ÿà–¾’©", YuMincho, "Ryumin Regular KL", "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
	font-weight:bold;
    letter-spacing: 0.5pt;
	line-height:1.0;
}
#title .title-box .wrapper .en:first-letter {
    font-size: 120%;
}
#title .title-box .wrapper .en img{
    max-height: 40px;
    width: auto;
}

#title .title-box .wrapper .level01 {
	margin-bottom:0;
	font-size: 168.75%;
    font-family: "Times New Roman", "Ÿà–¾’©", YuMincho, "Ryumin Regular KL", "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
	font-weight:bold;
    letter-spacing: 0.5pt;
	line-height:1.0;
}

#title .wrapper.en .inner {
    color: #203b50;
	background-color: rgba(255,255,255,0.6);
}

#title .wrapper.level01 .inner {
    color: #ffffff;
	background-color: #203b4f;
}


/* SUBNAV */
.subnav-box{
    display: inline-block;
    vertical-align: top;
    /*
    width: 580px;
    */
    margin-top: 95px;
}
.subnav-box .subnav-list,
.subnav-box .subnav-list > li{
    display: inline-block;
}
.subnav-box .subnav-list > li{
    margin-right: 18px;
    margin-bottom: 5px;
}
.subnav-box .subnav-list > li:last-child{
    margin-right: 0;
}
.subnav-box .subnav-list > li a{
    display: inline-block;
    padding: 2px;
    color: #203b4f;
    font-size: 106.25%;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.subnav-box .subnav-list > li.on a,
.subnav-box .subnav-list > li a:hover{
    border-bottom-color: #203b4f;
}
.recruit .subnav-box .subnav-list > li{
    margin-right: 15px;
}
.recruit .subnav-box .subnav-list > li:last-child{
    margin-right: 0;
}


/* CONTENT */

#content a{
    text-decoration:underline;
}

#content .container-inner {
}

#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: 80px;
}

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

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

.pagetop {
	position:fixed;
	bottom:10px;
	right:10px;
	text-align: right;
	margin: 0;
	z-index:5000;
}
.pagetop a {
	display:block;
	line-height:0;
	border:1px solid #ffffff;
}

.pagetop a:hover {
	text-decoration:none;
}
.pagetop a img {
}

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


/* SNAV */


/* SUBNAV */


}