

/*  フォント 基本設定
-------------------------- */
html {
	font-size: 62.5%;
}
body {
    font-family: "Microsoft YaHei","PingFang SC",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.0rem;
	letter-spacing: 0.25em;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
/*bold style*/
.typo-Bold {
	font-weight: 700;
}
/*font size*/
.fz-10 {
	font-size: 10px;
	font-size: 1.0rem;
}

@media screen and (max-width: 720px) {
.fz-10 {
	font-size: 9px;
	font-size: .9rem;
}
}
.fz-11 {
	font-size: 11px;
	font-size: 1.1rem;
}
.fz-12 {
	font-size: 12px;
	font-size: 1.2rem;
}
.fz-14 {
	font-size: 14px;
	font-size: 1.4rem;
}
.fz-16 {
	font-size: 16px;
	font-size: 1.6rem;
}

@media screen and (max-width: 720px) {
.fz-16 {
	font-size: 14px;
	font-size: 1.4rem;
}
}
.fz-18 {
	font-size: 18px;
	font-size: 1.8rem;
}
.fz-24 {
	font-size: 24px;
	font-size: 2.4rem;
}
.fz-36 {
	font-size: 36px;
	font-size: 3.6rem;
}
