@charset "utf-8"; /*文字コード*/
html{
  font-size: 200%;
}
button{
  width:98%;
  height:96px;
  margin:8px 1%;
  font-size: 200%;
}
h1 {
  margin:0 0.25em;
}
h2{
  margin:0 0.25em;
  font-weight: 400;
  font-size: 200%;
}
h3{
  margin:0 0.25em;
  font-weight: 400;
  font-size: 150%;
}
p{
  margin:0 0.5em;
}
#app{
  width:100%;
  max-width:1000px;
  margin: 0 auto;
}
#fix{
  position:fixed;
  width:98%;
  max-width:1000px;
  height:344px;
  background-color: #ac8;
  border-radius: 10px;
}
#hands button{
  background-color: #999;
  transition: background-color 0.2s;
}
#hands .on{
  background-color: #fff;
}
#result1{
  font-size: 200%;
}
#result2{
  text-align: right;
  font-size: 150%;
}
#scroll{
  padding-top: 344px;
}
.hidden {
  display: none;
}
.red {
  color: #800;
}
.small {
  font-size: 67%;
}