@charset "utf-8";
/*-----------------------------------------------------
common
--------------------------------------------------------*/
	.forPC,
	.forTB{display:none;}
	.forSP{display:inherit;}

/*-----------------------------------------------------
sp
-------------------------------------------------------*/
html{font-size:10px;}
img {max-width:100%; height:auto;}
body{font-size:1.5rem;}
@media screen and (max-width: 374px) {
	body{font-size:1.4rem;}
}

#frontImage::before{margin:0;}
#frontImage div{
    width:240px;
    height:300px;
    position:absolute;
    top:23%;
    left:0;
    right:0;
    bottom:0;
    margin:0 auto auto auto;    
}

#frontImage div h1{
    width:195px;
    height:113px;
    margin:0 auto;
}
#frontImage div ul{
    width:240px;
    height:40px;
    margin:33px auto 0;
}
#frontImage div ul li a,
#frontImage div ul li span{
    height:40px;
    line-height:40px;
    font-size:1.2rem;
}


@media screen and (max-width: 374px) {
    /*iphone5*/
}