@charset "utf-8";
/* --------------------------------------------------------- */
/* フォント */
/* --------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap');
/* --------------------------------------------------------- */
/* 基本 */
/* --------------------------------------------------------- */ :root {
	--mc: #001d60;
}
html {
	font-size: 16px;
}
body {
	margin: 0;
	padding: 0;
	/*overflow-x: hidden;*/
	line-height: 1rem;
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	font-feature-settings: 'palt';
	letter-spacing: 0.08rem;
	color: #333;
	background-color: #F5F5F5;
}
::selection { /* テキスト選択 */
	background-color: #F6C363;
	color: #000;
}
::-moz-selection {
	background-color: #F6C363;
	color: #000;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #001d60;
	cursor: pointer;
	transition: .3s;
}
a img {
	transition: .3s;
}
a:hover img {
	transition: .3s;
	opacity: 0.8;
}
main {
	display: block; /* IE11対策 */
	padding-bottom: 8rem;
}
table {
	border-collapse: collapse;
}
p {
	line-height: 1.8em;
	margin-bottom: 1rem;
}
.indent p, p.indent {
	text-indent: 1rem;
}
button {
	cursor: pointer;
	transition: .3s;
}
.container {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 2%;
}
.wrap-text { /* テキストを左揃えのまま中央寄せ */
	margin: auto;
	text-align: center;
}
.wrap-text p {
	display: inline-block;
	text-align: left;
}
br.mb, br.tb {
	display: none;
}
@media print, screen and (max-width:900px) {
	html {
		font-size: 14.5px;
	}
	main {
		padding-top: 80px;
		padding-bottom: 4rem;
	}
	.container {
		padding: 0 3%;
	}
	br.pc {
		display: none;
	}
	br.tb {
		display: block;
	}
}
@media print, screen and (max-width:600px) {
	/*html {
		font-size: 14px;
	}*/
	main {
		padding-top: 60px;
	}
	.container {
		padding: 0 5%;
	}
	br.tb {
		display: none;
	}
	br.mb {
		display: block;
	}
}
/* --------------------------------------------------------- */
/* ボックス */
/* --------------------------------------------------------- */
.box {
	margin: 4rem auto;
}
.box.basic {
	padding: 2rem 5%;
	background-color: #FFF;
	border-top: 1px solid #001d60;
	border-right: 1px solid #001d60;
	border-bottom: 1px solid #001d60;
	border-left: 7px solid #001d60;
}
.box.white {
	padding: 2rem 5%;
	background-color: #FFF;
}
.box.sub {
	margin-bottom: 0;
}
/* --------------------------------------------------------- */
/* タイトル・見出し・段落 */
/* --------------------------------------------------------- */
.head01 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #001d60;
	margin-bottom: 3rem;
	line-height: 1.3em;
}
.box.basic .head01 {
	margin-left: -2%;
}
.head02 {
	font-size: 1.25rem;
	font-weight: bold;
	color: #001d60;
	margin-bottom: 1rem;
	line-height: 1.3em;
}
.head01.center, .head02.center {
	text-align: center;
}
.lead01 {
	font-size: 1.25rem;
	color: #001d60;
	margin-bottom: 1rem;
	line-height: 1.3em;
}
/* --------------------------------------------------------- */
/* ボタン・リンク */
/* --------------------------------------------------------- */
.btn {
	max-width: 280px;
	height: 60px;
	margin: 2rem auto;
	padding: 0.5rem 1.5rem 0.5rem 1rem;
	color: #FFF;
	background-color: #001d60;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
}
.btn::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(/assets/img/common/arrow-white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.5rem;
}
.btn.back {
	padding: 0.5rem 1rem 0.5rem 1.5rem;
}
.btn.back::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(/assets/img/common/arrow-white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0.5rem;
	transform: rotate(180deg);
}
.btn:hover {
	opacity: 0.7;
}
.btn.pdf {
	padding: 0.5rem 1.5rem;
}
.btn.pdf::before {
	content: '';
	display: inline-block;
	width: 19px;
	height: 19px;
	background-image: url(/assets/img/common/pdf-white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 1rem;
}
.link {
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	color: #001d60;
	white-space: nowrap;
}
.link::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url(/assets/img/common/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 0.2rem;
}
/* --------------------------------------------------------- */
/* サブページタイトル */
/* --------------------------------------------------------- */
#title {
	color: #001d60;
	text-align: center;
	font-size: 2.5rem;
	margin: 5rem 0 4rem;
	line-height: 1.3em;
}
#title .en {
	font-size: 1.5rem;
}
/* --------------------------------------------------------- */
/* ページ内ナビ */
/* --------------------------------------------------------- */
nav.page ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 3rem 0;
}
nav.page a {
	display: inline-block;
	color: #001d60;
	padding: 1rem;
}
nav.page a::after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url(/assets/img/common/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 0.4rem;
	transform: rotate(90deg);
}
nav.page a:hover {
	text-decoration: underline;
	transition: .3s;
}
/* --------------------------------------------------------- */
/* テーブル */
/* --------------------------------------------------------- */
table.basic th, table.basic td {
	padding: 0.5rem 1rem;
	font-weight: normal;
	line-height: 1.5em;
}
@media print, screen and (max-width:600px) {
	table.basic th {
		display: block;
	}
	table.basic td {
		display: block;
		padding: 0 1rem 1rem 2rem;
	}
}
/* --------------------------------------------------------- */
/* その他 */
/* --------------------------------------------------------- */
.anchor { /* ヘッダー固定時のアンカーずれ解消 */
	padding-top: 20px;
	margin-top: -20px;
}
@media print, screen and (max-width:900px) {
	.anchor { /* ヘッダー固定時のアンカーずれ解消 */
		padding-top: 100px;
		margin-top: -100px;
	}
}
.nowrap {
	white-space: nowrap;
}
.mgn2 {
	margin-bottom: 2rem;
}
/* --------------------------------------------------------- */
/* CMS記事共通 */
/* --------------------------------------------------------- */
/* 記事 */
.article li {
	margin-bottom: 6rem;
}
.article h1 {
	color: #001d60;
	font-size: 2.125rem;
	margin-bottom: 2rem;
	line-height: 1.3em;
}
.article a {
	text-decoration: underline;
	transition: .3s;
}
.article a:hover {
	text-decoration: none;
}
.article .date {
	margin-bottom: 2rem;
}
.article .text {}
.article .cat {
	margin: 2rem 0;
}
.article .cat a {
	background-color: #FFF;
	padding: 0.3rem;
	color: #001d60;
	font-size: 0.875rem;
	margin-right: 1rem;
}
/* ページャー */
.pager {
	padding: 2rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pager a {
	width: 50px;
	height: 50px;
	margin: 1rem;
	color: #001d60;
	border: 1px solid #001d60;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.pager a::after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 15px;
	background-image: url(/assets/img/common/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.pager .prev a::after {
	transform: rotate(180deg);
}
.pager a:hover {
	background-color: #495D8C;
	color: #FFF;
}
.pager a:hover::after {
	background-image: url(/assets/img/common/arrow-white.svg);
}
/*.pager {
	padding: 2rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pager a {
	width: 50px;
	height: 50px;
	margin: 0.5rem;
	color: #001d60;
	border: 1px solid #001d60;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.pager a::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 15px;
	background-image: url(/assets/img/common/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.pager a.back::after {
	transform: rotate(180deg);
}
.pager a:hover {
	background-color: #495D8C;
	color: #FFF;
}
.pager a:hover::after {
	background-image: url(/assets/img/common/arrow-white.svg);
}*/
/* 検索 */
.search {
	display: flex;
	justify-content: center;
}
.search input {
	border: 1px solid #001d60;
	padding: 0.7rem 0.5rem;
	min-width: 260px;
	background-color: #FFF;
}
.search button {
	background-color: #001d60;
	color: #FFF;
	padding-left: 1rem;
	padding-right: 1rem;
}
.search button::before {
	content: '';
	display: inline-block;
	width: 19px;
	height: 19px;
	background-image: url("/assets/img/common/search-white.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
/* カテゴリー */
.category {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.category li {
	padding: 0.5rem;
}
.category a {
	display: block;
	color: #001d60;
	padding: 0.5rem;
	line-height: 1.3em;
}
.category a::after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url(/assets/img/common/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 0.5rem;
}
.category a:hover {
	text-decoration: underline;
	transition: .3s;
}
/* 前の記事、次の記事 */
.move {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 4rem;
}
.move a {
	text-decoration: underline;
	padding: 1rem;
}
/* --------------------------------------------------------- */
/* 印刷用 */
/* --------------------------------------------------------- */
@media print {
	.drawer-navbar, .drawer-navbar, #pageTop {
		display: none !important;
	}
	header {
		position: static;
	}
	header .wrap-head {
		border-bottom: none;
	}
	body#report, #report header .wrap-head {
		background-color: #FFF;
	}
	html {
		font-size: 14px;
	}
	.container {
		max-width: 100%;
	}
	#title {
		margin: 0 0 2rem 0;
	}
	.box {
		margin: 2rem auto;
	}
	footer {
		padding: 2rem;
	}
}