@charset "utf-8";
/* CSS Document */

/* =====================================================================
	1. common
======================================================================== */

html {
	font-size: 62.5%;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
	font-size: 1.2rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	color: #000000;
	text-decoration: none;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}

.c-imgReplace {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.c-text {
	font-style: normal;
	font-size: 1.4rem;
	line-height: 2.2rem;
}

.c-text18r { font-size: 1.8rem;
	line-height: 2.6rem;
}
		@media print, screen and (min-width: 768px) {
			.c-text18r-pc { font-size: 1.8rem; }
		}
		@media (max-width: 767px) {
			.c-text18r { font-size: 1.6rem; }
		}
