header{
height:10px;
margin:16px auto;
display:flex;
justify-content:space-between;
align-items:center;
}
.global-nav{
display:flex;
justify-content:space-between;
}
.global-nav li{
display:inline;
margin:15rem 0.5rem;
font-size:12.5px;
list-style:none;
}
a{
text-decoration:none;
}
ul{
font-size:14px;
line-height:1.8;
}
h1{
font-size:25px;
line-height:0.9;
}
h2{
font-size:20px;
line-height:2;
text-indent:-1em;
margin:30px;
}
h3{
font-size:14px;
line-height:1.8;
margin:30px;
}
h4{
font-size:12px;
line-height:0.5;
}
p
{
font-family: "Noto Sans JP";
font-size:14px;
line-height:1.8;
}
cite{
font-family: "Noto Sans JP";
font-size:14px;
line-height:1.8;
}
.textbox{
margin:15px 30px:
}
footer{
  height:30px;
  color:white;
  background:#55aaff;
text-align:left;
}
/*モバイル版------*/
@media screen (max-width:600px){
.global-nav li{
font-size:1.2vw
} 
h1{
font-size:1.2vw
}
 h2{
font-size:0.9vw
}
h3{
font-size:0.7vw
}
h4{
font-size:0.7vw
}
}
footer{
  height:1.2em;
  color:white;
  background:#55aaff;
text-align:left;
}