@charset "UTF-8";
/*
サイト 統一フォントサイズ　PC用
*/
/* 
    Created on : 2017/04/17, 13:55:54
    Author     : fukunaga
*/
/*　フォントスタイル　*/
html {
  font-size: 62.5%; /* 約10px */
  height: 100%;
}
body {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 140%; /* 約14px */
    line-height: 1.65;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.x-small {
	font-size: 71.428571%; /* 約10px */
}
.small {
	font-size: 85.714285%; /* 約12px */
}
.s-medium {
	font-size: 87.5%; /* 約14px */
}
.large {
	font-size: 114.285714%; /* 約16px */
}
.x-large {
	font-size: 128.571428%; /* 約18px */
}
.xx-large {
	font-size: 150%; /* 約21px */
}
.xxx-large {
	font-size: 171.428571%; /* 約24px */
}
.xxxx-large {
	font-size: 185.714285%; /* 約26px */
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', "Arial", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	letter-spacing: -0.03em;
}

h1 {
	font-size: 200%;
}
h2 {
	font-size: 175%;
	font-weight: 400;
}
h3 {
	font-size: 128%;
	font-weight: normal;
}

/*　フォントスタイル終わり　*/