@charset "UTF-8";

/*------------------保証・サポートページ 画像追加------------------------*/
#img_ttl_org + * .heading {
  position: relative;
  padding-left: 200px;
  background-position: 200px top;
}

#img_ttl_org + * .heading::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  background: url(/common/upload_data/m-peacefulcom/image/20231122150016.png)no-repeat center center / contain;
  width: 170px;
  height: 165px;
}

/*------------------保証・サポートページ 見出しカラー変更------------------------*/
#ttl_org1 + * .heading.block_header_3 {
  background: #01ADA1;
}
#ttl_org2 + * .heading.block_header_3 {
  background: #EC6D66;
}
#ttl_org3+ * .heading.block_header_3 {
  background: #F39801;
}
#ttl_org4 + * .heading.block_header_3 {
  background: #0D6FB8;
}

@media screen and (max-width: 900px) {
  .contents_box01.w10 .inner_item_img {
    width: 10%;
    margin: 0 auto 20px !important;
  }

  #img_ttl_org + * .heading {
    padding-left: 0;
    background-position: center top;
    padding-bottom: 150px;
    align-items: center;
  }

  #img_ttl_org + * .heading::after {
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 135px;
  }

  #img_ttl_org + * {
    padding-bottom: 0 !important;
  }
}
