@charset "UTF-8";

#customer_price + .composite_box01.block_images_1 a+.inner_item_txt{
  margin-top: 10px;
  border: solid 1px #333;
}

#customer_price + div .inner_item_txt p{
  font-size: 2.4rem;
  padding: 10% 3% 20%;
}

#customer_price + div .heading.block_header_4 p{
  background: #333;
  padding: 3%;
  color: #fff;
}

#customer_price + div .heading.block_header_4 .h {
    padding: 2%;
    color: #fff;
    background:var(--i_main_color);
    margin-bottom: 0;
}

#customer_price_btm_text + section .content_wrapper .wrapper_item{
  border: solid 1px #333;
  background: rgb(110 195 136 / 0.2);
}

#customer_price_btm_text +.contents_box01 .inner_item_txt:nth-of-type(1):nth-last-of-type(1){
    padding: 5% 3%;
}

@media screen and (max-width: 900px){
#customer_price_btm_text +.contents_box01 .inner_item_txt:nth-of-type(1):nth-last-of-type(1){
    padding: 5% 3% !important;
}
}