@charset "UTF-8";
/* ==================================================
	安全性
================================================== */
@media screen and (min-width: 768px), print {
  #wrapper .page_body > section {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .page_body > section {
    margin-bottom: 25px;
  }
}

/*---------------------------------
  格子状3面ガード / 大型天窓ガラス
---------------------------------*/
:is(#mesh3guard, #roofguard) {
  margin-bottom: 70px;
}
:is(#mesh3guard, #roofguard) div:has(> img) {
  margin-bottom: 15px;
}

/*---------------------------------
  保証 / メンテナンスプラン
---------------------------------*/
@media screen and (min-width: 768px), print {
  #guarantee .table_wrap {
    margin-bottom: 20px;
  }
  #guarantee .list-notes {
    margin-bottom: 20px;
  }
  #guarantee .guar_btn {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }
  #guarantee .guar_btn .page_layout_btn {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #guarantee .table_wrap {
    margin-bottom: 15px;
  }
  #guarantee .table_wrap .guar_img {
    width: 1200px;
  }
  #guarantee .slide_icon {
    background-color: rgba(136, 136, 136, 0.9) !important;
  }
  #guarantee .list-notes {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #guarantee .guar_btn {
    margin-bottom: 30px;
  }
}