@charset "utf-8";
/********************************
						構造・共通
********************************/

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

html {
	font-size: 100%;
	scroll-padding-top: 160px; /* ヘッダーの高さ */
}
html.scroll-nav{
	scroll-padding-top: 100px; /* ヘッダーの高さ */
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans JP',sans-serif;
	padding:0;
	margin:0;
}

p {
	line-height: 1.6;
}

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

ul {
	list-style-type: none;
}

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

a {
	color:#0000EE;
	text-decoration:none;
}
a:hover{
	color:#FF8040;
	text-decoration:underline;
}

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

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

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

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

.mb5px {
	margin-bottom: 5px !important;
}

h2{
	text-align:left;
	color:#333333;
}

h2.next_label{
	color:#005091;
	font-size: 26px;
	border-bottom: double 4px #005091;
}

h3{
	text-align:left;
	color:#005091;
	font-size:26px;
	margin:10px 0;
}

h3.next_label{
	background-color:#005091;
	color:#FFFFFF;
	padding:10px;
	text-align:center;
}

h4{
	font-size:22px;
	color:#294c29;
	line-height:1.6;
}

.mincho{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/********************************
				見出し
********************************/

h2.lbltitle {
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 30px;
	line-height: 1;
	text-align: left;
	font-weight:normal;
	border-bottom:solid 2px #005091;
}
