@charset "UTF-8";

.l-content .wrap_flex {
  display: flex;
}

.l-content .wrap_flex_center {
  display: flex;
  justify-content: center;
}

.l-content .color_blue {
  color: #004098;
}

.l-content .question {
  display: flex;
  align-items: baseline;
  font-size: 18px;
  font-weight: bold;
}

.l-content .question .icon_q {
  margin-right: 20px;
  font-size: 20px;
}

.l-content .answer {
  display: flex;
  align-items: baseline;
  font-size: 16px;
}

.l-content .answer .icon_a {
  margin-right: 20px;
  font-size: 20px;
  font-weight: bold;
}