@charset "UTF-8";

#film_sec_title + section .content_wrapper .heading > p{
  background-color: #f39a35;
  color: #fff;
  padding: 8px 15px;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
}

#automotive_glass + .composite_box01 .wrapper_item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  #automotive_glass + .composite_box01 .wrapper_item .inner_item {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
 margin: 0;
  }

  #automotive_glass + .composite_box01 .inner_item_txt {
    padding: 10px 0;
  }

  #automotive_glass + .composite_box01 .inner_item_txt .heading h3 {
    font-size: 16px;
  }

  #automotive_glass + .composite_box01 .inner_item_txt .heading p {
    font-size: 13px;
    line-height: 1.6;
  }

#glass_replacement_card + .contents_box01 .heading.block_header_2 .h {
  padding-left: 0;
}

#glass_replacement_card + .contents_box01 .heading.block_header_2 .h:before {
  display: none;
}

/* 自動車ガラスのラインナップレイアウト調整(2026/08/12) */
#automotive_glass + .composite_box01 .wrapper_item {
    flex-direction: row;
    gap: 2%;
}
#automotive_glass + .composite_box01 .wrapper_item .inner_item {
    width: 49%;
}
#automotive_glass + .composite_box01 .inner_item_txt .heading h3 {
    padding-left: 10px;
    border-left: 5px solid;
    font-size: 24px;
}
#automotive_glass + .composite_box01 .inner_item_txt .heading p {
    font-size: 16px;
}
@media screen and (max-width: 1350px) {
    #automotive_glass + .composite_box01 .block_header_4 .h {
        letter-spacing: 0 !important;
        font-size: 2.4rem !important;
    }
}
@media only screen and (max-width: 900px) {
    #automotive_glass + .composite_box01 .wrapper_item .inner_item {
        width: 100%;
    }
    #automotive_glass + .composite_box01.block_images_1 .inner_item:nth-of-type(2n) {
        margin-left: 0 !important;
    }
    #automotive_glass + .composite_box01 .block_header_4 .h {
        font-size: 2.4rem !important;
    }
}
@media only screen and (max-width: 768px) {
    #automotive_glass + .composite_box01.block_images_1:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2) {
        margin-bottom: 0 !important;
    }
}