/***  media ***/
.product_total .pri_txt003 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .product_total .pri_txt003 {
    margin-bottom: 40px;
  }
}
.product_total .pri_box002 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 1000px) {
  .product_total .pri_box002 {
    margin-bottom: 40px !important;
  }
}
.product_total .pri_box002_in002 {
  padding-bottom: 10px !important;
}
.product_total .pri_md001 .pri_txt002 {
  font-size: 2.85rem !important;
}
@media screen and (max-width: 1000px) {
  .product_total .pri_md001 .pri_txt001 {
    font-size: 1.2375rem !important;
    text-align: center !important;
  }
  .product_total .pri_md001 .pri_txt002 {
    font-size: 2rem !important;
    text-align: center !important;
  }
}
.product_total .total_box .m_t_50 {
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .product_total .total_box .m_t_50 {
    margin-top: 30px;
  }
}
.product_total .total_box .m_t_90 {
  margin-top: 50px;
}
.product_total .total_box .m_t_100 {
  margin-top: 65px !important;
}
@media screen and (max-width: 1000px) {
  .product_total .total_box .m_t_100 {
    margin-top: 30px !important;
  }
}
.product_total .total_box .f_w {
  font-weight: bold;
}
.product_total .total_box .pri_r_small {
  font-size: 80%;
  font-weight: 400;
}
.product_total .total_box ul {
  display: flex;
  column-gap: 2%;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .product_total .total_box ul {
    display: block;
  }
}
.product_total .total_box ul li {
  width: 49%;
}
@media screen and (max-width: 1000px) {
  .product_total .total_box ul li {
    width: 100%;
  }
  .product_total .total_box ul li + li {
    margin-top: 30px;
  }
}
.product_total .total_box ul li .li_ttl {
  font-weight: bold;
  text-align: center;
  width: 80%;
  padding: 10px 20px;
  border: solid 1px #000;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background: #fff;
}
.product_total .total_box ul li .li_box {
  height: 100%;
  background: #f7f7f7;
  border: solid 1px #ddd;
  padding: 40px 20px 10px 20px;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.product_total .total_box ul li .li_box .li_sub_ttl {
  width: fit-content;
  padding: 5px 15px;
  background: #fff;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}
.product_total .total_box ul li .li_box .pri_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 110%;
}
.product_total .total_box ul li .li_box .pri_sub_txt {
  font-size: 90%;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  .product_total .total_box ul li .li_box .pri_sub_txt {
    margin-bottom: 20px;
  }
}
.product_total .total_box ul li .li_box .sogo_pri_t_mar {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .product_total .total_box ul li .li_box .sogo_pri_t_mar {
    margin-top: 20px;
  }
}
.product_total .total_box ul li .li_box .sogo_pri {
  text-align: right;
  padding-bottom: 5px;
  padding-left: 30px;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  border-bottom: 0.5px solid #000000;
}
.product_total .total_box ul li .li_box .sogo_pri span {
  font-size: 150%;
  font-weight: bold;
  margin-left: 35px;
}
.product_total .total_box ul li .li_box .sogo_pri_m_top {
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .product_total .total_box ul li .li_box .sogo_pri_m_top {
    margin-top: 20px;
  }
}
.product_total .total_box ul li .li_box_fit_h {
  height: fit-content;
  padding-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .product_total .total_box ul li .li_box_fit_h {
    padding-bottom: 20px;
  }
}
.product_total .last_pr {
  margin: auto;
  max-width: 800px;
  background: #fff;
  padding: 8px 14px;
  font-size: 1.875rem;
  font-weight: bold;
  text-align: right;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .product_total .last_pr {
    margin-top: 40px;
    font-size: 1.5rem;
  }
}
.product_total .last_pr span {
  margin-left: 35px;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .product_total .last_pr span {
    margin-left: 20px;
    font-size: 2.625rem;
  }
}
.product_total .last_pr p {
  font-size: 50%;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
  letter-spacing: 0;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .product_total .last_pr p {
    font-size: 60%;
  }
}
.product_total .pri_box002 .pri_box002_in::after {
  top: 5.98vw !important;
  height: calc(100% - 5.98vw) !important;
}
@media screen and (max-width: 1000px) {
  .product_total .pri_box002 .pri_box002_in::after {
    height: calc(100% - 20vw) !important;
    top: 20vw !important;
  }
}
.product_total .txt_y {
  background: #ffd900;
  padding: 0 5px 0 10px;
}
