body{
    font-family: 'Noto Sans JP', sans-serif;
}

.logo a { color: white;}
.no-gutters {
  margin:0;
  padding:0;
}
 
.no-gutters　> .col,
.no-gutters　> [class*="col-"] {
  margin:0;
  padding:0;
}
.wh100 {
	width: 100%;
	height: 100%;
}
.bg-deepblue{
    background:#002060;
}
.bg-deepyellow{
    background:rgba(255,192,0,1.00)
}
