@charset "utf-8";

.box_concept{
  background: url(../../img/top/bg_concept_top.png) no-repeat left top #FDF8D1;
  padding: 30px;
}

.ti_concept{
  text-align: center;
  margin-bottom: 40px;
  margin-top: 10px;
}

.list_concept li{
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}

.list_concept li:last-child{
  margin-bottom: 0;
}

.list_concept li .img{
  margin-bottom: 10px;
}

.dl_style01{
  margin: 10px 0;
}

.dl_style01 dt{
  float: left;
  clear: left;
  font-weight: bold;
  color: #B79500;
}

.dl_style01 dd{
  padding-left: 160px;
  padding-bottom: 10px;
}