.m_ttl {
  background: url("../images/faq/mt_bg.jpg") no-repeat center center;
  background-size: cover; }
  .m_ttl .ttl {
    color: #fff; }

.faq-list {
  max-width: 90.0rem;
  margin: 7.0rem auto 10.0rem; }
  @media (max-width: 820px) {
    .faq-list {
      margin-top: 13.88888888888889vw;
      margin-bottom: 13.88888888888889vw; } }
  .faq-list__item {
    position: relative;
    margin: 0 0 10.0rem 0; }
    @media (max-width: 820px) {
      .faq-list__item {
        margin-bottom: 13.88888888888889vw; } }
    .faq-list__item dt {
      margin-bottom: 3.0rem;
      position: relative;
      font-size: 2.8rem;
      padding-left: 5.0rem;
      line-height: 1.46; }
      @media (max-width: 820px) {
        .faq-list__item dt {
          margin-bottom: 8.333333333333332vw;
          font-size: 5.555555555555555vw;
          padding-left: 13.88888888888889vw; } }
      .faq-list__item dt::after {
        position: absolute;
        content: "Q";
        font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
        font-size: 2.5rem;
        font-weight: 600;
        color: #fff;
        background-color: #000;
        width: 3.5rem;
        height: 3.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        top: .5rem;
        left: 0; }
        @media (max-width: 820px) {
          .faq-list__item dt::after {
            font-size: 6.944444444444445vw;
            width: 9.722222222222223vw;
            height: 9.722222222222223vw;
            top: 1.3888888888888888vw; } }
    .faq-list__item dd {
      position: relative;
      padding-left: 5.0rem;
      font-size: 1.4rem;
      line-height: 1.92;
      margin: 0; }
      @media (max-width: 820px) {
        .faq-list__item dd {
          font-size: 3.3333333333333335vw;
          line-height: 1.75;
          padding-left: 13.88888888888889vw; } }
      .faq-list__item dd::after {
        position: absolute;
        content: "A";
        font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
        font-size: 2.5rem;
        font-weight: 600;
        color: #000;
        background-color: #EAEAEA;
        width: 3.5rem;
        height: 3.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        left: 0; }
        @media (max-width: 820px) {
          .faq-list__item dd::after {
            font-size: 6.944444444444445vw;
            width: 9.722222222222223vw;
            height: 9.722222222222223vw; } }
