<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.insertGroup .insertImg-withTD:first-of-type {
  margin-top: 0px;
}
.insertImg-withTD &gt; dd.tar {
  text-align: right;
}
.insertImg-withTD &gt; dd.tal {
  text-align: left;
}
.section_ttltags &gt; li {
  background-color: #004c86;
  padding: 8px 50px
}
.rdcSection &gt; .section_ttl {
  border-top: 2px solid #004c86;
  border-bottom: 2px solid #004c86;
}
.rdcSection_middle &gt; .section_ttl {
  border-left: 5px solid #004c86;
  color: #004c86;
}

.section_subttl {
  background-color: #004c86;
  border-radius: 20px;
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  margin: 20px 0;
  padding: 6px 50px;
}

/*insertGroup*/
.insertGroup .tbStyle {
  table-layout: fixed;
  width: 100%;
}
.insertGroup .tbStyle th {
  background-color: #004c86;
  color: #FFF;
  font-size: 0.8rem;
  padding: 10px;
  text-align: center;
}
.insertGroup .tbStyle th:first-child {
  width: 15%;
}
.insertGroup .tbStyle td {
  font-size: 0.8rem;
  line-height:1.5;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}
.insertGroup .tbStyle td.bg01 {
  background-color: #fef2e7;
}
.insertGroup .tbStyle td.bg02 {
  background-color: #fce3cd;
}
.insertGroup .tbStyle td.bg03 {
  background-color: #dfeaf0;
}
.insertGroup .tbStyle .bgBlue {
  background-color: #004c86;
  border-radius: 50%;
  color: #FFF;
  font-size: 90%;
  margin-right: 5px;
  padding: 2px 4px;
}
.insertGroup .tbStyle .bgOrenge {
  background-color: #dc5310;
  border-radius: 50%;
  color: #FFF;
  font-size: 90%;
  margin-right: 5px;
  padding: 2px 4px;
}


.insertGroup .table02 td:nth-child(even) {
  background-color: #dfeaf0;
}

/*font*/
.fontBlue {
  color: #004c86 !important;
  font-weight: bold;
}
.fontOrenge {
  color: #dc5310 !important;
  font-weight: bold;
}
.fz_small {
  font-size: 12px !important;
  margin-top: 10px;
}
.bold {
  font-weight: bold;
}</pre></body></html>