@charset "UTF-8";
.qa #container #content #main h4 {
  font-size: .9rem;
}

.qa #container #content #main .toc-list {
  padding: 30px;
  margin-bottom: 30px;
  background: #eef6fc;
  border-radius: 10px;
}

.qa #container #content #main .toc-list-item {
  position: relative;
  margin-bottom: 15px;
}

.qa #container #content #main .toc-list-item:last-child {
  margin-bottom: 0;
}

.qa #container #content #main .toc-list-item a {
  display: inline-block;
  padding-left: 1.4rem;
  font-size: .9rem;
  line-height: 1.4285714286;
  color: #6d7071;
}

.qa #container #content #main .toc-list-item a:hover {
  text-decoration: underline;
  color: #3c80b5;
}

.qa #container #content #main .toc-list-item a:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: .9rem;
  height: 1.2857142857rem;
  background: url(../../img/pc/qa_toc_arrow.gif) no-repeat;
  background-position: 50% 50%;
}

.qa #container #content #main .qa-list-item {
  display: block;
  margin-bottom: 30px;
  border: 3px solid #82c1e6;
  border-radius: 15px;
  font-size: .9rem;
  color: #6d7071;
  overflow: hidden;
}

.qa #container #content #main .qa-list-item:last-child {
  margin-bottom: 0;
}

.qa #container #content #main .qa-list .question {
  position: relative;
  background: #eef6fc;
  padding: 30px 65px 30px 70px;
  cursor: pointer;
}

.qa #container #content #main .qa-list .question:before {
  content: '';
  display: block;
  margin: 20px 0 0 20px;
  width: 29px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../img/pc/qa_question_bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.qa #container #content #main .qa-list .question:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: calc(50% - 25px / 2);
  right: 24px;
  background: url(../../img/pc/qa_toggle_button.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.qa #container #content #main .qa-list .question > h5 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.375;
  color: #3c80b5;
}

.qa #container #content #main .qa-list .answer > div {
  position: relative;
  padding: 30px 30px 30px 70px;
}

.qa #container #content #main .qa-list .answer > div:before {
  content: '';
  display: block;
  margin: 20px 0 0 20px;
  width: 29px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../img/pc/qa_answer_bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.qa #container #content #main .qa-list .answer > div > p {
  margin-bottom: 25px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.375;
}

.qa #container #content #main .qa-list .answer > div .answer-list {
  margin-bottom: 25px;
}

.qa #container #content #main .qa-list .answer > div .answer-list:last-child {
  margin-bottom: 0;
}

.qa #container #content #main .qa-list .answer > div .answer-list h6 {
  font-size: .95rem;
  line-height: 1.375;
  font-weight: bold;
  color: #3c80b5;
  margin-bottom: 15px;
}

.qa #container #content #main .qa-list .answer > div .answer-list ul .answer-list-item {
  position: relative;
  padding-left: 1em;
  line-height: 1.5714285714;
  margin-bottom: 11px;
}

.qa #container #content #main .qa-list .answer > div .answer-list ul .answer-list-item:last-child {
  margin-bottom: 0;
}

.qa #container #content #main .qa-list .answer > div .answer-list ul .answer-list-item:before {
  content: '●';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #3c80b5;
}

.qa #container #content #main .qa-list .answer > div .answer-list > p > img {
  display: inline-block;
  margin-top: 15px;
}

.qa #container #content #main .qa-list .answer > div .answer-list .answer-table {
  margin-top: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #bbbebf;
  table-layout: fixed;
}

.qa #container #content #main .qa-list .answer > div .answer-list .answer-table tbody tr th, .qa #container #content #main .qa-list .answer > div .answer-list .answer-table tbody tr td {
  padding: 10px;
  font-size: .76rem;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #bbbebf;
  table-layout: fixed;
}

.qa #container #content #main .qa-list .answer > div .answer-list .answer-table tbody tr th {
  font-weight: bold;
}

.qa #container #content #main .qa-list .answer > div .answer-list .answer-table tbody tr th:first-child {
  white-space: nowrap;
}

.qa #container #content #main .qa-list .answer > div .answer-list .answer-table tbody tr td {
  background: #eef6fc;
  vertical-align: top;
}

.qa #container #content #main .qa-list .answer > div .answer-list .answer-table tbody tr td ul {
  text-align: left;
}

.qa #container #content #main .qa-list .answer > div .answer-list .answer-table tbody tr td ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
}

.qa #container #content #main .qa-list .answer > div .answer-list .answer-table tbody tr td ul li:before {
  content: '●';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #3c80b5;
}

.qa #container #content #main .qa-list .answer > div .answer-list .answer-table tbody tr .answer-table-kinds {
  width: 200px;
  font-size: .95rem;
  font-weight: bold;
  color: #3c80b5;
  background: #eef6fc;
}

.qa #container #content #main .qa-list .js-accordion .js-accordion-contents {
  height: auto;
  max-height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.qa #container #content #main .qa-list .js-accordion.is-close .js-accordion-contents {
  height: 0;
}

.qa #container #content #main .qa-list .js-accordion.is-close .question:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

/*# sourceMappingURL=qa.css.map */
