/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

/*TOPのMV下部画像_テキスト追加_260402*/
.mv_bottom_images .fl-photo-content {
	position: relative;
}
.mv_bottom_images .fl-photo-content a {
	display: block;
}
.mv_bottom_images .fl-photo-content:before {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	pointer-events: none;
}
.mv_bottom_images .fl-photo-content:after {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: min(5vw, 24px);
	color: #fff;
	font-weight: 700;
	pointer-events: none;
}
.mv_bottom_images .fl-col-small:nth-of-type(1) .fl-photo-content:after {
	content: "妊活でのご相談はこちら";
}
.mv_bottom_images .fl-col-small:nth-of-type(2) .fl-photo-content:after {
	content: "痛みや痺れでのご相談はこちら";
}