/* *********************
  info
********************* */
.info__title {
  margin-bottom: 1rem;
}

/* *********************
  result
********************* */
.result {
  position: relative;
  background: #9f9179;
  padding: 2rem 1.7rem 3rem;
  margin-bottom: 2rem;
}
.result::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  background: #fff;
  border: 0.1rem solid #8b8070;
}
.result__list {
  position: relative;
  z-index: 1;
}
.result__list ul {
  display: block;
}
.result__list li {
  list-style: circle;
  margin-left: 1.6rem;
  margin-right: 1rem;
}
.result__list li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.result__list h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27rem;
  height: 6.2rem;
  margin: 0 -0.2rem 0.5rem;
  background: url("../img/result_title.png") center center/contain no-repeat;
  color: #00238c;
  text-align: center;
  line-height: 1.1;
  font-size: 1.6rem;
  font-family: "Hiragino Mincho ProN","HGSMinchoE","Yu Mincho","MS PMincho",serif;
}
.result__list p {
  color: #555555;
  letter-spacing: -0.04em;
  margin-bottom: 2rem;
}

/* *********************
  bunner
********************* */
.bunner {
  margin-bottom: 2rem;
}
.bunner ul {
  display: block;
}
.bunner li {
  display: block;
  margin-bottom: 1rem;
}
