@charset "utf-8";

/******************************************

共通css 480px以下

*******************************************/
/**/
@media screen and (max-width:480px) {
/**/

body{
	width: auto;
	min-width: auto;
	max-width: 480px;
	font-size: 3.7vw;
}
.wrapper{
	width: 95%;
	margin: 10% auto;
}
.pc{
    display: block !important;
}
.sp{
    display: none !important;
}

/* h2 */
h2{
	margin-bottom: 7%;
    font-size: 5.2vw;
}
h2:before{
	height: 45px;
}
h2 span{
	font-size: 4.7vw;
}

/* h3 */
h3{
	font-size: 4.3vw;
	margin-bottom: 3%;
}

/* p */
p{
	margin-bottom: 3.7%;
}

/* 終了 */
}
/* 終了 */