#wrapper {
  margin-top: 60px;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.qa_area {
  margin-bottom: 100px;
}

.qa_area * {
  -webkit-box-shadow: border-box;
          box-shadow: border-box;
}

.qa_area .sec_title h2 {
  position: relative;
  width: 350px;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #000;
  border-radius: 10px 0;
  margin: 40px auto 50px;
}

.qa_area .sec_title h2::before, .qa_area .sec_title h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  width: 160px;
  height: 1px;
  background: #000;
}

.qa_area .sec_title h2::before {
  left: -160px;
}

.qa_area .sec_title h2::after {
  right: -160px;
}

.qa_area li {
  border-top: 1px solid #d9d9d6;
  cursor: pointer;
}

.qa_area li:nth-last-child(1) {
  border-bottom: 1px solid #d9d9d6;
}

.qa_area li > div {
  padding: 20px 70px 20px 30px;
}

.qa_area li .question {
  font-size: 20px;
  color: #004f71;
  position: relative;
}

.qa_area li .question span {
  display: inline;
}

.qa_area li .question h3 {
  display: inline;
}

.qa_area li .question::after {
  content: "add ";
  font-family: 'Material Icons';
  font-size: 40px;
  position: absolute;
  top: 15px;
  right: 20px;
}

.qa_area li .answer {
  display: none;
  background: #e1e1e1;
  padding-top: 0;
}

.qa_area li .answer p {
  text-align: justify;
  line-height: 1.5;
}

.qa_area li .answer a {
  color: #1497d6;
  text-decoration: underline;
}

.qa_area li .answer ul {
  padding-left: 1.5em;
}

.qa_area li .answer ul li {
  list-style: decimal;
  border: 0;
  line-height: 1.5;
}

.qa_area li:hover {
  background: #e1e1e1;
}

.qa_area li.active {
  background: #e1e1e1;
}

.qa_area li.active .question::after {
  content: "remove ";
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 720px;
  }
  .qa_area {
    margin-bottom: 80px;
  }
  .qa_area .sec_title h2::before, .qa_area .sec_title h2::after {
    width: 140px;
  }
  .qa_area .sec_title h2::before {
    left: -140px;
  }
  .qa_area .sec_title h2::after {
    right: -140px;
  }
}

@media screen and (max-width: 796px) {
  .container {
    max-width: none;
    width: calc(100% - 20px);
  }
  #wrapper {
    margin-top: 35px;
  }
  .qa_area {
    margin-bottom: 50px;
  }
  .qa_area .sec_title h2 {
    font-size: 16px;
    width: 160px;
    padding: 8px 0;
    margin: 25px auto;
  }
  .qa_area .sec_title h2::before, .qa_area .sec_title h2::after {
    width: 60px;
  }
  .qa_area .sec_title h2::before {
    left: -60px;
  }
  .qa_area .sec_title h2::after {
    right: -60px;
  }
  .qa_area li > div {
    padding: 20px 45px 20px 12px;
  }
  .qa_area li .question {
    font-size: 16px;
  }
  .qa_area li .question::after {
    content: "add ";
    font-family: 'Material Icons';
    font-size: 25px;
    position: absolute;
    top: 20px;
    right: 10px;
  }
  .qa_area li .answer {
    font-size: 14px;
  }
}
