#inspection section.first_section {
  background: #f8f8f5;
}

#inspection_price h2 {
  color: #102029;
}

#inspection_price .description {
  color: #585858;
}

#inspection_price .price_area table {
  border-top: 1px solid #dfdcd0;
  border-left: 1px solid #dfdcd0;
  border-collapse: collapse;
}

#inspection_price .price_area table th,
#inspection_price .price_area table td {
  border-bottom: 1px solid #dfdcd0;
  border-right: 1px solid #dfdcd0;
  text-align: center;
  font-weight: normal;
}

#inspection_price .price_area table thead th {
  background: #f8f8f5;
  color: #102029;
}

#inspection_price .price_area table tbody th,
#inspection_price .price_area table tbody td {
  color: #585858;
}

#inspection_price .price_area table tbody tr.total th,
#inspection_price .price_area table tbody tr.total td {
  background: #fdfbf1;
  color: #c73c3c;
}

@media screen and (min-width: 768px) {
  #inspection section.first_section {
    padding-bottom: 95px;
    background: #f8f8f5;
  }
  #inspection section.first_section .contents_area .data {
    width: 100%;
  }
  #inspection_price {
    padding: 100px 0;
  }
  #inspection_price h2 {
    text-align: center;
    font-size: 36px;
  }
  #inspection_price .description {
    margin-top: 45px;
    text-align: center;
    line-height: 2.3;
  }
  #inspection_price .price_area > ul {
    margin: 40px auto 0;
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 50px;
  }
  #inspection_price .price_area > ul > li {
    width: 300px;
  }
  #inspection_price .price_area > ul > li table {
    width: 300px;
  }
  #inspection_price .price_area > ul > li table thead th {
    font-size: 13px;
    font-weight: normal;
    height: 70px;
    vertical-align: middle;
  }
  #inspection_price .price_area > ul > li table thead th span {
    font-size: 21px;
    font-weight: 700;
  }
  #inspection_price .price_area > ul > li table thead th span.limit {
    font-weight: normal;
    font-size: 12px;
  }
  #inspection_price .price_area > ul > li table tbody th,
  #inspection_price .price_area > ul > li table tbody td {
    padding: 13px 0;
  }
  #inspection_price .price_area > ul > li table tbody th {
    width: 120px;
  }
  #inspection_price .price_area > ul > li table tbody tr.total th {
    font-size: 14px;
  }
  #inspection_price .price_area > ul > li table tbody tr.total td {
    font-size: 14px;
    font-weight: 600;
  }
  #inspection_price .price_area > ul > li table tbody tr.total td span {
    font-size: 21px;
    font-weight: 700;
  }
  #inspection_price .price_area > ul > li .note {
    margin-top: 12px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    line-height: 1.71;
  }
  #inspection_flow_step ol.flow > li .data_wrapper .data .btn a {
    display: block;
    margin-top: 15px;
    width: 270px;
    border: 1px solid #dfdcd0;
    border-radius: 45px;
    padding: 19px 10px 19px 0;
    text-align: center;
    color: #282828;
    position: relative;
    font-weight: 600;
  }
  #inspection_flow_step ol.flow > li .data_wrapper .data .btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 27px;
    width: 14px;
    height: 10px;
    background: url(/common/images/base/vanguard-arrow-gd.svg) no-repeat;
    transform: translateY(-50%);
  }
  #inspection_flow_step ol.flow > li .data_wrapper .data .bring {
    margin-top: 45px;
  }
  #inspection_flow_step ol.flow > li .data_wrapper .data .list {
    margin-top: 10px;
  }
  #inspection_flow_step ol.flow > li .data_wrapper .data .list li {
    color: #585858;
    margin-top: 8px;
  }
  #inspection_flow_step ol.flow > li .data_wrapper .data .list li:nth-of-type(1) {
    margin-top: 0;
  }
}
