@charset "UTF-8";

/*----------------------------------------------------*/ 
/* xxxxxxx
-----------------------------------------------------*/ 
#header {
	background:url(/lib/img/access/vi.jpg) center top no-repeat;
}

.tile {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom:40px;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.tile li {
	margin-bottom:22px;
	width:320px;
}

.tile li span {
	display:block;
	line-height:2.1;
	padding-top:10px;
}


@media only screen and (max-width:767px) {

#header {
	background:none;
}

.htype01 {
	background:url(/lib/img/access/vi.jpg) center top no-repeat;
	background-size:auto 184px;
	height:184px;
}

.tile li {
	margin-bottom:15px;
	width:48%;
}

.tile li span {
	line-height:1.6;
}

}
