@charset "UTF-8";

.price-01-sakutto-bnr {
  display: block;
  margin: 0 auto 30px;
  width : 100%;
  max-width: 347px;
}
.price-attention {
  font-size: 12px;
  margin-bottom: 20px;
  color: #c00;
}
.price-attention a{
  text-decoration: underline;
  font-weight: 400;
  color: #1b4c79;
}
.price-01-07__text {
  margin-bottom: 12px;
}

@media print, screen and (min-width: 768px) {
  .price-01-sakutto-bnr {
    max-width: 640px;
  }
  .price-attention {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 1024px) {
  .price-01-sakutto-bnr {
    margin: 0 auto 66px;
    max-width: 1024px;
  }
  .price-attention {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .price-01-07__text {
    margin-bottom: 24px;
  }
}