.qaContent {
  margin-top: 35px;
  width: 100%;
}
.qaContent__list {
  width: 100%;
}
.qaContent__list:not(:first-child) {
  margin-top: 5px;
}
.qaContent__list__anchor {
  position: relative;
  display: block;
  padding: 10px 0 10px 20px;
  width: 100%;
  color: #fff;
  background-color: #004b75;
  border-radius: 5px;
  border: 1px solid #004b75;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.qaContent__list__anchor:after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.qaContent__list__anchor:hover, .qaContent__list__anchor:active {
  background-color: #fff;
  color: #004b75;
}
.qaContent__list__anchor:hover:after, .qaContent__list__anchor:active:after {
  border-bottom: 1px solid #004b75;
  border-right: 1px solid #004b75;
}

.contents {
  margin-top: 50px;
}

.module10:not(:first-child) {
  margin-top: 45px;
}
