/*191125追加_グループロゴ追加_ヘッダー*/

.gr-logo{
    width: 100%;
    height: 61px;
    position: fixed;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 500;
}

.gr-logo-inner{
  width: 100%;
  max-width:1215px;
  align-items: center;	
  display: flex;
  justify-content: flex-end;
}



.z-logo{
    width: 130px;
}

/*191125追加_グループロゴ追加_ヘッダーここまで*/
/*191125追加_グループロゴ追加フッター*/

.gr-logo-foot{
	/*width: 100%;*/
	background-color: #043491;
	z-index: 500;
	display: flex;
	justify-content: center;
	padding: 45px;
}

.gr-logo-foot-inner{
	width:100%;
    display: flex;
	justify-content: center;
	max-width: 1135px;
}

.z-logo-foot{
    width: 150px;
}

/*191125追加_グループロゴ追加フッター*/
