@charset "utf-8";
.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: #008cab;
  padding: 8px 50px
}
.rdcSection > .section_ttl {
  border-top: 2px solid #008cab;
  border-bottom: 2px solid #008cab;
}
.rdcSection_middle > .section_ttl {
  border-left: 5px solid #008cab;
  color: #008cab;
}

.insertGroup .bgBlue {
  background-color: #e0f1f4;
  padding: 20px;
  text-align: left;
}
.insertGroup .bgBlue li {
  line-height: 1.5;
}
.insertGroup .bgBlue li span {
  color: #008cab;
  padding-right: 5px;
}
.insertGroup .iG_txt {
  font-size: 95%;
  margin: 15px 0 0 0;
}
.insertGroup .iG_ttl {
  color: #008cab;
  display: block;
  margin: 10px 0 0 0;
  padding-bottom: 3px;
}

/*font*/
.fontBlue {
  color: #008cab !important;
  font-weight: bold;
}
.fontOrenge {
  color: #cd6812 !important;
}
.fz_small {
  font-size: 12px !important;
  margin-top: 10px;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.bordernone {
  border: none;
}