@charset "UTF-8";

.page_key_img .-inner {
  background-image: url("../img/key_pc.jpg");
}

@media screen and (max-width: 767px) {
  .page_key_img .-inner {
    background-image: url("../img/key_sp.jpg");
  }
}

.p-price_medicalD {
  margin: 20px 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-price_medicalD {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-price_medicalD_txt {
  position: relative;
  z-index: 0;
  line-height: 1.4;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #f76574;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .p-price_medicalD_txt {
    margin-right: 31px;
  }

  .p-price_medicalD_txt:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-price_medicalD_txt {
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.p-price_medicalD_txt::before {
  position: absolute;
  z-index: 0;
  width: 1em;
  height: 1em;
  color: #f76574;
}

@media screen and (min-width: 768px) {
  .p-price_medicalD_txt::before {
    top: 50%;
    right: -25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .p-price_medicalD_txt::before {
    bottom: -23px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
  }
}

.p-price_medicalD_txt.-head {
  background-color: #f76574;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-price_medicalD_txt.-head {
    width: 24%;
    padding-top: 33px;
  }
}

.p-price_medicalD_txt.-head::before {
  content: "＝";
}

.p-price_medicalD_txt.-main {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-price_medicalD_txt.-main {
    width: 22%;
    padding-bottom: 10px;
  }

  .p-price_medicalD_txt.-main:nth-child(2) {
    padding-top: 10px;
  }

  .p-price_medicalD_txt.-main:nth-child(3) {
    padding-top: 20px;
  }

  .p-price_medicalD_txt.-main:nth-child(4) {
    padding-top: 20px;
  }
}

.p-price_medicalD_txt.-main::before {
  content: "－";
}

@media screen and (max-width: 767px) {
  .p-price_medicalD_txt.-main:last-child {
    margin-bottom: 0;
  }
}

.p-price_medicalD_txt.-main:last-child::before {
  display: none;
}

.c-txt_top_l span {
  display: block;
  color: #ff0000;
}

.c-tbl_price_ttl {
  background-color: #fef7f5;
}

.c-tbl_base {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .c-tbl_price tr {
    font-size: 12px;
  }
}