@charset "UTF-8";
.site-main__price .blocks .block:not(:first-child) {
  padding-top: clamp(1.563rem, 0.852rem + 3.03vw, 3.125rem);
}
.site-main__price .blocks .block .title {
  position: relative;
  font-size: clamp(1.25rem, 0.966rem + 1.21vw, 1.875rem);
  font-weight: 900;
  letter-spacing: 0;
  padding-left: 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .site-main__price .blocks .block .title {
    padding-left: 25px;
    margin-bottom: 35px;
  }
}
.site-main__price .blocks .block .title:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  width: 10px;
  height: 10px;
  background: #DB392A;
  border-radius: 100vh;
}
@media screen and (min-width: 768px) {
  .site-main__price .blocks .block .title:before {
    top: calc(50% - 4px);
    width: 12px;
    height: 12px;
  }
}
.site-main__price .blocks .block table, .site-main__price .blocks .block td, .site-main__price .blocks .block th {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.site-main__price .blocks .block table {
  width: 100%;
}
.site-main__price .blocks .block table tr th, .site-main__price .blocks .block table tr td {
  width: 33.3333333333%;
  padding: 15px 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .site-main__price .blocks .block table tr th, .site-main__price .blocks .block table tr td {
    font-size: 16px;
  }
}
.site-main__price .blocks .block table tr:first-child th {
  position: relative;
}
.site-main__price .blocks .block table tr:first-child th:first-child:before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left bottom, color-stop(49%, transparent), color-stop(50%, #ccc), color-stop(51%, transparent));
  background-image: linear-gradient(to left bottom, transparent 49%, #ccc 50%, transparent 51%);
}
.site-main__price .blocks .block table tr:first-child th:not(:first-child) {
  background: #f7f7f7;
}
.site-main__price .blocks .block table tr .red {
  color: #cc0000;
}
@media screen and (min-width: 1024px) {
  .site-main__price .option-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-main__price .option-list .item {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .site-main__price .option-list .item {
    width: calc(33.3% - 33.3px);
    margin-top: 50px;
    margin-right: 50px;
  }
  .site-main__price .option-list .item:nth-child(3n) {
    margin-right: 0;
  }
  .site-main__price .option-list .item:nth-child(4) {
    margin-left: auto;
  }
  .site-main__price .option-list .item:nth-child(5) {
    margin-right: auto;
  }
  .site-main__price .option-list .item:nth-child(-n+3) {
    margin-top: 0;
  }
}
.site-main__price .option-list .item:first-child {
  margin-top: 0;
}
.site-main__price .option-list .item__img {
  overflow: hidden;
  border-radius: 5px;
}
.site-main__price .option-list .item__title {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .site-main__price .option-list .item__title {
    font-size: 20px;
  }
}
.site-main__price .option-list .item__price {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .site-main__price .option-list .item__price {
    margin-top: 12px;
  }
}
.site-main__price .caution-list {
  padding: 15px;
  border: 2px dashed #DB392A;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .site-main__price .caution-list {
    padding: 25px;
  }
}
.site-main__price .caution-list .item {
  position: relative;
  padding-left: 20px;
  line-height: 1.5em;
}
@media screen and (min-width: 1024px) {
  .site-main__price .caution-list .item {
    padding-left: 25px;
  }
}
.site-main__price .caution-list .item:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.site-main__price .caution-list .item:not(:first-child) {
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .site-main__price .caution-list .item:not(:first-child) {
    margin-top: 15px;
  }
}