@charset "UTF-8";

/* ----------------------------------------
/contact/index.html
----------------------------------------- */
.page_contact_index .lst_frame01 .lst_frame_content_on{
	background: url('/resource/img/contact_bnr_01.jpg') no-repeat center;
	background-size: cover;
}
.page_contact_index .lst_frame01 .lst_frame_content{
	background: url('/resource/img/contact_bnr_01_on.jpg') no-repeat center;
	background-size: cover;
}
.page_contact_index .lst_frame02 .lst_frame_content_on{
	background: url('/resource/img/contact_bnr_02.jpg') no-repeat center;
	background-size: cover;
}
.page_contact_index .lst_frame02 .lst_frame_content{
	background: url('/resource/img/contact_bnr_02_on.jpg') no-repeat center;
	background-size: cover;
}
@media (min-width: 768px), print{
	.page_contact_index .lst_frame li {
		margin-bottom: 30px;
	}
}
