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

body {
	font-size: 100%; /* 16px */
	color: #1E325B;
	background: #ffffff;
	line-height:1.75;
	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: #0087BE;
}

a:hover {
	color: #0087BE;
}

#top {
	position: relative;
}

#md-site {
	padding-top: 60px !important;
	overflow: hidden;
}

.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:60px;
	background-color: #ffffff;
	border-top: 3px solid #D50066;
	border-bottom: 1px solid #D4D5D5;
	z-index:3000;
}

#header .container-inner {
	display:flex;
	align-items: center;
	height: 100%;
	padding:10px 70px 10px 20px;
}

#header .primary{
	width: 100%;
}
#header .h-logo {
	margin:0;
}
#header .h-logo .inner{
	display: flex;
	align-items: center;
	color: #1E325B;
	font-size: 1.8vw;
	font-weight: bold;
	line-height: 1.6;
}
#header .h-logo .inner > .icon{
	width: 27.63157%;
	max-width: 126px;
	margin-right: calc( 10 / 375 * 100% );
	line-height: 0;
}
#header .h-logo .inner > .text{
}
#header .h-logo .inner > .text .maintext{
	font-size: 144.1666667%; /* 17.3px */
}
#header .h-logo a {
	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;
}



/* FOOTER */

#footer {
	border-top: 1px solid #C4C4C4;
	border-bottom: 3px solid #D50066;
}

#footer .f-sign .container-inner {
	padding: 30px 20px 25px;
}
#footer .f-bottom .container-inner {
	padding: 15px 20px 25px;
}

#footer .f-sign{
	border-bottom: 1px solid #C4C4C4;
}

#footer .f-names{
	margin-bottom: 20px;
}
#footer .f-name{
	display:block;
	margin-bottom: 10px;
	line-height: 1.5;
	text-align: center;
}
#footer .f-name .inner{
	display: inline-block;
	font-size: 106.25%; /* 17px */
	font-weight: bold;
}
#footer .f-name .inner > .icon{
	display: block;
	margin-bottom: 8px;
	line-height: 0;
}
#footer .f-name a{
	color: #1E325B;
	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: 0;
	font-size: 87.5%; /* 14px */
	line-height: 1.75;
	text-align: center;
}
#footer .f-address .f-place,
#footer .f-address .f-place02,
#footer .f-address .f-map{
    display: inline-block;
    vertical-align: middle;
}
#footer .f-address .f-map a{
	display:inline-block;
	color: #1E325B;
	text-decoration: underline;
}
#footer .f-address .f-map a:hover{
	opacity: 0.7;
}
	#footer .f-contact .titles{
		margin-bottom: 0;
		font-size: 87.5%; /* 14px */
		line-height: 1.75;
		text-align: center;
	}
	#footer .f-contact .titles .labels{
		font-weight: bold;
	}
	#footer .f-contact .titles a{
		color: #1E325B;
		text-decoration:none;
	}
	#footer .f-contact .titles a:hover{
		opacity: 0.7;
	}
	#footer .f-contact .text{
		font-size: 81.25%; /* 13px */
		line-height: 1.75;
		text-align: center;
	}
	#footer .f-contact .titles:last-child,
	#footer .f-contact .text:last-child{
		margin-bottom: 0;
	}
#footer .copyright {
	margin: 0;
	font-size: 87.5%; /* 14px */
	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: 60px;
	height: 60px;
}

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

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

	#sp-menu .menu a .icon{
		display: block;
		position: absolute;
		top:35%;
		left:0;
		right:0;
		margin:auto;
		width: 20px;
		height: 3px;
		background: #000000;
		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: 20px;
		height: 3px;
		background: #000000;
		transition: .3s;
	}
	#sp-menu .menu a .icon:before{
		margin-top: -8px;
	}
	#sp-menu .menu a .icon:after{
		margin-top: 6px;
	}
	#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: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#sp-menu .menu a.close .icon:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	#sp-menu .menu a .text{
		display: block;
		position: absolute;
		bottom:10%;
		left:0;
		right:0;
		margin:auto;
		color:#000000;
		font-size:0.64em;
		font-weight:bold;
		text-align:center;
	}
    
	#sp-menu .tel a .icon{
		display: block;
        width: 100%;
        height: 20px;
		position: absolute;
		top:20%;
		left:0;
		right:0;
		margin:auto;
        text-align: center;
        background-image: url(../images/common/tel_sp.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 20px;
    }

	#sp-menu .tel a .text{
		display: block;
		position: absolute;
		bottom:10%;
		left:0;
		right:0;
		margin:auto;
		color:#ffffff;
		font-size:0.64em;
		font-weight:bold;
		text-align:center;
	}



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


#md-nav > .mdnav-innerwrapper{
	margin: 30px 30px 60px;
}
	#md-nav .nav-list{
		margin-bottom: 10px;
	}
	#md-nav .nav-list:not(:last-child){
		margin-bottom: 30px;
	}
#md-nav .nav-list > li:not(:last-child){
	margin-bottom: 15px;
}

#md-nav .nav-list > li > a{
	display: block;
	padding: 12px;
	color:#1E325B;
	font-size: 112.5%; /* 18px */
	font-weight:bold;
	line-height: 1.5625;
	text-decoration:none;
    position: relative;
}
#md-nav .nav-list > li > a:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: /*#D2D6DE*/ transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition-duration: 0.3s;
}
#md-nav .nav-list > li > a:hover:after,
#md-nav .nav-list > li.on > a:after,
#md-nav .nav-list > li.open > a:after{
	background-color: #D50066;
}
	/*
#md-nav .nav-list > li > a:hover,
#md-nav .nav-list > li.open > a:hover{
	color: #ffffff;
	background-color: #D50066;
}
	*/
	#md-nav .nav-list li.parent > a,
	#md-nav .nav-list li.parent > .innertext{
		padding-right: 30px;
		position: relative;
	}
#md-nav .nav-list li.parent > a .icon,
#md-nav .nav-list li.parent > .innertext .icon{
    display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	margin: auto;
}
#md-nav .nav-list li.parent > a .icon:before,
#md-nav .nav-list li.parent > a .icon:after,
#md-nav .nav-list li.parent > .innertext .icon:before,
#md-nav .nav-list li.parent > .innertext .icon:after{
	content: "";
	display: block;
	width: 24px;
	height: 2px;
	background-color: #D50066;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
}
#md-nav .nav-list li.parent > a .icon:after,
#md-nav .nav-list li.parent > .innertext .icon:after{
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
#md-nav .nav-list li.parent.open > a .icon:before,
#md-nav .nav-list li.parent.open > .innertext .icon:before{
	opacity: 0;
}
#md-nav .nav-list li.parent.open > a .icon:after,
#md-nav .nav-list li.parent.open > .innertext .icon:after{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
	#md-nav .nav-list > li > .subbox .colbox > .titlesbox{
		margin-bottom: 10px;
	}
	#md-nav .nav-list > li > .subbox .colbox > .titlesbox .indexlink{
		display: block;
		text-decoration: none;
	}
	#md-nav .nav-list > li > .subbox .colbox > .titlesbox .labels{
		display: none;
	}
	#md-nav .nav-list > li > .subbox{
		display: none;
		margin-top: 15px;
		margin-left: 12px;
	}
	#md-nav .nav-list > li > .subbox .nav02-list{
		display: flex;
		flex-wrap: wrap;
		column-gap: 4%;
		margin-bottom: 0;
	}
	#md-nav .nav-list > li > .subbox .nav02-list > li,
	#md-nav .nav-list > li > .subbox .colbox > .titlesbox .indexlink .anchor{
		min-width: 46%;
		margin-bottom: 10px;
	}
	#md-nav .nav-list > li > .subbox .nav02-list > li a,
	#md-nav .nav-list > li > .subbox .colbox > .titlesbox .indexlink .anchor .anchorinner{
		display: inline-block;
		padding-left: 18px;
		color: #000000;
		line-height: 1.5625;
		text-decoration: none !important;
		position: relative;
	}
	#md-nav .nav-list > li > .subbox .nav02-list > li a:hover,
	#md-nav .nav-list > li > .subbox .nav02-list > li.on > a,
	#md-nav .nav-list > li > .subbox .colbox > .titlesbox a.indexlink:hover .anchor .anchorinner,
	#md-nav .nav-list > li > .subbox .colbox > .titlesbox .indexlink.on .anchor .anchorinner{
		color: #D50066;
	}
	#md-nav .nav-list > li > .subbox .nav02-list > li a:before,
	#md-nav .nav-list > li > .subbox .colbox > .titlesbox .indexlink .anchor .anchorinner:before{
		content: "";
		display: inline-block;
		width: 6px;
		height: 12px;
		background-image: url("../images/common/anchor-type01.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 7px;
		left: 0;
	}


	#md-nav .mdnav-itembox .h-itemlist,
	#md-nav .mdnav-itembox .h-itemlist02{
		text-align: center;
	}
	#md-nav .mdnav-itembox .h-itemlist:not(:last-child),
	#md-nav .mdnav-itembox .h-itemlist02:not(:last-child){
		margin-bottom: 20px;
	}
	#md-nav .mdnav-itembox .h-itemlist > li,
	#md-nav .mdnav-itembox .h-itemlist02 > li{
		display: inline-block;
		vertical-align: middle;
	}
	#md-nav .mdnav-itembox .h-itemlist > li:not(:last-child),
	#md-nav .mdnav-itembox .h-itemlist02 > li:not(:last-child){
		margin-right: 20px;
	}
	#md-nav .mdnav-itembox .h-itemlist > li a{
		display: inline-block;
		color: #1E325B;
		font-size: 93.75%;
		text-decoration: none;
	}
	#md-nav .mdnav-itembox .h-itemlist02 > li.search a{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 31px;
		height: 31px;
		line-height: 0;
		background-color: #1E325B;
		border-radius: 50%;
	}
	#md-nav .mdnav-itembox .h-itemlist02 > li.login a{
		display: inline-block;
		padding: 6px 10px 6px 35px;
		color: #ffffff;
		font-weight: bold;
		line-height: 1.75;
		text-decoration: none;
		background-color: #D50066;
		position: relative;
	}
	#md-nav .mdnav-itembox .h-itemlist02 > li.login a:before{
		content: "";
		display: inline-block;
		width: 14px;
		height: 14px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 10px;
		margin: auto;
		background-image: url("../images/common/anchor-login.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	#md-nav .mdnav-itembox .h-itemlist > li a:hover,
	#md-nav .mdnav-itembox .h-itemlist02 > li a:hover{
		opacity: 0.7;
	}










/* TITLE */

#title {
	margin: 0;
    width: auto;
	background-color: #C4D5DE;
    position: relative;
}
#title:before{
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	background: linear-gradient(0deg, rgba(196,213,222,1) 0%, rgba(172,194,205,1) 100%);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}

#title .container-inner {
	min-height: 50vw;
	padding: 15px 20px;
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
}
#title .container-inner .image{
	content: "";
	display: flex;
	align-items: center;
	width: 75%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -15%;
	bottom: 0;
	margin: auto;
	z-index: 0;
}

#title .title-box {
	display: inline-block;
	width: 55%;
	padding: 10px 0;
	position: relative;
	z-index: 1;
}

#title .level01 {
	margin-bottom: 0;
	font-size: 100%; /* 16px */
	font-weight:bold;
	line-height:1.5;
	text-shadow: 0px 0px 3px rgba(255,255,255,0.8), 0px 0px 3px rgba(255,255,255,0.8), 0px 0px 3px rgba(255,255,255,0.8);
}
#title .level01 strong,
#title .title strong {
	font-weight: bold;
}

#title .title {
	margin-bottom:0;
	font-size: 137.5%; /* 22px */
	font-weight:bold;
	line-height:1.5;
	text-shadow: 0px 0px 3px rgba(255,255,255,0.8), 0px 0px 3px rgba(255,255,255,0.8), 0px 0px 3px rgba(255,255,255,0.8);
}


/* CONTENT */

#content {
}

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

	#breadcrumb{
		margin-bottom: 30px;
	}
#breadcrumb li{
	display:inline-block;
	vertical-align:middle;
	font-size: 87.5%; /* 14px */
}
#breadcrumb li a{
	color:#1E325B;
}

#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: 10px;
	right: 10px;
	text-align: right;
	margin: 0;
	z-index:5000;
}
.pagetop a {
	display:block;
	width: 40px;
	height: 40px;
	line-height:0;
	text-decoration:none;
	background-color: #2B4B73;
	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 */
	.subnav-list{
		display: flex;
		flex-wrap: wrap;
		column-gap: 6%;
	}
	.subnav-list > li{
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		width: 47%;
		margin-bottom: 15px;
	}
	.subnav-list > li.hier{
		width: 100%;
	}
	.subnav-list > li a,
	.subnav-list > li .parent{
		display: block;
		font-size: 93.75%; /* 15px */
		line-height: 1.5625;
		text-decoration: none !important;
		position: relative;
	}
	.subnav-list > li a{
		padding: 5px 0 5px 22px;
		color:#1E325B;
		font-weight: bold;
		border-bottom: 2px solid #D2D6DE;
	}
	.subnav-list > li .parent{
		padding: 5px 0;
	}
	.subnav-list > li > a,
	.subnav-list > li > .parent{
		display: grid;
		place-content: end left;
	}
	.subnav-list > li > .parent{
		margin-bottom: 0;
	}
	.subnav-list > li a:before{
		content: "";
		display: inline-block;
		width: 6px;
		height: 12px;
		background-image: url("../images/common/anchor-type01.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		bottom: 11px;
		left: 4px;
	}
	.subnav-list li > a:hover,
	.subnav-list li.on > a{
		border-bottom-color: #D50066;
	}
	.subnav-list > li ul.child{
		display: flex;
		flex-wrap: wrap;
		gap: 8%;
		margin-bottom: 0;
	}
	.subnav-list > li ul.child > li{
		width: 46%;
	}
	.subnav-list > li ul.child > li a{
		display: block;
	}





}
