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


html{
	font-size: 62.5%;
}
body{
	font-size: 1.6rem;/* 16px*/
	line-height: 1.8;
	text-align: left;
	color: #444444;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
	letter-spacing: 0.1em;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #444444;
}
img {
	border: none;
	vertical-align: top;
}
p , ul {
	margin: 0;
	padding: 0;
}


*, *::before, *::after {
	box-sizing: border-box;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

/* Font Awesome アイコン設定 /////////////////////////////////////////////// */
i.font-a-icon {
  padding-right: 5px;
}

 
@media screen and (max-width: 768px) {/* 768px以下*/
    body{
        font-size: 1.4rem;/* 14px*/
    }
}
 

