@charset "utf-8";
/* ===================================================================
 Microsoftソリューション
=================================================================== */

.l-mv {
	padding: 5%;
	background-image: url("/si/microsoft/img/sp_index_mv-bg.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	text-shadow:#000 1px 1px 16px;
}
.l-mv {
	padding: 8%;
	background-image: url("/si/microsoft/img/index_mv-bg.jpg");
}
.l-mv > h2 {
	font-size: 1.725em;
}
@media screen and (min-width: 48em) {
	.l-mv {
		padding: 4em;
		margin-bottom: 40px;
		text-align: center;
	}
}

.pageNav--ms-solution {
	row-gap: 16px;
}

.pageNav--ms-solution > div {
	display: flex;
	flex-direction: column;
}
.pageNav--ms-solution a {
	justify-content: center;
}

.p-button-em {
	position: relative;
	text-align: center;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 16px;
	gap: 32px;
}
@media screen and (min-width: 48em) {
	.p-button-em {
		font-size: 13px;
	}
}

.p-button-em::before,
.p-button-em::after {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	background-color: #FF7E00;
	transform: rotate(-45deg);
}
.p-button-em::after {
	transform: rotate(45deg);
}

.pure-g--box-card--ms-solution > div {
	display: flex;
}
.pure-g--box-card--ms-solution > div > div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
