@charset "euc-jp";

.container-section {
  margin-bottom: 50px;
}
.section-title {
  background-color: #e6e6e6;
  line-height: 1;
  font-weight: normal;
  padding: 10px 20px;
}
.section-title i {
  margin-right: 5px;
  vertical-align: middle;
}
.accordion.open .section-title i.icon-lg-b.icon-chevron_thin_down {
  background-position: -192px -216px;
}

.def-lst {
  margin: 0;
}
.def-lst dt {
  margin-bottom: 10px;
}
.def-lst dd {
  margin-bottom: 30px;
  margin-left: 0px;
}
.def-lst,
.section-body  p,
.section-body  h3 {
  padding: 10px 20px 0;
}
.def-lst dt,
.section-body  h3 {
   font-size: 16px;
}

