@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  color: #000;
  /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif; */
 	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'MS PGothic', Osaka, arial, sans-serif; 
	line-height: 100%;
  font-size: 18px;
}


h1 {
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 img {
	width: 240px;
	height: auto;
}
ul {
	margin: 0 0 1em 1em;
	padding: 0;
	list-style: disc;
}
li {
	margin-bottom: 0.5em;
	line-height: 1.5em;
}

.wrapper {
  width: 814px;
	max-width: 100%;
	margin: 0 auto;
}
.header {
  width: 100%;
	margin: 0 0 50px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.contents {
	width: 90%;
	margin: 0 auto;
}
.footer {
  width: 100%;
  height: ;
  margin: 80px 0 0;
  padding: 40px 0;
	border-top: 1px solid #ccc;
}
.footer ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	font-size: 14px;
	max-width: 90%;
	margin: 0 auto 30px;
}
.footer li {
	
}
.copylight {
  text-align: center;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 12px;
}