@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

body {
	width: 100%;
	height: 100%;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {  
   margin: 0;  
   padding: 0;  
   border: 0;
   font-size: 100%;
   box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

ul {
	list-style-type: none;
}

ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
}

ul.disc {
	list-style-type: disc;
	margin-left: 1em;
}

ul.disc li {
	list-style-type: disc;
}

p.center {
	display: block;
	text-align: center;
}

p.right {
	display: block;
	text-align: right;
}

span.large {
	font-size: 21px;
}

.color01 {
	color: #ff0000 !important;
}

.pt0 {
	padding-top: 0 !important;
}

.mt1em {
	margin-top: 1em !important;
}

.mt2em {
	margin-top: 2em !important;
}


/******************************************************

						見出し

*******************************************************/

h1 {
	display: block;
	font-weight: normal;
}

h2 {
	display: block;
	font-weight: normal;
}

h3 {
	display: block;
	font-weight: normal;
}

h4 {
	display: block;
	font-weight: normal;
}

h4 {
	display: block;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #ffffff;
	font-size: 21px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #ffffff;
	text-align: center;
}

h5 {
	display: block;
	font-weight: normal;
}