@media screen and (max-width:1480px){
h1 {
font-size: 1.8rem;
background-size: 7.0rem;
}	
}

@media screen and (max-width:1280px){
h1 {
font-size: 1.7rem;
background-size: 6.5rem;
}	
}

@media screen and (max-width:1200px){
h1 {
font-size: 1.6rem;
background-size: 6.0rem;
}	
}

@media screen and (max-width:1080px){
h1 {
font-size: 1.5rem;
}	
}

@media screen and (max-width:1000px){
h1 {
font-size: 1.4rem;
background-size: 5.0rem;
}	
}

@media screen and (max-width:900px){
h1 {
font-size: 1.3rem;
}
}

@media screen and (max-width:830px){
h1 {
font-size: 1.3rem;
background-size: 0;
background-position: 0;
}
}

@media screen and (max-width:600px){
h1 {
font-size: 1.1rem;
background-size: 0;
background-position: 0;
}
.shutter {  height: 0; }
.arrow-top {  display: none; }

}

@media screen and (max-width:480px){
h1 { font-size: 1.0rem; }
ul, ol { padding-left: 26px; }
}
