@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
/*==================================================================================
 design
==================================================================================*/
#design .sections {
  position: relative;
  z-index: 1;
  text-align: center;
}
#design .sections .tit {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 50px;
}
#design .sections .lead {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 80px;
}
#design .sections .img01 {
  max-width: 830px;
  margin: auto;
}
#design .sec01 {
  margin-bottom: 150px;
}
#design .sec02 {
  margin-bottom: 150px;
}
#design .sec03 {
  margin-bottom: 150px;
}
/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  /*==================================================================================
   design
  ==================================================================================*/
  #design .sections {
    text-align: center;
  }
  #design .sections .tit {
    text-align: left;
    margin-bottom: 30px;
  }
  #design .sections .lead {
    text-align: left;
    margin-bottom: 50px;
  }
  #design .sec01 {
    margin-bottom: 80px;
  }
  #design .sec02 {
    margin-bottom: 80px;
  }
  #design .sec03 {
    margin-bottom: 80px;
  }
}/*# sourceMappingURL=style.css.map */