
#faq-list {
    padding-top: 9pt
  }
  
  #faq-list .sec .sec-inner {
    margin-top: 15px
  }
  
  #faq-list .no-data {
    border-top: solid 1px #d5d5d5;
    display: block;
    position: relative;
    padding: 5px 0;
    color: #222;
    text-decoration: none;
    font-size: 1.6rem
  }
  
  #faq-list .no-detail {
    margin-left: 2rem;
    margin-bottom: 5px;
    line-height: 1.5
  }
  
  .c-ttl-style01 {
    font-weight: 400;
    border: 0;
    background: 0;
    line-height: 1.4;
    font-size: 2rem
  }
  
  .c-ttl-style01 .ico {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain
  }
  
  .col-side .c-ttl-style01 {
    padding-left: 35px
  }
  
  .sec-cate .cate-breadcrumb {
    margin-bottom: 15px;
    padding: 5px 10px 7px;
    border-radius: 8px;
    background: #D2E7F8
  }
  
  .sec-cate .cate-breadcrumb .text {
    font-size: 1.5rem
  }
  
  .sec-cate .cate-breadcrumb ul {
    letter-spacing: -.4em;
    padding-left: 1.5rem
  }
  
  .sec-cate .cate-breadcrumb ul li {
    display: inline-block;
    letter-spacing: normal;
    padding: 0;
    font-size: 2rem;
    text-decoration: none;
    line-height: 1.5;
    font-weight: 700
  }
  
  .sec-cate .cate-breadcrumb ul li .inner {
    color: #222
  }
  
  .sec-cate .cate-breadcrumb ul li:first-child .inner:before {
    content: none
  }
  
  .sec-cate .cate-breadcrumb ul li .inner:before, .sec-cate .cate-breadcrumb ul li a:before {
    content: ">";
    display: inline-block;
    font-size: 1.75rem;
    padding: 0 7.5px
  }
  
  .sec-cate .clear-area .clear {
    display: inline-block;
    background: #696969;
    color: #fff;
    margin: 5px 0 5px 1.5rem;
    padding: 0 15px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    box-shadow:2px 2px 2px #555;
    text-decoration: none;
    font-size: 1.6rem
  }
  
  .sec-cate .clear-area .text {
    margin-left: 3rem;
    font-size: 1.4rem;
    line-height: 1.5;
    position: relative;
    margin-bottom: 3px
  }
  
  .sec-cate .clear-area .text:before {
    content: "※";
    position: absolute;
    top: 0;
    left: -1.5rem
  }
  
  [lang="en"] .c-ttl-style01 {
    line-height: 1.4;
    font-size: 2rem
  }
  
  @media screen and (max-width:750px) {
    #faq-list {
      padding-top: 10px
    }
    #faq-list .no-detail {
      font-size: 1.4rem
    }
    .sec-cate .cate-breadcrumb {
      margin-bottom: 25px
    }
    .sec-cate .cate-breadcrumb ul {
      font-size: 1.4rem
    }
    .col-side.is-open {
      background: 0
    }
    .col-side.is-open .side-cont {
      background: #f2f2f2
    }
  }


