@charset "Shift_JIS";

/* **************************************************

Name: modify.responsive.css

Description: Sub CSS

Create: 2019.01.01
Update: 20xx.xx.xx

Copyright 2019 Hitachi,Ltd.

***************************************************** */


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

Modify Setting

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


/* XXX
=========================================================================================== */
/* for - 994px
=========================================================================================== */

@media screen and (max-width: 994px) {

/* branding for hero header */
.ResponsiveBrandingImgStyle .heroHeader .ImgText{
left:15px;
}

}

/* for - 767px
=========================================================================================== */

@media screen and (max-width: 767px) {


}

/* for - 579px
=========================================================================================== */

@media screen and (max-width: 579px) {

}

/* for - 399px
=========================================================================================== */

@media screen and (max-width: 399px) {

}
