@charset "utf-8";
/* CSS Document */

#page_wrap:has(#faq) {
  background: #fdefe9;
}

#faq .flex_conts {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

#faq {
  padding-top: 20rem;

  .el_pageTtl {
    width: 82%;
    margin: 0 auto 10rem;
  }

  .content_wrap_inner {
    max-width: 1000px;
    padding: 0 1.6rem;
    margin: 0 auto;
  }

  .el_pageNav {
    margin: 0 auto 7rem;
  }

  .el_pageNav li {
    display: inline-block;
    height: 7.2rem;
    border-right: solid 1px #e50065;
    align-items: center;
    width: 16.66%;
    box-sizing: border-box;
  }

  .el_pageNav li:first-child {
    border-left: solid 1px #e50065;
  }

  .el_pageNav a {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.75;
    font-weight: bold;
    height: 7.2rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .el_pageNav a:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  .el_faqBlock {
    border: solid 1px #eb6d8e;
    border-radius: 1rem;
    background: #fff;
    padding: 3rem 5rem;
    margin-bottom: 4.5rem;
  }

  .el_faqHead {
    margin-bottom: 4rem;
  }

  .el_faqHead span {
    border-radius: 5px;
    width: 24rem;
    background: #eb6d8e;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
    padding: 1rem 0;
  }

  .el_faqLists {
    margin-bottom: 5rem;
    border-bottom: dotted 1px #eb6d8e;
    padding-bottom: 2rem;
  }

  .el_faqLists li {
    margin-bottom: 3rem;
  }

  .el_faqLists li a {
    color: #e7336e;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    padding-left: 4rem;
    padding-top: 0.5rem;
  }

  .el_faqLists li a:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  .el_faqLists li .retina {
    width: 3.2rem;
    position: absolute;
    top: 0;
    left: 0;
  }

  .el_faqList .el_faqQ {
    color: #e7336e;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    padding-left: 4rem;
    padding-top: 0.25rem;
    margin-bottom: 3rem;
    border-bottom: dotted 1px #eb6d8e;
    padding-bottom: 3rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }

  .el_faqQ .ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.2rem;
    display: inline-block;
  }

  .el_faqA {
    font-size: 1.6rem;
    position: relative;
    padding-left: 4rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
    margin-bottom: 8rem;
    padding-top: 0.5rem;
  }

  .el_faqA .ico {
    position: absolute;
    top: 0;
    left: 0.5rem;
    width: 1.9rem;
    display: inline-block;
  }

  .el_faqA .times th {
    font-weight: normal;
    width: 10rem;
  }
}
@media screen and (max-width: 480px) {
  #faq {
    padding-top: 10rem;

    .el_pageTtl {
      width: 100%;
      padding: 0;
      box-sizing: border-box;
      margin: 0 auto 5rem;
    }

    .el_pageNav {
      margin: 0 auto 1.5rem;
    }

    .el_pageNav li {
      height: 8rem;
      border-right: none;
      width: 32%;
      margin-bottom: 2%;
      box-sizing: border-box;
    }

    .el_pageNav li:first-child {
      border-left: none;
    }

    .el_pageNav a {
      border-radius: 0.5rem;
      font-size: 1.2rem;
      height: 8rem;
      color: #e7336e;
      background: #fff;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .el_faqBlock {
      border-radius: 1rem;
      padding: 1.5rem;
      margin-bottom: 2.5rem;
    }

    .el_faqHead {
      margin-bottom: 1.5rem;
    }

    .el_faqHead span {
      border-radius: 10rem;
      width: 20rem;
      font-size: 1.4rem;
      padding: 0.5rem 0;
    }

    .el_faqLists {
      margin-bottom: 2.5rem;
      border-bottom: dotted 1px #eb6d8e;
      padding-bottom: 1rem;
    }

    .el_faqLists li {
      margin-bottom: 1rem;
    }

    .el_faqLists li a {
      font-size: 1.4rem;
      line-height: 1.75;
      padding-left: 3rem;
      padding-top: 0;
      display: block;
    }

    .el_faqLists li .retina {
      width: 2rem;
      top: 2px;
    }

    .el_faqList .el_faqQ {
      font-size: 1.4rem;
      line-height: 1.75;
      padding-left: 3rem;
      padding-top: 0.2rem;
      margin-bottom: 1.5rem;
      padding-bottom: 1.5rem;
      letter-spacing: 0.1em;
    }

    .el_faqQ .ico {
      width: 2rem;
    }

    .el_faqA {
      font-size: 1.2rem;
      line-height: 1.75;
      padding-left: 3rem;
      margin-bottom: 4rem;
      padding-top: 0.2rem;
    }

    .el_faqA .ico {
      left: 0.25rem;
      width: 1.4rem;
    }

    .el_faqA:last-child {
      margin-bottom: 0;
    }
  }
}
