@charset "utf-8";

@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold");
  font-weight: 500;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
	margin: 0 auto;
	padding: 0 0;
	background: #fff;
	color: #4D4D4D;
	font-family: 'Heebo', "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", sans-serif;
	font-size: 12px;
	line-height: 1.8;
	-webkit-print-color-adjust: exact;
	-webkit-text-size-adjust: 100%;
	position: relative;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	overflow-x: hidden;
}
.p-none{
	display:none !important;
}







/*	コンテンツ
================================================== */
main{
	display:block;
	position: relative;
	z-index: 2;
	min-width: 980px;
	padding-top: 127px;
	transition: 0.5s ease-in-out;
}



