@charset 'utf-8';
/*/////////////////////////////////////

  外構工事で照明をつけたい方必見！防犯対策ができておしゃれな施工例をご紹介！

////////////////////////////////////*/
/* ====================================================
  PC表示
====================================================*/
@media screen and (min-width:1104px) {
  .guide-item_img {
    margin-bottom: 20px;
}
.guide-item_txt {
  margin-bottom: 20px;
}
.guide-item_about {
  margin-bottom: 290px;
}






}



/* ====================================================
  スマホ表示
====================================================*/
@media screen and (max-width:1103px) {

.guide-item_txt {
  margin-bottom: 2rem;
  font-size: 1.6rem; 
}
.guide-item_about {
  margin-bottom: 20rem;
}






}
