
/* -------------------------------------
	ページ：配当情報
----------------------------------------*/
@media screen and (max-width: 750px) {
	.ir__dividends-container .split__2-container {
		width: 100%;
	}
}

.ir__dividends-area {
	font-size: 1.1vw;
	line-height: 1.9;
	margin-top: 3%;
	margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
	.ir__dividends-area {
		font-size: 4.0vw;
		margin-top: 0;
		margin-bottom: 5%;
	}
}

.ir__dividends-area a {
	color: #2c2c2c;
}

.ir__dividends-title {
	margin-bottom: 4%;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.ir__dividends-title {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 750px) {
	.ir__dividends-title .common__text-with-underline {
		font-size: 5vw;
	}
}

.ir__dividends-info {
	margin: 0 auto 8%;
}
@media screen and (max-width: 750px) {
	.ir__dividends-info {
		width: 90%;
		margin: 0 auto 13%;
	}
}
.ir__dividends-info-end {
	margin-bottom: 0;
}
@media screen and (max-width: 750px) {
	.ir__dividends-info-end {
		margin-bottom: 0;
	}
}

.ir__dividends-box-text {
	font-size: 0.9vw;
	margin: 0 auto 1%;
	text-align: right;
}
@media screen and (max-width: 750px) {
	.ir__dividends-box-text {
		width: 90%;
		margin: 0 auto 2%;
		font-size: 2.9vw;
	}
}

.ir__dividends-box {
	margin-bottom: 10%;
}
@media screen and (max-width: 750px) {
	.ir__dividends-box {
		width: 95%;
		margin-left: auto;
		margin-bottom: 15%;
		overflow-x: auto;
	}
}

table {
	border-collapse: collapse;
	border: 1px solid black;
}

table th,
table td {
	border: 1px solid #f0f0f0;
}

table th {
	background: #f3f3f3;
	white-space: nowrap;
}

table td {
	white-space: nowrap;
}

.ir__dividends-special {
	width: 100%;
}
@media screen and (max-width: 750px) {
	.ir__dividends-special {
		width: 900px;
	}
}

.ir__dividends-special th {
	padding: 1% 2%;
	text-align: center;
	font-size: 1vw;
	font-weight: 500;
}
@media screen and (max-width: 750px) {
	.ir__dividends-special th {
		font-size: 3.3vw;
	}
}

.ir__dividends-special td {
	padding: 1% 2%;
#	text-align: right;
	font-size: 1.1vw;
}
@media screen and (max-width: 750px) {
	.ir__dividends-special td {
		font-size: 3.3vw;
	}
}

.ir__dividends-special td:first-child {
	text-align: center;
}
.ir__dividends-special td:nth-child(2),
.ir__dividends-special td:nth-child(3),
.ir__dividends-special td:nth-child(4),
.ir__dividends-special td:nth-child(5) {
	text-align: right;
}

.ir__dividends-list {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	gap: 0vw;
}

.ir__dividends-list li {
	display: flex;
	gap: 2.5vw;
}
@media screen and (max-width: 750px) {
	.ir__dividends-list li {
		gap: 9vw;
	}
}


