.cover {
  background: url(../img/price/cover.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.cover::before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.price_list {
  margin: auto;
  max-width: 1200px;
  width: 94vw;
}

.price_list .price_list_item .ttl {
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}

.price_list .price_list_item .ttl::first-letter {
  color: #3bb1e6;
}

.price_list .price_list_item .ttl::before {
  background-color: #3bb1e6;
  bottom: -10px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 150px;
  z-index: 1;
}

.price_list .price_list_item .ttl::after {
  background-color: #edebe4;
  bottom: -10px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}

.price_list .price_list_item .inner::last-child {
  margin-bottom: 0;
}

.price_list .price_list_item .inner .body table {
  margin-bottom: 20px;
  width: 100%;
}

.price_list .price_list_item .inner .body table th {
  background: #edebe4;
  border: 1px solid #cccccc;
  font-size: 1.4rem;
  padding: 10px;
  text-align: center;
}

.price_list .price_list_item .inner .body td {
  border: 1px solid #cccccc;
  font-size: 1.4rem;
  padding: 10px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .price_list .price_list_item {
    margin-bottom: 40px;
  }
  .price_list .price_list_item .ttl {
    font-size: 1.8rem;
  }
  .price_list .price_list_item .ttl::before {
    height: 2px;
  }
  .price_list .price_list_item .ttl::after {
    height: 2px;
  }
  .price_list .price_list_item .inner .img {
    margin-top: 30px;
  }
  .price_list .price_list_item .inner .body {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 769px) {
  .price_list .price_list_item .ttl {
    font-size: 2rem;
  }
  .price_list .price_list_item .inner {
    border-bottom: solid 1px rgba(46, 47, 50, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .price_list .price_list_item .inner .img {
    margin-right: 3.3333%;
    width: 40%;
  }
  .price_list .price_list_item .inner .body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
