@charset "utf-8";

:root{
  --wrap: 1140px;
  --white: #FFFFFF;
}

/*----------------------------------------------
	html
---------------------------------------------*/
html {
  font-size: 62.5%;
}

/*----------------------------------------------
	body
---------------------------------------------*/
body{
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #311303;
  line-height: 1.5;
	padding-top: 100px;
}

/*----------------------------------------------
	a
---------------------------------------------*/
a { color: #00f; }
a:hover,
a:active,
a:focus { color: #ffa500; cursor: pointer;}

/*----------------------------------------------
	table
---------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*----------------------------------------------
	h1,h2,h3,h4,h5,h6
---------------------------------------------*/
h1,h2,h3,h4,h5,h6{ margin: 0; }

/*----------------------------------------------
	img
---------------------------------------------*/
img { vertical-align: bottom; }

/*----------------------------------------------
	*
---------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
