@charset "UTF-8";

#sp_only1 + section {
    display: none;
}
#sp_only2 + section {
    display: none;
}


#statement + div .wrapper_item{
    flex-direction: column;
    align-items: center;
    position: relative;
}
#statement + div .wrapper_item::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-418px);
  width: 120px;
  height: 120px;
  background: url("/common/upload_data/021fudosancom/image/20220323081923.jpg") no-repeat; 
  background-size: contain;
  vertical-align: middle;
}
#statement + div .inner_item{
    width: 50%;
    margin-left: 0;
}


@media screen and (max-width: 768px) {
#sp_only1 + section {
    display: block;
}
#sp_only2 + section {
    display: block;
}
#pc_only1 + section {
    display: none;
}
#pc_only2 + section {
    display: none;
}
#statement + div .content_wrapper{
    padding-top: 125px;
}
#statement + div .wrapper_item{
    overflow:visible;
}
#statement + div .wrapper_item::before{
  top: -145px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
}
#statement + div .inner_item{
    width: 100%;
    margin-left: 0;
}
#statement + div .h{
    text-align: center;
}
}