@charset "UTF-8";
/*--------------------------------------------------------
 追記用CSS
--------------------------------------------------------*/
/*.__gas_conro{display: none;}     /*ガスコンロ*/
/*.__leggiero{display: none;}      /*無水調理鍋*/
/*.__rh_hood{display: none;}       /*レンジフード*/
/*.__ricecooker{display: none;}    /*ガス炊飯器*/
/*.__kitchen_dryer{display: none;} /*食洗機*/
/*.__waterheater{display: none;}   /*ガス給湯器*/
/*.__laundry_dryer{display: none;} /*ガス衣類乾燥機*/
.__fan_heater{display: none;}    /*ガスファンヒーター*/

.topVisual__Tokuten,
.Intro__Tokuten,
.ContactNav__Tokuten,
.Footer__Company__logo{
  display: none;
}

.mainTitle{
  width: 90%;
  max-width: 440px;
  margin: 0 auto;
}
.fz-small{
  font-size: 75%;
}

.Freearea.__colum4{
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: stretch;
  gap: 25px 20px;
  margin-bottom: 3em;
}
.Freearea__title{
  color: var(--color-main);
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.75em;
}
.Freearea.__colum4 .Freearea__item{
  width: calc(50% - 10px);
}
.Freearea.__colum4 .Freearea__item + .Freearea__item{
    margin: 0;
}


/*--------------------------------------------------------
 追記用CSS - Responsive
--------------------------------------------------------*/
@media screen and (min-width: 835px) {
  .topVisual,
  .topVisual__img{
    height: 400px;
  }
  
  .mainTitle{
    width: 100%;
  }

  .Freearea.__colum4{
    gap: 0px 37px;
  }
  .Freearea__title{
    font-size: 1.5em;
    letter-spacing: 1px;
  }
  .Freearea.__colum4 .Freearea__item{
    width: calc(25% - 28px);
  }
}