@charset "UTF-8";

/*-------------インストールはこちらからレイアウト調整_251014-----------------------*/

[id^=app] + .composite_box01 .heading.block_header_1 p {
    font-size: 3rem !important;
}
[id^=app] + .composite_box01 .wrapper_item {
  justify-content: center;
  align-items: center;
}
[id^=app] + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(2) {
  width: 35%;
  max-width: 300px;
}
[id^=app] + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(1) {
  width: auto;
}
[id^=app] + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(1)  img {
  width: 120px !important;
  height: auto !important;
}
[id^=app] + .composite_box01 .inner_item_img img {
  object-fit: contain;
}
@media screen and (max-width: 900px) {
  [id^=app] + .composite_box01 .heading.block_header_1 p {
    font-size: 2rem !important;
  }
  [id^=app] + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(2) {
    width: 55% !important;
  }
  [id^=app] + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(1) {
    width: auto !important;
  }
  [id^=app] + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(1) img {
    width: 100px !important;
  }
}
@media screen and (max-width: 800px) {
    [id^=app] + .composite_box01 .heading.block_header_1 {
        margin-bottom: 0;
    }
}