p.s0 {
  font-size: 13px;
  font-size: 4.0625vw;
}
p.s1 {
  font-size: 12px;
  font-size: 3.5625vw;
}


/* https://webliker.info/75964/ */
table.d {
  #width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

table.d td:not(.no){
  # text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  #width: 25%;
  height:50px;
  #padding: 10px 0;
}

table.d th{
  width: 100%;
  height:20px;
}

table.d td:last-child:not(.no){
  border-right: 1px solid #a8b7c5;
}

table.d tr:last-child td:first-child:not(.no) {
  border-radius: 0 0 0 5px;
}

table.d tr:last-child td:last-child:not(.no) {
  border-radius: 0 0 5px 0;
}


input.b{
  text-align: center;
  width:100px;
  height:45px;
}

input.b2{
  text-align: center;
  width:160px;
  height:45px;
}

input.b3{
  text-align: center;
  width:100px;
  height:70px;
}

span.required{
  color:red;
  font-weight:bold;
}
