.price_off {
  margin: 48px 0 60px;
}

.price_btns {
  background: #D2E8FF;
  margin-bottom: -70px;
}

.price_btns ul {
  padding: 30px 0;
}

.price_btns ul li {
  width: 100%;
  max-width: 350px;
}

.price_btns ul li a {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: var(--site-primary);
  border-radius: 50px;
  padding: 13px 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.price_btns ul li a::before {
  content: '';
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 0 15px 0 50px;
}

.price_btns ul li a::after {
  content: '';
  background: url(../img/common/icon_arrow-down_circle_white.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.price_btns ul li:nth-child(1) a::before {
  background: url(../img/service-list/icon_service04.png) no-repeat center;
}

.price_btns ul li:nth-child(2) a::before {
  background: url(../img/service-list/icon_service03.png) no-repeat center;
}

.price_btns ul li:nth-child(3) a::before {
  background: url(../img/collect-price/icon_hobby.png) no-repeat center;
  margin: 0 15px 0 40px;
}

.price_btns ul li:nth-child(4) a::before {
  background: url(../img/collect-price/icon_suports.png) no-repeat right center;
  margin: 0 15px 0 20px;
}

.price_table {
  margin-bottom: 40px;
}

.price_table .ttl_stripe_color03 {
  border-radius: 0;
  font-size: 32px;
  padding: 0.4em 1.25em 0.5em;
}

.price_table .ttl_stripe_color02 {
  border-radius: 0;
  font-size: 32px;
  padding: 0.4em 1.25em 0.5em;
}

.price_table table {
  width: 100%;
  border: 1px solid #ccc;
}

.price_table th {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #def3ff;
  width: 21%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 17px 30px 18px;
}

.price_table td {
  font-size: 17px;
  line-height: 1.8;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 12px 30px 12px;
}

.price_table td.txt_row {
  padding: 18px 30px 18px;
}

.price_table td.txt_keycolor {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  width: 21%;
  padding: 12px 20px 12px;
}

.price_table td.txt_keycolor .yen {
  font-size: 0.7em;
}

#kaden .ttl_stripe_color03 span {
  position: relative;
}

#kaden .ttl_stripe_color03 span::before {
  content: '';
  background: url(../img/collect-price/icon_kaden.png) no-repeat;
  background-size: contain;
  width: 37px;
  height: 37px;
  position: absolute;
  left: -59px;
  top: 7px;
}

#kagu .ttl_stripe_color03 span {
  position: relative;
}

#kagu .ttl_stripe_color03 span::before {
  content: '';
  background: url(../img/collect-price/icon_kagu.png) no-repeat;
  background-size: contain;
  width: 45px;
  height: 41px;
  position: absolute;
  left: -63px;
  top: 5px;
}

#other.price_table th,
.other-02 th {
  background: #f5f5f5;
}

.note_box {
  padding: 25px 15.5%;
}

.case_box .case_ttl {
  font-size: 32px;
}

.case_box .case_ttl::before {
  content: none;
}

.case_box .case_ttl span {
  position: relative;
}

.case_box .case_price {
  margin: -3px 0 0;
}

.case_box .case_price .ttl_price {
  font-size: 24px;
}

.case_box .case_price .ttl_price span {
  font-size: 12px;
  position: relative;
  top: -5px;
}

.case_box .annotation_txt {
  margin-bottom: -14px;
}

.case_box.case01 .case_ttl span::before {
  content: '';
  background: url(../img/collect-price/icon_single.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 50px;
  position: absolute;
  left: -61px;
  top: -2px;
}

.case_box.case02 .case_ttl span::before {
  content: '';
  background: url(../img/collect-price/icon_family.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 43px;
  position: absolute;
  left: -72px;
  top: 2px;
}

.case_box.case03 {
  margin-bottom: 0;
}

.case_box.case03 .case_ttl span::before {
  content: '';
  background: url(../img/collect-price/icon_trash.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 45px;
  position: absolute;
  left: -70px;
  top: 0px;
}
.case_box_txt {
  margin-top: 15px;
}

#cost_down li {
  width: 31.8%;
}

#cost_down li p {
  font-size: 27px;
  line-height: 1.5;
  font-weight: bold;
  padding: 22px 0 30px;
}

.memo_box {
  margin-top: 66px;
  font-size: 16px;
  border: 4px solid #88c7ff;
  padding: 32px 40px 34px;
}

@media screen and (max-width: 1024px) {
  .price_btns ul li a::before {
    margin: 0 15px 0 12%;
  }
  .price_btns ul li:nth-child(3) a::before {
    margin: 0 15px 0 10%;
  }
  .price_btns ul li:nth-child(4) a::before {
    margin: 0 15px 0 4%;
  }
  .note_box {
    padding: 25px 5% 25px 15%;
  }
  .pack_price .note_box {
    padding: 25px 5% 25px 15%;
  }
  #cost_down li p {
    font-size: 24px;
  }
  .price_btns ul li {
    max-width: 300px;
  }
  .price_table td.txt_keycolor {
  font-size: 24px;
  }
  .price_table td.txt_keycolor .yen {
  font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  .price_off {
    margin: 3vw 0 5vw;
  }
  .price_btns {
    margin-bottom: -5vw;
  }
  .price_btns ul li a {
    font-size: 16px;
  }
  .price_btns ul li a::before {
    width: 30px;
    height: 30px;
    background-size: contain !important;
  }
  .price_btns ul li a::after {
    width: 15px;
    height: 15px;
    right: 8%;
  }
  .price_btns ul li:nth-child(3) a::before {
    margin: 0 10px 0 10%;
  }
  .price_btns ul li:nth-child(4) a::before {
    margin: 0 6px 0 0;
  }
  .price_table .ttl_stripe_color03 {
    font-size: 24px;
  }
  .price_table .ttl_stripe_color02 {
    font-size: 24px;
  }
  .price_table th {
    font-size: 17px;
  }
  .price_table td {
    font-size: 15px;
  }
  .price_table td.txt_keycolor {
    font-size: 19px;
  }
  #kaden .ttl_stripe_color03 span::before {
    width: 30px;
    height: 30px;
    left: -49px;
  }
  #kagu .ttl_stripe_color03 span::before {
    width: 37px;
    height: 34px;
    left: -53px;
  }
  .note_box {
    padding: 25px 5% 25px 13%;
  }
  .note_box p {
    font-size: 15px;
  }
  .pack_price {
    padding: 7vw 0 5vw;
  }
  .pack_price .note_box {
    padding: 25px 5% 25px 13%;
  }
  .features {
    margin-top: 0;
  }
  .case_box .case_ttl {
    font-size: 24px;
  }
  .case_box.case01 .case_ttl span::before {
    width: 25px;
    height: 36px;
    left: -45px;
    top: 0;
  }
  .case_box.case02 .case_ttl span::before {
    width: 40px;
    height: 34px;
    left: -57px;
  }
  .case_box.case03 .case_ttl span::before {
    width: 40px;
    height: 36px;
    left: -58px;
  }
  .case_box .case_price .ttl_price {
    font-size: 21px;
  }
  #cost_down li p {
    font-size: 20px;
  }
  .memo_box {
    margin-top: 5vw;
    padding: 3vw 4vw;
    font-size: 15px;
  }
}

@media screen and (max-width: 568px) {
  .price_off {
    margin: 20px 0 40px;
  }
  .price_btns {
    margin-bottom: -40px;
  }
  .price_btns ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 0;
    padding: 25px 0;
  }
  .price_btns ul li {
    width: 30%;
  }
  .price_btns ul li a {
    font-size: 17px;
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0 12px;
  }
  .price_btns ul li a::before {
    margin: 0 0 4px !important;
  }
  .price_btns ul li a::after {
    width: 15px;
    height: 15px;
    position: relative;
    top: initial;
    right: initial;
    -webkit-transform: none;
            transform: none;
    margin-top: 6px;
  }
  .price_btns ul li:nth-child(1) a::before {
    background: url(../img/service-list/icon_service04_sp.png) no-repeat center;
    width: 34px;
    height: 34px;
  }
  .price_btns ul li:nth-child(2) a::before {
    background: url(../img/service-list/icon_service03_sp.png) no-repeat center;
    width: 38px;
    height: 35px;
  }
  .price_btns ul li:nth-child(3) a::before {
    background: url(../img/collect-price/icon_hobby_sp.png) no-repeat center;
    width: 33px;
    height: 35px;
  }
  .price_btns ul li:nth-child(4) a::before {
    background: url(../img/collect-price/icon_suports_sp.png) no-repeat center;
    width: 19px;
    height: 39px;
  }
  .price_table {
    margin: 0 -5.3vw 35px;
  }
  .price_table .ttl_stripe_color03 {
    font-size: 23px;
  }
  .price_table .ttl_stripe_color02 {
    font-size: 23px;
  }
  .price_table table {
    border: none;
  }
  .price_table th {
    display: block;
    width: 100%;
    border-right: none;
    font-size: 19px;
    padding: 9px 0 9px;
  }
  .price_table td {
    display: block;
    width: 100%;
    border-right: none;
    font-size: 15px;
    padding: 11px 5.3vw 11px;
  }
  .price_table td.txt_row {
    padding: 11px 5.3vw 11px;
  }
  .price_table td.txt_keycolor {
    width: 100%;
    font-size: 23px;
    padding: 2px 0 5px;
  }
  .pack_price {
    padding: 38px 0 40px;
  }
  .pack_price .note_box {
    padding: 14px 20px 16px;
  }
  #kaden .ttl_stripe_color03 span::before {
    width: 25px;
    height: 25px;
    left: -36px;
  }
  #kagu .ttl_stripe_color03 span::before {
    width: 30px;
    height: 27px;
    left: -41px;
  }
  #other.price_table {
    margin-bottom: 30px;
  }
  .note_box {
    padding: 14px 20px 16px;
  }
  .note_box p {
    font-size: 12px;
  }
  .features {
    margin: -20px 0 0;
  }
  .case_box .ttl_stripe {
    background-size: 4.5%;
  }
  .case_box .case_ttl {
    font-size: 23px;
  }
  .case_box .case_price .ttl_price {
    font-size: 18px;
  }
  .case_box .case_price .ttl_price span {
    top: -2px;
  }
  .case_box .annotation_txt {
    margin: 8px 0 -8px;
  }
  .case_box.case01 .case_ttl span::before {
    width: 21px;
    height: 30px;
    left: -36px;
    top: 2px;
  }
  .case_box.case02 .case_ttl span::before {
    width: 30px;
    height: 26px;
    left: -40px;
    top: 5px;
  }
  .case_box.case03 .case_ttl span::before {
    width: 30px;
    height: 27px;
    left: -41px;
    top: 3px;
  }
  .case_box_txt {
    margin-top: 10px;
  }
  #cost_down ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
  #cost_down li {
    width: 100%;
  }
  #cost_down li p {
    font-size: 21px;
    padding: 14px 0 18px;
  }
  .memo_box {
    padding: 14px 20px 16px;
    font-size: 14px;
    margin-top: 36px;
  }
}
/*# sourceMappingURL=price.css.map */