/*========================================================================
   price layout
========================================================================*/
#price #mainVisual {
  background: url(../img/price/mainimg.jpg) no-repeat center/cover;
}
#price_info > :not(:last-child) {
  margin-bottom: 2em;
}
#price_info .pricelead {
  text-align: center;
}
#price_info table {
  text-align: center;
  box-sizing: border-box;
}
#price_info table th {
  white-space: nowrap;
  vertical-align: middle;
  padding: 15px;
}
#price_info table td {
  vertical-align: middle;
  padding: 15px;
}
#price_info .sp_tftr td.td_long {
  width: 70%;
}
#price h5 {
    display: inline-block;
    margin-left: 1em;
}

@media screen and (max-width: 768px) {
  #price_info .pricelead {
    text-align: left;
  }
  #price_info tr {
    display: flex;
    flex-wrap: wrap;
  }
  #price_info tr th,
  #price_info tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 5px;
  }
  #price_info .sp_tftr td {
    width: 35%;
  }
  #price_info .sp_tftr td.td_long {
    width: 65%;
  }
}
