/* 202103 グランドデザイン対応 MOD start */

/* 標準で入る下線を除去 */
a:hover, a:focus {
    text-decoration: none;
}

/* 202103 グランドデザイン対応 MOD end */


/** 202105 素材管理 Start  **/
/** app.css上で定義されている同css設定が優先されていたため
    素材管理上のプレビュー画面で本来の申込画面と異なるデザインが適用
    詳細側のつくりと同様に当css上で定義して優先度を変更する
**/
.o-section-big-title__heading {
    font-family: 'ABeeZee';
    color: #11bdbd;
}
@media screen and (min-width: 1000px) {
    .o-section-big-title__heading {
        font-size: 52px;
    }
}
@media screen and (max-width: 999px) {
    .o-section-big-title__heading {
        font-size: 31px;
        line-height: 1.1;
    }
}
@media screen and (min-width: 1000px) {
    .t-main__big-title {
      margin-top: 40px;
    }
  }
  @media screen and (max-width: 999px) {
    .t-main__big-title {
      margin-top: 32px;
    }
  }

  @media screen and (min-width: 1000px) {
    .o-section-big-title {
      display: flex;
    }
  }
  .o-section-big-title__left {
    border-bottom: 3px solid #faf45d;
  }
  @media screen and (min-width: 1000px) {
    .o-section-big-title__left {
      flex: 1 0 70%;
      padding-bottom: 30px;
    }
  }
  @media screen and (max-width: 999px) {
    .o-section-big-title__left {
      padding-bottom: 18px;
    }
  }
  .o-section-big-title__left span {
    display: inline-block;
    font-size: 16px;
    color: #666;
  }
  @media screen and (min-width: 1000px) {
    .o-section-big-title__left span {
      margin-top: 5px;
      line-height: 24px;
    }
  }
  @media screen and (max-width: 999px) {
    .o-section-big-title__left span {
      font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',
        'MS PGothic', sans-serif;
    }
  }

  .o-section-big-title__right {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    line-height: 22px;
    color: #4d4d4d;
    border-bottom: 3px solid #e6e6e6;
  }
  @media screen and (min-width: 1000px) {
    .o-section-big-title__right {
      padding-top: 11px;
      padding-bottom: 26px;
      margin-left: 8px;
    }
  }
  @media screen and (max-width: 999px) {
    .o-section-big-title__right {
      padding: 26px 15px;
    }
    /* .degital-qa-inner h1 {
      font-size: 2em;
    } */

    .breadcrumb,
    .degital-qa-inner,
    .degital-qa {
        width: auto;
    }

    .degital-qa-inner {
        padding-left: 10px;
    }
  }
  .o-section-big-title__heading {
    font-family: 'ABeeZee', 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    color: #11bdbd;
  }
  @media screen and (min-width: 1000px) {
    .o-section-big-title__heading {
      font-size: 52px;
    }
  }

  .a-link:hover {
    text-decoration: underline;
}

.degital-qa-header {
  background: url(/member/resource/newArticleAssets/assets/images/blog/blog_catch.png) #e0f7f6 no-repeat center bottom;
  background-size: 1200px;
  height: 250px;
  border-bottom: 2px solid #12bdbd;
  margin: -12px -12px 12px;
}

.degital-qa-inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
}

.degital-qa-inner h1 {
  font-size: 48px;
  font-weight: bold;
}

.degital-qa-inner span {
  color: #11bdbd;
  font-size: 16px;
}

.breadcrumb {
  padding: 0 .5rem;
  width: 1000px;
  margin: 5px auto 0 auto;
  font-size: 14px;
}

.breadcrumb ul a {
  color: #11bdbd;
}

.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin: 0 .25rem;
  content: ">";
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.breadcrumb .bread-crumbs-hover:hover{
  text-decoration: underline;
  color: #129898;
}

@media screen and (max-width: 999px) {
  .breadcrumb {
    width: 100%;
  }
  .degital-qa-inner {
    width: 100%;
  }
  .degital-qa-inner h1 {
      font-size: 32px;
  }
}
.breadcrumb{ 
  max-width: 992px; 
  padding: 0 16px;
}