@import url("/css/inside_common.css");

.details.faq dt::before {
  content: "";
}
.details.faq dd {
  margin-bottom: 2em;
}
.quest::before {
  font-size: 1.1em;
  color: #ffffff;
  margin: 0 0.5em 0 -0.4em;
  padding: 0 0.4em;
  content: 'Q';
  border-radius: 50%;
  background: linear-gradient(to bottom, #0276ae, #000271);
  font-weight: bold;
}
.ans {
  text-align: left;
  font-size: 1em;
}
.ans::before {
  font-size: 1.1em;
  color: #ffffff;
  margin: 0 0.5em 0 1em;
  padding: 0 0.4em;
  content: 'A';
  border-radius: 50%;
  background: linear-gradient(to bottom, #fe8d00, #fe4101);
  font-weight: bold;
}
p.p_inlist {
  text-indent: -3.4em;
  padding-left: 2em;
}