@charset "utf-8";

/* -------------------------------------------------- */
/* 清掃業務 */
/* -------------------------------------------------- */

/* ヘッダー画像枠 */
.main_title_frame {
	background-image:url('/image/whistleblowing/main_hjeader.jpg');
	background-position:center;
	background-repeat: no-repeat;
	background-size:cover;
}

/* タブレット */
@media only screen and (max-width:767px) {

	.main_title {
		font-size:35px;
	}

	/* 隙間を消す */
	.tb_padding_top_0 {
		padding-top:0px;
	}
	.tb_padding_bottom_0 {
		padding-bottom:0px;
	}

}

/* スマホ */
@media only screen and (max-width:550px) {
	.main_title {
		font-size:30px;
	}
}

