/*
======================================
	font.css
======================================	
*/
html , body {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	letter-spacing:1px;
}
html { font-size: 62.5%; } /* =10px相当 */
html { font-size: calc(1em * .625); } /* =10px相当 */
body { font-size: 15px; font-size: 1.5em; line-height:2.2rem; } /* =15px */

.attention{
	color: #ff4858;
}
.text_10{
	font-size:10px;
	font-size:1rem;
}
.text_12{
	font-size:12px;
	font-size:1.2rem;
}
.text_14{
	font-size:14px;
	font-size:1.4rem;
}
.text_18{
	font-size:18px;
	font-size:1.8rem;
}
.text_b{
	font-weight:bold;
}
