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

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

a:hover {
	color: #1E2864;
}

#top {
	position: relative;
}

.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:absolute;
	top:0;
	left:0;
	width:100%;
	height:60px;
	z-index:3000;
}
#header.mdnav{
	position:fixed;
	background-color:rgba(82,165,187,0.9);
}

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

#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;
}



/* FOOTER */

#footer {
	color: #ffffff;
	background-color:#52A5BB;
}

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

#footer a{
	color: #ffffff;
}

#footer .f-sign{
	display: flex;
	flex-direction: column;
    margin-bottom: 50px;
}
#footer .f-names{
	margin-bottom: 30px;
	order: 1;
}
#footer .f-btn{
	order: 2;
}

#footer .f-name{
	display:block;
	margin-bottom: 20px;
	text-align: center;
}
#footer .f-name a{
	display: inline-block;
	text-decoration:none;
}
#footer .f-name a img{
	max-width: 80%;
	height: auto;
}
#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{
	text-align: center;
}
#footer .f-address > .items{
	margin-bottom: 15px;
}
#footer .f-address > .items:last-child{
	margin-bottom: 0;
}
#footer .f-address .f-place,
#footer .f-address .f-tel{
	margin-bottom: 0;
}
#footer .f-address .f-map{
	text-align: center;
}
#footer .f-address .f-map a{
	display:inline-block;
	padding: 5px 20px;
	font-size: 87.5%;
	text-decoration:none;
	border:1px solid #ffffff;
}
#footer .f-address .f-map 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*/
}
	
	#footer .f-btn .fbtn-list{
	}
	#footer .f-btn .fbtn-list > li{
		margin-bottom: 15px;
		text-align: center;
	}
	#footer .f-btn .fbtn-list > li:last-child{
		margin-bottom: 0;
	}
	#footer .f-btn .fbtn-list > li a{
		display: inline-block;
		min-width: 240px;
		padding: 10px 20px;
		text-align: center;
		border: 1px solid #ffffff;
	}
	#footer .f-btn .fbtn-list > li 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*/
	}
#footer .copyright {
	margin: 0;
	padding:10px 0;
	font-size: 87.5%;
	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%;
	background-color: rgba(255,255,255,0.9);
	position:relative;
}
#sp-menu .menu.show a {
	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: 20px;
		height: 3px;
		background: #52A5BB;
		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: 20px;
		height: 3px;
		background: #52A5BB;
		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,
	#sp-menu .menu a.close .icon{
		background: transparent;
	}
	#sp-menu .menu a.close .icon:before{
		margin-top: 0;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		background-color: #ffffff;
	}
	#sp-menu .menu a.close .icon:after{
		margin-top: 0;
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		background-color: #ffffff;
	}



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


.nav-box {
	margin: 30px ;
}
.nav-list{
    margin: 30px;
}
.nav-list > li{
    padding: 0;
	position: relative;
    border-bottom: 1px solid #ffffff;
}

.nav-list > li a,
.nav-list > li .not{
	display:block;
	padding: 12px;
    color: #ffffff;
	font-size: 112.5%; /* 18px */
	font-weight:bold;
	line-height: 1.4;
	text-decoration:none;
}
.nav-list > li .not{
	opacity: 0.5;
}
    .nav-list > li > a.parent{
        position: relative;
        padding-right: 20px;
    }
    .nav-list > li > a.parent:before,
    .nav-list > li > a.parent:after{
        content: "";
        display: block;
        width: 14px;
        height: 2px;
        background-color: #ffffff;
        position: absolute;
        top: 0;
        right: 3px;
        bottom: 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;
    }
    .nav-list > li > a.parent:before{
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .nav-list > li > a.parent.open:before{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .nav-list > li > a.parent.open:after{
        background-color: transparent;
    }
	.nav-list > li > .subbox{
        display: none;
        margin-left: 15px;
	}
.nav-list > li > .subbox ul li a{
    display: block;
	padding: 10px;
	font-size: 100%; /* 16px */
}

.nav-btn{
	display: block;
	margin: 0 30px 60px;
	letter-spacing: -.4em;
	text-align: center;
}
.nav-btn > li{
    display: inline-block;
	vertical-align: top;
	margin-left: 1px;
	letter-spacing: normal;
}
.nav-btn .inner{
	display: inline-block;
    padding: 10px 35px;
    color: #000000;
	font-family: 'Noto Sans JP';
    text-align: center;
    text-decoration: none;
    background-color: #E9E9E9;
}
.nav-btn a.inner{
	cursor: pointer;
}
.nav-btn .inner a.btn{
	display: inline-block;
    color: #000000;
}
.nav-btn a.inner:hover,
.nav-btn .inner a.btn:hover,
.nav-btn .inner a.btn.on{
	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-btn .lang .inner{
	padding-right: 20px;
	padding-left: 20px;
}












/* TITLE */

#title {
	margin: 0;
    width: auto;
    padding-top: 60px;
	padding-bottom: 50%;
	background-image: url(../images/common/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
#title:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(30,40,100,0.4);
}

#title .container-inner {
	padding: 60px 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;
	text-align: center;
}

#title .title_en {
	margin-bottom: 0;
	padding: 5px 15px;
	color:#ffffff;
	font-size: 125%; /* 20px */
    font-family: 'Marcellus';
	font-weight:bold;
	line-height:1.5;
	border-bottom: 1px solid #ffffff;
}
#title .title_en strong {
	font-weight: bold;
}

#title .title {
	margin-bottom:0;
	padding: 20px 15px;
	color:#ffffff;
	font-size: 200%; /* 32px */
	font-weight:bold;
    letter-spacing: 1.5pt;
	text-indent: 1.5pt;
	line-height:1.5;
}


/* CONTENT */

#content {
	margin-bottom:10px;
}

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

#breadcrumb li{
	display:inline-block;
	vertical-align:middle;
	font-size:87.5%;
}
#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: 30px;
}

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

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

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

.pagetop {
	position:fixed;
	bottom:0;
	right:0;
	text-align: right;
	margin: 0;
	z-index:5000;
}
.pagetop a {
	display:block;
	width: 54px;
	height: 54px;
	line-height:0;
	text-decoration:none;
	background-color: #ffffff;
	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 */
#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-bottom:15px;
	border-bottom: 1px solid #e7882b;
}
#subnav .subnav-list{
	letter-spacing:-.4em;
}
#subnav .subnav-list > li{
	display:inline-block;
	vertical-align:middle;
	letter-spacing:normal;
}
#subnav .subnav-list > li > a{
	display:block;
	margin:0 5px 5px;
	padding:5px 5px 5px 15px;
	font-size: 0.9285em;
	font-weight: bold;
	line-height:1.0;
	text-align:center;
	text-decoration:none;
	background-image:url(../images/common/anchor-type01.png);
	background-position:5px 6px;
	background-repeat:no-repeat;
	background-size: 7px 12px;
	border-bottom: 2px solid transparent;
}
#subnav .subnav-list > li.on > a,
#subnav .subnav-list > li > a:hover{
	border-bottom-color:#e7882b;
}


#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*/
	}





}
