@charset "UTF-8";

#c2 + .composite_box01 .inner_item:nth-child(1) a {
  position: relative;
}
#c2 + .composite_box01 .inner_item:nth-child(1) a .heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#c2 + .composite_box01 .inner_item:nth-child(1) a .heading .h {
  text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}

#c2 + .composite_box01 .inner_item:nth-child(2) a {
  position: relative;
}
#c2 + .composite_box01 .inner_item:nth-child(2) a .heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#c2 + .composite_box01 .inner_item:nth-child(2) a .heading .h {
  text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}

#c2 + .composite_box01 .inner_item .inner_item_txt {
  opacity: 0;
}

#c2 + .composite_box01 .inner_item_txt .h {
  display:none;
}