.image {
  margin: 1rem auto;
}
strong {
  color: #e82929;
  font-weight: bold;
}

.faq li {
  margin-bottom: 6rem;
}
.faq .question, .faq .answer {
  display: inline-flex;
}
.faq .question:before, .faq .answer:before {
  content: "Q";
  display: inline-block;
  font-size: 120%;
  color: #008bd1;
  margin-right: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.faq .answer:before {
  content: "A";
}

.flex {
  display: flex;
  flex-flow: row nowrap;
}

.example {
  background: #fafafa;
  padding: 1rem;
  color: #555;
  font-weight: bold;
}
.example h2 {
  background: #008bd1;
  color: #fff;
  font-weight: bold;
  padding: 1rem ;
  display: block!important;
  font-size: 1.8rem!important;
}
.example i {
  color: #008bd1;
  font-size: 3rem;
}
.example .h3-wrap {
  overflow: hidden;
  margin: 0 1rem;
}
.example h3 {
  position: relative;
  text-align: center;
  color: #008bd1;
  font-weight: bold;
}
.example h3 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
.example h3 span:before, .example h3 span:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 800%;
  height: 1px;
  background-color: #ccc;
}
.example h3 span:before {
   right: 100%;
}
.example h3 span:after {
  left: 100%;
}
.example li {
  margin-top: 2rem;
}
.example .flex {
  margin-top: 1rem;
}
.type_a, .type_b {
  padding: 0.5rem;
  width: 100%;
}
.man:before {
  content: "Aさん";
  display: block;
  background: #81E8CC;
  padding: 0.5rem;
}
.type_b .man:before {
  content: "Bさん";
  background: #FFC2AC;
}
.example li:nth-child(2) .type_b p {
  margin-top: 5rem;
}


@media (min-width:900px) {
  .image img {
    max-width: 50rem;
  }
  .example {
    padding: 2rem 3rem;
  }
  .example .image img {
    max-width: 18rem;
  }
  .example .bg-gray {
    padding: 2rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
