@charset "utf-8";
.insertGroup {
  background-color: #e4e3e9;
  border: none;
}
.insertGroup .insertImg-withTD:first-of-type {
  margin-top: 0px;
}
.insertImg-withTD > dd.tar {
  text-align: right;
}
.insertImg-withTD > dd.tal {
  text-align: left;
}
.section_ttltags > li {
  background-color: #718cc7;
  padding: 8px 50px
}
.rdcSection > .section_ttl {
  border-top: 2px solid #718cc7;
  border-bottom: 2px solid #718cc7;
}
.rdcSection_middle > .section_ttl {
  border-left: 5px solid #718cc7;
  color: #718cc7;
}
.insertImgList li {
  margin-bottom: 10px;
}
/*font*/
.fontBlue {
  color: #718cc7 !important;
  font-weight: bold;
}
.fz_small {
  font-size: 12px !important;
  margin-top: 10px;
}
.bold {
  font-weight: bold;
}