@charset "UTF-8";
/* =====
 * /faq レイアウト
============================================================================= */
/* -----
 * faq-box
----------------------------------------------------------------------------- */
.faq-box {
  padding-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #f3f3f3;
  position: relative;
}

.faq-box:first-child {
  margin-top: 10px;
}

.faq-box:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #cdcdcd;
  position: absolute;
  left: 0;
  bottom: 0;
}

.faq-box .question {
  font-size: inherit;
  font-weight: normal;
  background: transparent url(../images/faq/icon-q.png) 0 0 no-repeat;
  padding-left: 26px;
  min-height: 23px;
  text-decoration: underline;
  margin: 0;
  cursor: pointer;
}

.faq-box .answer {
  padding: 20px 20px 20px 48px;
  border: 1px solid #cdcdcd;
  margin-top: 30px;
  background: transparent url(../images/faq/icon-a.png) 20px 20px no-repeat;
  display: none;
}

/* -----
 * 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 */
  /* -----
   * page-title
  ----------------------------------------------------------------------------- */
  .page-title .str {
    width: 122px;
    height: 21px;
    background-image: url(../images/faq/page-title-sp.png);
  }
  /* -----
   * faq-box
  ----------------------------------------------------------------------------- */
  .faq-box {
    padding-bottom: 15px;
    margin-top: 15px;
  }
  .faq-box:first-child {
    margin-top: 0;
  }
  .faq-box .question {
    background-image: url(../images/faq/icon-q-sp.png);
    background-position: 0 0.1em;
    -webkit-background-size: 13px 16px;
            background-size: 13px 16px;
    padding-left: 18px;
    min-height: 16px;
  }
  .faq-box .answer {
    padding: 10px 10px 10px 29px;
    margin-top: 15px;
    background: transparent url(../images/faq/icon-a.png) 20px 20px no-repeat;
    background-image: url(../images/faq/icon-a-sp.png);
    background-position: 10px 10px;
    -webkit-background-size: 14px 13px;
            background-size: 14px 13px;
  }
}
