.u-section-1 .u-sheet-1 {
  min-height: 400px;
}

.u-section-1 .u-text-1 {
  font-size: 1.875rem;
  margin: 20px auto 0 20px;
}

.u-section-1 .u-form-1 {
  width: 570px;
  margin: 30px auto 60px 20px;
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    font-size: 1rem;
  }

  .u-section-1 .u-form-1 {
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-form-1 {
    width: 340px;
  }
}

.theq{
	padding: 3px;
	padding-left: 5vw;
	padding-right: 5vw;
	margin: 3px;
	border-radius: 5px;
	background-color: #9E8BCE;
	color: #ffffff;
}

.inBox{
  display:flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  grid-row-gap: 3vw;
  width:100%;
  margin-top: 10px;
  margin-bottom:10px;


}

.inBoxUp{
  display:flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  grid-row-gap: 20px;
  width:100%;
  margin: 0px;

}
.inBoxDown{
  display:flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  grid-row-gap: 20px;
  width:100%;
  margin: 0px;
  margin-bottom: 10px;

}

.cssInput{
  height: 50px;
  border: 1px solid #383838;
  font-size: 1em;
  margin: 0px;
  padding: 0px;
  padding-left: 1vw;
  width: 35vw;
  line-height: 50px;
  height: 50px;
  color:#666;

}

.cssSelect{
  height: 50px;
  border: 1px solid #383838;
  font-size: 1em;
  margin: 0px;
  padding: 0px;
  width: 50vw;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 50px;
  line-height: 50px;
  color:#666;

}

.lbTitle{
  background-color: #9E8BCE;
  color: white;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border: 1px solid #383838;
  font-size: 1em;
  height: 50px;
  line-height: 50px;
  width:200px;
  text-align: center;
}

.lbTitleUp{
  background-color: #9E8BCE;
  color: white;
  border-top-left-radius: 15px;

  border: 1px solid #383838;
  font-size: 1em;
  width: 25vw;
  height: 50px;
  line-height: 50px;
  width:200px;
  text-align: center;
}


.lbUnitUp{
  background-color: #9E8BCE;
  color: white;
  border-top-right-radius: 15px;
  border: 1px solid #383838;
  font-size: 1em;
  line-height: 50px;
  height: 50px;
  width:50px;
  text-align: center;


}
.lbTitleDown{
  background-color: #9E8BCE;
  color: white;
  border-bottom-left-radius: 15px;
  border: 1px solid #383838;
  font-size: 1em;
  width:200px;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

.lbUnitDown{
  background-color: #9E8BCE;
  color: white;
  border-bottom-right-radius: 15px;
  border: 1px solid #383838;
  font-size: 1em;
  height: 50px;
  line-height: 50px;
  width:50px;
  text-align: center;

}

.inButton{
  width: 64px;
  border: 0px;
}
.iconadd{
  background: url("./iconadd.png") no-repeat; 
  background-size: contain;
  width: 64px;
  height: 64px;
}

.report
{
  margin: 3vw;
  padding: 3vw;
  width: 80%;
  font-size: 1em;
}
.ratioqrcode
{
  width: 200px;
}

.chart
{
  width: 90%;
  font-size: 1em;
}