@charset "UTF-8";

#mainArea {
	margin-top: 0;
}

/************************************************
mvSlider
************************************************/
.mvSlider {
	position: relative;
	width: 100%;
}
.mvSliderItem {
	width: 100%;
	min-height: 420px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mvSliderInner:not(.slick-slider) {
	height: 420px;
	visibility: hidden;
	overflow: hidden;
}
.mvSliderItem.slide01 {
	background-image: url(/corporate/img/index_mv_0001.jpg);
}
.mvSliderItem.slide02 {
	background-image: url(/corporate/img/index_mv_0002.jpg);
}
.mvSliderItem.slide03 {
	background-image: url(/corporate/img/index_mv_0003.jpg);
}
.mvSliderCatch {
	position: relative;
}
.mySliderCatchInner {
	position: absolute;
	bottom: 20px;
	left: 40px;
}
.mvSliderCatchLink {
	margin-left: 10px;
}
@media screen and (max-width: 640px) {
	.mvSliderItem {
		min-height: 440px;
	}
		.mvSliderInner:not(.slick-slider) {
		height: 440px;
	}
	.mySliderCatchInner {
		bottom: 20px;
		left: 7px;
	}
	.mvSliderItem.slide01 {
		background-image: url(/corporate/img/index_mv_0001_sp.jpg);
	}
	.mvSliderItem.slide02 {
		background-image: url(/corporate/img/index_mv_0002_sp.jpg);
	}
	.mvSliderItem.slide03 {
		background-image: url(/corporate/img/index_mv_0003_sp.jpg);
	}
}

/************************************************
三菱UFJニコスについて
************************************************/
@media screen and (max-width: 640px) {
	.imgLink > .imgLinkItem > .imgLinkImg.localAdjust {
		border-radius: 0;
	}
}

/************************************************
最新情報
************************************************/
@media print, all and (min-width:641px) {
	.latestInfo .latestInfo01 {
		width: 84.28%;
		margin: 40px auto 0;
	}
	.latestInfo .latestInfo01.cautions {
		padding: 0 20px;
	}
	.latestInfo .latestInfo01.notice .clmItem + .clmItem {
		margin-top: 0;
	}
}
@media screen and (max-width: 640px) {

}