
/* *** ▼▼▼▼　UIパーツ完成後削除　▼▼▼ *** */
.faqList {
}
.faqList li {
  margin: 0 0 20px;
}
.faqList li:last-child {
  margin: 0;
}
.faqList dl {
  width: 100%;
  background: #328ffe;
}
.faqList dl dt {
  position: relative;
  padding: 10px 10px 10px 40px;
  font-weight: bold;
  color: #fff;
}
.faqList dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 40px;
  background: #f0f8fe;
}
.faqList dl dt span {
  display: block;
}
.faqList dl dt span:before {
  position: absolute;
  left: 10px;
  content: "Ｑ";
  line-height: 1;
  font-weight: bold;
  font-size: 22px;
}
.faqList dl dt:after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(100%) translateX(-50%);
  -webkit- transform: translateY(100%) translateX(-50%);
  border: 20px solid transparent;
  border-top: 10px solid #328ffe;
}
.faqList dl dd:before {
  position: absolute;
  left: 10px;
  content: "Ａ";
  line-height: 1;
  font-weight: bold;
  font-size: 22px;
}

.imgContainer--full .bnrList__img {
    width: 100%;
    height: 215px;
}
