@charset "UTF-8";

/*--トリミング、エステ、酸素ボックス--*/
#three_cards + div .content_wrapper .inner_item_txt{
  /*--position:relative;--*/
}

#three_cards + div .content_wrapper .inner_item_txt .heading.block_header_4{
  z-index:1;
  text-shadow: 1px 1px 3px #d7d7d7;
}

#three_cards + div .content_wrapper .inner_item_txt .heading.block_header_4 .h{
  color: var(--i_txt_color)!important;
  font-size: 2.8rem!important;
}

#three_cards + div .content_wrapper .inner_item_txt .heading.block_header_4 p{
  color: var(--i_main_color);
  font-weight: bold;
  font-size: 1.5rem!important;
}

@media screen and (max-width:1350px){
  #three_cards + div .content_wrapper .inner_item_txt .heading.block_header_4 .h{
    font-size: 2.8rem!important;
  }

  #three_cards + div .content_wrapper .inner_item_txt .heading.block_header_4 p{
    font-size: 1.5rem!important;
  }
}

#three_cards + div .content_wrapper .inner_item_txt:after {
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background: rgba(255,255,255,0.4);
}

