@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: #0055a2;
  padding: 8px 50px
}
.rdcSection > .section_ttl {
  border-top: 2px solid #0055a2;
  border-bottom: 2px solid #0055a2;
}
.rdcSection_middle > .section_ttl {
  border-left: 5px solid #0055a2;
  color: #0055a2;
}
.section_ttlbtm {
  background: #f1f7fc;
  font-size: 13px;
  padding: 10px;
}
/*rdcSection_prof*/
.rdcSection_prof .profTtl {
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.rdcSection_prof .profTbl {
  table-layout: fixed;
  width: 100%;
}
.rdcSection_prof .profTbl th {
  background-color: #bbcdea;
  font-size: 0.8rem;
  padding: 10px;
  text-align: left;
  width: 30%;
}
.rdcSection_prof .profTbl td {
  background-color: #e5ebf7;
  font-size: 0.8rem;
  padding: 10px;
  text-align: left;
}
/*rdcSection_point*/
.rdcSection_point .pointTtl {
  color: #0055a2;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.rdcSection_point .pointTxt {
  background: #e5ebf7;
  padding: 20px;
}
.rdcSection_point .pointTxt dt {
  font-weight: bold;
  margin-bottom: 10px;
}
/*commentWrap*/
.commentWrap {
  background-color: #fbeed4;
  border: none;
  border-radius: 4px;
  margin-top: 40px;
  padding: 20px;
}
.commentWrap .commentTtl_sub {
  margin-bottom: 5px;
}
.commentWrap .commentTtl_main {
  color: #e6a600;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 15px;
}
.commentWrap li {
  line-height: 1.5;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}
.commentWrap li:not(:last-child) {
  margin-bottom: 10px;
}
.commentWrap li:before {
  content: "●";
  color: #e6a600;
}
/*font*/
.fontRed {
  color: #0055a2 !important;
  font-weight: bold;
}
.fz_small {
  font-size: 12px !important;
  margin-top: 10px;
}
.bold {
  font-weight: bold;
}