
/* -------------------------------------
	ページ：個人投資家の皆様へ
----------------------------------------*/
@media screen and (max-width: 750px) {
	.ir__individual_investors-container .split__2-container {
		width: 100%;
	}
}

.ir__individual_investors-area {
	margin-top: 3%;
}
@media screen and (max-width: 750px) {
	.ir__individual_investors-area {
		margin-top: 0;
		margin-bottom: 7%;
	}
}

.ir__individual_investors-info {
	font-size: 1.1vw;
	line-height: 1.9;
	margin-bottom: 7%;
}
@media screen and (max-width: 750px) {
	.ir__individual_investors-info {
		font-size: 4.0vw;
	}
}



.ir__individual_investors-title {
	margin-bottom: 4%;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.ir__individual_investors-title {
		width: 95%;
		margin-left: auto;
	}
}

@media screen and (max-width: 750px) {
	.ir__individual_investors-title .common__text-with-underline {
		width: 100%;
		font-size: 5vw;
	}
}

.ir__individual_investors-info p {
	margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
	.ir__individual_investors-info p {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10%;
	}
}

.ir__individual_investors-box .common__text-with-leftline {
	margin-bottom: 3%;
}
@media screen and (max-width: 750px) {
	.ir__individual_investors-box .common__text-with-leftline {
		margin-bottom: 4%;
	}
}

.ir__individual_investors-image {

}
@media screen and (max-width: 750px) {
	.ir__individual_investors-image {
		height: 400px;
		width: 95%;
		margin-left: auto;
		overflow-x: auto;
	}
}
.ir__individual_investors-image img {

}
@media screen and (max-width: 750px) {
	.ir__individual_investors-image img {
		width: unset;
		max-width: unset;
		height: 100%;
	}
}


.ir__individual_investors-box {
	width: 100%;
	margin: auto;
}
@media screen and (max-width: 750px) {
	.ir__individual_investors-box {
		width: 90%;
		margin: auto;
	}
}

.ir__individual_investors-box-link {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 3vw;
	font-size: 1.3vw;
}
@media screen and (max-width: 750px) {
	.ir__individual_investors-box-link {
		font-size: 3.8vw;
		gap: 17vw;
	}
}

@media screen and (max-width: 750px) {
	.ir__individual_investors-box-link .common__arrow-link {
		padding-right: 9%;
	}
}


.ir__individual_investors-container2 {
	background: var(--bg-color-gray);
	padding-top: 7%;
	padding-bottom: 4%;
}
@media screen and (max-width: 750px) {
	.ir__individual_investors-container2 {
		padding-top: 13%;
		padding-bottom: 10%;
	}
}

.ir__individual_investors-strong {
	margin-left: auto;
	margin-right: auto;
	width: 81%;
	padding-left: 22%;
}
@media screen and (max-width: 750px) {
	.ir__individual_investors-strong {
		width: 90%;
		padding-left: 0;
	}
}


.ir__individual_investors-strong-title {
	margin-bottom: 4%;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.ir__individual_investors-strong-title {
		width: 100%;
		margin-left: auto;
	}
}

@media screen and (max-width: 750px) {
	.ir__individual_investors-strong-title .common__text-with-underline {
		width: 100%;
		font-size: 5vw;
	}
}

.ir__individual_investors-strong-text {
	margin-bottom: 7%;
}

.ir__individual_investors-strong-info {
	font-size: 1.1vw;
	line-height: 1.9;
	margin-bottom: 7%;
}
@media screen and (max-width: 750px) {
	.ir__individual_investors-strong-info {
		font-size: 4.0vw;
	}
}

.ir__individual_investors-strong-info .common__text-with-leftline {
	margin-bottom: 3%;
}
@media screen and (max-width: 750px) {
	.ir__individual_investors-strong-info .common__text-with-leftline {
		margin-bottom: 5%;
	}
}

.ir__individual_investors-strong-info p {
	margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
	.ir__individual_investors-strong-info p {
		margin-bottom: 11%;
	}
}


.ir__individual_investors-container3 {
	padding: 7% 0;
}
@media screen and (max-width: 750px) {
	.ir__individual_investors-container3 {
		padding: 15% 0;
	}
}

.ir__individual_investors-strong>p {
	font-size: 1.1vw;
	line-height: 1.9;
	margin-bottom: 7%;
}
@media screen and (max-width: 750px) {
	.ir__individual_investors-strong>p {
		font-size: 4.0vw;
		margin-bottom: 13%;
	}
}

.ir__individual_investors-card {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.ir__individual_investors-card-cell-img {
    scale: 1.0;
	transition: 1s;
}
.ir__individual_investors-card-cell-img:hover {
    scale: 1.2;
}

.ir__individual_investors-card-cell-text {
	position: absolute;
	top: 74%;
	left: 48%;
	transform: translate(-50%, -50%);
	width: 85%;
	color: #fff;
	font-size: 1.1vw;
	line-height: 1.9;
}
@media screen and (max-width: 750px) {
	.ir__individual_investors-card-cell-text {
		top: 79%;
		left: 38%;
		width: 65%;
		font-size: 2.5vw;
	}
}
.ir__individual_investors-card-cell-text span {
	font-weight: bold;
	font-size: 2.0vw;
}
@media screen and (max-width: 750px) {
	.ir__individual_investors-card-cell-text span {
		font-size: 4.5vw;
	}
}

.ir__individual_investors-card-cell-arrow {
	position: absolute;
	top: 80%;
	left: 93%;
	transform: translate(-50%, -50%);
	width: 6%;
}
@media screen and (max-width: 750px) {
	.ir__individual_investors-card-cell-arrow {
		top: 83%;
		left: 92%;
		width: 8%;
	}
}
