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

body {
	font-size: 100%; /* 16px */
	font-family: YuGothic, 'Noto Sans JP', 'serif';
	color: #000000;
	background: #ffffff;
	line-height:1.875;
	word-wrap: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: #010666;
}

a:hover {
	color: #010666;
}

.text_alink:hover{
	text-decoration: none!important;
}

body {
	font-size: 16px;
}

#top {
	position: relative;
}

#md-site {
	padding-top: 55px !important;
}

.container-inner {
	width: auto;
}
	
	.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{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height: 55px;
	background-color:rgba(255,255,255,0.9);
	z-index:3000;
}

#header .container-inner {
	box-sizing: border-box;
	height: 55px;
	padding:10px 70px 10px 10px;
}

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

#header .secondary{
	display:none;
}




#fot-nav{
	border-top: 1px solid #d7000f;
	background-color: #000000;
}
#fot-nav .container-inner{
	padding: 20px 22px 10px 22px;
}
#f-nav{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}
#f-nav > li a{
	font-feature-settings: "palt" 1;
	display: inline-block;
	color: #FFFFFF;
	border-left: 1px solid #fff;
	line-height: 1.2;
	box-sizing: border-box;
	padding-left: 10px;
	margin: 0 10px 15px 0;
	text-decoration: none;
}


/* FOOTER */

#footer {
	color: #ffffff;
	background-color:#010666;
}
#footer .container-inner {
	padding: 30px 20px;
	text-align: center;
}
#footer a{
	color: #ffffff;
}

#footer .f-sign{
	margin-bottom: 35px;
}
#footer .f-name{
	display:block;
	max-width: 335px;
	margin: 0 auto 10px;
}
#footer .f-name a{
    display: block;
	font-weight:bold;
	text-decoration:none;

}
#footer .f-name a .small{
    display: block;
    font-size: 83.33333%;
}
#footer .f-name a:hover,
#footer .f-name a:active {
	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 .f-place,
#footer .f-address .f-tel{
    display: block;
    margin-bottom: 0;
}

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


#footer .copyright {
	margin: 0;
	padding: 0;
	font-size: 75%;
	text-align:center;
}






/* NAVIGATION */

#nav{
    display: none;
}

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

#sp-menu a {
}

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

#sp-menu .tel {
	float: right;
	width: 45px;
	height: 60px;
}

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

	#sp-menu .menu a .icon{
		display: block;
		position: absolute;
		top:35%;
		left:0;
		right:0;
		margin:auto;
		width: 30px;
		height: 2px;
		transition: .2s;
	}
	#sp-menu .menu a .icon:before,
	#sp-menu .menu a .icon:after{
		display: block;
		content: "";
		position: absolute;
		top: 35%;
		left: 0;
		right:0;
		margin:auto;
		width: 30px;
		height: 2px;
		transition: .3s;
	}
	#sp-menu .menu a .icon:before{
		background: #001764;
		margin-top: -6px;
	}
	#sp-menu .menu a .icon:after{
		background: #cf001b;
		margin-top: 4px;
	}
	#sp-menu .menu a.close .icon{
		background: transparent;
	}
	#sp-menu .menu a.close .icon:before{
		margin-top: 0;
	}
	#sp-menu .menu a.close .icon:after{
		margin-top: 0;
	}
	#sp-menu .menu a.close .icon:before{
		transform:  skew() rotate(-20deg) skewX(-30deg);
		-webkit-transform: rotate(-20deg) skewX(-30deg);
	}
	#sp-menu .menu a.close .icon:after{
		transform: rotate(-160deg) skewX(30deg);
		-webkit-transform: rotate(-160deg) skewX(30deg);
	}

	#sp-menu .menu a .text{
		display: block;
		font-family: 'Roboto', sans-serif;
		font-style: italic;
		position: absolute;
		bottom:15%;
		left:0;
		right:0;
		margin:auto;
		color:#001764;
		font-size:0.64em;
		font-weight:bold;
		text-align:center;
	}


#md-nav {
	position:fixed;
	top:55px;
	right:0;
	bottom:0;
	left:0;
	overflow:auto;
	margin:auto;
	z-index:2000;
	display:none;
	background-color:rgba(255, 255, 255, 0.95);
}


#sp-nav {
	margin: 30px ;
}
#sp-nav > li {
	line-height: 1.4;
	margin-bottom: 30px;
}
#sp-nav > li > a,
#sp-nav > li > span.parent {
	display: block;
	font-size: 125%; /* 20px */
	text-decoration: none;
	color: #000000;
	border-left: 2px solid #9fa0a0;
	cursor: pointer;
	position: relative;
	padding-left: 20px;
	line-height: 1.7;
	margin-bottom: 25px;
}
#sp-nav > li > a.text_space01,
#sp-nav > li > span.parent.text_space01 {
	letter-spacing: 1.25em;
}
#sp-nav > li > span.parent::after{
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #9fa0a0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
#sp-nav > li > span.parent > span{
	display: block;
	position: relative;
	padding-right: 35px;
}
#sp-nav > li > span.parent > span::after{
	content: '';
	display: inline-block;
	width: 13px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
	z-index: 3;
}
#sp-nav > li > span.parent > span::before{
	content: '';
	display: inline-block;
	width: 13px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%) rotate(-90deg);
	z-index: 3;
	transition: transform .3s;
}



#sp-nav > li.on > a,
#sp-nav > li.on span.parent,
#sp-nav > li > a:hover {
	font-weight: bold;
	color: #010666;
}
#sp-nav > li > span.parent.open span::before{
	transform: translateY(-50%) rotate(0deg);
}
#sp-nav .nav_low-strata {
	display: none;
}

.nav_low-strata {
	/* display: none; */
	margin: 0 0 30px 25px;
}
.nav_low-strata li {
	margin-bottom: 17px;
}

.nav_low-strata li a,
.nav_low-strata li span.parent {
	display: inline-block;
	color: #000000;
	font-size: 112.5%; /* 18px */
	text-decoration: none;
	position: relative;
	padding-left: 32px;
}
.nav_low-strata li a::before,
.nav_low-strata li span.parent::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #9fa0a0;
	background-image: url(../images/common/arrow_btn03_g.png);
	background-size: 14px auto;
	background-position: center left;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	box-sizing: border-box;
}



.nav_low-strata li.on a,
.nav_low-strata li a:hover{
	font-weight: bold;
	color: #010666;
}
.nav_low-strata li.on a::before,
.nav_low-strata li a:hover::before {
	background-color: #010666;
	border: none;
	background-image: url(../images/common/arrow_btn03_w.png);
}











/* TITLE */

#title {
    width: 100%;
	height: 185px;
    position: relative;
	background-color: rgba(0, 0, 0, 0.4);
}
#title::before{
	content: '';
	display: block;
	width: 100%;
	height: 185px;
	background-image: url(../images/common/title-bg_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: -1;
}

#title .container-inner {
	padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	text-align: center;
}

#title .title-box {
	display: inline-block;
	padding: 10px 15px;
}

/* #title .level01 {
	margin-bottom: 0;
	color:#FF0000;
	font-size: 100%;
    font-family: "UD Shin Go Regular", "UD新ゴ R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
    letter-spacing: 0.5pt;
	text-indent: 0.5pt;
	line-height:1.5;
} */
#title .level01 strong {
	font-weight: bold;
}

#title .title {
	margin-bottom:5px;
	color:#FFFFFF;
	font-size: 125%;
	font-weight:bold;
    letter-spacing: 0.1em;
	line-height:1.5;
	font-feature-settings: "palt" 1;
}

#title .title_en {
	color: #f0c400;
	font-size: 75%; /* 12px */
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	font-feature-settings: "palt" 1;
}


/* CONTENT */

#content {
	margin-bottom:10px;
}

#content .container-inner {
	padding: 10px 20px;
}
#content .container-inner.sp_inbody{
	padding: 0 20px;
}
#content .inside_container{}

#breadcrumb li{
	display:inline-block;
	vertical-align:middle;
	font-size: 87.5%; /* 14px */
}
#breadcrumb li a,
#breadcrumb li a span{
	color:#000000;
	text-decoration: none;
	transition-duration: none;
}
#breadcrumb li a:hover{
	color:#010666;
	font-weight:bold;
}
#breadcrumb li.on{
	color:#010666;
	font-weight:bold;
}

#c-wrapper {
}

#main {
	margin-bottom:50px;
}

#side {
	padding:10px;
}

#content #side #snav {
	padding:0 10px;
}

.section {
	margin-bottom: 60px;
}

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

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

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

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

.pagetop {
	position:fixed;
	bottom:0;
	right:0;
	text-align: right;
	margin: 0;
	z-index:5000;
}
.pagetop a {
	display:block;
	width: 50px;
	height: 50px;
	line-height:0;
	text-decoration:none;
	background-color: #f0c400;
	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 */
#snav .title-snav{
	padding:5px 5px 3px;
	color: #ffffff;
	font-size: 1.2em;
	letter-spacing: 4pt;
	text-indent: 4pt;
	text-align: center;
	background-color: #f18c27;
}
#snav .snav-list > li > a{
	display:block;
	padding: 10px 10px 6px 36px ;
	color: #000000;
	font-weight: bold;
	background-image:url(../images/common/anchor-type02.png);
	background-position:24px 16px;
	background-repeat:no-repeat;
	background-size:7px 12px;
	border-bottom: 1px solid #969696;
}
#snav .snav-list > li.on > a,
#snav .snav-list > li > a:hover{
	color: #f08b26;
	background-image:url(../images/common/anchor-type01.png);
}


/* SUBNAV */

#subnav {
	margin: 0 -20px 40px;
}
#subnav .subnav-list{
	display: flex;
	flex-wrap: wrap;
}
#subnav .subnav-list li{
	width: 50%;
}
#subnav .subnav-list a{
	text-decoration: none;
	font-size: 112.5%; /* 18px */
	color: #000000;
	font-weight: bold;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 8px 0;
	line-height: 1.4;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
#subnav .subnav-list li:nth-child(odd) a{
	border-right: 1px solid #d9d9d9;
}
#subnav .subnav-list li a:hover,
#subnav .subnav-list li.on a{
	background-color: #efefef;
	color: #010666;
}




}
