@charset "UTF-8";
/* CSS Document */
.lower_main_vi2{
	background: url("../img/lower/division/tm/bg.png");
	background-size: cover;
	background-position: center top;
}
.la{
	padding-bottom: 0px;
	/*border-bottom: solid 1px #CCCCCC;*/
}
.la .cnt{
	margin-bottom: 36px;
}
.la .cnt .column.col2{
	margin-bottom: 0px;
}
.la .cnt .column.col1 .img{
	width: 85%;
}

@media only screen and (max-width: 768px) {
	.lower_main_vi2{
		background: url("../img/lower/division/tm/bg_sp.png");
		background-size: cover;
		background-position: center top;
		border-bottom: none;
	}
	.la{
		border-bottom: none;
	}
	.la .cnt p{
	}
	.la .cnt .column.col2{
		gap:0px;
	}
	.la .cnt .column.col2 .img{
		border-bottom: solid 1px #CCCCCC;
	}
	.la .cnt .column.col2 .img:first-child p{
		margin-bottom: 32px;
	}
	.la .cnt .column.col2 .img:last-child{
		padding: 32px 0px;
	}
	.la .cnt .column.col1 .img{
		width: 100%;
	}
}