#qa .page-title-block-2 {
  background: url(../images/mv_qa.jpg) no-repeat center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1300px) {
  #qa .page-title-block-2 {
    background-size: 1400px;
  }
}

@media (max-width: 930px) {
  #qa .page-title-block-2 {
    background-attachment: initial;
    background-size: cover;
    padding: 20px;
    height: auto;
  }
}

.qa-area {
  max-width: 1100px;
  margin: 50px auto 100px auto;
  padding: 0 50px;
}

@media (max-width: 930px) {
  .qa-area {
    margin: 50px auto 50px;
    width: 95%;
    padding: 0;
  }
}

.qa-area .title-02 {
  margin-bottom: 120px;
}

@media (max-width: 930px) {
  .qa-area .title-02 {
    margin-bottom: 50px;
  }
}

.qa-toggle {
  font-size: 24px;
  border: 1px solid #e95519;
  border-radius: 3px;
  padding: 25px 40px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 25px 0 1px 0;
}

@media (max-width: 930px) {
  .qa-toggle {
    padding: 15px 20px;
    font-size: 15px;
    margin: 10px 0 1px 0;
  }
}

.qa-toggle::before {
  content: "";
  height: 2px;
  width: 26px;
  background-color: #e95519;
  position: absolute;
  right: 20px;
  top: 50%;
}

@media (max-width: 930px) {
  .qa-toggle::before {
    width: 16px;
  }
}

.qa-toggle::after {
  content: "";
  width: 2px;
  height: 26px;
  background-color: #e95519;
  position: absolute;
  right: 31px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: inherit;
  z-index: 1;
  margin-top: 1px;
}

@media (max-width: 930px) {
  .qa-toggle::after {
    height: 16px;
    right: 27px;
  }
}

.qa-toggle.on {
  color: #e95519;
}

.qa-toggle.on::after {
  display: none;
}

.qa-toggle:hover {
  color: #e95519;
}

.qa-list {
  background-color: #f3f4f5;
  padding: 30px 35px;
  display: none;
}

@media (max-width: 930px) {
  .qa-list {
    padding: 15px 20px;
  }
}

.qa-list dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  background: url("../images/q.svg") no-repeat 0 0;
  padding: 0 0 0 40px;
  min-height: 28px;
  margin-bottom: 30px;
}

@media (max-width: 930px) {
  .qa-list dt {
    font-size: 14px;
    padding: 0 0 0 27px;
    background: url("../images/q.svg") no-repeat 0 0;
    background-size: 20px auto;
    margin-bottom: 10px;
    min-height: 22px;
  }
}

.qa-list dd {
  font-size: 16px;
  line-height: 1.8;
  background: url("../images/a.svg") no-repeat 4px 0;
  padding: 0 0 30px 40px;
  min-height: 24px;
  border-bottom: 1px dashed #9e9e9e;
  margin-bottom: 30px;
}

.qa-list dd:nth-last-child(1) {
  margin-bottom: 0;
}

@media (max-width: 930px) {
  .qa-list dd {
    background: url("../images/a.svg") no-repeat 3px 0;
    background-size: 16px auto;
    font-size: 12px;
    padding: 0 0 15px 27px;
    margin-bottom: 15px;
    min-height: 20px;
  }
}

.virtual {
  margin-top: 100px;
  margin-bottom: 50px;
}

@media (max-width: 930px) {
  .virtual {
    margin-top: 50px;
  }
}
/*# sourceMappingURL=style.css.map */