/* ----- 全体レイアウト -------------------- */

body { 
	font-feature-settings: "palt"; 
	font-family: "Noto Sans JP", "BIZ UDPGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #666666;
	font-size: 1em;
	/* letter-spacing: .05em; */
	font-weight: 400;
	line-height:1.7em;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	height: 100%;
	margin: 0;
	overflow-x: hidden;
	/* scroll-behavior: smooth;
	scroll-padding-top: 80px; /* ヘッダーの高さ分設定 */
	}

body * { box-sizing: border-box; }
section { position: relative; }
.site-content { width:100%; }
.wrapper { width: 90%; max-width: 1120px; margin-left: auto; margin-right: auto; }

img { image-rendering: -webkit-optimize-contrast; }

a { color: #333333; text-decoration: underline; }