/*
Template: businesspress
Theme Name: BusinessPress Child
*/

/*全体設定*/
/*ヘッダー*/
/*フッター*/

/*メディアクエリ・ブレイクポイント*/


/*-----------------------------------------------全体設定-----------------------------------------------*/
/*全体幅*/
*, *:before, *:after { box-sizing: border-box;}

#masthead {
  display: none;
}
#content {
  max-width: 100%;
  padding: 0;
  margin: auto;
}
#content img {
  width: 100%;
}
#colophon {
  display: none;
}

/*-----------------------------------------------ヘッダー-----------------------------------------------*/


/*-----------------------------------------------フッター-----------------------------------------------*/
.footer_contents {
  background: #eee;
  padding: 2vw 0;
  box-sizing: border-box;
}
.footer_copyright {
  text-align: center;
}




/*-------------------------------------メディアクエリ750以下【SPのみ】-------------------------------------*/
@media only screen and (max-width: 750px) {
	.pc_only {
		display: none !important;
	}
}
/*--------------------------------メディアクエリ750以上【タブレット以上】---------------------------------*/
@media only screen and (min-width: 751px) {
	.sp_only {
		display: none !important;
	}
	/*ドロワーメニュー非表示*/
	.drawer-hamburger, .drawer-overlay, .drawer-navigation {
		display: none;
	}
}