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

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

a:hover {
	color: #011b6a;
}

#top {
	position: relative;
}

#md-site {
    /*
	padding-top: 60px !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:static;
	top:0;
	left:0;
	width:100%;
	height:60px;
	background-color:rgba(255,255,255,0.9);
	z-index:3000;
}

#header .container-inner {
	padding:10px 60px 10px 15px;
}

#header .primary{
	display:flex;
	height: 100%;
}
#header .h-logo,
.mdnav-logo {
	display:flex;
	align-items: center;
	column-gap: calc( 60 / 375 * 100% );
	width: 100%;
	line-height: 1.05;
}
#header .h-logo {
	margin:0;
}
.mdnav-logo {
    margin-bottom: 30px;
	padding:10px 60px 10px 15px;
}
#header .h-logo a,
.mdnav-logo a {
	display:inline-block;
	text-decoration:none;
}
#header .h-logo a:hover,
#header .h-logo a:active,
.mdnav-logo a:hover,
.mdnav-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 .primary .h-logo .un,
#header .primary .h-logo .lab,
.mdnav-logo .un,
.mdnav-logo .lab{
	margin: 0;
}
	#header .primary .h-logo .un,
	.mdnav-logo .un{
		line-height: 0;
	}
#header .primary .h-logo .lab,
.mdnav-logo .lab{
	flex: 1;
    margin-bottom: 0;
	color: #1C3177;
	font-size: 78.125%;
	font-size: 3.33333vw; /* 12.5 / 375 */
	font-family: 'Noto Sans JP';
	font-weight: bold;
	letter-spacing: 1.5pt;
}
#header .primary .h-logo .lab a{
	color: #1C3177;
}
.mdnav-logo .lab,
.mdnav-logo .lab a{
	color: #ffffff;
}
#header .h-logo .un,
.mdnav-logo .un {
	width: calc( 320 / 600 * 100% );
}
#header .h-logo img,
.mdnav-logo img {
	width: auto;
	max-height: 40px;
}

#header .secondary{
	display:none;
}



/* FOOTER */

#footer {
	color: #ffffff;
	background-color: #1E3077;
}

#footer .container-inner {
	padding: 30px;
}

#footer a{
	color: #ffffff;
}

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

#footer .f-name,
#footer .f-un{
	display:block;
	margin-bottom: 10px;
    text-align: center;
}
#footer .f-name a{
	color: #ffffff;
    font-size: 143.75%; /* 23px */
	font-family: 'Noto Sans JP';
	font-weight: bold;
	line-height: 1.18;
	letter-spacing: 1.75pt;
	text-indent: 1.75pt;
	font-weight:bold;
	text-decoration:none;
}
#footer .f-un a{
	text-decoration:none;
}
#footer .f-name a:hover,
#footer .f-un 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-un img{
		max-width: 72%;
		height: auto;
	}
#footer .f-address{
	margin-bottom: 20px;
    line-height: 1.5;
    text-align: center;
}
#footer .f-address .f-place,
#footer .f-address .f-access{
}
#footer .f-address .f-place{
    margin-bottom: 10px;
    font-size: 93.75%;
}
	#footer .f-address .f-subbtns .subbtn{
		display:inline-block;
		vertical-align: middle;
		margin-bottom: 8px;
	}
	#footer .f-address .f-subbtns .subbtn:not(:last-child){
		margin-right: 8px;
	}
#footer .f-address .f-subbtns .subbtn a{
	display:inline-block;
	padding: 2px 10px;
    font-size: 87.5%;
	text-decoration:none;
	border:1px solid #ffffff;
}
#footer .f-address .f-subbtns .subbtn a:hover{
    color: #1c2c55;
    background-color: #ffffff;
}
    #footer .f-btn{
        margin-bottom: 20px;
    }
    #footer .fbtn-list{
        text-align: center;
    }
    #footer .fbtn-list > li{
        margin: 0 30px 10px;
    }
    #footer .fbtn-list > li:last-child{
        margin-bottom: 0;
    }
    #footer .fbtn-list > li a,
    #footer .fbtn-list > li .inner{
        display: inline-block;
        min-width: 190px;
        padding: 10px 20px;
        color: #1E3077;
        font-size: 93.75%;
        font-weight: bold;
        line-height: 1.5;
        text-decoration:none;
        background-color: #eaba97;
    }
    #footer .fbtn-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;
        padding:10px 0;
        font-size: 75%;
        text-align:center;
    }






/* NAVIGATION */

#nav{
    display: none;
}

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

#sp-menu a {
}

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

#sp-menu .menu a {
	display: block;
	width: 100%;
	height: 100%;
	position:relative;
}
#sp-menu .menu.show a:not(.close) {
    background-color: rgba(255,255,255,0.9);
}

	#sp-menu .menu a .icon{
		display: block;
		position: absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		margin:auto;
		width: 25px;
		height: 2px;
		background: #1c2c55;
		transition: .2s;
	}
	#sp-menu .menu a .icon:before,
	#sp-menu .menu a .icon:after{
		display: block;
		content: "";
		position: absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		margin:auto;
		width: 25px;
		height: 2px;
		background: #1c2c55;
		transition: .3s;
	}
	#sp-menu .menu a .icon:before{
		margin-top: -8px;
	}
	#sp-menu .menu a .icon:after{
		margin-top: 8px;
	}
    #sp-menu .menu a.close{
        background-color: transparent;
    }
	#sp-menu .menu a.close .icon{
		background: transparent;
	}
	#sp-menu .menu a.close .icon:before{
		margin-top: 0;
        background-color: #ffffff;
	}
	#sp-menu .menu a.close .icon:after{
		margin-top: 0;
        background-color: #ffffff;
	}
	#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);
	}



#md-nav {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	overflow:auto;
	margin:auto;
	z-index:2000;
	display:none;
    padding-bottom: 40px;
	background-color: #1E3077;
}

/*
#sp-nav li {
	display: block;
	width: 100%;
	font-weight: bold;
	line-height: 1.4;
	color: #ffffff;
}
#sp-nav li.separater {
	border-bottom: 3px solid #ffffff;
}
#sp-nav li a,
#sp-nav li span.parent {
	display: block;
	padding: 12px 12px 12px 24px;
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
}
#sp-nav > li a:hover {
	background-color:rgba(255,255,255,0.2);
}
#sp-nav > li.on > a,
#sp-nav > li.on span.parent,
#sp-nav > li > a:hover {
	background-color:rgba(255,255,255,0.2);
}
#sp-nav li a span.sub,
#sp-nav li span.parent span.sub{
	font-size:10px;
}
#sp-nav li ul {
	display: none;
	border-top: 1px solid #ffffff;
	padding-top: 1px;
	margin: 0 0 10px 15px;
}
#sp-nav li li {
	border-bottom: 1px dotted #ffffff;
}
#sp-nav li li:last-child {
	border-bottom: none;
}
#sp-nav li li a,
#sp-nav li li span.parent {
	display: block;
	font-size: 14px;
	background-image: url(../images/common/anchor-w02.png);
	background-position:10px 14px!Important;
	background-repeat:no-repeat!Important;
	background-size: 6px 10px!Important;
	padding: 10px 10px 8px 24px;
}
#sp-nav li span.parent span {
	display: block;
	min-height:20px;
	background: url(../images/common/sp_nav_open.png) center right no-repeat;
	background-size: 20px 20px;
}
#sp-nav li span.parent.open span {
	background: url(../images/common/sp_nav_close.png) center right no-repeat;
	background-size: 20px 20px;
}
#sp-nav li span.parent.open,
#sp-nav li li.on a,
#sp-nav li li a:hover {
	background-color:rgba(255,255,255,0.2);
}
#sp-nav li span.cnst,
#sp-nav li li span.cnst {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#sp-nav {
	margin: 30px ;
}
*/
    
    #md-nav .nav-box{
        margin: 0 30px 30px;
    }
    
.nav-list{
    margin-bottom: 0;
}
.nav-list li a{
    color: #ffffff;
    text-decoration: none;
    line-height: 1.75;
    position: relative;
}
.nav-list > li.open > a,
.nav-list li.on > a,
.nav-list li a:hover{
    color: #eaba97;
}
.nav-list li a:before{
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
}
.nav-list > li{
    margin-bottom: 0;
}
.nav-list > li:last-child{
    margin-bottom: 0;
}
.nav-list > li > a{
    display: block;
    padding: 12px 6px;
    font-size: 106.25%;
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
    position: relative;
}
.nav-list > li.open > a,
.nav-list > li.on > a,
.nav-list > li > a:hover{
    border-bottom-color: #eaba97;
}
    /*
.nav-list > li > a:before{
    content: "";
    display: block;
    width: 16px;
    height: 10px;
    background-image: url("../images/common/nav-icon_sp.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 16px auto;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.0;
}
.nav-list > li.open > a:before,
.nav-list > li.on > a:before,
.nav-list > li > a:hover:before{
    opacity: 1.0;
}
.nav-list > li > a:after{
    content: "";
    display: block;
    width: calc( 100% - 15px );
    width: -webkit-calc( 100% - 15px );
    border-bottom: 2px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}
.nav-list > li.open > a:after,
.nav-list > li.on > a:after,
.nav-list > li > a:hover:after{
    border-bottom-color: #eaba97;
}
    */
    .nav-list > li > .subbox{
        margin-bottom: 15px;
        padding: 10px;
    }
    .nav-list > li > .subbox .innerbox > ul{
        margin-bottom: 0;
    }
    .nav-list > li > .subbox .innerbox > ul > li{
        margin-bottom: 15px;
    }
    .nav-list > li > .subbox .innerbox > ul > li:last-child{
        margin-bottom: 0;
    }
    .nav-list > li > .subbox .innerbox > ul > li > a{
        display: inline-block;
        padding-left: 20px;
        font-size: 93.75%;
        font-weight: bold;
    }
    .nav-list > li > .subbox .innerbox > ul > li > a:before{
        content: "";
        display: block;
        width: 3px;
        height: 21px;
        background-color: #ffffff;
        position: absolute;
        top: 2px;
        left: 5px;
    }
    .nav-list > li > .subbox .innerbox > ul > li.on > a:before,
    .nav-list > li > .subbox .innerbox > ul > li > a:hover:before{
        background-color: #eaba97;
    }
    .nav-list > li > .subbox .innerbox > ul > li > ul{
        margin-bottom: 0;
        padding: /*15px*/ 7px 0 0 20px;
    }
    .nav-list > li > .subbox .innerbox > ul > li > ul > li{
        margin-bottom: 6px;
    }
    .nav-list > li > .subbox .innerbox > ul > li > ul > li > a{
        display: inline-block;
        padding-left: 30px;
        font-size: 87.5%;
        position: relative;
    }
    .nav-list > li > .subbox .innerbox > ul > li > ul > li.on > a,
    .nav-list > li > .subbox .innerbox > ul > li > ul > li > a:hover{
        font-weight: bold;
    }
    .nav-list > li > .subbox .innerbox > ul > li > ul > li > a:before{
        content: "";
        display: block;
        width: 22px;
        height: 7px;
        background-image: url("../images/common/nav-icon02_w.png");
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 22px auto;
        position: absolute;
        top: 7px;
        left: 0;
    }
    .nav-list > li > .subbox .innerbox > ul > li > ul > li > a:hover:before,
    .nav-list > li > .subbox .innerbox > ul > li > ul > li.on > a:before{
        background-image: url("../images/common/nav-icon02_sk.png");
    }
	
	/* 230620 KINOSHITA */
    .nav-list > li.child03hide > .subbox .innerbox > ul > li > ul,
    .nav-list > li.sp_child03hide > .subbox .innerbox > ul > li > ul{
        display: none;
    }
    .nav-list li.itemhide,
    .nav-list li.sp_itemhide{
        display: none;
    }
    .nav-list > li a[href="#"],
    .nav-list > li a[href=""],
    .nav-list > li a:not([href]){
        pointer-events: none;
    }
	.nav-list li a[href="#"]:hover,
	.nav-list li a[href=""]:hover,
	.nav-list li a:not([href]):hover{
		color: #ffffff;
	}
	.nav-list > li > a[href="#"]:hover{
		border-bottom-color: #ffffff;
	}
    .nav-list > li > .subbox .innerbox > ul > li > a[href="#"]:hover:before,
    .nav-list > li > .subbox .innerbox > ul > li > a[href=""]:hover:before,
    .nav-list > li > .subbox .innerbox > ul > li > a:not([href]):hover:before{
        background-color: #ffffff;
    }
    .nav-list > li > .subbox .innerbox > ul > li > ul > li > a[href="#"]:hover:before,
    .nav-list > li > .subbox .innerbox > ul > li > ul > li > a[href=""]:hover:before,
    .nav-list > li > .subbox .innerbox > ul > li > ul > li > a:not([href]):hover:before{
        background-image: url("../images/common/nav-icon02_w.png");
    }
    .nav-list li.childhide > ul,
    .nav-list li.sp_childhide > ul{
        display: none !important;
    }











/* TITLE */

#title {
	margin: 0;
    width: auto;
    padding-top: 50%;
	background-image: url(../images/common/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    position: relative;
}

#title .container-inner {
	padding: 100px 20px 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;
	background-color: rgba(255,255,255,0.85);
}

#title .level01 {
	margin-bottom: 0;
	color:#1c2c55;
	font-size: 100%;
    font-family: YuGothic, "Yu Gothic medium";
	font-weight:bold;
    letter-spacing: 0.5pt;
	text-indent: 0.5pt;
	line-height:1.5;
    text-shadow: 1px 1px 10px #ffffff, -1px 1px 10px #ffffff, 1px -1px 10px #ffffff, -1px -1px 10px #ffffff, 1px 1px 10px #ffffff, -1px 1px 10px #ffffff, 1px -1px 10px #ffffff, -1px -1px 10px #ffffff;
}
#title .level01 strong {
	font-weight: bold;
}

#title .title {
	margin-bottom:0;
	color:#1c2c55;
	font-size: 137.5%; /* 22px */
    font-family: YuGothic, "Yu Gothic medium";
	font-weight:bold;
    letter-spacing: 0.5pt;
	text-indent: 0.5pt;
	line-height:1.5;
    text-shadow: 1px 1px 10px #ffffff, -1px 1px 10px #ffffff, 1px -1px 10px #ffffff, -1px -1px 10px #ffffff, 1px 1px 10px #ffffff, -1px 1px 10px #ffffff, 1px -1px 10px #ffffff, -1px -1px 10px #ffffff;
}


/* CONTENT */

#content {
}

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

    #breadcrumb{
        margin-bottom: 30px;
    }
#breadcrumb li{
	display:inline-block;
	vertical-align:middle;
	font-size:85.7142%;
}
#breadcrumb li a{
	color:#000000;
}
#breadcrumb li.on{
	color:#000000;
	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: #eaba97;
    background-image: url("../images/common/pagetop.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px auto;
	position: relative;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
	border-top: 1px solid #eaba97;
	border-left: 1px solid #eaba97;
	box-sizing: border-box;
}
.pagetop a:hover {
	background-color: #1c2c55;
    background-image: url("../images/common/pagetop_on.png");
}
.pagetop a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.inlink{
	margin-top:-65px;
	padding-top:65px;
}


#bottoms{
	position:fixed;
	z-index:5000;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
}
#bottoms .bottoms-list{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-align-items: center;
	align-items: center;
    width: 100%;
    height: 60px;
}
	.bottoms-list > li{
		-webkit-flex-grow: 1;
		flex-grow: 1;
		width: 25%;
		height: 60px;
		background-color: #fdf2f1;
		border-top: 1px solid #FF0000;
		border-right: 1px solid #FF0000;
	}
	.bottoms-list > li:last-child{
		border-right: none;
	}
	.bottoms-list > li > a{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		height: 60px;
		color: #FF0000;
		font-size: 87.5%;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
	}
	.bottoms-list > li > a .text{
		display: block;
		padding-top: 23px;
		line-height: 1.4;
		background-image: url("../images/common/anchor-cross.png");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 15px auto;
	}
	.bottoms-list > li > a .ls{
		letter-spacing: 7.5pt;
		text-indent: 7.5pt;
	}
	.bottoms-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*/
	}
    
    
    .fixedlabel-box{
        position: fixed;
        top: 60px;
        right: 0;
        z-index: 5000;
    }
    .fixedlabel-box .items{
        display: block;
        background-color: #ffffff;
    }
    .fixedlabel-box .items a{
        display: block;
        width: 32px;
        height: 145px;
        white-space: nowrap;
        text-indent: 100%;
        background-color: #eaba97;
        background-image: url("../images/common/fixedlabel-member.png?ver=221027");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 14px auto;
    }
    .fixedlabel-box .items.on a,
    .fixedlabel-box .items a:hover{
        background-color: #1c2c55;
        background-image: url("../images/common/fixedlabel-member_on.png?ver=221027");
    }
	
	
	/* ↓ 230707 HEADINFO */
	#headinfo{
		margin-bottom: 30px;
	}
	#headinfo #breadcrumb:not(:last-child),
	#headinfo #headcat:not(:last-child){
		margin-bottom: 5px;
	}
	#headinfo #headcat .catbox{
	}
	#headinfo #headcat .catbox .cat{
		display: inline-block;
		padding: 4px 8px;
		color: #ffffff;
		font-size: 81.25%;
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: 0.5pt;
		text-align: center;
		text-decoration: none !important;
		background-color: #5C6A91;
		box-sizing: border-box;
	}
	#headinfo #headcat .catbox .cat:not(:last-child){
		margin-right: 5px;
	}
	#headinfo #headcat .catbox a.cat:hover{
		opacity: 0.6;
	}
	#headinfo #breadcrumb ol{
		margin-bottom: 0;
	}
	/* ↑ 230707 HEADINFO */




}
