@charset "UTF-8";

#od_banner + .composite_box01 .wrapper_item {
  align-items: center;
  justify-content: space-between;
}
#od_banner + .composite_box01 .inner_item_img {
  height: auto !important;
}
@media screen and (min-width: 701px) {
  #od_banner + .composite_box01 .wrapper_item .inner_item:nth-of-type(2) {
    width: 31%;
  }
  #od_banner + .composite_box01 .wrapper_item .inner_item:nth-of-type(3) {
    width: 47%;
  }
  #od_banner
    + .composite_box01
    .wrapper_item
    .inner_item:nth-of-type(2)
    a
    + .inner_item_txt {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  #od_banner
    + .composite_box01
    .wrapper_item
    .inner_item:nth-of-type(2)
    .inner_item_txt
    p {
    text-align: center;
  }
  #od_banner
    + .composite_box01
    .wrapper_item
    .inner_item:nth-of-type(2)
    a
    + .inner_item_txt {
    margin: -30px 0 30px;
  }
}

/*修正*/
#od_banner + .composite_box01 .wrapper_item {
  justify-content: center;
}
@media screen and (min-width: 701px) {
  #od_banner + .composite_box01 .wrapper_item .inner_item:nth-of-type(1) {
    width: 7%;
  }
  #od_banner + .composite_box01 .wrapper_item .inner_item:nth-of-type(3) {
    width: 30%;
  }
}
@media screen and (max-width: 700px) {
  #od_banner + .composite_box01.width_fixed > .content_wrapper {
    max-width: 480px !important;
  }
  #od_banner + .composite_box01 .wrapper_item .inner_item:nth-of-type(1) {
    margin-left: 1rem !important;
    width: 22%;
  }
  #od_banner + .composite_box01 .wrapper_item .inner_item:nth-of-type(2) {
    width: 70%;
    margin: 0 auto 0 3rem;
  }
  #od_banner + .composite_box01 .wrapper_item .inner_item:nth-of-type(3) {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #od_banner + .composite_box01.width_fixed > .content_wrapper {
    max-width: 380px !important;
  }
  #od_banner
    + .composite_box01
    .wrapper_item
    .inner_item:nth-of-type(1)
    .inner_item_img {
    width: 40%;
  }
}
