/* questions */
.questionBox {

}

.questionEachBox {
  margin: 50px 0 30px 0;
}

.questionEachTitle {
  background-color: #F4F1E9;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7em;
  padding: 10px 10px 10px 40px;
  width: 100%;
  position: relative;
}

.questionEachTitle:before {
  content: "Q.";
  margin-right: 10px;
  position: absolute;
  left: 15px;
}

.questionEachText p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.questionEachText p a {
  color: #CBA144;
  text-decoration: underline;
}



@media all and (max-width: 1024px) { /* SP */
  .questionEachTitle {
    font-size: 16px;
  }
}

@media all and (min-width: 1025px) { /* PC */

}