.vct2_page .page_banner {
	display: none;
}

/* mv */
.vct2-mv {
	position: relative;
	background: url(/assets/images/vct2_fv_pc.png) center right / cover no-repeat;
	width: 100%;
	height: 500px;
	margin-top: 70px;
	padding: 0 15px;
	overflow: hidden;
}

.vct2-mv__wrapper {
	position: relative;
	height: 100%;
	margin: 0 auto;
}

.vct2-mv__head {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 345px;
	margin: 0 auto;
	font-size: 24px;
	line-height: 1.5625;
	color: #FFFFFF;
	font-weight: 700;
	letter-spacing: .06em;
}

.vct2-mv__head span {
	display: block;
	color: #8EA8D6;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: normal;
}

@media (max-width: 769px) {
	.vct2-mv {
		background: url(/assets/images/vct2_fv_sp.png) center right / cover no-repeat;
		height: 145px;
	}
}

@media (min-width: 768px) {
	.vct2-mv__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 1040px;
	}

	.vct2-mv__wrapper::before {
		width: 1000px;
		height: 553px;
		margin-left: 150px;
	}

	.vct2-mv__head {
		max-width: inherit;
		font-size: 38px;
		line-height: 1.4473;
		margin: 0;
	}
}

.g-vct2-schedule-content:not(:last-of-type){
	margin-bottom: 20px;
}
.g-vct2-schedule__heading{
	margin-bottom: 11px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.87;
	padding-left: 19px;
	text-indent: -22px;
}
.g-vct2-schedule__heading::before{
	margin-right: 3px;
}
.g-vct2-schedule__heading--1::before{
	content: "①";
}
.g-vct2-schedule__heading--2::before{
	content: "②";
}
.g-vct2-schedule__heading--3::before{
	content: "③";
}
.g-vct2-schedule__heading--4::before{
	content: "④";
}
.g-vct2-schedule__heading--5::before{
	content: "⑤";
}
.g-vct2-schedule__heading--6::before{
	content: "⑥";
}
.g-vct2-schedule__heading--7::before{
	content: "⑦";
}
.g-vct2-schedule__subtitle{
	margin-bottom: 0px;
}
.g-vct2-schedule__text-wrap{
	padding-left: 20px;
}
.g-vct2-schedule__text-wrap a{
	word-break: break-all;
}
.a-custom-1{
	text-decoration: underline;
}
.g-vct2-schedule__text-wrap span{
	margin-left: -6px;
	font-weight: bold;
}

@media (max-width: 991px) {
	.g-vct2-schedule {
		margin-top: 50px;
	}
}

@media (min-width: 768px) {
	.g-vct2-schedule__heading{
		margin-bottom: 7px;
		padding-left: 21px;
		text-indent: -23px;
		font-size: 18px;
		line-height: 1.75;
	}
	.g-vct2-schedule__text-wrap{
		margin-bottom: 31px;
		padding-left: 25px;
	}
}

.g-vct2-operation__content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.g-vct2-operation__content:not(:last-of-type) {
	margin-bottom: 31px;
}
.g-vct2-operation__image {
	width: 184%;
}
.g-vct2-operation__image img{
	width: 100%;
}
.g-vct2-operation__text {
	margin-left: 5%;
	margin-top: 30px;
	width: 94%;
}
.g-vct2-operation__text p{
	font-size: 13px;
}
.g-vct2-operation__text span{
	margin-left: -6px;
	font-weight: bold;
}
@media (min-width: 768px) {
	.g-vct2-operation__image {
		width: 61%;
	}
	.g-vct2-operation__text {
		width: 34%;
		margin-left: 3%;
		margin-top: 42px;
	}
	.g-vct2-operation__text p{
		font-size: 16px;
		margin-bottom: 30px;
	}
}

.g-vct2-asset__text{
	color: #f22851;
	font-weight: bold;
}
.g-vct2-asset__link{
	word-break: break-all;
}
@media (min-width: 768px) {
	.g-vct2-asset__text p{
		font-size: 18px;
	}
}


