@charset "utf-8";

/*////////////////////////////////////////////////////
	for all
////////////////////////////////////////////////////*/
body{
    background: url(/vision/img/back.svg) top center no-repeat;
}

main section, main p{
    text-align: center;
}

	
/*////////////////////////////////////////////////////
	for PC
////////////////////////////////////////////////////*/
@media screen and (min-width: 800px){
body{
    background-position: center 0px;
}

main section{
    margin-bottom: 200px;
}

main p{
    line-height: 2.5;
}

main p:last-child{
    margin-bottom: 20px;
}

}


/*////////////////////////////////////////////////////
	for SmartPhone
////////////////////////////////////////////////////*/
@media screen and (max-width: 799px){
body{
    background-position: center -150px;
}

main section{
    margin-bottom: 150px;
}

main section img{
    width: 300px;
}

}