@charset "utf-8";
html {
	overflow-y: scroll;
}
body {
}
#wrapeer{
	position: relative;
	height: auto;
	width: 100%;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
/*------------------#side-wrap------------------*/
#side-wrap {
	background: #00B4FC;
    width: 200px;
    height: 100%;
    min-height: 100%;
	overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
}
body > #side-wrap {
  height: auto;
}
#side-wrap h2 {
	width: 142px;
	margin: 0px auto;
}
#side-wrap h2 a {
	display: block;
	margin-top: 40px;
	margin-bottom: 30px;
	background: #FFF;
	border-radius: 5px; 
}
#side-wrap nav {
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	background: #00B4FC;
}
#side-wrap nav ul {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #009EDB;
}
#side-wrap nav ul li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #009EDB;
	border-bottom: 1px solid #FFF;
}
#side-wrap nav ul li a {
	font-size: 14px;
	color: #FFF;
	text-align: center;
	display: block;
	text-shadow: 0px 1px 1px #006A93;
	font-weight: bold;
}
.nav_on nav {
	position: absolute !important;
	width: 100% !important;
	left: 0px !important;
	top: 0px !important;
	background: #009EDB !important;
	z-index: 300 !important;

}
.nav_on nav ul li {
    padding-top: 20px ;
    padding-bottom: 20px;
    border-top: 1px solid #009EDB;
    border-bottom: 1px solid #FFF;
}

/*------------------#main-wrap------------------*/
#main-wrap {
	position: relative;
	min-height: 100%;
	width: auto;
	padding-left: 200px;
	margin-top: -80px;
	padding-top: 80px;	
}

/*------------------#header------------------*/
header {
	position: fixed;
	left: 200px;
	top: 0px;
	background: #FFF;
	width: 100%;
	height: 80px;
	z-index: 100;
	/* box-shadow */
	box-shadow:0px 2px 15px -3px #b0b0b0;
	-moz-box-shadow:0px 2px 15px -3px #b0b0b0;
	-webkit-box-shadow:0px 2px 15px -3px #b0b0b0;

}
header h1 {
	font-size: 20px;
	font-weight: bold;
	color: #444444;
	position: absolute;
	left: 30px;
	top: 20px;
    background-image: url(/img/footer-icon.png?v=20231016);
    background-position: left center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    line-height: 40px;
    padding-left: 40px;
}

header p {
	font-size: 12px;
	position: absolute;
	top: 8px;
	right: 360px;
	text-align: right;
}
header address {
	position: absolute;
	top: 28px;
	right: 360px;
}
header address a {

}
header ul {
	position: absolute;
	top: 8px;
	right: 210px;
}
header ul li {

}
header ul li a {

}

/*------------------#header------------------*/

/*------------------#footer------------------*/
footer {
	border-bottom: 1px solid #626262;
}
footer div#page-top {
	margin: 0px auto;
	height: 38px;
	width: 85px;
}
footer div#footer-wrap {
	background: #777777;
	border-bottom: 1px solid #626262;
	padding-right: 7.3%;
	padding-left: 7.3%;
	position: relative;
	padding-bottom: 140px;
}
footer div#footer-wrap nav {
	padding: 50px 0px;
}
footer div#footer-wrap nav ul {
	text-align: center;
}
footer div#footer-wrap nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
footer div#footer-wrap nav ul li a {
	font-size: 12px;
	color: #FFF;
	padding: 0px 30px;
	border-right: 1px solid #FFF;
}
footer div#footer-wrap nav ul li:first-child a {
	padding-left: 0px;
}
footer div#footer-wrap nav ul li:last-child a {
	border-right: none;
	padding-right: 0px;
}
footer div#footer-wrap p {
	position: absolute;
	top: 115px;
	font-size: 12px;
	color: #FFF;
	padding: 2.5%;
	width: 45%;
	line-height: 1.5em;
	border: 1px solid #FFF;
}
footer div#footer-wrap div {
	position: absolute;
	top: 115px;
	right: 7.3%;
	width: 220px;
}
footer div#footer-wrap div dl {
	float: left;
	width: 100px;
}
footer div#footer-wrap div dl dt {

}
footer div#footer-wrap div dl dd {
	font-size: 10px;
	color: #FFF;
}
footer div#footer-wrap div figure {
	display: block;
	float: right;
	width: 100px;
}
footer small {
	background: #777777;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	display: block;
	padding: 5px 0px;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
}
/*------------------#footer------------------*/

@media screen and (max-width: 1400px) {
/*------------------#footer------------------*/
footer div#footer-wrap nav ul {
	margin: 0px auto;
	width: 630px;
}
footer div#footer-wrap nav ul li:nth-child(5) {
	padding-bottom: 10px;
	display: inline-block;
}
footer div#footer-wrap nav ul li:nth-child(5) a {
	border-right: none;
	padding-right: 0px;
	padding-bottom: 50px;
}

}
@media screen and (max-width: 1200px) {
/*------------------#footer------------------*/
footer div#footer-wrap nav ul {
	margin: 0px auto;
	width: 500px;
}
footer div#footer-wrap nav ul li a {
	padding-right: 15px;
	padding-left: 15px;
}


/*------------------#footer------------------*/
}
@media screen and (max-width: 1024px) {
/*------------------#header------------------*/
header {
    height: 65px;
}
header h1 {
	font-size: 18px;
}
header p {
	right: 320px;
}

header address {
	right: 320px;
}
header address img {
	height: 25px;
	width: 182px;
}
header ul li a img {
	height: 21px;
	width: 100px;
}
/*------------------#header------------------*/
}
@media screen and (max-width: 900px) {
/*------------------#footer------------------*/
footer div#footer-wrap {
    padding-bottom: 25px;
}
footer div#footer-wrap nav {
    padding: 25px 0px;
}
footer div#footer-wrap p {
	position: static;
	width: 100%;
}
footer div#footer-wrap div {
	position: static;
	margin: 25px auto 0px;
}
/*------------------#footer------------------*/
}


@media (max-width: 767px) {
	
.pc {
	display: none;
}
.sp {
	display: block;
}

#main-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-left: 0px;
}
/*------------------#header------------------*/
header {
	width: 100%;
	height: 47px;
	left: 0px;
}
header h1 {
	top: 5px;
	left: 0px;
	font-size: 16px;
	background-image: url("/img/footer-icon.png?v=20231016");
	background-position: left center;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	line-height: 40px;
	padding-left: 40px;
}

header p {
	display: none;
}
header address {
	right: 10px;
	top: 12px;
}
header div.sp {
	position: absolute;
	top: 10px;
	right: 10px;
}
header div.sp ol {
	width: 70px;	
}
header div.sp ol li {
	width: 30px;
}
header div.sp ol li:first-child{
	float: left;
}
header div.sp ol li:nth-child(2){
	float: right;
}
header div.sp ol li:last-child{
	float: right;
}
#menu-bt2 {
	display: none;
}
/*------------------#header------------------*/

/*------------------#footer------------------*/
footer div#footer-wrap nav ul {
	width: 100%;
	text-align: left;
}
footer div#footer-wrap nav ul li {
	width: 50%;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}
footer div#footer-wrap nav ul li:last-child{
	margin-bottom: 0px;
}

footer div#footer-wrap nav ul li:nth-child(4) {
	padding: 0px;
}
footer div#footer-wrap nav ul li a,
footer div#footer-wrap nav ul li:nth-child(4) a {
	font-size: 12px;
	padding: 0px;
	border-right: none;	
}
footer div#footer-wrap nav ul li:nth-child(5) {
    padding: 0px;
}
footer div#footer-wrap div {
    width: 220px;
	margin: 25px 0px 0px;
}
/*------------------#footer------------------*/

/*------------------#side------------------*/
#side-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	left: 0;
	top: 47px;
	z-index: 200;
	background-color: transparent;
	display: none;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
#side-wrap h2 {
	display: none;
}
#side-wrap nav ul li {
    padding-top: 0px;
    padding-bottom: 0px;
}
#side-wrap nav ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.nav_on nav {
	position: absolute !important;
	width: 100% !important;
	left: 0px !important;
	top: 0px !important;
	background: #009EDB !important;
	z-index: 300 !important;

}
.nav_on nav ul li {
    padding-top: 0px ;
    padding-bottom: 0px;
    border-top: 1px solid #009EDB;
    border-bottom: 1px solid #FFF;
}
/*------------------#side------------------*/

}





















