@charset "utf-8";
/* CSS Document */


.price-box {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    min-width: 800px;
}

.price-heading {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 16px;
  font-weight: bold;
  font-size: 16px;
}

.tbody {
  display: flex;
  flex-direction: column;
}

.tr {
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  flex-wrap: wrap;
}

.tr.header {
  background: #f2f1eb;
  font-weight: bold;
}

.td {
  width: 25%;
  text-align: center;
}
.td p {
      font-weight: 600;
    letter-spacing: 0.15em;
font-size: clamp(16px, 2.5vw, 18px);
}
.tr:not(.header):last-child {
  border-bottom: none;
}

.tr .td span {
  background: #e53935;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 4px;
}

.tbody .tr .td:first-of-type{
    text-align: left;
}

.price1 .tbody .tr .td:first-of-type{
    width: 50%;
}

.cate_wrap .cate{
    overflow: hidden;
}

.price_wrap{
    overflow: auto;
    margin-bottom: 20px;
}
.price_wrap .price-box{
    min-width: 800px;
}

.price_bottom .txtbox p{font-weight: 700;}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){


    }
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){

    
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

