body, div, dl, dt, dd, ul,li, h1, h2, h3, h4, h5, h6, pre, form, input, p { margin: 0; padding: 0; font-weight: normal; }
body { font-size: 12px; background-color: #FFF; text-rendering: optimizeLegibility; color: #262626;}
ul { list-style: none; }
i{font-style: normal;}
a { text-decoration: none; }
a:focus { outline: none; -moz-outline: none; }
h1{font-size: 35px;font-weight: bold;}
h2{font-size: 25px;font-weight: bold;}
h3{font-size: 18px;font-weight: bold;}
p{line-height:1.8;}
.clear{clear: both;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; }
.for-pad,.for-mobile,.hidden{display: none;}
*, *:before, *:after { box-sizing: border-box; }


/*pad Screen*/
@media screen and (max-width:980px){
	h1{font-size:25px;}
	h3{font-size:15px;}
	.for-pc{display:none;}
	.for-pad{display:block;}
}

/*mobile Screen*/
@media screen and (max-width:520px){
	h2{font-size:18px;}
	.for-pad{display:none;}
	.for-mobile{display:block;}
}