@charset "UTF-8";

.container .row {
  margin-bottom: 40px;
}

.table tbody > tr > th {
  vertical-align: middle;
}

.table-bordered > tbody > .total > th,
.table-bordered > tbody > .total > td {
  border-top: double 3px #ccc;
}

.price-table {
  border: 2px solid #ddd;
}
.table-wrap.ordermade th:not(:first-child) {
  width: 20%;
}
.table-wrap.premium th:not(:first-child) {
  width: 28%;
}
.price-table thead > tr > th {
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em;
}
.price-table thead > tr > th:first-child {
  font-size: 1.0em;
}
.price-table thead > tr > th > .desc {
  font-size: 0.7em;
}
.price-table thead > tr > th,
.price-table thead > tr > td,
.price-table thead > tr > th:first-child,
.price-table thead > tr > td:first-child {
  font-weight: bold;
  text-align: center;
}
.price-table thead > tr > th span {
  font-size: 0.8em;
  font-weight: normal;
}

.price-table tbody > tr > th,
.price-table tbody > tr > td {
  text-align: center;
  font-size: 0.8em;
}
.price-table tbody > tr > td:first-child {
  font-size: 1.0em;
}

#img-zumen {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
#service-table tbody > tr > th {
  font-size: 1.0em;
  font-weight: normal;
}
#service-table tbody > tr > td {
  padding: 30px 15px;
  }

.price-table tbody > tr > .price-merge-row {
  border-top: 3px double #ccc;
  border-bottom: 3px double #ccc;
  background-color: #333;
  color: #fff;
  font-weight: normal;
}
.primary {
  font-size: 1.6em;
  color: #000;
}
.red {
  color: #f00;
}

.sample-table > tbody > tr > th,
.sample-table > tbody > tr > td {
  font-size: 1.0em;
}

.section .img-wrap {
  text-align: center;
}
.section .img-wrap img {
  width: 100%;
  height: auto;
}
.sp-only {
  display: none;
}
.caption {
  justify-content: flex-start;
}

.dl-horizontal dd {
  margin-bottom: 8px;
}

.hearing .title-bold {
  margin-bottom: 10px;
  font-weight: bold;
}
.hearing p {
  line-height: 1.9;
}

.list h4 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.2em;
}

.list p {
  margin-bottom: 15px;
}

#widget-price {
  border: none;
  padding: 0;
}

#widget-price h3 {
  display: none;
}




@media (max-width: 767px) {
  .container .row {
    margin-bottom: 30px;
  }
  #img-zumen {
    float: none;
    display: block;
    margin-bottom: 30px;
  }
  .table-wrap {
    overflow: auto;
    white-space: nowrap;
  }
  .section .img-wrap img {
    width: 100%;
    height: auto;
  }
  .table thead > tr > th, .table tbody > tr > td {
    padding: 2% 1%;
  }
  .table thead > tr > th:first-child, .table tbody > tr > td:first-child {
    padding: 2% 1%;
  }
  .price-table tbody > tr > td {
    font-size: 1em;
  }
  #service-table tbody > tr > td {
    padding: 2% 1%;
  }
  .sp-only {
    display: block;
  }
  .caption {
    justify-content: center;
  }
  .dl-horizontal dd {
    margin-bottom: 7px;
    padding-left: 15px;
  }
}
@media (max-width: 320px) {
  .lead-action .btn {
    font-size: 12px;
  }
}