@charset "UTF-8";

/*--------------------------------------------------------------------
=== [共通レイアウト] ====================================
 -------------------------------------------------------------------*/

body {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1;
	font-weight: 400;
	color: #000;
}

#wrapper {
	overflow: hidden;
}

img {
	max-width: 100%;
}

a {
	transition: 0.3s;
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

header {
	min-height: 120px;
	padding: 5px 50px 0 32px;
	background-color: #005bac;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headerLogo {
	width: auto;
	height: 90px;
	margin-bottom: 12px;
	flex-shrink: 0;
}
.headerLogo img {
	max-height: 100%;
}

header nav {
	flex-grow: 1;
}

header nav ul {
	display: flex;
	justify-content: space-around;
	max-width: 840px;
	margin: 0 auto;
}

header nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0 10px;
	padding: 2px 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}

header nav li.is-current a {
	border-bottom: 2px solid #fff;
}

header .reportTtl a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	white-space: nowrap;
	text-align: right;
}

header .reportTtl a em {
	font-style: normal;
	font-size: 20px;
	letter-spacing: 0.05em;
}

#pageTop a {
	bottom: 20px;
	position: fixed;
	right: 20px;
	width: 67px;
}

footer {
	background-color: #005bac;
}

footer .inner {
	max-width: 1296px;
	margin: 0 auto;
	padding: 100px 48px 58px;
}

footer .upr {
	display: flex;
	align-items: center;
	padding-bottom: 70px;
	border-bottom: 2px solid #fff;
}

footer .logo {
	width: 140px;
	margin-right: 40px;
}

footer .name {
	width: 400px;
}


footer .btm {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	color: #fff;
	padding-top: 30px;
}

footer .btm ul {
	display: flex;
	width: calc(100% - 400px);
	max-width: 500px;
}

footer .btm ul li {
	width: 50%;
	padding-right: 50px;
}

#btmNav {
	background-color: #ecf0f3;
}


#btmNav nav {
	max-width: 940px;
	margin: 0 auto;
	margin-top: 5.2vw;
	padding: 80px 0;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

#btmNav nav ul {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

#btmNav nav ul li {
	margin: 0 3.4vw;
	flex-shrink: 0;
}

#btmNav nav ul li a {
	position: relative;
}

#btmNav nav ul li a:after {
	background-image: url("../img/ico_arw.png");
	background-size: contain;
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 0;
	margin: auto 0 auto 10px;
}

#btmNav nav .pdfLink a:after {
	background-image: url("../img/ico_download.svg");
	background-size: contain;
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: bottom;
	margin-left: 10px;
}

/*--------------------------------------------------------------------
=== [記事パーツ] ====================================
 -------------------------------------------------------------------*/

article {
	max-width: 940px;
	margin: 0 auto;
}

article .txtUnit {
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 1.8;
}

article .txtUnit h2 {
	font-size: 20px;
	font-weight: bold;
	color: #005bac;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

article .txtUnit figure {
	margin: 30px 0;
}
article .txtUnit figure figcaption {
	margin-bottom: 10px;
	font-weight: bold;
}

article .txtUnit figure.mSize {
	max-width: 650px;
	margin: 30px auto;
}

article .txtUnit .txt02 {
	margin-top: 40px;
}

article .txtUnit .txt02 h3 {
	color: #005bac;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 17px;
}

article .txtUnit .txt02 h4 {
	font-weight: bold;
	margin-bottom: 5px;
}

article .txtUnit .profile {
	margin-top: 40px;
	padding: 30px;
	background: #ECF0F3;
}
article .txtUnit .profile h3 {
	color: #005bac;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 17px;
}
