@charset "utf-8";

.price_wrapper {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 1rem;
}

.price_item {
  margin-bottom: 0;
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.price_item:last-child {
  border-right: none;
}

.price_text {
  border: 1px solid #ccc;
  padding: 16px;
}

.item_title {
  width: 50%;
}

.about_box02 {
  margin-top: -80%;
}

@media screen and (max-width: 1300px) {
  .about_box02 {
    margin-top: -90%;
  }
}

@media screen and (max-width: 1100px) {
  .about_box02 {
    margin-top: -130%;
  }
}

@media screen and (max-width: 920px) {
  .about_box02 {
    margin-top: -160%;
  }
}

@media screen and (max-width: 860px) {
  .about_box02 {
    margin-top: -190%;
  }
}

@media screen and (max-width: 767px) {
  .about_box02 {
    margin-top: 0;
  }

  .sp_bb {
    position: relative;
  }
  .sp_bb:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 90%;/*線の長さ*/
    height: 1px;/*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    background-color: #ccc;/*線の色*/
  }
}
