@charset "UTF-8";

.qandabox {
  background-color: #fff;
  border-radius: 10px;
  padding: 1em;
  box-shadow: 2px 2px 2px rgba(251, 239, 172, 0.3);
  margin: 0 auto;
  margin-bottom: 1em;
}
.qanda {
  width: 95%;
  display: block;
  margin: auto;
}
.q {
  font-weight: bold;
  border-bottom: solid #563f2b;
  display: inline-block;
}
.a {
  width: 90%;
}
.qandacmnt {
  text-align: center;
  font-weight: bold;
}
