@charset "utf-8";
/*------------------------------------------------------
　header
-------------------------------------------------------*/
#header {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	padding:0;
}


#header ul, #header ol {
	list-style: none;
}

.header_sp_menu{
	position:fixed;
	top:0;
	left:0;
	padding:5px;
	width:100%;
	background:#fff;
	border-bottom:1px solid #aaa;
	display:none;
	line-height: 0;
	z-index: 2;
}
.header_sp_menu a{
	display:block;
}

.table_cell{
	display:table-cell;
}
.header_icon{
	width:85px;
}
.header_icon img{
	width:35px;
}
.siteinfo{
	padding:20px 0;
}

@media screen and (max-width:768px){
#header {
	border-bottom: 1px solid #cbcbcb;
	margin-bottom:20px;
}
#logo_sp{
	width: 100%;
	max-width: 270px;
	padding:0 5px 0 0;
}
.header_sp_menu{
	display:table;
}
.siteinfo{
	padding:0;
}
}


#logo{
	width: 100%;
    margin: 0px;
	padding:2px 5px 2px 0;
    font-size: 200%;
    text-decoration: none;
    display: block;
	line-height:0;
}
.page_header{
	border-bottom:2px solid #005b97;
}
.bg_black.page_header{
	border-bottom:none;
}
.page_header #logo{
	color: #000;
}
.bg_black.page_header #logo{
	color: #fff;
}


@media screen and (max-width:768px){
#logo{
	float:left;
	padding:10px 0 10px 5px;
}
}



/*------------------------------------------------------
　footer
-------------------------------------------------------*/
#footer {
	font-size: 90%;
	margin: 0;
	padding:0;
	background: #fff;
}
#footer .sitemap{
	padding:40px 10px;
}

 
#footer .sitemap ul li{
	padding:5px 5px 5px 20px;
	background:url(../img/icon/arrow_link.svg);
	background-position:left center;
	background-size:12px;
	background-repeat:no-repeat;
}
#footer .sitemap ul li a{
	color:#000;
	text-decoration:none;
}

@media screen and (max-width:768px){
#footer .bt_green{
	border-top: 1px dotted #33a8a2;
}
#footer .sitemap ul li{
    text-align: center;
    border-bottom: 1px dotted #33a8a2;
	background:none;
	padding:0;
}
#footer .sitemap ul li a{
    padding: 10px;
	display:block;
}
}

#footer .info{
	background:#0d3387;
	color:#fff;
	padding:20px 10px;
}


#footer .icon{
	width:20px;
	float:left;
}
#footer .sitename{
	font-size:120%;
	font-weight:bold;
	margin:0 0 10px 0;
}

#footer .copyright{
	margin:30px 0 0 0;
}

.character{
	position:relative;
}
.character img{
	position:absolute;
	bottom:0;
	right:0;
}