/* リセットCSS */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #000;
	font-weight: 500;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	list-style: none;
}

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

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

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

.mt3em {
	margin-top: 3em !important;
}

h1{
	background-color: #00469B;
	color: #FFFFFF;
	font-size: 20px;
	padding: 10px 20px;
	border-radius: 20px;
	margin: 0 0 20px;
}
h2{
	background-color:#D1DDF8;
	padding:10px;
	margin: 0 0 20px;
}
h3{
	background-color:#D1DDF8;
	padding:10px;
	margin: 20px 0;
	font-weight:bold;
}
