#sub_main .ttl span::before {
  background: url(../img/price/icon_price.svg) no-repeat;
  background-size: contain;
}

.price_off {
  margin: 0 0 50px;
}

.price_list {
  margin-bottom: 80px;
}

.price_list table {
  width: calc(100% - 120px);
  margin: 10px auto 20px;
}

.price_list th {
  padding: 14px 0 14px;
  border-bottom: 3px solid #f2f2f2;
  width: 26%;
}

.price_list th img {
  width: 60px;
  margin-right: 18px;
}

.price_list th span {
  font-size: 20px;
  font-weight: bold;
}

.price_list td {
  border-bottom: 3px solid #f2f2f2;
  width: 54%;
  padding: 18px 30px 18px 0;
  line-height: 1.8;
}

.price_list td.price {
  font-size: 26px;
  font-weight: 900;
  color: var(--site-primary);
  width: 20%;
  padding: 0;
}

.price_list td.price .yen {
  font-size: 0.75em;
}

.price_list .last {
  border: none;
}

.pack_price {
  margin-top: 0;
}

.price_example_box {
  margin-bottom: 70px;
}

.price_example_box .content_ttl {
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, transparent), color-stop(0%, #f1f1f1));
  background: linear-gradient(90deg, transparent 5%, #f1f1f1 0%);
  font-size: 22px;
  padding: 8px 0 8px 86px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 30px;
}

.price_example_box .content_ttl span {
  font-size: 0.65em;
  background: #fff;
  border: 1px solid var(--site-primary);
  border-radius: 2px;
  padding: 3px 8px 5px;
  margin-right: 12px;
}

.price_example_box .content_ttl::before {
  content: '';
  width: 85px;
  height: 85px;
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.price_example_box.example01 {
  margin-top: 30px;
}

.price_example_box.example01 .content_ttl::before {
  background: url(../img/price/icon_example01.svg) no-repeat;
  background-size: contain;
}

.price_example_box.example02 .content_ttl::before {
  background: url(../img/price/icon_example02.svg) no-repeat;
  background-size: contain;
}

.price_example_box.example03 {
  margin-bottom: 20px;
}

.price_example_box.example03 .content_ttl::before {
  background: url(../img/price/icon_example03.svg) no-repeat;
  background-size: contain;
}

.price_example_box picture {
  width: 45%;
}

.price_example_box .content {
  width: 51%;
}

.price_example_box .case_cost li {
  margin-bottom: 15px;
}

.price_example_box .case_cost li:last-child {
  border-top: 2px solid #ccc;
  padding-top: 15px;
  margin-bottom: 0;
}

.price_example_box .cost_ttl {
  font-size: 20px;
  font-weight: bold;
  width: 45%;
  text-align: center;
  padding: 8px 15px 10px;
}

.price_example_box .cost_ttl .item {
  font-size: 0.75em;
  display: block;
  text-align: center;
  background: #fff;
  color: var(--site-primary);
  padding: 5px 0 6px;
  margin-top: 10px;
}

.price_example_box .cost_price {
  font-size: 30px;
  font-weight: bold;
  text-align: right;
  width: calc(100% - 45%);
}

.price_example_box .cost_price .yen {
  font-size: 0.75em;
}

.price_example_box dl {
  margin-bottom: 46px;
}

.price_example_box dt {
  width: 25%;
  padding: 4px 0;
}

.price_example_box dd {
  width: 25%;
  padding: 4px 0;
}

.annotation_txt {
  margin-top: 20px;
}

.cost_point {
  gap: 0 4.3%;
  margin-bottom: -10px;
}

.cost_point li {
  width: 250px;
  height: 250px;
  border-radius: 200px;
}

.cost_point li img {
  width: 82%;
  display: block;
  margin: 22px auto 10px;
}

.cost_point li p {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.cost_attention_box {
  font-size: 15px;
  width: 89%;
  margin: 70px auto 0;
  border: 4px solid #FFDC6D;
  padding: 30px 50px;
}

@media only screen and (max-width: 1024px) {
  .price_list {
    margin-bottom: 70px;
  }
  .price_list table {
    width: calc(100% - 60px);
  }
  .price_list th img {
    margin-right: 12px;
  }
  .price_list th span {
    font-size: 18px;
  }
  .price_list td {
    font-size: 15px;
  }
  .price_list td.price {
    font-size: 22px;
  }
  .price_example_box {
    margin-bottom: 55px;
  }
  .price_example_box .case_cost li {
    margin-bottom: 13px;
  }
  .price_example_box .cost_ttl {
    font-size: 18px;
    padding: 6px 15px 8px;
  }
  .price_example_box .cost_price {
    font-size: 28px;
  }
  .price_example_box dl {
    margin-bottom: 22px;
  }
  .cost_attention_box {
    width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  .price_off {
    margin: 0 0 40px;
  }
  .price_list {
    margin-bottom: 55px;
  }
  .price_list table {
    width: calc(100% - 60px);
  }
  .price_list th .al-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .price_list th img {
    width: 45px;
    margin-right: 12px;
  }
  .price_list th span {
    font-size: 17px;
  }
  .price_list td {
    font-size: 14px;
  }
  .price_list td.price {
    font-size: 20px;
  }
  .price_example_box {
    margin-bottom: 40px;
  }
  .price_example_box .content_ttl {
    font-size: 20px;
    padding: 8px 0 8px 70px;
  }
  .price_example_box .content_ttl::before {
    width: 75px;
    height: 75px;
  }
  .price_example_box .case_cost li {
    margin-bottom: 8px;
  }
  .price_example_box .cost_ttl {
    font-size: 16px;
    padding: 3px 10px 4px;
  }
  .price_example_box .cost_ttl .item {
    font-size: 0.65em;
    margin-top: 5px;
  }
  .price_example_box .cost_price {
    font-size: 22px;
  }
  .price_example_box dl {
    margin-bottom: 12px;
  }
  .price_example_box dt, .price_example_box dd {
    font-size: 13px;
  }
  .cost_point {
    gap: 0 4%;
  }
  .cost_point li {
    width: 220px;
    height: 220px;
  }
  .cost_point li p {
    font-size: 18px;
  }
  .cost_attention_box {
    padding: 25px 35px;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 568px) {
  .price_off {
    margin-bottom: 30px;
  }
  .price_list {
    margin-bottom: 35px;
  }
  .price_list table {
    width: 100%;
    margin: 0 0;
  }
  .price_list table th {
    display: block;
    width: 100%;
    background: #F5F4E5;
    padding: 10px 0;
    border: none;
  }
  .price_list table th .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .price_list table th img {
    margin-left: -30px;
  }
  .price_list table th span {
    font-size: 19px;
  }
  .price_list table td {
    display: block;
    width: 100%;
    padding: 12px 15px 12px;
    border-bottom: 2px solid #f2f2f2;
  }
  .price_list table td.price {
    border: none;
    width: 100%;
    font-size: 22px;
    text-align: center;
    padding: 5px 0 10px;
  }
  .price_list table td.last:not(.price) {
    border-bottom: 2px solid #f2f2f2;
  }
  .price_example_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 35px;
  }
  .price_example_box .content_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 18px;
    padding: 8px 0 8px 16px;
    margin-bottom: 15px;
    background: #f2f2f2;
  }
  .price_example_box .content_ttl::before {
    width: 55px;
    height: 55px;
    left: initial;
    right: -12px;
    top: 11px;
  }
  .price_example_box .content_ttl span {
    padding: 3px 8px 3px;
    margin-bottom: 3px;
  }
  .price_example_box picture {
    width: 100%;
  }
  .price_example_box .content {
    width: 100%;
  }
  .price_example_box .case_cost li {
    margin-bottom: 8px;
  }
  .price_example_box .case_cost li:last-child {
    padding-top: 8px;
  }
  .price_example_box .cost_ttl {
    font-size: 14px;
    padding: 5px 8px 7px;
  }
  .price_example_box .cost_ttl .item {
    font-size: 0.65em;
    margin-top: 5px;
  }
  .price_example_box .cost_price {
    font-size: 18px;
  }
  .price_example_box dl {
    margin-top: 15px;
  }
  .price_example_box dt, .price_example_box dd {
    font-size: 12px;
  }
  .price_example_box.example01 {
    margin-top: 25px;
  }
  .price_example_box.example03 {
    margin-bottom: 10px;
  }
  .annotation_txt {
    margin-top: 15px;
  }
  .cost_point {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 4%;
    margin-bottom: -5px;
  }
  .cost_point li {
    width: 160px;
    height: 160px;
  }
  .cost_point li img {
    margin: 16px auto 2px;
  }
  .cost_point li p {
    font-size: 16px;
    line-height: 1.35;
  }
  .cost_attention_box {
    border-width: 3px;
    font-size: 14px;
    padding: 18px 20px;
    margin-top: 40px;
  }
}
/*# sourceMappingURL=collect-price.css.map */