@charset "utf-8";

html{
	font-size: 100%;
	overflow-y:scroll;
}
p {
font-size: 140%;
text-align: center;
padding-top: 100px;
line-height: 40px;
}

/*  PC向けのスタイル：1000px～ */
@media only screen and (min-width: 1250px) {

body {
color:#000;
line-height:1.5;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
-webkit-text-size-adjust: 100%;
font-size:80%;
letter-spacing: 1px;
margin: 0;
}










}