/* ------ brand common -------- */

/* ------ page -------- */
.p-qa-box {
  margin: 15px 0 0;
  background: #f2f2fd;
}

.p-qa-box h4 {
  position: relative;
  padding: 11px 40px 11px 50px;
  background: #1d2088;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}

.p-qa-box h4::before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 18px;
  width: 22px;
  height: 18px;
  overflow: hidden;
  background: url(/brand/teirakku/img/qa/ico_q.png) no-repeat center;
  background-size: contain;
  text-indent: 110%;
  white-space: nowrap;
  content: "Q.";
}

.p-qa-box h4 .c-state {
  display: -webkit-box;
  display: flex;
  position: absolute;
  top: 0;
  right: 19px;
  right: 10px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  margin: auto;
  color: #fff100;
  font-family: sans-serif;
  font-size: 1.5rem;
  font-size: 2rem;
  font-weight: 900;
}

.p-qa-box>div {
  position: relative;
  padding: 15px 15px 15px 50px;
}

.p-qa-box>div.is-close:not(:empty) {
  display: none;
}

.p-qa-box>div::before {
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 18px;
  width: 23px;
  height: 17px;
  overflow: hidden;
  background: url(/brand/teirakku/img/qa/ico_a.png) no-repeat center;
  background-size: contain;
  text-indent: 110%;
  white-space: nowrap;
  content: "A.";
}

.p-qa-box>div p {
  font-size: 1.4rem;
  line-height: 1.57;
}

.p-qa-box>div p.-notes {
  margin-top: 15px;
  font-size: 1.2rem;
  text-align: right;
}

@media print,
screen and (min-width: 768px) {
  .c-pageTtl {
    background-image: url(/brand/teirakku/img/qa/bg_pageTtl.jpg);
  }

  .p-qa-box {
    width: 858px;
    margin: 26px auto 0;
  }

  .p-qa-box h4 {
    padding: 15px 70px 15px 60px;
    font-size: 1.8rem;
    cursor: pointer;
  }

  .p-qa-box h4::before {
    top: 16px;
    left: 23px;
    width: 28px;
    height: 22px;
  }

  .p-qa-box h4 .c-state {
    right: 24px;
  }

  .p-qa-box>div {
    padding: 20px 24px 24px 60px;
  }

  .p-qa-box>div::before {
    top: 22px;
    left: 23px;
    width: 28px;
    height: 22px;
  }

  .p-qa-box>div p {
    font-size: 1.6rem;
    line-height: 1.87;
  }

  .p-qa-box>div p.-notes {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .c-pageTtl {
    background-image: url(/brand/teirakku/img/qa/bg_pageTtl_sp.jpg);
  }
}