@charset "UTF-8";
/* CSS Document */
html{
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
/*overflow-x: hidden;*/
}
body {
  color: #333;
  font-family: "游ゴシック体","游ゴシック", "Yu Gothic",sans-serif,"メイリオ";
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
	/*overflow-x: hidden;*/
}
section h1,section h2,section h3{
	font-family: 'Shippori Mincho', serif;
  font-weight: 500;
}
