/*  ------------------------------ price.scss */
.price .wrap > p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 120px;
}
.price-row {
  margin-bottom: 80px;
}
.price-ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  border-left: 6px solid #ce4340;
  padding-left: 1.6rem;
}
.price-ttl.flex-column {
  align-items: flex-start;
  flex-direction: column;
  border-left: 6px solid #0093a8;
}
.price-ttl.flex-column h2 {
  color: #0093a8;
}
.price-ttl.pmss {
  border-color: #006180;
}
.price-ttl.pmss h2 {
  color: #006180;
}
.price-ttl h2 {
  color: #ce4340;
  font-size: 2.6rem;
  margin-right: 26px;
}
.price-ttl p {
  font-size: 1.4rem;
}
.price-ttl p span {
  font-size: 1.4rem;
}
.price-content img {
  height: 46px;
}
.price-content ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.price-content ul li {
  position: relative;
  font-size: 1.8rem;
  height: 65px;
  line-height: 60px;
  text-align: center;
  border-right: 1px solid #8d8d8d;
  border-bottom: 1px solid #8d8d8d;
  width: 40%;
}
.price-content ul li.price-content__ttl {
  color: #fff;
  background: #6499ad;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.price-content ul li:nth-child(1) {
  width: 42%;
}
.price-content ul li:nth-child(1) img {
  width: 121% !important;
  height: 100%;
  padding-bottom: 1px;
  padding-left: 0px;
  padding-right: 1px;
}
.price-content ul li:nth-child(2) {
  width: 29%;
}
.price-content ul li:nth-child(2) img {
  height: 12px;
  position: absolute;
  right: 60px;
  bottom: 7px;
}
.price-content ul li:nth-child(3) {
  width: 29%;
}
.price-content ul li:nth-child(3) img {
  height: 12px;
  position: absolute;
  right: 60px;
  bottom: 7px;
}
.price-content ul + p {
  text-align: right;
  font-size: 1.6rem;
}
.price-caution {
  margin-bottom: 100px;
}
.price-caution p {
  font-size: 1.5rem;
  line-height: 2;
}
.price-other ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
  text-align: center;
}
.price-other ul li {
  font-size: 1.8rem;
  line-height: 60px;
  height: 60px;
}
.price-other ul li:nth-child(1) {
  flex: 1;
  background: #808080;
  color: #fff;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.price-other ul li:nth-child(2) {
  flex: 2;
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  border-right: 1px solid #3d3d3d;
}
.price-other p {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}
.price-other p + ul {
  margin-top: 20px;
}

@media screen and (max-width: 834px) {
  .price .wrap > p {
    font-size: 1.4rem;
    line-height: 2.11;
    margin-bottom: 55px;
  }
  .price-row {
    margin-bottom: 40px;
  }
  .price-ttl {
    padding-left: 12px;
    margin-bottom: 8px;
    border-left: 3px solid #ce4340;
  }
  .price-ttl.flex-column {
    border-left-width: 3px;
  }
  .price-ttl h2 {
    font-size: 1.8rem;
    margin-right: 10px;
    white-space: nowrap;
  }
  .price-ttl p {
    font-size: 1.4rem;
    line-height: 1.61;
  }
  .price-ttl p span {
    font-size: 1.2rem;
  }
  .price-ttl.sp_flex-column {
    align-items: flex-start;
    flex-direction: column;
  }
  .price-content img {
    margin-right: 0;
    margin-left: 0%;
    width: 100%;
    height: 100%;
    margin-bottom: 3px;
  }
  .price-content ul li {
    font-size: 1.2rem;
    line-height: 40px;
    height: 50px;
    width: 38%;
  }
  .price-content ul li:nth-child(1) {
    width: 28%;
  }
  .price-content ul li:nth-child(2) {
    width: 48%;
  }
  .price-content ul li:nth-child(2) img {
    height: 12px;
    position: absolute;
    right: -20px;
    bottom: 0;
    margin-bottom: 2px;
  }
  .price-content ul li:nth-child(3) {
    width: 24%;
  }
  .price-content ul li:nth-child(3) img {
    height: 9px;
    position: absolute;
    right: 10px;
    bottom: 0;
    margin-bottom: 1px;
  }
  .price-content ul + p {
    font-size: 1.2rem;
  }
  .price-caution p {
    font-size: 1.4rem;
    margin-bottom: 97px;
  }
  .price-other ul li {
    font-size: 1.4rem;
    line-height: 30px;
    height: 30px;
  }
  .price-other p {
    text-align: left;
    font-size: 1.4rem;
  }
  .price-other p + ul {
    margin-top: 18px;
  }
}/*# sourceMappingURL=hp_price.css.map */