h2.separate {
  font-size: 15px;
  font-weight: bold;
  color: #4682b4;
  margin-left: 10px;
  margin-bottom: 5px;
}
h3.separate {
  font-size: 12px;
  margin-top: 20px;
  margin-left: 10px;
}

.spec {
  width: 650px;
  border-collapse: collapse;
  margin-left: 50px;
  margin-bottom: 35px;
}

.spec th{
  width: 150px;
  height: 25px;
  border: solid 1px #e0e0e0;
  background: #e0ffff;
  text-align: left;
  padding-left: 18px;
}
.spec td{
  width: 160px;
  border: solid 1px #e0e0e0;
  padding: 0 0 0 25px;
}
.item{
  width: 500px;
  margin-left: 25px;
  border-collapse: collapse;
}
.item tr{
  height: 35px;
}
.item tr:first-child{
  height: 25px;
}   
.item th{
  height: 20px;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  text-align: left;
}
.item th:first-child{
  width: 175px;
  padding-left: 45px;
}
.item th:nth-child(2){
  width: 170px;
  padding-left: 30px;
}
.item th:nth-child(3){
  width: 85px;
  padding-left: 32px;
}
.item th:last-child{
  width: 70px;
}
.item td{
  border-bottom: 1px solid #808080;
}
.item td:first-child{
  width: 175px;
  padding-left: 15px;
}
.item td:nth-child(2){
  width: 170px;
  padding-left: 45px;
}
.item td:nth-child(3){
  width: 85px;
  color:#cc3300;
  text-align: right;
  padding-right: 20px;
  font-weight: bold;
}
.item td:last-child{
  width: 70px;
  padding-left: 5px;
}
.container{
  display: flex;
  margin-left: 35px;
  margin-bottom: 30px;
}
.caution {
  font-size: 10px;
  margin: 30px 0 20px 30px;
} 