@charset "UTF-8";
/*------------------------------------------
共通
-------------------------------------------*/
/*PC
-----------------------------------------------------------------------------*/
.h2Area {
  margin-bottom: 60px;
}

#qa h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.38;
  margin: 0 0 60px;
}
#qa dl dt {
  font-size: 18px;
}
#qa dl dt .qmark {
  width: 60px;
  text-align: center;
  background: var(--qaQ1Bg);
  padding: 15px 0;
  box-sizing: border-box;
}
#qa dl dt .qmark::before {
  content: "Q";
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
#qa dl dt p {
  width: calc(100% - 60px);
  color: var(--qaQ2Text);
  font-weight: bold;
  background: var(--qaQ2Bg);
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
}
#qa dl dd {
  padding: 35px 0 0 80px;
  position: relative;
}
#qa dl dd:not(:last-of-type) {
  margin: 0 0 60px;
}
#qa dl dd::before {
  content: "A.";
  color: var(--qaAText);
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  top: 30px;
  left: 20px;
}
#qa dl dd h3 {
  color: var(--qaAText);
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
}
#qa dl dd p a {
  color: var(--textLink);
  text-decoration: underline;
}
#qa dl dd p a:hover {
  text-decoration: none;
}

/*SP
-----------------------------------------------------------------------------*/
@media (max-width: 750px) {
  #breadCrumb {
    background: #EFEFEF !important;
  }
  .h2Area {
    margin-bottom: 11vw;
  }
  #qa h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    margin: 0 3.67vw 10vw;
  }
  #qa dl dt {
    font-size: 16px;
  }
  #qa dl dt .qmark {
    width: 40px;
    text-align: center;
    padding: 12px 0;
    box-sizing: border-box;
  }
  #qa dl dt .qmark::before {
    content: "Q";
    font-size: 23px;
    font-weight: bold;
  }
  #qa dl dt p {
    width: calc(100% - 40px);
    padding: 2vw;
    box-sizing: border-box;
    position: relative;
  }
  #qa dl dd {
    padding: 6vw 4vw;
    position: relative;
  }
  #qa dl dd:not(:last-of-type) {
    margin: 0 0 10vw;
  }
  #qa dl dd::before {
    content: "A.";
    font-size: 23px;
    font-weight: bold;
    position: absolute;
    top: 5vw;
    left: 4vw;
  }
  #qa dl dd h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0 0 0 30px;
  }
  #qa dl dd p {
    font-size: 13px;
  }
  #qa dl dd p a:hover {
    text-decoration: underline;
  }
  /*--------------------------endSP--------------------------------*/
}/*# sourceMappingURL=qa.css.map */