@charset "utf-8";
/* CSS Document */



/*スマホcss*/
@media screen and (max-width: 896px){
html{
	font-size: 62.5%;
}

#slide_menu{
    width: 100%;
    border-top: solid 1px #FFF;
}
#slide_menu a {
    width: 25%;
	background: #00165F;
	color: #FFF;
	padding: 10px 0;
}    
#slide_menu a:nth-child(odd) {
	background: #00AAE8;
	color: #00165F;
}
#slide_menu img{
    width: 100%;
    height: 100%;
}
#page_top {
	z-index:9999;
    right: 10px;
}
#page_top a img{
	height: auto;
	width: 60px;
}

.sp_center{
    text-align: center;
}

/*h1{
	font-size: 2rem;
}
h2{
	font-size: 1.4rem;
}
h3{
	font-size: 1.2rem;
}
h3 span{
	font-size: 1.8rem;
}
h4{
	font-size: 0.85rem;
}
h5{
	font-size: 1.1rem;
}*/

header img{
	max-height: 40px;
	width: auto;
}
footer h3 img{
	max-height: 40px;
	width: auto;
}
ul.voice{
	max-width: 65%;
}
.voice_img{
	width: 100%;
}
.voice_text{
	width: 100%;
}
ul.voice li{
	padding: 20px;
}

}/* sp end */