@charset "UTF-8";

#qandas{
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  padding: 0 50px;
  color: #303030;
}

.q-a{
  padding: 25px 0;
}

.q-a+ .q-a{
  border-top: 1px dashed #ccc;
}

.question{
  margin-bottom: 20px;
}

.question p{
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  padding: 10px 10px;
}

.kabaexp img{
  width: 80px;
  height: 80px;
}

.kabaexp, .fukidashi{
  display: inline-block;
  vertical-align: middle;
}

.fukidashi{
  border: 2px solid #ff9c24;
  border-radius: 18px;
  margin-left: 30px;
  position: relative;
}

.fukidashi:before{
  content: "";
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right: 15px solid #ff9c24;
  position: absolute;
  left: -30px;
  top: 35%;
}

.fukidashi:after{
  content: "";
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  position: absolute;
  left: -24px;
  top: 38%;
}

.fukidashi p{
  font-size: 1.8rem;
  padding: 0 20px;
}
