@charset "utf-8";

/* research_development_theme
================================================== */
.research_development_theme {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.research_development_theme .theme_box {
  background-color: #FFFCDD;
  border: 1px solid #007CCF;
  padding: 30px 0 30px 42px;
  width: 360px;
  flex: 0 0 auto;
  margin-right: 12px;
}
.research_development_theme .theme_copy {
  font-weight: bold;
  font-size: 24px;
  color: #007CCF;
  display: flex;
  align-items: center;
}
.research_development_theme .theme_num {
  font-family: Roboto;
  font-style: italic;
  font-size: 40px;
  margin-right: 20px;
}

/* development_heading3_sub
================================================== */
.development_heading3_sub {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}

/* development_heading3_sub02
================================================== */
.development_heading3_sub02 {
  display: block;
  font-size: 20px;
  margin-bottom: 18px;
  color: #003288;
}

/* development_dispFR
================================================== */
.development_dispFR {
  --flexGap: 10px;
}

/* development_h4
================================================== */
.development_h4 {
  font-size: 28px;
  color: #1A1D21;
  text-align: center;
  border: none;
}

/* box1_features
================================================== */
.box1_features {
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.box1_features .box1_head {
  text-align: center;
  margin-right: 40px;
  word-break: keep-all;
}
.box1_features .box1_body {
  display: flex;
  align-items: center;
}
.box1_features .pc_dispFC {
  margin-left: 32px;
  margin-right: 16px;
}
.box1_features span.features_fcLBlue {
  color: #0070C3;
}
.box1_features span.features_fcRed {
  color: #DC000C;
}

/* box1_example
================================================== */
.box1_example {
  padding: 40px;
}
.box1_example h4 {
  color: #1A1D21;
  font-size: 28px;
  text-align: center;
}
.box1_example h4 span {
  font-size: 18px;
  border: 1px solid #1A1D21;
  padding: 6px 8px;
  margin-right: 10px;
  vertical-align: text-top;
}

/* box1_report
================================================== */
.box1_report {
  padding: 40px;
}
.box1_report h4 {
  color: #1A1D21;
  font-size: 28px;
  text-align: center;
}
.box1_report h4 span {
  font-size: 18px;
  border: 1px solid #1A1D21;
  padding: 6px 8px;
  margin-right: 10px;
  vertical-align: text-top;
}
.box1_report .nmlTable {
  max-width: 476px;
}
.box1_report .nmlTable thead th {
  background-color: #007CCF;
  padding: 5px 10px;
}
.box1_report .nmlTable tbody th {
  padding: 22px;
}
.box1_report .nmlTable tbody td {
  font-size: 14px;
  padding: 5px;
}
