.summary-container .table-title {
  font-size: 2.0rem;
  margin-bottom: 30px;
  font-weight: bold;
}

.summary-container .tax-text {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.summary-container .table-container {
  border: 1px solid #888;
  margin-bottom: 40px;
}

.summary-container .table-container table {
  table-layout: fixed;
}

.summary-container .table-container table th {
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  vertical-align: middle;
  background-color: #e2e8ea;
  padding: 20px 0;
}

.summary-container .table-container table td {
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  vertical-align: middle;
  text-align: center;
}

.summary-container .table-container table tr:nth-of-type(n+2) th {
  background-color: #f5f7f8;
}

.summary-container .table-container table tr:first-of-type th:last-of-type {
  border-right: none;
}

.summary-container .table-container table tr:last-of-type th,
.summary-container .table-container table tr:last-of-type td {
  border-bottom: none;
}

.summary-container .search-container > p {
  margin-bottom: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}

.summary-container .search-container .search-select-box {
  margin-bottom: 20px;
}

.summary-container .search-container .search-select-box span {
  display: inline-block;
  line-height: 40px;
  vertical-align: top;
  font-weight: bold;
}

.summary-container .search-container .search-select-box .select {
  margin-left: 20px;
  margin-right: 10px;
}

.summary-container .search-container .search-select-box .select:last-of-type select {
  padding-right: 60px;
}

.summary-container .search-container .btn {
  max-width: 330px;
  background-color: #fff;
  color: #00a23f;
  border: 2px solid #00a23f;
  font-size: 1.8rem;
}

.summary-container .search-container .btn i {
  position: absolute;
  right: 12px;
  top: 10px;
  bottom: 0;
  font-size: 1.2em;
  margin: auto;
}

#wrapper.browser-device-pc .summary-container .btn:hover {
  background-color: #00a23f;
  color: #fff;
}

.device-list-container {
  padding: 60px 0;
  background-color: #f2faf5;
  display: none;
}

.device-list-container .device-card .device-card-head .device-label {
  margin-bottom: 0 !important;
}

.device-list-container .device-card .device-card-head .device-label li {
  padding: 0 15px;
  background-color: #00a23f;
}

.device-list-container .device-card .device-card-body .device-price {
  margin-bottom: 10px;
}

.device-list-container .device-card .device-card-body .device-gift {
  background-color: #fafaaf;
  border-radius: 5px;
  text-align: center;
  padding: 15px 0;
}

.device-list-container .device-card .device-card-body .device-gift .gift-name {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.device-list-container .device-card .device-card-body .device-gift .gift-price {
  color: #ff4081;
  font-size: 1.2rem;
}

.device-list-container .device-card .device-card-body .device-gift .gift-price .price-num {
  font-size: 1.8rem;
}

.device-list-container .btn {
  max-width: 510px;
}

.device-none-container {
  display: none;
  text-align: center;
  padding: 60px 0;
  margin-top: -60px;
}

.device-none-container .device-none-box {
  border-radius: 10px;
  border: 2px solid #ff4081 !important;
  padding: 30px 0;
  margin: 0 auto;
  font-size: 2.0rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .summary-container h2 {
    line-height: 1.3;
  }
  .summary-container .table-title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .summary-container .tax-text {
    font-size: 1.0rem;
    margin-bottom: 5px;
  }
  .summary-container .table-container table {
    table-layout: fixed;
  }
  .summary-container .table-container table th {
    padding: 10px 0;
    font-size: 1.0rem;
    line-height: 1.3;
  }
  .summary-container .table-container table td {
    font-size: 1.1rem;
    line-height: 1.3;
  }
  .summary-container .table-container table tr:nth-of-type(n+2) th {
    background-color: #e2e8ea;
  }
  .summary-container .table-container table tr:first-of-type th:last-of-type {
    border-right: none;
  }
  .summary-container .table-container table tr:last-of-type th,
  .summary-container .table-container table tr:last-of-type td {
    border-bottom: none;
  }
  .summary-container .search-container > p {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .summary-container .search-container .search-select-box {
    margin-bottom: 30px;
  }
  .summary-container .search-container .search-select-box span {
    line-height: 40px;
    vertical-align: top;
    font-weight: bold;
  }
  .summary-container .search-container .search-select-box span:first-of-type {
    margin-bottom: 10px;
    line-height: 1;
  }
  .summary-container .search-container .search-select-box .select {
    width: 150px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .summary-container .search-container .btn {
    font-size: 1.4rem;
    height: 40px;
    min-height: 40px;
  }
  .summary-container .search-container .btn:hover {
    background-color: #fff;
    color: #00a23f;
  }
  .summary-container .search-container .btn i {
    top: 10px;
  }
  .device-list-container {
    padding: 30px 0;
  }
  .device-list-container .device-card .device-card-body .device-gift {
    padding: 10px 0;
  }
  .device-list-container .device-card .device-card-body .device-gift .gift-name {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .device-list-container .device-card .device-card-body .device-gift .gift-price {
    color: #ff4081;
    font-size: 1.2rem;
  }
  .device-list-container .device-card .device-card-body .device-gift .gift-price .price-num {
    font-size: 1.8rem;
  }
  .device-none-container {
    padding: 30px 0;
    margin-top: -30px;
  }
  .device-none-container .device-none-box {
    padding: 15px 0;
    font-size: 1.6rem;
    border-radius: 5px;
  }
}
