
@charset "UTF-8";

section[class*='pb']+.contents_related .wrapper_item .inner_item:nth-of-type(1) {
  display: none;
}


section[class*='pb']+.contents_related .inner_item:nth-of-type(odd) {
  margin-left: 2%;
}

section[class*='pb']+.contents_related .inner_item:nth-of-type(2n) {
  margin-left: 0;
}

section[class*='pb']+.contents_related .inner_item:nth-of-type(4) {
  margin-bottom: 0;
}