@charset "UTF-8";
/* =====
 * /qa レイアウト
============================================================================= */
/* -----
 * PageHeadVisual
----------------------------------------------------------------------------- */
#PageHeadVisual {
  background-image: url(../images/qa/head-visual.jpg);
}

/* -----
 * PageHeadTitle
----------------------------------------------------------------------------- */
#PageHeadTitle .title {
  width: 182px;
}

/* -----
 * QAContents
----------------------------------------------------------------------------- */
#QAContents {
  width: 860px;
  margin: 50px auto 0;
  line-height: 1.75;
  color: #474747;
  position: relative;
}

#QAContents .all-toggle {
  display: inline-block;
  border: 1px solid #005f3f;
  background-color: #005f3f;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  position: absolute;
  top: -35px;
  right: 0;
  cursor: pointer;
}

#QAContents dl {
  background-color: #fff;
}

#QAContents dl dt, #QAContents dl dd {
  background-repeat: no-repeat;
  background-position: 30px 12px;
  padding: 15px 50px 15px 85px;
  margin: 0;
}

#QAContents dl dt {
  background-color: #fff;
  font-weight: bold;
  cursor: pointer;
  border-top: 1px solid #d3d3d3;
  position: relative;
  background-image: url(../images/qa/icon-q.png);
  -webkit-background-size: 35px 31px;
          background-size: 35px 31px;
}

#QAContents dl dt:after {
  display: block;
  content: "";
  width: 29px;
  height: 28px;
  background: transparent url(../images/qa/icon-toggle.png) 0 0 no-repeat;
  -webkit-background-size: 29px 56px;
          background-size: 29px 56px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#QAContents dl dt.opened:after {
  background-position: 0 100%;
}

#QAContents dl dd {
  background-color: #f4f4f4;
  border-bottom: 15px solid #fff;
  background-image: url(../images/qa/icon-a.png);
  -webkit-background-size: 32px 25px;
          background-size: 32px 25px;
  display: none;
}

#QAContents dl dd ul {
  list-style: none;
  padding: 0;
}

#QAContents dl dd ul li {
  margin-top: 1em;
  padding-left: 1em;
  text-indent: -1em;
}

#QAContents dl dd ul li:before {
  content: "●";
  color: #c1b78f;
}

#QAContents dl dd ul li:first-child {
  margin-top: 0;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /* -----
   * PageHeadVisual
  ----------------------------------------------------------------------------- */
  #PageHeadVisual {
    background-image: url(../images/qa/head-visual-sp.jpg);
  }
  /* -----
   * PageHeadTitle
  ----------------------------------------------------------------------------- */
  #PageHeadTitle .title {
    width: 98px;
  }
  #PageHeadTitle:before {
    background-image: url(../images/access/page-head-polygon-sp.png);
  }
  /* -----
   * QAContents
  ----------------------------------------------------------------------------- */
  #QAContents {
    width: auto;
    padding: 0 10px;
  }
  #QAContents .all-toggle {
    right: 10px;
  }
  #QAContents dl dt, #QAContents dl dd {
    background-position: 18px 10px;
    padding: 15px 10px 15px 70px;
  }
  #QAContents dl dt {
    font-size: 13px;
    padding-right: 60px;
  }
  #QAContents dl dt:after {
    top: 12px;
    -webkit-transform: none;
            transform: none;
  }
}
