/* =Font
- - - - - - - - - - - - - - - - - - - - - - - - - */

/* noto-sans-jp-regular - latin_japanese */
@font-face {
		font-family: 'Noto Sans JP';
		font-style: normal;
		font-weight: 400;
		src:url('../fonts/noto-sans-jp-v40-latin_japanese-regular.eot'); /* IE9 Compat Modes */
		src: local(''),
						url('../fonts/noto-sans-jp-v40-latin_japanese-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
						url('../fonts/noto-sans-jp-v40-latin_japanese-regular.woff2') format('woff2'), /* Super Modern Browsers */
						url('../fonts/noto-sans-jp-v40-latin_japanese-regular.woff') format('woff'), /* Modern Browsers */
						url('../fonts/noto-sans-jp-v40-latin_japanese-regular.ttf') format('truetype'), /* Safari, Android, iOS */
						url('../fonts/noto-sans-jp-v40-latin_japanese-regular.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}
/* noto-sans-jp-700 - latin_japanese */
@font-face {
		font-family: 'Noto Sans JP';
		font-style: normal;
		font-weight: 700;
		src:url('../fonts/noto-sans-jp-v40-latin_japanese-700.eot'); /* IE9 Compat Modes */
		src: local(''),
						url('../fonts/noto-sans-jp-v40-latin_japanese-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
						url('../fonts/noto-sans-jp-v40-latin_japanese-700.woff2') format('woff2'), /* Super Modern Browsers */
						url('../fonts/noto-sans-jp-v40-latin_japanese-700.woff') format('woff'), /* Modern Browsers */
						url('../fonts/noto-sans-jp-v40-latin_japanese-700.ttf') format('truetype'), /* Safari, Android, iOS */
						url('../fonts/noto-sans-jp-v40-latin_japanese-700.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}

/* noto-serif-jp-regular - latin_japanese */
@font-face {
		font-family: 'Noto Serif JP';
		font-style: normal;
		font-weight: 400;
		src:url('../fonts/noto-serif-jp-v19-latin_japanese-regular.eot'); /* IE9 Compat Modes */
		src: local(''),
						url('../fonts/noto-serif-jp-v19-latin_japanese-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
						url('../fonts/noto-serif-jp-v19-latin_japanese-regular.woff2') format('woff2'), /* Super Modern Browsers */
						url('../fonts/noto-serif-jp-v19-latin_japanese-regular.woff') format('woff'), /* Modern Browsers */
						url('../fonts/noto-serif-jp-v19-latin_japanese-regular.ttf') format('truetype'), /* Safari, Android, iOS */
						url('../fonts/noto-serif-jp-v19-latin_japanese-regular.svg#NotoSerifJP') format('svg'); /* Legacy iOS */
}
/* noto-serif-jp-700 - latin_japanese */
@font-face {
		font-family: 'Noto Serif JP';
		font-style: normal;
		font-weight: 700;
		src:url('../fonts/noto-serif-jp-v19-latin_japanese-700.eot'); /* IE9 Compat Modes */
		src: local(''),
						url('../fonts/noto-serif-jp-v19-latin_japanese-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
						url('../fonts/noto-serif-jp-v19-latin_japanese-700.woff2') format('woff2'), /* Super Modern Browsers */
						url('../fonts/noto-serif-jp-v19-latin_japanese-700.woff') format('woff'), /* Modern Browsers */
						url('../fonts/noto-serif-jp-v19-latin_japanese-700.ttf') format('truetype'), /* Safari, Android, iOS */
						url('../fonts/noto-serif-jp-v19-latin_japanese-700.svg#NotoSerifJP') format('svg'); /* Legacy iOS */
}


/* =初期設定
- - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	box-sizing: border-box;
}
body, div, h1, h2, h3, h4, h5, h6, p, address, blockquote, pre,
dl, dt, dd, ul, ol, li, table, tr, th, td, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}

dl, dt, dd, ul, ol, li {
	list-style-type: none;
}

/* IE6、IE7のボタン内文字ズレ調整 */
html* input {
	padding-top: 3px;
}

img {
	vertical-align: top;
	border: none;
}

fieldset {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

q:before, q:after {
	content:'';
}

abbr, acronym {
	border: 0;
}


/* ==共通のクラス
- - - - - - - - - - - - - - - - - - - - - - - - - */

/* 非表示クラス */
.none {
	display: none;
}
.hidden {
	visibility: hidden;
}
/* 線は非表示 */
hr {
	display: none;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
	.clearfix { display: block; }
/* End hide from IE-mac */
/* End clearfix */


/* ==ボディ
- - - - - - - - - - - - - - - - - - - - - - - - - */

html, body {
	height: 100%;
}
body {
	font-family: 'Noto Serif JP', serif;
	color: #191919;
	background: white;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

footer {
	flex: 1;
	display: flex;
	align-items: flex-end;
}


/* ==一般
- - - - - - - - - - - - - - - - - - - - - - - - - */

#header {
	height: 56px;
	padding: 4px;
	display: flex;
	justify-content: space-between;
}
#header ul {
	padding: 0 0 0 4px;
}
#header li {
	padding: 0 8px 0 0;
	display: inline-block;
	font-size: 20px;
	line-height: 48px;
}
#header li a {
	display: block;
	color: #494949;
}
#header li a:hover {
	opacity: 0.5;
	text-decoration: none;
}
#header > a {
	width: 48px;
	height: 48px;
}
#header > a:hover {
	opacity: 0.5;
}
#header > a img {
	width: 48px;
	height: 48px;
}

#image_area {
	position: relative;
	width: 100%;
	min-height: 300px;
	overflow: hidden;
	background: url(/assets/feature_graphics_plus.jpg);
	background-size: 100% auto;
	background-position: 0 50%;
}
#image_area p {
	position: absolute;
	bottom: 8px;
	left: 50%;
	box-sizing: content-box;
	width: 0;
	height: 0;
	text-indent: -9999px;
	border-top: solid 16px white;
	border-left: solid 12px transparent;
	border-right: solid 12px transparent;
	cursor: pointer;
}
#image_area p:hover {
	opacity: 0.5;
}

#cont {
	margin: 0 auto;
	padding: 8px 16px;
	max-width: 1056px;
}
#cont a {
	color: #494949;
}
#cont a:hover {
	opacity: 0.5;
	text-decoration: none;
}

h1 {
	padding: 0 0 10px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 40px;
	line-height: 1.5;
	font-weight: 700;
}
h2 {
	padding: 0 0 20px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 36px;
	line-height: 1.5;
	font-weight: 700;
}
h3 {
	padding: 0 0 10px 0;
	font-size: 28px;
	line-height: 1.5;
	font-weight: 700;
}
#cont article:not(:first-of-type) h3 {
	margin: 35px 0 0 0;
}
#cont ul {
	margin: 0 0 0 1em;
}
#cont ul#topic {
	margin: 1.5em 0 0 1em;
}
#cont ul li {
	position: relative;
	font-size: 20px;
	line-height: 1.75;
}
#cont ul li::before {
	content: "・";
	position: absolute;
	top: 2px;
	left: -1em;
}
p {
	font-size: 20px;
	line-height: 1.75;
}
p.mt {
	margin: 35px 0 0 0;
}
p.fig {
	margin: 35px 0;
	text-align: center;
}
p.fig img {
	max-width: 100%;
}

#footer {
	width: 100%;
	padding: 48px 16px 16px 16px;
}
#footer ul {
	text-align: center;
}
#footer li {
	padding: 0 8px 0 0;
	display: inline-block;
	font-size: 18px;
	line-height: 48px;
}
#footer li a {
	display: block;
	color: #494949;
}
#footer li a:hover {
	opacity: 0.5;
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	#header li {
		font-size: 18px;
	}
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	p {
		font-size: 16px;
	}
	#cont ul li {
		font-size: 16px;
	}
	#footer ul {
		border-top: solid 1px #cccccc;
		text-align: left;
	}
	#footer li {
		padding: 0;
		display: block;
		border-bottom: solid 1px #cccccc;
	}
	#footer li a {
		text-decoration: none;
	}
}
