@charset "UTF-8";

/*--------------レイアウト修正_251129----------------*/

@media screen and (min-width: 769px) {
  #contact + .composite_box01 .inner_item .h {
    min-height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #contact + .composite_box01 .contents_btn01 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  #contact + .composite_box01 .inner_item .h {
    min-height: initial;
  }
}