@charset 'UTF-8';


br.sp_only {
	display: none;
}

.l-mv:before {
	background: linear-gradient(180deg,#F8F1ED,#F0D9E9);
}

.p-mv__list {
	max-width: 190px;
}

.c-block-2col__name span {
	font-size: 14px;
}

.p-cta {
	background-color: #3BB7D1;
}

.l-wrap:before {
	background: linear-gradient(#A9EDEA,#FDD6E3);
}

.p-mv__lead {
	width: 483px;
}



@media only screen and (max-width: 768px) {
	br.sp_only {
		display: inline;
	}

	.l-mv:before {
		background: linear-gradient(180deg,#F8F1ED,#F0D9E9);
	}

	.p-mv__list,
	.p-mv__list:first-child {
    max-width: 112px;
  }

	.p-mv__list {
		max-width: 112px;
	}

	.c-mvList__text {
		font-size: 11px;
    letter-spacing: -.07em;
	}

	.c-mvList__text span {
		display: none;
	}

	.p-cta__date {
		font-size: 19px;
	}

	.p-mv__lead {
		width: 335px;
	}

	.c-mvList__name {
		text-align: center;
	}

	.c-mvList__text {
		text-align: center;
	}
}