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

html {
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}  
body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h5, h6,  
pre, form, fieldset, input, textarea, p, blockquote, th, td {  
	margin: 0;  padding: 0;  
}  
address, caption, cite, code, dfn, em, strong, th, var  {  
	font-style: normal;  
}  
table   {  
	border-collapse: collapse;  border-spacing: 0;  
}  
caption, th {  
	text-align: left;  
}  
q:before ,q:after   {  
	content: '';  
}  
object, embed   {  
	vertical-align: top;  
}  
legend  {  
	display: none;  
} 
h1, h2, h2, h3, h5, h6  {  
	font-size: 100%;  
}  
img, abbr, acronym, fieldset {  
	border: 0; 
}
img {
	vertical-align: bottom;
}


body {  
	background	: #ffffff;
	color		: #000000;
	font-size	: 18px;
	line-height	: 180%;
	text-align	: center;
	font-weight : 500;
	font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}

#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

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

:root {
	--main-font-bold: 600;
	--main-font-nomal: 500;
}

  
/* ------------ A Style */  
a:link  {
	text-decoration	: underline;
	color			: #fff;
}  
  
a:visited   {
	text-decoration	: none;
	color			: #fff;
}  
  
a:hover {
	text-decoration	: underline;
	color			: #28aa0e;
}  
  
a:active    {
	text-decoration	: none;
	color			: #fff;
}

img {
	margin	: 0	;
	padding	: 0	;
	border	: 0	;
}

.red {
	color: #E12F02;
}


