/************************************

	common_header_middle.css

*************************************/

/****************************************
for PC（解像度低めのPC）
*****************************************/

@media print,screen and (min-width:980px) and ( max-width:1299px){

h1.head_copy{
	display: none;
}

}




/****************************************
for PC（解像度低めのPC）
*****************************************/

@media print,screen and (min-width:980px) and ( max-width:1599px){



}

@media print,screen and (min-width:1216px) and ( max-width:1599px){


}

@media print,screen and (min-width:980px) and ( max-width:1215px){


}



/*グーグルwebフォントの読み込み指定
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/

/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
}

/* IE10以降だけに適用されるCSSハック*/
@media all and (-ms-high-contrast:none){

}
