@media only screen and (max-width: 750px) {

body {
	font-size: 100%; /* 16px */
	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;
}

a:hover {
	color: #fe5002;
}

#top {
	position: relative;
}

.container-inner {
	width: auto;
}

#md-site{
	overflow: hidden;
}



/* HEADER */


#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 90px;
	z-index:3000;
}
#header.close{
	position:fixed;
	background-color: #ffffff;
}

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

#header .primary{
}
#header .h-logo{
	margin:0;
	line-height:0;
}
#header .h-logo a{
	text-decoration: none;
}
#header .h-logo .inner{
	display: inline-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 .h-logo .inner img {
	max-width: 44px;
}



/* FOOTER */

#footer {
	position: relative;
}
#footer:before{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	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: 35px 20px 70px;
}

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

#footer .f-logo{
    display: none;
	margin-bottom: 2px;
	text-align: center;
}
#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-logo img{
	max-width: 52px;
}
#footer .f-names{
	margin-bottom: 20px;
}
#footer .f-name{
	display:flex;
    justify-content: center;
	margin-bottom: 15px;
}
#footer .f-name a{
    display: inline-flex;
    justify-content: center;
    column-gap: 20px;
    font-size: 118.75%; /* 19px */
	font-weight:bold;
	text-decoration:none;
	line-height: 1.5;
}
#footer .f-name a:before{
    content: "";
    display: inline-block;
    width: 52px;
    height: 80px;
    background-image: url("../images/common/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#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;
	text-align: center;
}
#footer .f-btn{
	text-align: center;
}
#footer .f-btn .btn a{
	min-width: 140px;
	text-align: center;
}
#footer .fbanner-list{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	max-width: 375px;
	margin: 0 auto;
}
#footer .fbanner-list li{
	width: calc( 50% - 20px );
	text-align: center;
}
#footer .fbanner-list li.un{
	width: 100%;
}
#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: 87.5%; /* 14px */
	text-align:center;
}






/* NAVIGATION */

#nav{
    display: none;
}

#nav-menu{
    display: none;
}

#sp-menu {
	position: fixed;
	top: 5px;
	right: 5px;
	z-index: 3500;
	margin-bottom:0;
}

#sp-menu .menu {
	float: right;
	width: 55px;
	height: 55px;
}

#sp-menu .menu a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000000;
	position:relative;
}

	#sp-menu .menu a .icon{
		display: block;
		position: absolute;
		top:25%;
		left:0;
		right:0;
		margin:auto;
		width: 35px;
		height: 14px;
	}
	#sp-menu .menu a .icon:before,
	#sp-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;
	}
	#sp-menu .menu a .icon:before{
		top: 0;
	}
	#sp-menu .menu a .icon:after{
		bottom: 0;
	}
	#sp-menu .menu a.close .icon:before,
	#sp-menu .menu a.close .icon:after{
		top: 0;
		bottom: 0;
		margin-top: auto;
		margin-bottom: auto;
		box-shadow: none;
	}
	#sp-menu .menu a.close .icon:before{
		transform: translateX(-50%) rotate(162deg);
		-webkit-transform: translateX(-50%) rotate(162deg);
	}
	#sp-menu .menu a.close .icon:after{
		transform: translateX(-50%) rotate(-162deg);
		-webkit-transform: translateX(-50%) rotate(-162deg);
	}

	#sp-menu .menu a .text{
		display: block;
		width: 35px;
		position: absolute;
		bottom:15%;
		left:0;
		right:0;
		margin:auto;
		font-size: 75%; /* 12px */
		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;
	}



#md-nav {
	position:fixed;
	top:90px;
	right:0;
	bottom:0;
	left:0;
	overflow:auto;
	margin:auto;
	z-index:2000;
	display:none;
	background-color: #ffffff;
}
	#md-nav .mdnav-innerwrapper{
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 30px;
	}
.nav-list{
	margin-bottom: 0;
}
.nav-list > li{
	margin-bottom: 25px;
}
.nav-list > li a{
	display: block;
	color: #000000;
	font-size: 150%; /* 24px */
	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;
}












/* TITLE */

#title{
	height: 256px;
	margin-bottom: 10px;
	position: relative;
}
#title .image-box{
	content: "";
	display: block;
	position: absolute;
	top: 62px;
	right: 0;
	z-index: -1;
}
#title .image-box img{
	width: 200px;
}

#title .container-inner {
	padding: 110px 40px 20px 20px;
}

#title .title-box {
}

#title .sub {
	margin-bottom: 10px;
	font-weight:bold;
	line-height:1.5;
    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;
}
#title .sub strong {
	font-weight: bold;
}

#title .title {
	margin-bottom:0;
	font-size: 312.5%; /* 50px */
	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;
}


/* CONTENT */

#content {
	position: relative;
}

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

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

.section {
	margin-bottom: 70px;
}

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

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

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

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

.pagetop {
	position:fixed;
	bottom:10px;
	right:10px;
	text-align: right;
	margin: 0;
	z-index:5000;
}
.pagetop a {
	display:block;
	width: 50px;
	height: 50px;
	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:-65px;
	padding-top:65px;
}


/* SNAV */


/* SUBNAV */





}
