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

body {
	font-size: 112.5%; /* 18pt */
	color: #000000;
	background: #ffffff;
	line-height:1.89;
	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: #fe5002;
	text-decoration:none;
}

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

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

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

#md-site{
	overflow: hidden;
}

	



/* HEADER */

#header {
	width: 140px;
	min-width: 0;
    height: 170px;
	margin:0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

#header .container-inner {
	width: auto;
	min-width: 0;
	margin-left: 0;
    padding: 25px 0 10px;
}

	#header .primary{
		
	}
.h-logo{
	margin:0;
	padding-left: 35px;
	line-height:0;
}
.h-logo a{
	text-decoration: none;
}
.h-logo .inner{
	display: inline-block;
}
.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*/
}
	




/* NAV */

#nav{
	width: 140px;
	min-width: 0;
	margin: 0;
	position: absolute;
	top: 185px;
	left: 0;
	z-index: 10;
	overflow: auto;
}
#nav.fixedmode{
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
}
#nav.fixedmode:before{
	content: "";
	display: block;
	width: 140px;
	height: 100px;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
#nav .container-inner{
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 15px 10px 15px 0;
	box-sizing: border-box;
}
#nav.fixedmode .container-inner{
	width: 140px;
	padding-top: 100px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 0 0 15px 0;
}
#nav .h-logo{
	margin-bottom: 20px;
}
#nav .h-logo img{
	max-width: 45px;
}
#nav:not(.fixedmode) .h-logo{
	display: none;
}
.nav-list{
	margin-bottom: 0;
}
.nav-list > li{
	margin-bottom: 15px;
}
.nav-list > li a{
	display: block;
	color: #000000;
	font-size: 111%; /* 20px */
	font-family: "Akshar", sans-serif;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 0.02em;
	text-decoration:none;
    position: relative;
}
.nav-list > li > a{
	display: flex;
	align-items: center;
	min-height: 30px;
	padding-left: 36px;
}
.nav-list > li > a:before{
	content: "";
	width: 30px;
	height: 30px;
	background-color: #f6bf02;
	position: absolute;
	top: 50%;
	left: -10px;
	margin: auto;
	border-radius: 50%;
	opacity: 0;
	transform: translateY(-50%);
	margin-bottom: -50%;
    transition-duration: 0.3s;
}
.nav-list > li a:hover:before,
.nav-list > li.on a:before{
	opacity: 1.0;
}



/* FOOTER */

#footer {
	position: relative;
}
#footer:before{
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: linear-gradient(90deg,#f6bf02 25%, #fe5002 25%, #fe5002 50%, #9063cd 50%, #9063cd 75%, #ff3eb5 75%);
}

#footer a{
	color: #000000;
}

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

#footer .f-sign{
	display: flex;
    margin-bottom: 25px;
}
#footer .f-banner{
    margin-bottom: 50px;
}

#footer .f-logo{
	margin-right: 40px;
	padding-left: 30px;
}
#footer .f-logo a{
	display: inline-block;
	line-height: 0;
}
#footer .f-logo 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-names{
	margin-right: 80px;
}
#footer .f-name{
	display:block;
	margin-bottom: 8px;
	padding-top: 10px;
}
#footer .f-name a{
    font-size: 133.3%; /* 24px */
	font-weight:bold;
	text-decoration:none;
	line-height: 1.5;
}
#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-btn{
	display: flex;
	align-items: center;
}
#footer .f-btn .btn a{
	min-width: 190px;
	text-align: center;
	box-sizing: border-box;
}
#footer .fbanner-list{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px 50px;
	flex-wrap: wrap;
}
#footer .fbanner-list li a{
	display: inline-block;
	line-height: 0;
	text-decoration: none;
}
#footer .fbanner-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;
	font-size: 88.89%; /* 16px */
	text-align:center;
}



/* NAVIGATION */

#toggle,
#nav-menu{
	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-bottom: 10px;
	position: relative;
}
#title .image-box{
	content: "";
	display: block;
	position: absolute;
	top: -117px;
	right: 0;
	z-index: -1;
}

#title .container-inner {
	padding-top: 170px;
}

#title .title-box {
	padding-left: 60px;
}

#title .sub {
	margin-bottom: 10px;
	font-size: 133.3%; /* 24px */
	font-weight:bold;
	line-height:1.5;
}
#title .sub strong {
	font-weight: bold;
}

#title .title {
	margin-bottom:0;
	font-size: 555.56%; /* 100px */
	font-family: "Akshar", sans-serif;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 0.02em;
}


/* CONTENT */

	#content{
		position: relative;
	}
#content a{
    text-decoration:underline;
}

#content .container-inner {
}

	#breadcrumb{
		margin-bottom: 130px;
	padding-left: 60px;
	}
#breadcrumb li{
	display:inline-block;
	vertical-align:middle;
	font-size: 77.78%; /* 14px */
}
#breadcrumb li a{
	color:#000000;
}
#breadcrumb li.on{
	color:#fe5002;
	font-weight:bold;
}

.section {
	margin-bottom: 90px;
}

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

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

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

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

.pagetop {
	position:fixed;
	bottom:10px;
	right:10px;
	text-align: right;
	margin: 0;
	z-index:5000;
}
.pagetop a {
	display:block;
	width: 60px;
	height: 60px;
	line-height:0;
	text-decoration:none;
	background-color: #000000;
	border-radius: 50%;
	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;
	}

	/* NAV-MENU */
	#nav-menu {
		display: none;
		position: fixed;
		top: 25px;
		left: 30px;
		z-index: 9999;
		margin-bottom:0;
	}

	#nav-menu .menu {
		width: 55px;
		height: 55px;
	}

	#nav-menu .menu a {
		display: block;
		width: 100%;
		height: 100%;
		color: #000000;
		text-decoration: none;
		position:relative;
        box-sizing: border-box;
	}

	#nav-menu .menu a .icon{
		display: block;
		position: absolute;
		top:10px;
		right:0;
		left:0;
		margin:auto;
		width: 45px;
		height: 15px;
	}
	#nav-menu .menu a .icon:before,
	#nav-menu .menu a .icon:after{
		display: block;
		content: "";
		position: absolute;
		left: 50%;
		margin-right:-50%;
		width: 100%;
		height: 3px;
		background: #000000;
		transition: .5s;
		transform: translateX(-50%);
		box-shadow: 
			0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff,
			0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff;
	}
	#nav-menu .menu a .icon:before{
		top: 0;
	}
	#nav-menu .menu a .icon:after{
		bottom: 0;
	}
	#nav-menu .menu a.close .icon:before,
	#nav-menu .menu a.close .icon:after{
		top: 0;
		bottom: 0;
		margin-top: auto;
		margin-bottom: auto;
		box-shadow: none;
	}
	#nav-menu .menu a.close .icon:before{
		transform: translateX(-50%) rotate(166deg);
		-webkit-transform: translateX(-50%) rotate(166deg);
	}
	#nav-menu .menu a.close .icon:after{
		transform: translateX(-50%) rotate(-166deg);
		-webkit-transform: translateX(-50%) rotate(-166deg);
	}
	#nav-menu .menu a .text{
		display: block;
		width: 45px;
		position: absolute;
		bottom:10%;
		left:0;
		right:0;
		margin:auto;
		font-size: 77.78%; /* 14px */
		font-family: "Akshar", sans-serif;
		font-weight: 500;
		line-height: 1.0;
		letter-spacing: 0.02em;
		text-shadow: 
			0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff,
			0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff;
	}


}