@charset "UTF-8";

/*----------------------------------------
	メインエリア(第2階層用)
-----------------------------------------*/
#mvlv2 {
	background: url(../img/vision/main_sp.jpg) center center no-repeat;
	background-size: cover;
}
@media print, screen and (min-width: 768px){
	#mvlv2 {
		background: url(../img/vision/main.jpg) center center no-repeat;
		background-size: cover;
	}
}
@media screen and (min-width: 1040px){
}
.iBoxWrap h3 {
	font-size: 2.6rem;
	line-height: 1.4;
	padding-bottom: 2%;
}
.iBoxWrap .t01 {
	position: relative;
	display: table;
	height: 51px;
	margin: 0 auto 28px;
	border: 1px solid #000;
}
.iBoxWrap .t01:after ,
.iBoxWrap .t01:before {
	content: '';
	position: absolute;
	left: 50%;
	margin: 0 0 0 -20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
.iBoxWrap .t01:after {
	bottom: -21px;
	border-top: 22px solid #fff;
}
.iBoxWrap .t01:before {
	bottom: -22px;
	border-top: 22px solid #000;
}
.iBoxWrap .t01 span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 24px;
}
.iBoxWrap .txtBox p + p {
	margin-top: 18px;
}
@media print, screen and (min-width: 768px){
	.iBoxWrap {
		padding: 20px 0 0;
	}
	.iBoxWrap h3 {
		font-size: 46px;
		line-height: 1.4;
		padding-bottom: 20px;
		text-align: center;
	}
	.iBoxWrap .t01 {
		height: 75px;
		margin: 0 auto 40px;
	}
	.iBoxWrap .t01 span {
		padding: 0 30px;
	}
	.iBoxWrap ul {
		max-width: 920px;
		margin: 0 auto 32px;
	}
	.iBoxWrap ul li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 30px;
	}
	.iBoxWrap .txtBox p + p {
		margin-top: 32px;
	}
}