.title-h1 {
  font-size: 26.45px;
  margin-bottom: 10px;
}

.title-h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.title-h3 {
  font-size: 17px;
  color: #5c5c5c;
}

.title-add {
  font-size: 17px;
  color: #c9c9c9;
}

.faq {
  width: 70%;
  background: url("../../images/faq/bg.png");
  background-repeat: no-repeat;
  background-size: 100% 104%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  word-wrap: break-word;
  margin-bottom: 52px;
  padding: 130px 0px 2%;
  margin-top: -160px;
}

.faq-container {
  text-align: left;
  margin: 0;
  max-height: 130vh;
  overflow: scroll;
}

.faq-pin{
  left: 20%;
  width: 90px;
  position: absolute;
  z-index: 3;
  top: 210px;
}

.faq-container .row {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.faq-container .mask-row {
  padding: 10px 10%;
}

.question,
.answer {
  padding-bottom: 8px;
}

.question,
.questionc {
  display: inline-block;
}

.questionc {
  float: right;
  padding-right: 2%;
  vertical-align: top;
}

.questionc img {
  width: 1.5vw;
  vertical-align: top;
}

.answer {
  display: none;
  padding-left: 2%;
  width: 60%;
}

ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 0em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 15px;
  padding-top: 8px;
}

input[type=submit] {
  border: none;
  text-decoration: none;
  cursor: pointer;
  background-size: cover;
  width: 172px;
  margin: 12px auto;
}

#nquestion {
  border: none;
  border-bottom: 1px solid;
  width: 98%;
  outline: none;
  padding-bottom: 14px;
  color: #bfbfbf;
}

.button-box {
  text-align: left;
}
.faq-bg-mobile {
    display: none;
  }

  .faq-bg-pc {
    display: block;
  }

@media(max-width:738px) {
  .faq-bg-mobile {
    display: block;
  }

  .faq-bg-pc {
    display: none;
  }

  .title-h1 {
    font-size: 20px;
  }

  .title-h2 {
    font-size: 16px;
  }

  .title-h3 {
    font-size: 13px;
  }

  .title-add {
    font-size: 13px;
  }

  .faq {
    width: 96%;
    background: none;
    padding: 5% 0 0;
    background-color: #f8fafa;
  }

  .faq-container {
    height: auto;
    overflow: auto;
    padding: 0 3%;
  }

  .faq-container .row {
    width: 100%;
    padding: 0;
  }

  .answer {
    width: 95%;
    line-height: 25px;
  }

  input[type=submit] {
    width: 153px;
  }

  .button-box {
    text-align: center;
  }
}