@charset "UTF-8";
main {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500; }

div.pageCrm-nuv {
  display: none; }
  @media print, screen and (min-width: 768px) {
    div.pageCrm-nuv {
      display: block;
      margin-bottom: 24px;
      padding: 0 24px; } }
  div.pageCrm-nuv ol {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    font-size: 0; }
    div.pageCrm-nuv ol li a {
      color: #C1C1C1;
      font-size: 1.4rem; }
      div.pageCrm-nuv ol li a:visited {
        color: #C1C1C1; }
    div.pageCrm-nuv ol li::after {
      content: ">";
      color: #C1C1C1;
      font-size: 1.4rem;
      margin: 0 4px; }
    div.pageCrm-nuv ol li:last-of-type::after {
      display: none; }

/* Q&Aトップページ */
div.nuvTitle {
  text-align: center;
  margin: 100px 0 24px; }
  @media print, screen and (min-width: 768px) {
    div.nuvTitle {
      margin: 0 0 40px; } }
  div.nuvTitle h1 {
    color: #3F78CD;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: normal; }
    @media print, screen and (min-width: 768px) {
      div.nuvTitle h1 {
        font-size: 3.2rem; } }

div.pageBlock-faqInfo {
  border: 1px solid #ddd;
  border-radius: 16px;
  margin: 0 auto 40px;
  padding: 16px 16px 20px 56px;
  width: calc(100% - 32px); }
  @media print, screen and (min-width: 768px) {
    div.pageBlock-faqInfo {
      width: calc(100% - 48px);
      max-width: 1024px; } }
  div.pageBlock-faqInfo ul li {
    margin-bottom: 16px;
    position: relative; }
    div.pageBlock-faqInfo ul li:last-of-type {
      margin-bottom: 0; }
    div.pageBlock-faqInfo ul li::after {
      background: url(../img/faq/faq_icon_1.svg) no-repeat center/20px 20px;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: -32px;
      width: 20px;
      height: 20px; }
    div.pageBlock-faqInfo ul li dl dt {
      color: #717182;
      font-size: 1.4rem;
      margin-bottom: 8px; }
      div.pageBlock-faqInfo ul li dl dt span.faqInfo-update {
        background: #181bd4;
        border-radius: 8px;
        color: #fff;
        display: inline-block;
        font-size: 1.2rem;
        margin-right: 8px;
        padding: 4px 10px; }
      div.pageBlock-faqInfo ul li dl dt span.faqInfo-defect {
        background: #d4183d;
        border-radius: 8px;
        color: #fff;
        display: inline-block;
        font-size: 1.2rem;
        margin-right: 8px;
        padding: 4px 10px; }
    div.pageBlock-faqInfo ul li dl dd p {
      font-size: 1.4rem;
      line-height: 1.4em; }
      div.pageBlock-faqInfo ul li dl dd p.faqInfo-Heading {
        font-size: 1.6rem;
        margin-bottom: 8px; }

div.pageBlock-faqCat {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px;
  margin: 0 auto 80px;
  width: calc(100% - 32px); }
  @media print, screen and (min-width: 768px) {
    div.pageBlock-faqCat {
      flex-direction: row;
      width: calc(100% - 48px);
      max-width: 1024px; } }
  div.pageBlock-faqCat div.faqCat {
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 24px; }
    @media print, screen and (min-width: 768px) {
      div.pageBlock-faqCat div.faqCat {
        width: calc(calc(100% - 24px) / 2); } }
    div.pageBlock-faqCat div.faqCat div.faqCat-title {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      margin-bottom: 24px;
      min-height: 32px; }
      div.pageBlock-faqCat div.faqCat div.faqCat-title h2 {
        display: flex;
        align-items: center;
        font-size: 1.8rem;
        padding-left: 32px; }
        div.pageBlock-faqCat div.faqCat div.faqCat-title h2.title-product {
          background: url(../img/faq/faq_icon_3.svg) no-repeat left center/20px 20px; }
        div.pageBlock-faqCat div.faqCat div.faqCat-title h2.title-Install {
          background: url(../img/faq/faq_icon_4.svg) no-repeat left center/20px 20px; }
        div.pageBlock-faqCat div.faqCat div.faqCat-title h2.title-option {
          background: url(../img/faq/faq_icon_5.svg) no-repeat left center/20px 20px; }
        div.pageBlock-faqCat div.faqCat div.faqCat-title h2.faqCat-setting {
          background: url(../img/faq/faq_icon_6.svg) no-repeat left center/20px 20px; }
        div.pageBlock-faqCat div.faqCat div.faqCat-title h2.title-trouble {
          background: url(../img/faq/faq_icon_7.svg) no-repeat left center/20px 20px; }
      div.pageBlock-faqCat div.faqCat div.faqCat-title a {
        background: url(../img/faq/faq_icon_10.svg) no-repeat left center/20px 20px;
        color: #717182;
        display: flex;
        align-items: center;
        font-size: 1.4rem;
        padding-left: 24px; }
    div.pageBlock-faqCat div.faqCat ul.faqCat-list li a {
      background: url(../img/faq/faq_icon_11.svg) no-repeat right center/20px 20px;
      border-radius: 8px;
      color: #333;
      display: block;
      line-height: 1.6em;
      padding: 12px;
      transition: all 0.2s ease; }
      div.pageBlock-faqCat div.faqCat ul.faqCat-list li a:hover {
        background: rgba(63, 120, 205, 0.1) url(../img/faq/faq_icon_11.svg) no-repeat right center/20px 20px; }

div.pageBlock-faqCta {
  margin: 0 auto 80px;
  width: calc(100% - 32px); }
  @media print, screen and (min-width: 768px) {
    div.pageBlock-faqCta {
      width: calc(100% - 48px);
      max-width: 1024px; } }

/* 回答ページ */
div.pageWrap-faqAnswer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  margin: 92px auto 80px;
  width: calc(100% - 32px); }
  @media print, screen and (min-width: 768px) {
    div.pageWrap-faqAnswer {
      flex-wrap: nowrap;
      flex-direction: row;
      margin: 0 auto 80px;
      width: calc(100% - 48px);
      max-width: 1200px; } }

div.pageBlock-faqAnswer {
  flex: 1 0 0; }
  div.pageBlock-faqAnswer p.faqAnswer-update {
    color: #717182;
    font-size: 1.4rem;
    line-height: 1.4em;
    text-align: right;
    margin-bottom: 1em; }
  div.pageBlock-faqAnswer > div {
    border-radius: 14px;
    border: 1px solid #ddd;
    margin-bottom: 16px;
    padding: 16px; }
    @media print, screen and (min-width: 768px) {
      div.pageBlock-faqAnswer > div {
        margin-bottom: 24px;
        padding: 24px; } }
    div.pageBlock-faqAnswer > div h2 {
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1.6em;
      margin-bottom: 1em; }
    div.pageBlock-faqAnswer > div h3 {
      color: #3f78cd;
      font-size: 1.6rem;
      font-weight: 600;
      line-height: 1.6em;
      margin-bottom: 1em; }
  div.pageBlock-faqAnswer div.faqAnswer-question h1 {
    color: #0A0A0A;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6em;
    padding-left: 36px;
    position: relative; }
    @media print, screen and (min-width: 768px) {
      div.pageBlock-faqAnswer div.faqAnswer-question h1 {
        font-size: 3.0rem;
        padding-left: 46px; } }
    div.pageBlock-faqAnswer div.faqAnswer-question h1::before {
      content: "Q.";
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0; }
  div.pageBlock-faqAnswer div.faqAnswer-answer dl dt {
    color: #3F78CD;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 1em; }
    div.pageBlock-faqAnswer div.faqAnswer-answer dl dt::before {
      content: "A.";
      display: inline-block;
      margin-right: 0.5em; }
  div.pageBlock-faqAnswer div.faqAnswer-answer dl dd {
    line-height: 1.6em; }
    div.pageBlock-faqAnswer div.faqAnswer-answer dl dd span {
      display: inline-block; }
  div.pageBlock-faqAnswer div.faqAnswer-operate div.operate-txt {
    padding: 16px; }
    div.pageBlock-faqAnswer div.faqAnswer-operate div.operate-txt p {
      font-size: 1.6rem;
      line-height: 1.6em;
      padding-left: 2em;
      position: relative; }
      div.pageBlock-faqAnswer div.faqAnswer-operate div.operate-txt p span.step {
        position: absolute;
        top: 0;
        left: 0; }
      div.pageBlock-faqAnswer div.faqAnswer-operate div.operate-txt p span.answerItem-1 {
        display: inline-block;
        position: relative;
        top: 4px;
        width: 26px;
        height: 1em; }
        div.pageBlock-faqAnswer div.faqAnswer-operate div.operate-txt p span.answerItem-1::after {
          background: url(../img/faq/faq_icon_14.jpg) no-repeat center/26px 26px;
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 26px;
          height: 26px; }
      div.pageBlock-faqAnswer div.faqAnswer-operate div.operate-txt p span.answerItem-2 {
        background: #E6F0FF;
        border: solid 1px #CCC;
        display: inline-block;
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin: 0 4px;
        padding: 0 8px; }
      div.pageBlock-faqAnswer div.faqAnswer-operate div.operate-txt p span.answerItem-3 {
        display: inline-block;
        position: relative;
        top: 4px;
        width: 26px;
        height: 1em; }
        div.pageBlock-faqAnswer div.faqAnswer-operate div.operate-txt p span.answerItem-3::after {
          background: url(../img/faq/faq_icon_15.png) no-repeat center/24px 23px;
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 24px;
          height: 23px; }
      div.pageBlock-faqAnswer div.faqAnswer-operate div.operate-txt p span.answerItem-4 {
        display: inline-block;
        position: relative;
        top: 4px;
        width: 26px;
        height: 1em; }
        div.pageBlock-faqAnswer div.faqAnswer-operate div.operate-txt p span.answerItem-4::after {
          background: url(../img/faq/faq_icon_16.png) no-repeat center/29px 27px;
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 29px;
          height: 27px; }
      div.pageBlock-faqAnswer div.faqAnswer-operate div.operate-txt p span.answerItem-5 {
        display: inline-block;
        position: relative;
        top: 4px;
        width: 26px;
        height: 1em; }
        div.pageBlock-faqAnswer div.faqAnswer-operate div.operate-txt p span.answerItem-5::after {
          background: url(../img/faq/faq_icon_17.png) no-repeat center/29px 24px;
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 29px;
          height: 24px; }
      div.pageBlock-faqAnswer div.faqAnswer-operate div.operate-txt p span.underline {
        background-image: linear-gradient(transparent 94%, #333333 94%);
        display: inline; }
      div.pageBlock-faqAnswer div.faqAnswer-operate div.operate-txt p span.answerItem-6 {
        display: inline-block;
        position: relative;
        top: 4px;
        width: 26px;
        height: 1em; }
        div.pageBlock-faqAnswer div.faqAnswer-operate div.operate-txt p span.answerItem-6::after {
          background: url(../img/faq/faq_icon_18.png) no-repeat center/24px 24px;
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 24px;
          height: 24px; }
  div.pageBlock-faqAnswer div.faqAnswer-operate div.opreate-img {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 16px; }
    @media print, screen and (min-width: 768px) {
      div.pageBlock-faqAnswer div.faqAnswer-operate div.opreate-img {
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-evenly;
        gap: 8px; } }
    div.pageBlock-faqAnswer div.faqAnswer-operate div.opreate-img img {
      border-radius: 10px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      background: #E5E7EB;
      overflow: hidden; }
    div.pageBlock-faqAnswer div.faqAnswer-operate div.opreate-img figcaption {
      font-size: 1.4rem;
      line-height: 1.4em;
      margin-top: 0.8em; }
  div.pageBlock-faqAnswer div.faqAnswer-helpful dl dt {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 1em; }
  div.pageBlock-faqAnswer div.faqAnswer-helpful dl dd {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 16px; }
    div.pageBlock-faqAnswer div.faqAnswer-helpful dl dd a {
      border-radius: 8px;
      border: 1px solid #ddd;
      padding: 12px 10px 8px 40px;
      min-width: 100px;
      color: #333; }
      div.pageBlock-faqAnswer div.faqAnswer-helpful dl dd a.helpful-yes {
        background: url(../img/faq/faq_icon_12.svg) no-repeat left 12px center/20px 20px; }
      div.pageBlock-faqAnswer div.faqAnswer-helpful dl dd a.helpful-no {
        background: url(../img/faq/faq_icon_13.svg) no-repeat left 12px center/20px 20px; }
      div.pageBlock-faqAnswer div.faqAnswer-helpful dl dd a:visited {
        color: #333; }
  div.pageBlock-faqAnswer div.faqAnswer-related ul li a {
    background: url(../img/faq/faq_icon_11.svg) no-repeat right 16px center/20px 20px;
    border-radius: 8px;
    display: block;
    padding: 16px 12px;
    transition: all 0.2s ease; }
    div.pageBlock-faqAnswer div.faqAnswer-related ul li a:hover {
      background: rgba(63, 120, 205, 0.1) url(../img/faq/faq_icon_11.svg) no-repeat right 16px center/20px 20px; }
    div.pageBlock-faqAnswer div.faqAnswer-related ul li a span {
      display: block; }
      div.pageBlock-faqAnswer div.faqAnswer-related ul li a span.related-q {
        color: #333;
        margin-bottom: 0.4em; }
      div.pageBlock-faqAnswer div.faqAnswer-related ul li a span.related-cat {
        color: #717182;
        font-size: 1.2rem; }
  div.pageBlock-faqAnswer div.faqAnswer-catTtile {
    border: none;
    border-radius: inherit;
    padding: 24px 0 0; }
    div.pageBlock-faqAnswer div.faqAnswer-catTtile h1 {
      color: #3F78CD;
      font-size: 2.4rem;
      font-weight: 600;
      line-height: 1.4em; }
      @media print, screen and (min-width: 768px) {
        div.pageBlock-faqAnswer div.faqAnswer-catTtile h1 {
          font-size: 3.2rem; } }
    div.pageBlock-faqAnswer div.faqAnswer-catTtile p {
      color: #717182;
      font-size: 1.6rem; }
  div.pageBlock-faqAnswer ul.pageUl-catQ {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 80px; }
    div.pageBlock-faqAnswer ul.pageUl-catQ li a {
      border-radius: 14px;
      border: 1px solid #ddd;
      color: #333;
      display: block;
      font-weight: 600;
      line-height: 1.6em;
      padding: 16px 16px 16px 40px;
      position: relative;
      transition: all 0.2s ease; }
      @media print, screen and (min-width: 768px) {
        div.pageBlock-faqAnswer ul.pageUl-catQ li a {
          padding: 24px 24px 24px 48px; } }
      div.pageBlock-faqAnswer ul.pageUl-catQ li a:hover {
        background: rgba(63, 120, 205, 0.1); }
      div.pageBlock-faqAnswer ul.pageUl-catQ li a::before {
        content: "Q.";
        display: block;
        position: absolute;
        top: 16px;
        left: 16px; }
        @media print, screen and (min-width: 768px) {
          div.pageBlock-faqAnswer ul.pageUl-catQ li a::before {
            top: 24px;
            left: 24px; } }

@media print, screen and (min-width: 768px) {
  div.pageBlock-cat {
    width: 286px; } }
@media print, screen and (min-width: 768px) {
  div.pageBlock-cat div.catBox {
    position: sticky;
    top: 24px; } }
div.pageBlock-cat div.catBox h2 {
  background: url(../img/faq/faq_icon_10.svg) no-repeat left 16px center/20px 20px;
  margin-bottom: 30px;
  padding: 0 0 0 42px; }
div.pageBlock-cat div.catBox ul li a {
  background: url(../img/faq/faq_icon_11.svg) no-repeat right 18px center/20px 20px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 56px;
  padding-left: 16px;
  transition: all 0.2s ease; }
  div.pageBlock-cat div.catBox ul li a:hover {
    background: rgba(63, 120, 205, 0.1) url(../img/faq/faq_icon_11.svg) no-repeat right 18px center/20px 20px; }
  div.pageBlock-cat div.catBox ul li a.catActive {
    background: rgba(63, 120, 205, 0.1) url(../img/faq/faq_icon_11.svg) no-repeat right 18px center/20px 20px;
    border-right: 2px solid #3F78CD; }

div.pageWrap-fapSearch {
  margin: 92px auto 80px;
  width: calc(100% - 32px); }
  @media print, screen and (min-width: 768px) {
    div.pageWrap-fapSearch {
      margin: 0 auto 80px;
      width: calc(100% - 48px);
      max-width: 880px; } }
  div.pageWrap-fapSearch div.fapSearch-ttile {
    border: none;
    border-radius: inherit;
    margin-bottom: 24px;
    padding: 24px 0 0; }
    div.pageWrap-fapSearch div.fapSearch-ttile h1 {
      color: #3F78CD;
      font-size: 2.4rem;
      font-weight: 600;
      line-height: 1.4em; }
      @media print, screen and (min-width: 768px) {
        div.pageWrap-fapSearch div.fapSearch-ttile h1 {
          font-size: 3.2rem; } }
    div.pageWrap-fapSearch div.fapSearch-ttile p {
      color: #717182;
      font-size: 1.6rem; }
  div.pageWrap-fapSearch p.number-rsult {
    color: #717182;
    font-size: 1.6rem;
    text-align: right;
    line-height: 1.4em;
    margin-bottom: 1em; }
  div.pageWrap-fapSearch div.faqSearch-result {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 80px; }
    @media print, screen and (min-width: 768px) {
      div.pageWrap-fapSearch div.faqSearch-result {
        gap: 24px; } }
    div.pageWrap-fapSearch div.faqSearch-result div.resultBox {
      border-radius: 14px;
      border: 1px solid #ddd;
      padding: 16px; }
      @media print, screen and (min-width: 768px) {
        div.pageWrap-fapSearch div.faqSearch-result div.resultBox {
          padding: 24px; } }
      div.pageWrap-fapSearch div.faqSearch-result div.resultBox p.result-cat {
        background: #ECECF0;
        border-radius: 4px;
        color: #717182;
        display: inline-block;
        font-size: 1.4rem;
        line-height: 1em;
        margin-bottom: 0.8em;
        padding: 4px 8px; }
      div.pageWrap-fapSearch div.faqSearch-result div.resultBox p.result-q {
        font-weight: 600;
        margin-bottom: 1em;
        padding-left: 32px;
        position: relative; }
        div.pageWrap-fapSearch div.faqSearch-result div.resultBox p.result-q::before {
          content: "Q.";
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
      div.pageWrap-fapSearch div.faqSearch-result div.resultBox p.result-a {
        color: #717182;
        font-size: 1.6rem;
        line-height: 1.6em;
        margin-bottom: 1em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /* 表示したい行数 */
        overflow: hidden; }
      div.pageWrap-fapSearch div.faqSearch-result div.resultBox a.result-detail {
        background: url(../img/faq/faq_icon_11.svg) no-repeat right center/20px 20px;
        color: #333;
        display: block;
        padding-right: 32px;
        text-align: right;
        transition: all 0.2s ease; }
        div.pageWrap-fapSearch div.faqSearch-result div.resultBox a.result-detail:hover {
          opacity: 0.5; }

/* 共通パーツ */
div.pageBlock-faqSearch {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 8px;
  margin: 0 auto 40px;
  width: calc(100% - 32px);
  max-width: 672px; }
  div.pageBlock-faqSearch input.faqSearch-input {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #F3F3F5 url(../img/faq/faq_icon_2.svg) no-repeat left 16px center/20px 20px;
    flex: 1 0 0;
    padding: 4px 16px 4px 48px;
    width: auto; }
  div.pageBlock-faqSearch a.faqSearch-btn {
    background: #3F78CD;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    padding: 10px 18px;
    transition: all 0.2s ease; }
    div.pageBlock-faqSearch a.faqSearch-btn:hover {
      opacity: 0.5; }

div.faqCta {
  border: 1px solid #ddd;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-around;
  padding: 24px;
  position: relative; }
  @media print, screen and (min-width: 768px) {
    div.faqCta {
      flex-direction: row;
      padding: 72px 48px 24px !important; } }
  div.faqCta h2 {
    font-size: 1.8rem;
    line-height: 1.4em;
    width: 100%;
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      div.faqCta h2 {
        position: absolute;
        top: 24px;
        left: 50%;
        transform: translateX(-50%); } }
  div.faqCta div.faqCta-box {
    text-align: center;
    margin: 0 auto;
    flex: 1 0 0; }
    div.faqCta div.faqCta-box h3 {
      margin-bottom: 1em;
      padding-top: 58px; }
      div.faqCta div.faqCta-box h3.title-form {
        background: url(../img/faq/faq_icon_8.svg) no-repeat center top/48px 48px; }
      div.faqCta div.faqCta-box h3.title-support {
        background: url(../img/faq/faq_icon_9.svg) no-repeat center top/48px 48px; }
    div.faqCta div.faqCta-box P {
      color: #717182;
      font-size: 1.4rem;
      line-height: 1.6em;
      margin-bottom: 1em; }
    div.faqCta div.faqCta-box a.faqCta-btn {
      background: #3F78CD;
      border-radius: 8px;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.2s ease;
      width: 100%;
      height: 36px; }
      div.faqCta div.faqCta-box a.faqCta-btn:hover {
        opacity: 0.5; }
    div.faqCta div.faqCta-box a.faqCta-tel {
      color: #3f78cd;
      font-size: 3.2rem;
      font-weight: 600;
      line-height: 1em;
      letter-spacing: 0.04em; }

ul.ul-answer {
  margin-left: 1.5em; }
  ul.ul-answer li {
    list-style: disc; }

/*table*/
.table-border-faq {
  width: 100%; }
  .table-border-faq caption {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.4rem;
    text-align: left;
    margin-bottom: 0.6em; }
  .table-border-faq th {
    background: #f4f7f9;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb;
    font-weight: normal;
    line-height: 2.4rem;
    text-align: center;
    padding: 16px;
    vertical-align: middle; }
    .table-border-faq th:last-child {
      border-right: 1px solid #bbb; }
  .table-border-faq td {
    background: #fff;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    padding: 16px;
    line-height: 2.4rem;
    text-align: center;
    vertical-align: middle; }
    .table-border-faq td:first-child {
      border-left: 1px solid #bbb; }

/*# sourceMappingURL=faq.css.map */
