header {
  background: url(/price/img/img_price.png) no-repeat #fff;
  background-position: center bottom;
  background-size: 15%;
  padding-top: 140px;
  height: auto;
  display: block; }
  @media screen and (max-width: 768px) {
    header {
      background-position: center bottom;
      background-size: 43%;
      padding-top: 105px; } }
  header h1 {
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    color: #4fa7b2; }
    @media screen and (max-width: 768px) {
      header h1 {
        font-size: 30px;
        margin-top: 50px; } }

#price .table_wrap table {
  width: 800px;
  margin: 80px auto; }
  #price .table_wrap table th,
  #price .table_wrap table td {
    padding: 5px 1em; }
  #price .table_wrap table th {
    background: #4fa7b2;
    color: #fff; }
    #price .table_wrap table th .vertical {
      writing-mode: tb-lr;
      writing-mode: vertical-lr;
      -webkit-writing-mode: vertical-lr;
      letter-spacing: .2em; }
  #price .table_wrap table td {
    border: 1px solid #4fa7b2; }
  #price .table_wrap table thead th {
    border-right: 1px solid #fff; }
    #price .table_wrap table thead th:last-child {
      border-right: none; }
  #price .table_wrap table tbody th {
    border-top: 1px solid #fff; }
  #price .table_wrap table tbody td {
    color: #4fa7b2; }

@media screen and (max-width: 1160px) {
  #price .table_wrap {
    overflow-x: scroll; } }
