
/* -------------------------------------
	ページ：株式の状況
----------------------------------------*/
@media screen and (max-width: 750px) {
	.ir__stockinformation-container .split__2-container {
		width: 100%;
	}
}

.ir__stockinformation-area {
	margin-bottom: 5%;
}

.ir__stockinformation-area a {
	color: #2c2c2c;
}

.ir__stockinformation-info-wrap {
	font-size: 1.1vw;
	line-height: 1.9;
	margin-bottom: 13%;
}
@media screen and (max-width: 750px) {
	.ir__stockinformation-info-wrap {
		font-size: 4.0vw;
		margin-bottom: 18%;
	}
}

.ir__stockinformation-box-text {
	text-align: right;
	margin-bottom: 2%;
}

.ir__stockinformation-info {
	margin-bottom: 3%;
}
@media screen and (max-width: 750px) {
	.ir__stockinformation-info {
		width: 95%;
		margin-left: auto;
		margin-bottom: 5%;
		overflow-x: auto;
	}
}

.ir__stockinformation-title {
	margin-bottom: 6%;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.ir__stockinformation-title {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10%;
	}
}

@media screen and (max-width: 750px) {
	.ir__stockinformation-title .common__text-with-underline {
		font-size: 5vw;
	}
}


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__stockinformation-basic {
	width: 100%;
}
@media screen and (max-width: 750px) {
	.ir__stockinformation-basic {
		width: 800px;
	}
}

.ir__stockinformation-basic th {
	width: 30%;
	padding: 1% 2%;
	text-align: left;
	font-size: 1.2vw;
	font-weight: 500;
}
@media screen and (max-width: 750px) {
	.ir__stockinformation-basic th {
		font-size: 3.3vw;
	}
}

.ir__stockinformation-basic td {
	width: 70%;
	padding: 1% 2%;
	font-size: 1.1vw;
}
@media screen and (max-width: 750px) {
	.ir__stockinformation-basic td {
		font-size: 3.0vw;
	}
}



.ir__stockinformation-special {
	width: 100%;
	margin-bottom: 2%;
}
@media screen and (max-width: 750px) {
	.ir__stockinformation-special {
		width: 900px;
	}
}

.ir__stockinformation-special th {
	padding: 1% 2%;
	text-align: center;
	font-size: 1.2vw;
	font-weight: 500;
}
@media screen and (max-width: 750px) {
	.ir__stockinformation-special th {
		font-size: 3.3vw;
	}
}

.ir__stockinformation-special td {
	padding: 1% 2%;
	text-align: right;
	font-size: 1.1vw;
}
@media screen and (max-width: 750px) {
	.ir__stockinformation-special td {
		font-size: 3.0vw;
	}
}

.ir__stockinformation-special td:first-child {
	text-align: left;
}

.ir__stockinformation-info2 {
	margin: auto;
}
@media screen and (max-width: 750px) {
	.ir__stockinformation-info2 {
		width: 90%;
	}
}

.ir__stockinformation-info2 .common__text-with-leftline {
	margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
	.ir__stockinformation-info2 .common__text-with-leftline {
		margin-bottom: 10%;
	}
}

.ir__stockinformation-special-text {
	text-indent: -3.3vw;
	padding-left: 3.1vw;
}
@media screen and (max-width: 750px) {
	.ir__stockinformation-special-text {
		text-indent: -9vw;
		padding-left: 8vw;
		width: 90%;
		margin: auto;
		font-size: 2.9vw;
	}
}


#chart-container {
}
@media screen and (max-width: 750px) {
	#chart-container {
		overflow: auto;
	}
	.apexcharts-canvas {
		margin: auto;
	}
}


