@charset "utf-8";


/*メインイメージ
---------------------------------------------------------*/
.contentpage .m_img .m_img_bg{
	background-image: url(../qa/img/mv.jpg);
}

/*共通
---------------------------------------------------------*/
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.mgn_b_70{
	margin-bottom: 7%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.mgn_b_70{
	margin-bottom: 9%;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {	

}