@media screen and (max-width: 767.999px) {
  #inspection_price {
    padding: 40px 30px;
  }
  #inspection_price h2 {
    margin-top: 25px;
    text-align: center;
  }
  #inspection_price .description {
    margin-top: 15px;
    color: #585858;
    line-height: 2;
  }
  #inspection_price table {
    width: 100%;
    margin-top: 25px;
  }
  #inspection_price table thead th span {
    font-size: 19px;
    font-weight: 700;
  }
  #inspection_price table thead th span.limit {
    font-weight: normal;
    font-size: 12px;
  }
  #inspection_price table th,
  #inspection_price table td {
    padding: 12px 0;
  }
  #inspection_price table tbody th {
    width: 40%;
  }
  #inspection_price table tr.total td {
    font-weight: 600;
  }
  #inspection_price table tr.total td span {
    font-size: 21px;
    font-weight: 700;
  }
  #inspection_price .price_area > ul > li .note {
    margin-top: 9px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
    line-height: 1.71;
  }
  section.flow_step {
    background-image: linear-gradient(to bottom, #f8f8f5, #FFFFFF);
  }
  section.flow_step ol.flow > li .data_wrapper .data .btn a {
    display: block;
    margin: 15px 0 35px;
    width: 230px;
    border: 1px solid #dfdcd0;
    border-radius: 45px;
    padding: 14px 10px 14px 0;
    text-align: center;
    background: #FFFFFF;
    color: #282828;
    position: relative;
    font-weight: 600;
    font-size: 13px;
  }
  section.flow_step ol.flow > li .data_wrapper .data .btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 7px;
    height: 5px;
    background: url(/common/images/base/vanguard-arrow-gd.svg) no-repeat;
    background-size: 100% auto;
    transform: translateY(-50%);
  }
  section.flow_step ol.flow > li .data_wrapper .data .bring {
    margin-top: 25px;
  }
  section.flow_step ol.flow > li .data_wrapper .data .list {
    margin-top: 9px;
    margin-bottom: 25px;
  }
  section.flow_step ol.flow > li .data_wrapper .data .list li {
    color: #585858;
    margin-top: 8px;
  }
  section.flow_step ol.flow > li .data_wrapper .data .list li:nth-of-type(1) {
    margin-top: 0;
  }
}
