@charset "UTF-8";
/* CSS Document */
.lower_main_vi2{
	background: url("../img/lower/division/mt/bg.png");
	background-size: cover;
	background-position: center top;
}
.lower_main_vi2 .vi_cnt .vi_cnt2{
	max-width: 661px;
}
.la{
	padding-bottom: 0px;
	/*border-bottom: solid 1px #CCCCCC;*/
}
.la .cnt .column.col2 h4{
	margin-bottom: 20px;
	font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
	.lower_main_vi2{
		background: url("../img/lower/division/mt/bg_sp.png");
		background-size: cover;
		background-position: center top;
	}
	.la .cnt .column.col2 .img2 p{
		margin-bottom: 20px;
	}
	.la .cnt .column.col2 .img2:last-child p{
		margin-bottom: 20px;
	}
	.btn .column{
		display: block;
	}
	.btn .column .col{
		width: 100%;
		margin-bottom: 10px;
	}
}