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

body {
	font-size: 100%; /* 16pt */
	color: #000000;
	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: #1E2864;
	text-decoration:none;
}

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

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

.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-x: hidden;
	}


/* HEADER */

#header {
    height: 140px;
	margin:0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index:3;
}

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

#header .primary{
    float: left;
	width: 350px;
	padding: 35px 20px 35px 50px;
}
#header .h-logo{
    margin-bottom: 0;
}
	#header .h-logo a{
		display: block;
	}
#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: 50%;
}
.nav-btn{
    text-align: right;
	letter-spacing: -.4em;
}
.nav-btn > li{
    display: inline-block;
	vertical-align: top;
	margin-left: 1px;
	letter-spacing: normal;
}
.nav-btn .inner{
	display: inline-block;
    padding: 10px 35px;
    color: #000000;
	font-family: 'Noto Sans JP';
    text-align: center;
    text-decoration: none;
    background-color: #E9E9E9;
}
.nav-btn a.inner{
	cursor: pointer;
}
.nav-btn .inner a.btn{
	display: inline-block;
    color: #000000;
}
.nav-btn a.inner:hover,
.nav-btn .inner a.btn:hover,
.nav-btn .inner a.btn.on{
	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*/
}
.nav-btn .lang .inner{
	padding-right: 20px;
	padding-left: 20px;
}
	




/* NAV */

#nav{
	margin-top: -60px;
	margin-bottom: 40px;
	position:relative;
}
#nav.row02{
	margin-bottom: 140px;
}
#nav > .inner-wrapper{
	position:relative;
	z-index:3;
	height:60px;
    text-align: right;
	width: 100%;
	min-width: 1160px;
	max-width: 1280px;
}
#nav .nav-list{
	display: inline-block;
	margin-bottom: 0px;
    text-align: center;
	letter-spacing: -.4em;
}
#nav .nav-list > li{
	display:inline-block;
	vertical-align:middle;
	letter-spacing: normal;
}

#nav .nav-list > li > a,
#nav .nav-list > li > .not{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    height: 60px;
    color: #000000;
	line-height: 1.5;
	background-color: #ffffff;
    box-sizing: border-box;
    position: relative;
}
#nav .nav-list > li > a:hover,
#nav .nav-list > li.on > a{
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
	background-color: #52A5BB;
}
	#nav .nav-list > li .subbox{
		display: none;
		position: absolute;
		top: 60px;
		right: 0;
		left: 0;
		margin: auto -500%;
		background-color: #52A5BB;
	}
	#nav .nav-list > li .subbox .inner-box{
		width: 100%;
		min-width: 1100px;
		max-width: 1280px;
		margin: 0 auto;
	}
	#nav .nav-list > li .lists{
		display: flex;
		justify-content: center;
		align-content: stretch;
		flex-wrap: wrap;
		margin-bottom : 0;
	}
	#nav .nav-list > li .lists > li{
		margin: 0 15px;
	}
	#nav .nav-list > li .lists > li a,
	#nav .nav-list > li .lists > li .not{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 80px;
		padding: 10px;
		opacity: 0.5;
		color:#ffffff;
		line-height: 1.5;
	}
	#nav .nav-list > li .lists > li a:hover,
	#nav .nav-list > li .lists > li.on a{
		opacity: 1.0;
		font-weight: bold;
		text-decoration:none;
	}



/* FOOTER */

#footer {
	color: #ffffff;
	background-color:#52A5BB;
}

#footer .container-inner {
	width: 1090px;
	padding: 40px 0 10px;
}

#footer a{
	color: #ffffff;
}

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

#footer .f-name{
	display:block;
	margin-bottom: 20px;
}
#footer .f-name a{
	display: inline-block;
	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{
	padding-left: 85px;
}
#footer .f-address > .items{
	display: inline-block;
	vertical-align: top;
	margin-right: 48px;
}
#footer .f-address > .items:last-child{
	margin-right: 0;
}
#footer .f-address .f-place,
#footer .f-address .f-tel{
	margin-bottom: 0;
}
#footer .f-address .f-map{
    display: inline-block;
    vertical-align: middle;
}
#footer .f-address .f-map a{
	display:inline-block;
	padding: 5px 20px;
	font-size: 87.5%;
	text-decoration:none;
	border:1px solid #ffffff;
}
#footer .f-address .f-map 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*/
}
	#footer .f-btn{
		float: right;
		width: 650px;
		margin: 0 0 30px 30px;
	}
	#footer .f-btn .fbtn-list{
		letter-spacing: -.4em;
	}
	#footer .f-btn .fbtn-list > li{
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
		letter-spacing: normal;
	}
	#footer .f-btn .fbtn-list > li:last-child{
		margin-right: 0;
	}
	#footer .f-btn .fbtn-list > li a{
		display: inline-block;
		min-width: 195px;
		padding: 10px 20px;
		text-align: center;
		border: 1px solid #ffffff;
	}
	#footer .f-btn .fbtn-list > li 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*/
	}
#footer .copyright {
	margin: 0;
	padding:10px 0;
	font-size: 87.5%;
	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;
    width: auto;
	height: 460px;
	background-image: url(../images/common/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
#title:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(30,40,100,0.4);
}

#title .container-inner {
	padding:0;
	height: 460px;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	text-align: center;
	position: relative;
	z-index: 1;
}

#title .title-box {
	display: inline-block;
	min-width: 322px;
	text-align: center;
}

#title .title_en {
	margin-bottom: 0;
	padding: 5px 15px;
	color:#ffffff;
	font-size: 150%; /* 24px */
    font-family: 'Marcellus';
	font-weight:bold;
	line-height:1.5;
	border-bottom: 1px solid #ffffff;
}
#title .title_en strong {
	font-weight: bold;
}

#title .title {
	margin-bottom:0;
	padding: 20px 15px;
	color:#ffffff;
	font-size: 237.5%; /* 38px */
	font-weight:bold;
    letter-spacing: 1.5pt;
	text-indent: 1.5pt;
	line-height:1.5;
}


/* CONTENT */

#content a{
    text-decoration:underline;
}

#content .container-inner {
}

	#breadcrumb{
		margin-right: -15px;
		margin-left: -15px;
	}
#breadcrumb li{
	display:inline-block;
	vertical-align:middle;
	font-size: 87.5%; /* 14px */
}
#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: 40px;
}

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

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

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

.pagetop {
	position:fixed;
	bottom:0;
	right:0;
	text-align: right;
	margin: 0;
	z-index:5000;
}
.pagetop a {
	display:block;
	width: 54px;
	height: 54px;
	line-height:0;
	text-decoration:none;
	background-color: #ffffff;
	position: relative;
}

.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 */
	
	
	#bottoms{
		display: none;
	}


}