@charset "UTF-8";
/* CSS Document */
#GlobalNav > li.Current {
	color: #6aaae4;
}
#ColumnIndex {
	display: block;
	width: 91.66%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#ColumnIndex h2 {
	font-size: 150%;
	line-height: 150%;
	margin-top: 1.5em;
}
#ColumnIndex ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-flow: wrap;
	gap: 2em;
	list-style: none;
	width: 100%;
	margin: 0 auto 1em;
}
#ColumnIndex ul li {
	width: calc(50% - 1em);
	max-width: calc(50% - 1em);
}
#ColumnIndex ul li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1em;
	color: #4d4d4d;
	text-decoration: none;
}
#ColumnIndex ul li a img {
	height: 10vw;
	max-height: 120px;
	width: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
}
#ColumnIndex ul li a div {
	display: flex;
	flex-flow: column;
}
#ColumnArea {
	display: block;
	width: 91.66%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#ColumnArea h1 {
	height: auto;
	min-height: 3em;
	margin-top: 1em;
}
#ColumnArea h2 {
	font-size: 150%;
	line-height: 150%;
}
#ColumnArea #ContentsBlock {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
#ColumnArea #ContentsBlock h3 {
	color: #0071ce;
	font-size: 150%;
	line-height: 150%;
	margin: 2em auto 0.5em;
}
#ColumnArea #ContentsBlock h4 {
	font-size: 125%;
	line-height: 150%;
	margin: 2em auto 0.5em;
}
#ColumnArea #ContentsBlock h5::before {
	content: '■';
	color: #0071ce;
}
#ColumnArea #ContentsBlock h6 {
	font-weight: 700;
}
#ColumnArea #ContentsBlock h6::before {
	content: '●'
}
#ColumnArea #ContentsBlock p {
	margin-bottom: 1em;
}
#ColumnArea #ContentsBlock figure {
	width: 100%;
	margin-bottom: 1em;
}
#ColumnArea #ContentsBlock figure img {
	width: 100%;
	height: auto;
}
#ColumnArea #ContentsBlock figure figcaption {
	text-align: center;
	font-size: 80%;
	line-height: 125%;
	color: #666666;
}
#ColumnArea #ContentsBlock ol, #ColumnArea #ContentsBlock ul {
	margin-left: 1.5em;
	margin-bottom: 1em;
}
#ColumnArea #ContentsBlock ol li, #ColumnArea #ContentsBlock ul li {
	margin-bottom: 0.5em;
}
#ColumnArea #ContentsBlock ol li:last-child, #ColumnArea #ContentsBlock ul li:last-child {
	margin-bottom: 0;
}
#ColumnArea #ContentsBlock ul ul {
	margin-top: 0.5em;
}
#ColumnArea #ContentsBlock ul.CheckList {
	list-style: none;
}
#ColumnArea #ContentsBlock ul.CheckList li {
	position: relative;
	margin-bottom: 0.25em;
}
#ColumnArea #ContentsBlock ul.CheckList li::before {
	content: '';
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	background: url("../images/News/Finance/icn_check.png") no-repeat center center;
	background-size: 1em;
	position: absolute;
	left: -1.5em;
	top: 0;
}
.WriterProfile {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: wrap;
	width: 100%;
	background-color: #eeeeee;
	padding: 1em;
	position: relative;
}
.WriterProfile .Title {
	width: 100%;
	flex-shrink: 1;
	background-color: #666666;
	padding: 0.5em 1em;
	color: #ffffff;
	border-radius: 2em;
	margin-bottom: 1em;
	text-align: center;
}
.WriterProfile figure {
	display: flex;
	width: 30% !important;
	height: auto;
	justify-content: center;
	align-items: center;
}
.WriterProfile figure img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	border-radius: 50%;
	object-fit: cover;
}
.WriterProfile .ProfileText {
	width: calc(70% - 1em);
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-flow: column;
}
.WriterProfile .ProfileText .Name {
	font-size: 125%;
	line-height: 150%;
	font-weight: 700;
}
table {
	margin: 1em auto;
	width: 100%;
}
table.SmallText {
	font-size: 100%;
}
table th, table td {
	padding: 0.5em;
	border: solid 1px #cccccc;
}
table th {
	background-color: #0071ce;
	color: #ffffff;
	font-weight: 400;
}
table.TypeA th, table.TypeA td {
	text-align: left;
	vertical-align: top;
}
table.TypeA th {
	text-align: center;
}
table.TypeA tr td:nth-of-type(1) {
	background: #e9f1fa;
	white-space: nowrap;
}
table.TypeA tr td ul {
	margin-left: 1.5em;
	margin-bottom: 0 !important;
}
table.TypeB {
	table-layout: fixed;
}
table.TypeB th, table.TypeB td {
	vertical-align: middle;
	text-align: center;
}
table.TypeB th:nth-of-type(3), table.TypeB th:nth-of-type(4) {
	background-color: #009245;
}
table.TypeC th {
	white-space: nowrap;
}
table.TypeC td {
	background: #e9f1fa;
	white-space: nowrap;
}
table.TypeC td:nth-last-of-type(-n+2) {
	background-color: transparent;
}
table.TypeC tr td:last-child {
	white-space: normal;
}
table td.Nowrap {
	white-space: nowrap;
}
table.TypeD th {
	background: #e9f1fa;
	text-align: left;
	color: #000000;
}
table.TypeE th {
	white-space: nowrap;
	vertical-align: middle;
}
table.TypeE tr td:nth-of-type(1) {
	background: #e9f1fa;
	text-align: left;
	color: #000000;
}
table.TypeF th {
	background: #e9f1fa;
	text-align: left;
	color: #000000;
}
.LinkBtn {
	text-align: center;
	margin: 2em auto;
}
a.BtnBlue.RightArrow {
	line-height: 120%;
}
a.BtnBlue.RightArrow::after {
	top: 50%;
	right: 2px;
	transform: translateY(-50%);
}
a.Xlink {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
	background: url("../images/News/Finance/logo-black.png") no-repeat left center;
	background-size: 1.5em;
	padding-left: 2em;
}
.LargeText {
	font-size: 120%;
}
.Boldtext {
	font-weight: 700;
}
/*タブレット*/
@media screen and (min-width:768px) and (max-width:1199px) {}
/*スマホ*/
@media screen and (max-width: 767px) {
	#ColumnArea #ContentsBlock {
		width: 100%;
	}
	#ColumnIndex ul {
		flex-flow: column;
	}
	#ColumnIndex ul li {
		width: 100%;
		max-width: 100%;
	}
	#ColumnIndex ul li a img {
		height: 22vmin;
		max-height: 22vmin;
		width: auto;
		aspect-ratio: 1/1;
		object-fit: cover;
	}
	table.TypeF th, table.TypeF td {
		font-size: 80%;
		line-height: 150%;
	}
	.SmallText {
		font-size: 80%;
		line-height: 150%;
	}
	/* 縦向きの場合のスタイル */
	@media screen and (max-aspect-ratio: 11/10) {
		.WriterProfile {
			flex-flow: column;
		}
		.WriterProfile figure {
			width: 100% !important;
		}
		.WriterProfile figure img {
			width: 60vw !important;
			height: auto;
		}
		.WriterProfile .ProfileText {
			width: 100% !important;
		}
		table.SmallText {
			font-size: 100%;
		}
		table.SmallText th, table.SmallText td {
			font-size: 80%;
			line-height: 150%;
		}
		table.TypeA {
			border-bottom: solid 1px #cccccc;
		}
		table.TypeA th, table.TypeA td {
			display: block;
			width: 100%;
			border-bottom: none;
		}
		table.TypeA th {
			display: none;
		}
		table.TypeC th, table.TypeC td {
			font-size: 80%;
			line-height: 150%;
		}
		table.TypeF {
			border-bottom: solid 1px #cccccc;
		}
		table.TypeF th, table.TypeF td {
			display: block;
			width: 100%;
			border-bottom: none;
		}
	}
}