<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 現在地表示 */
.childHeaderMenu ul &gt; li:nth-of-type(2) {
	border-bottom: 4px solid #541b86;
}
@media screen and (max-width: 768px) {
	.childHeaderMenu ul &gt; li:nth-of-type(2) {
		border-bottom-style: none;
	}
}
/* page title */
#investors {
	background: url("/ir/images/tit_index01.webp") no-repeat center center;
	background-size: cover;
}
@media screen and (max-width: 500px) {
	#investors {
		background-position: 40% 50%;
	}
}
.investors {
	margin-top: 3.5em;
}
.investors &gt; .left {
	width: 70%;
}
@media screen and (max-width: 768px) {
	.investors &gt; .left {
		float: none;
		width: 100%;
		margin-bottom: 2em;
	}
}
/* ------------------------------------------------------------
	common
------------------------------------------------------------ */
.irCont {
	width: 70%;
	font-size: 1.143em;
}
@media screen and (max-width: 768px) {
	.irCont {
		width: 100%;
		margin-bottom: 2em;
	}
}
.irCont .h2 {
	color: #000;
	position: relative;
	font-size: 1.375em;
	padding-bottom: 0.2em;
	margin-bottom: 1.25em;
	border-bottom: 2px solid #c8c8c8;
}
@media screen and (max-width: 768px) {
	.irCont .h2 {
		font-size: 1.2em;
	}
}
.irCont .h2:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 2.5em;
	height: 2px;
	background-color: #541b86;
}
/* linkArea */
.linkArea {
	display: flex;
	flex-wrap: wrap;
	text-align: center !important;
	margin-bottom: 2.5em;
}
.linkArea.mb0 {
	margin-bottom: 0;
}
.linkArea.mb20 {
	margin-bottom: 20px;
}
.linkArea a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-basis: 31%;
	height: 7.2em;
	border: 1px solid #541b86;
	margin-bottom: 20px;
	padding: 0 2%;
	color: #303233;
	transition: 0.1s;
	text-decoration: none;
}
:lang(en) .linkArea a {
	line-height: 1.2;
}
:lang(en) .linkArea a span.txt_small {
	font-size: 15px;
}
@media screen and (max-width: 640px) {
	.linkArea a {
		flex-basis: 100%;
		margin-bottom: 1em;
	}
	:lang(en) .linkArea a span.txt_small {
		font-size: 14px;
	}
}
.linkArea a:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 0.95em;
	height: 0.95em;
	border-top: 1px solid #541b86;
	border-left: 1px solid #541b86;
}
.linkArea a:after {
	content: "";
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 0.95em;
	height: 0.95em;
	border-right: 1px solid #541b86;
	border-bottom: 1px solid #541b86;
}
.linkArea a:visited {
	color: #303233;
}
@media screen and (min-width: 768px) {
	.linkArea a:hover {
		opacity: 1;
		background-color: #541b86;
		color: #fff;
	}
	.linkArea a:hover:before {
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
	}
	.linkArea a:hover:after {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
}
@media print, screen and (min-width: 641px) {
	.linkArea a:not(:nth-child(3n)) {
		margin-right: 3.5%;
	}
}
/* ------------------------------------------------------------
	/ir/index
------------------------------------------------------------ */
/* banner */
.index_bnr {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.index_bnr &gt; * {
	flex-basis: 48%;
}
.index_bnr &gt; * img {
	display: block;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.index_bnr &gt; *:first-child {
		margin-bottom: 20px;
	}
}
/* ------------------------------------------------------------
	/ir/message
------------------------------------------------------------ */
.messageBox .left {
	width: 66%;
}
:lang(ja) .messageBox .left {
	text-align: justify;
}
@media screen and (max-width: 640px) {
	.messageBox .left {
		width: 100%;
		margin-bottom: 30px;
	}
}
.messageBox .right {
	width: 30%;
}
@media screen and (max-width: 640px) {
	.messageBox .right {
		float: none;
		width: 280px;
		margin: 0 auto;
	}
}
.messageBox p {
	margin-bottom: 0.5em;
}
/* ------------------------------------------------------------
	/ir/management/plan
------------------------------------------------------------ */
.planCont .txtRight {
	font-size: 0.9em;
	text-align: right !important;
	margin-bottom: 0.2em;
}
.planCont .planList &gt; li {
	list-style-type: decimal;
	margin-bottom: 1em;
	margin-left: 1.3em;
}
.planCont .planList &gt; li p {
	font-size: 0.9em;
}
.planCont .planList &gt; li p.normal {
	font-size: 1em;
}
.planCont .planList &gt; li span {
	margin-bottom: 0.3em;
}
/* dl_plan */
.dl_plan &gt; dt {
	margin-top: 1em;
	margin-bottom: 0.3em;
	margin-left: 1.3em;
	font-family: "UD Shin Go Medium", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	font-weight: 500;
	text-indent: -1.3em;
}
:lang(en) .dl_plan &gt; dt {
	font-family: "Noto Sans JP";
}
.dl_plan &gt; dd {
	margin-bottom: 0.3em;
	margin-left: 1.3em;
}
:lang(ja) .dl_plan &gt; dd {
	text-align: justify;
}
/* ------------------------------------------------------------
	/ir/management/risk
------------------------------------------------------------ */
.riskCont .textRight {
	margin-bottom: 1em;
}
.riskCont .txt {
	margin-bottom: 1em;
}
.riskCont .riskTit {
	color: #000;
	font-size: 1.15em;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 0.2em;
	margin: 2em 0 1em;
}
.riskCont .riskTit + p {
	margin-bottom: 1em;
}
.riskCont .riskList {
	list-style-type: decimal;
	line-height: 1.8;
	margin-left: 1em;
	margin-bottom: 1em;
}
.riskCont dt {
	font-weight: 500;
	margin-bottom: 0.2em;
}
.riskCont dd {
	margin-left: 2em;
	margin-bottom: 1em;
}
.riskCont .h4 {
	margin-top: 1em;
	border: none;
	font-size: 1.15em;
}
.riskCont .h4:before {
	content: "【 ";
	margin-left: -1em;
}
.riskCont .h4:after {
	content: " 】";
}
/* ------------------------------------------------------------
	/ir/governance/
------------------------------------------------------------ */
.governanceBox {
	margin-bottom: 3em;
}
.governanceBox th, .governanceBox td {
	padding: 0.25em 0.5em;
	border: 1px solid #ccc;
}
@media screen and (max-width: 640px) {
	.governanceBox th, .governanceBox td {
		font-size: 0.9em;
	}
}
.governanceBox th {
	text-align: center;
	background-color: #f0f5fa;
}
:lang(en) .governanceBox th {
	text-align: center;
	vertical-align: middle;
}
:lang(en) .governanceBox table.tb_officer tr th:nth-child(1) {
	width: 7em;
}
:lang(en) .governanceBox table.tb_officer tr th:nth-child(2), :lang(en) .governanceBox table.tb_officer tr td:nth-child(2) {
	width: 8em;
	text-align: center;
}
:lang(en) .governanceBox table.tb_officer tr th:nth-child(3) {
	width: 32%;
}
:lang(en) .governanceBox table.tb_officer tr th:nth-child(4) {
	width: auto;
}
@media screen and (max-width: 479px) {
	:lang(en) .governanceBox table.tb_officer tr th:nth-child(3) {
		width: auto;
	}
}
.governanceBox table.tb_plan tr th, .governanceBox table.tb_plan tr td {
	width: 20%;
}
.governanceBox table.governance_tb_skill {
	width: 100%;
}
.governanceBox table.governance_tb_skill tr th, .governanceBox table.governance_tb_skill tr td {
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
}
.governanceBox table.governance_tb_skill sup {
	font-size: 0.8em;
	vertical-align: top;
}
.governanceBox table.governance_tb_skill tr.cell_skill th {
	width: 1em !important;
	font-size: 0.8em;
	line-height: 1;
}
:lang(en) .governanceBox table.governance_tb_skill tr.cell_skill th {
	width: auto;
	line-height: 1.2;
}
.governanceBox table.governance_tb_skill tr.cell_skill th:last-child {
	width: auto !important;
}
.governanceBox table.governance_tb_skill tr td.cell_skill {
	font-size: 0.8em;
}
.governanceBox table.governance_tb_skill td.cell_position {
	width: 1em !important;
	line-height: 1.2;
}
:lang(en) .governanceBox table.governance_tb_skill td.cell_position {
	width: auto;
}
.governanceBox table.governance_tb_skill td.cell_name {
	width: auto;
	text-align: left;
	white-space: nowrap;
}
.governanceBox table.governance_tb_skill span.txt_vertical {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	transform: rotate(90deg);
}
:lang(en) .governanceBox table tr td.font_jp {
	font-family: "Noto Sans JP";
}
:lang(en) .governanceBox table.tb_defense {
	width: 100%;
}
:lang(en) .governanceBox table.tb_defense tr td {
	width: 50%;
	text-align: center;
}
:lang(en) table.governance_tb_reward {
	width: 100%;
}
table.governance_tb_reward th, table.governance_tb_reward td {
	text-align: center;
	vertical-align: middle;
}
:lang(en) table.governance_tb_reward th, :lang(en) table.governance_tb_reward td {
	width: auto !important;
	line-height: 1.4;
}
:lang(en) table.governance_tb_reward th {
	font-size: 0.8em;
}
:lang(en) table.governance_tb_reward tr &gt; td:first-child {
	font-size: 0.8em;
}
table.governance_tb_reward .unit {
	color: #666;
	font-size: 0.8em;
}
table.governance_tb_reward .small {
	font-size: 0.7em;
}
.governanceBox table .cell_right {
	text-align: right;
}
.governanceBox table .cell_left {
	text-align: left;
}
.governanceBox table .cell_center {
	text-align: center;
}
.governanceBox p:not(.pdfLink) a {
	color: #0067b7;
}
.governance_h3 {
	margin-top: 1.5em;
	margin-bottom: 20px;
	margin-left: 1em;
	font-size: 1.15em;
	font-weight: 500;
	text-indent: -1.3em;
}
/* ------------------------------------------------------------
	/ir/individual/
------------------------------------------------------------ */
.individual_menu {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 2.5em;
}
.individual_menu &gt; dl {
	flex-basis: 32%;
	display: block;
	margin-right: 2%;
}
.individual_menu &gt; dl:nth-of-type(3n) {
	margin-right: 0;
}
.individual_menu &gt; dl:nth-of-type(n+4) {
	margin-top: 1.5em;
}
.individual_menu &gt; dl dt {
	height: 7.2em;
}
.individual_menu &gt; dl dt a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 1px solid #541b86;
	color: #303233;
	text-align: center;
	text-decoration: none;
	transition: 0.1s;
}
:lang(en) .individual_menu &gt; dl dt a {
	line-height: 1.2;
}
@media screen and (max-width: 768px) {
	.individual_menu &gt; dl {
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 1.5em;
	}
	.individual_menu &gt; dl:nth-of-type(n+4) {
		margin-top: 0;
	}
}
.individual_menu &gt; dl dt a:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 0.95em;
	height: 0.95em;
	border-top: 1px solid #541b86;
	border-left: 1px solid #541b86;
}
.individual_menu &gt; dl dt a:after {
	content: "";
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 0.95em;
	height: 0.95em;
	border-right: 1px solid #541b86;
	border-bottom: 1px solid #541b86;
}
.individual_menu &gt; dl dt a:visited {
	color: #303233;
}
@media screen and (min-width: 768px) {
	.individual_menu &gt; dl dt a:hover {
		opacity: 1;
		background-color: #541b86;
		color: #fff;
	}
	.individual_menu &gt; dl dt a:hover:before {
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
	}
	.individual_menu &gt; dl dt a:hover:after {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
}
.individual_menu &gt; dl dd {
	margin-top: 10px;
	font-size: 13px;
}
.individualCont h2 + p {
	margin-bottom: 1.5em;
}
.individualCont .h3border {
	font-size: 1.4em;
	margin-bottom: 1em;
	color: #000;
	position: relative;
}
.individualCont .h3border:after {
	content: "";
	width: 56px;
	height: 1px;
	background: #541b86;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.individualCont .h3border span {
	font-size: 0.715em;
	text-align: center;
	color: #fff;
	width: 26px;
	margin-right: 10px;
	background: #541b86;
	display: inline-block;
}
.individualCont .h4border {
	font-size: 1.4em;
	margin-bottom: 1em;
	color: #000;
}
.individualCont .lead {
	color: #666;
	font-family: "UD Shin Go Medium", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	font-size: 1.3em;
	font-weight: 500;
	margin: 0 0 1em;
}
:lang(en) .individualCont .lead {
	font-family: "Noto Sans JP";
}
.individualCont .box {
	margin-bottom: 2.5em;
}
.individualCont .box .tit {
	color: #541B86;
	font-family: "UD Shin Go Medium", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 0.5em;
}
:lang(en) .individualCont .box .tit {
	font-family: "Noto Sans JP";
}
.individualCont .box .left {
	width: 60%;
	margin-right: 5%;
}
@media screen and (max-width: 640px) {
	.individualCont .box .left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1em;
	}
}
.individualCont .box .right {
	width: 35%;
	text-align: center !important;
}
@media screen and (max-width: 640px) {
	.individualCont .box .right {
		width: 100%;
	}
}
.individualCont .box .right span {
	font-size: 80%;
	line-height: 1.2 !important;
}
.individualCont .box .right img {
	max-width: 300px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
/* ------------------------------------------------------------
	 library/index
------------------------------------------------------------ */
/* ir_link_box */
.ir_link_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	border: 1px solid #541b86;
	margin: 30px auto;
	padding: 19px;
	color: #541b86;
	font-size: 16px;
	line-height: 1.4;
}
.linkArea.mb0 + .ir_link_box {
	margin-top: 10px;
}
.ir_link_box .head1 {
	max-width: 100%;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center !important;
}
.ir_link_box p {
	max-width: 100%;
	margin-bottom: 1em;
}
.ir_link_box ul {
	max-width: 100%;
}
.ir_link_box ul.ul_list {
	width: 100%;
	padding-left: 0.5em;
}
.ir_link_box ul.list_flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 1em;
	font-size: 16px;
	line-height: 20px;
}
.ir_link_box ul.list_flex li {
	position: relative;
	margin-right: 0.5em;
	margin-left: 0.5em;
	padding-left: 1em;
}
.ir_link_box ul.list_flex li:first-child {
	margin-left: 0;
}
.ir_link_box ul.list_flex li:before {
	position: absolute;
	left: 0;
	top: 30%;
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #541b86;
	border-right: 2px solid #541b86;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ir_link_box ul.list_flex li a {
	text-decoration: none;
	color: #541b86;
}
.ir_link_box ul.list_flex li a span {
	font-size: 0.875em;
	margin-left: 0.5em;
}
.ir_link_box ul.list_flex li a span img {
	width: 1.1em;
	margin: 0 0.2em -0.15em;
}
.ir_link_box ul.list_flex li a:hover {
	border-bottom: 1px solid #541B86;
}
@media screen and (max-width: 768px) {
	.ir_link_box ul.list_flex {
		display: block;
		margin-top: 0;
	}
	.ir_link_box ul.list_flex li {
		margin-top: 15px;
		margin-left: 0;
	}
}
/* ------------------------------------------------------------
	/ir/finance/chart
------------------------------------------------------------ */
.chart_graph {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.chart_graph &gt; div {
	flex-basis: 49%;
}
.chart_graph &gt; div:nth-child(n+3) {
	margin-top: 30px;
}
.chart_graph .unit {
	color: #666;
	font-size: 10px;
	margin: 0 0 3px -0.5em;
}
:lang(en) .chart_graph .unit {
	margin-left: 0;
}
.chart_graph table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}
.chart_graph table th, .chart_graph table td {
	border: 1px solid #ccc;
	padding: 2px;
	color: #666;
	font-size: 10px;
	text-align: right;
}
.chart_graph table th {
	background-color: #efefef;
	text-align: center;
	line-height: 1.4;
}
.chart_graph + h2 {
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	.chart_graph &gt; div {
		flex-basis: 100%;
	}
	.chart_graph &gt; div:nth-child(n+2) {
		margin-top: 30px;
	}
}
/* ------------------------------------------------------------
	/ir/finance/forecast
------------------------------------------------------------ */
.tb_forecast {
	width: 100%;
}
.tb_forecast th, .tb_forecast td {
	border: 1px solid #ccc;
	padding: 0.25em;
	font-size: 0.8em
}
.tb_forecast th {
	background-color: #f0f5fa;
	color: #000;
	font-weight: 500;
	vertical-align: middle;
	line-height: 1.2;
}
.tb_forecast td {
	text-align: right;
	vertical-align: middle;
}
/* ------------------------------------------------------------
	/ir/finance/segment
------------------------------------------------------------ */
.segment .date {
	font-size: 13px;
	text-align: right !important;
	margin-bottom: 10px;
}
.segment_grid {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 2em;
}
.segment_grid:nth-of-type(4) {
	margin-bottom: 0;
}
.segment_grid &gt; * {
	flex-basis: 49%;
	text-align: center !important;
}
.segment_grid &gt; * figure {
	width: 42.5%;
	margin: 0 auto;
}
.segment_grid &gt; * figure img {
	display: block;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.segment_grid {
		display: block;
	}
	.segment_grid &gt; * {
		width: 100%;
		margin-top: 1em;
	}
	.segment_grid &gt; *:nth-child(n+2) {
		margin-top: 2em;
	}
}
.segment_fig_head {
	margin-bottom: 10px;
	color: #000;
	text-align: center !important;
}
/* heading */
.segment_tb_head {
	color: #000;
}
.segment_tb_unit {
	margin-top: -1em;
	color: #666;
	font-size: 0.8em;
	text-align: right !important;
}
:lang(en) .segment_tb_unit {
	margin-top: 0;
}
/* table */
.tb_segment {
	width: 100%;
}
.tb_segment th, .tb_segment td {
	border: 1px solid #ccc;
	padding: 0.25em 0.5em;
	font-size: 0.9em;
	white-space: nowrap;
}
.tb_segment th {
	background-color: #f0f5fa;
	color: #000;
	font-weight: 500;
	vertical-align: middle;
	line-height: 1.2;
}
.tb_segment td {
	text-align: right;
	vertical-align: middle;
}
/* ------------------------------------------------------------
	/ir/stockinfo/session
------------------------------------------------------------ */
.settlementCont h2 {
	color: #000;
	font-size: 1.15em;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
}
table.session_table01 {
	width: 100%;
	margin-bottom: 20px;
}
table.session_table01 th, table.session_table01 td {
	border: 1px solid #ccc;
	padding: 7px 15px;
	text-align: left;
}
table.session_table01 th, table.session_table01 th {
	background-color: #efefef;
}
/* ------------------------------------------------------------
	/ir/stockinfo/information
	/ir/individual/04/
------------------------------------------------------------ */
.attentionText01 {
	text-indent: -1em;
	padding-left: 1em;
}
.returnBox {
	margin-bottom: 3em;
}
.returnBox table {
	width: 100%;
}
.returnBox th, .returnBox td {
	padding: 0.25em 0.5em;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.returnBox .h3 {
	color: #000;
	font-size: 1.15em;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
}
.returnBox h4 {
	color: #000;
	font-size: 1em;
	font-weight: 500;
}
.returnTable tr:first-child {
	background-color: #f0f5fa;
}
.returnTable tr th:nth-child(1) {
	width: 10%;
}
.returnTable td:not(.center) {
	text-align: right;
}
@media screen and (max-width: 768px) {
	.returnTable {
		width: auto;
		font-size: 0.9em;
	}
	.returnTable tr th, .returnTable tr td {
		white-space: nowrap;
	}
	.returnTable tr th:nth-child(1) {
		width: auto;
	}
}
.infoBox {
	width: 71%;
}
@media screen and (max-width: 768px) {
	.infoBox {
		width: 100%;
	}
}
.infoGraph {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.infoGraph &gt; div {
	flex-basis: 49%;
}
.infoGraph .tit {
	margin-bottom: 0.5em;
	text-align: center !important;
}
.infoGraph img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.infoGraph &gt; div {
		flex-basis: 100%;
	}
	.infoGraph &gt; div:first-child {
		margin-bottom: 2em;
	}
}
.infoDate {
	font-size: 0.875em;
	text-align: right !important;
}
.infoTable01 {
	font-size: 0.875em;
}
.infoTable01 tr:nth-child(1) {
	background-color: #f0f5fa;
}
.infoTable01 tr:nth-child(n+2) th {
	font-family: "UD Shin Go Medium", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	font-weight: 500;
	text-align: left;
}
:lang(en) .infoTable01 tr:nth-child(n+2) th {
	font-family: "Noto Sans JP";
}
.infoTable01 tr:nth-child(n+2) td:nth-child(2) {
	text-align: left;
}
.infoTable01 tr td:nth-child(n+2) {
	text-align: right !important;
}
.infoTable01 tr td:nth-child(2) {
	width: 25%;
}
.infoTable01 tr td:nth-child(3) {
	width: 25%;
}
@media screen and (max-width: 600px) {
	.infoTable01 tr th {
		white-space: nowrap;
	}
	.infoTable01 tr:nth-child(n+2) th {
		white-space: normal;
	}
	.infoTable01 tr td:nth-child(2), .infoTable01 tr td:nth-child(3) {
		width: auto;
	}
}
.dl_info_note {
	display: flex;
	width: 100%;
	font-size: 0.875em;
	margin-top: 0.5em;
}
.dl_info_note &gt; dt {
	flex-basis: 4em;
}
:lang(en) .dl_info_note &gt; dt {
	flex-basis: 5em;
}
.dl_info_note &gt; dd {
	flex-basis: calc(100% - 4em);
}
:lang(en) .dl_info_note &gt; dd {
	flex-basis: calc(100% - 5em);
}
.dl_info_note ol {
	margin: 0;
	padding: 0;
}
.dl_info_note ol li {
	list-style-type: decimal;
}
.infoTable02 th {
	background-color: #f0f5fa;
}
@media screen and (max-width: 600px) {
	.infoTable02 {
		display: none;
	}
}
.infoTable02Sp {
	display: none;
}
.infoTable02Sp ul li {
	border-bottom: 1px solid #000;
	padding: 1em 0em;
}
.infoTable02Sp ul li h2 {
	font-weight: 500;
}
@media screen and (max-width: 600px) {
	.infoTable02Sp {
		display: block;
	}
}
/* ------------------------------------------------------------
	/ir/stockinfo/koukoku
------------------------------------------------------------ */
.koukokuTxt {
	margin-bottom: 3em;
}
/* ------------------------------------------------------------
	/ir/stockinfo/sitemap
------------------------------------------------------------ */
.sitemapCont {
	font-size: 1.1em;
}
.sitemapCont .h2 {
	color: #000;
}
.sitemapCont .h2 a {
	display: block;
}
.sitemapCont .h2 a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.sitemapCont .h2 span {
	font-size: 0.7em;
}
.sitemapCont h3 {
	color: #fff;
	background-color: #6c9bd2;
	padding: 0 0.3em;
	margin-bottom: 0.3em;
}
.sitemapCont a {
	color: #333;
}
.sitemapCont a:hover {
	opacity: 1;
	text-decoration: underline;
}
.sitemapCont .home {
	margin-bottom: 2em;
}
.arrow {
	position: relative;
	padding-left: 1.2em;
}
.arrow a {
	display: inline-block;
}
.arrow:before {
	content: "";
	position: absolute;
	left: 0;
	top: 40%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #541b86;
	border-right: 2px solid #541b86;
	transform: rotate(45deg);
}
.siteMap01 {
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
}
.siteMap01 h2 {
	font-size: 1.2em;
}
.siteMap01 h2 a {
	text-decoration: none;
	color: #000;
}
.siteMap01 li a {
	color: #000;
}
.siteMap01 h3 a {
	display: block;
	color: #fff;
}
.siteMap01 .outLink a:after {
	content: url("/images/ico_index01_off.png");
	padding-left: 1em;
}
.siteMap01 a {
	display: inline-block;
}
.siteMap01 .box {
	width: 31.3%;
	margin-bottom: 2em;
}
.siteMap01.half .box {
	width: 48.5%;
}
.siteMap01 .box:nth-child(2) {
	margin: 0 3%;
}
.siteMap01.half .box:nth-child(2) {
	margin: 0 0 0 3%;
}
.siteMap01 li {
	line-height: 1.5;
	position: relative;
	padding-left: 1.2em;
}
.siteMap01 li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #541b86;
	border-right: 2px solid #541b86;
	transform: rotate(45deg);
}
.siteMap01 li:not(:last-child) {
	margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
	.sitemapCont h3 {
		margin-bottom: 1em;
	}
	.siteMap01 .box, .siteMap01.half .box {
		width: 100%;
		margin-bottom: 0;
	}
	.siteMap01 .box:nth-child(2), .siteMap01.half .box:nth-child(2) {
		margin: 0;
	}
	.siteMap01 li {
		margin-bottom: 1em;
	}
}
/* ------------------------------------------------------------
	/ir/market
------------------------------------------------------------ */
@media screen and (max-width: 768px) {
	.marketArea .marketList01:not(:last-child) {
		margin-bottom: 30px;
	}
}
/* ------------------------------------------------------------
	/ir/policy
------------------------------------------------------------ */
.policyCont .policyTxt {
	margin-bottom: 1.5em;
}
.policyCont .planTit {
	margin: 0.5em 0;
}
</pre></body></html>