.normal1 {
font-size:17px;
}
.big1 {
font-size:24px;
}

.big2 {
font-size:70px;
}
.h2 {
font-size:15px;
}

.limit100 {
  display: block;
   max-height:100px;

   width: auto;
   height: auto;

}

.orangeoutline {
  outline-color: #FF6B10;
}


.bg-orange{ background-color: #FF9454; }
.bg-nav{ background-color: #f2f2f2; }
.bg-ana{ background-color: #FF6D12; }
.bg-koyu{ background-color: #07796b; }
.navicon {
  display: block;
   max-height:50px;
   width: auto;
   height: auto;

}

@media only screen and (max-width: 768px) {
  #firstimg {
    width: 100px;
    height: 100px;
  }

  h2{
    font-size: 12px;
  }
}
