.text-restriction {
  text-align: right;
}

.style-control-group {
  width: 100%;
}

@media screen and (max-width: 767px) {

  p.attention {
    margin-bottom: 5px;
  }

}

@media screen and (min-width: 768px) {

  .text-restriction {
    display: inline-block;
  }

  .style-control-group {
    min-width: 305px;
    width: auto;
  }

  table.reserve {
    margin-top: 20px;
  }

}
