/* faqContent */
#faqContent .titleWrap:after {
  background: url(/img/lower/bg_faq.jpg) center center no-repeat;
  background-size: cover; }
#faqContent #innerNav {
  margin: calc(110 / 768 * 100%) auto calc(110 / 768 * 100%) auto;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
  #faqContent #innerNav .list {
    display: flex; }
    #faqContent #innerNav .list .item {
      flex-basis: calc(100% / 3); }
      #faqContent #innerNav .list .item a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-size: 2.2rem;
        line-height: 1;
        font-weight: 500;
        text-align: center;
        padding: calc(33 / 384 * 100%) 0 calc(33 / 384 * 100%) 0;
        box-sizing: border-box; }
        #faqContent #innerNav .list .item a .icon {
          display: inline-block;
          position: relative;
          text-align: left;
          padding: 0 0 0 1.5em; }
          #faqContent #innerNav .list .item a .icon:before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            bottom: 0.2em;
            left: 0.1em;
            width: 0.5em;
            height: 0.5em;
            margin: auto 0;
            border-bottom: 1px solid #ee5400;
            border-right: 1px solid #ee5400;
            transform: rotate(45deg); }
#faqContent .wrap {
  margin: 0 auto calc(100 / 768 * 100%) auto; }
#faqContent .faq {
  margin-bottom: calc(110 / 768 * 100%); }
  #faqContent .faq .faqTitle {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin: 0 0 calc(49 / 768 * 100%) 0;
    padding: calc(50 / 768 * 100%) 0 0 0; }
  #faqContent .faq .row {
    padding: calc(24 / 768 * 100%) 0 calc(16 / 768 * 100%) 0;
    border-bottom: 1px solid #cccccc; }
    #faqContent .faq .row:first-of-type {
      border-top: 1px solid #cccccc; }
    #faqContent .faq .row .question {
      cursor: pointer;
      position: relative;
      font-size: 2.4rem;
      line-height: 1.67;
      font-weight: 500;
      text-indent: -2em;
      margin: 0 0 calc(9 / 768 * 100%) 0;
      padding: 0 20px 0 2em; }
      #faqContent .faq .row .question:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 10;
        width: 13px;
        height: 1px;
        background-color: #ee5400;
        margin: auto calc(5 / 768 * 100%) auto 0;
        transition: all 0.4s ease-out; }
      #faqContent .faq .row .question:after {
        content: "";
        display: block;
        opacity: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 6px;
        z-index: 10;
        width: 1px;
        height: 13px;
        background-color: #ee5400;
        margin: auto calc(5 / 768 * 100%) auto 0;
        transition: all 0.4s ease-out; }
      #faqContent .faq .row .question .head {
        font-family: 'EB Garamond', serif;
        font-size: 3rem;
        line-height: 1;
        font-weight: 500;
        margin: 0 0.65em 0 0; }
    #faqContent .faq .row .answer {
      padding: calc(12 / 768 * 100%) 0 calc(20 / 768 * 100%) 0; }
      #faqContent .faq .row .answer p {
        font-size: 2.2rem;
        line-height: 1.82; }
        #faqContent .faq .row .answer p a {
          text-decoration: underline; }
          #faqContent .faq .row .answer p a[target="_blank"]:after {
            content: "";
            display: inline-block;
            width: 0.6em;
            height: 0.6em;
            background: url(/img/common/icon_blank_black.png) center center no-repeat;
            background-size: contain;
            margin: 0 0.5em 0.1em 0.3em; }
    #faqContent .faq .row.open .question:before {
      transform: rotate(180deg); }
    #faqContent .faq .row.open .question:after {
      opacity: 0;
      transform: rotate(180deg); }

@media screen and (min-width: 769px) {
  #faqContent .titleWrap:after {
    background: url(/img/lower/bg_faq.jpg) center center no-repeat;
    background-size: cover; }
  #faqContent #innerNav {
    width: 100%;
    max-width: 920px;
    margin: calc(82 / 1400 * 100%) auto calc(54 / 1400 * 100%) auto; }
    #faqContent #innerNav .list {
      width: calc(900 / 920 * 100%);
      margin: auto; }
      #faqContent #innerNav .list .item:nth-child(1), #faqContent #innerNav .list .item:nth-child(2) {
        flex-basis: calc(300 / 900 * 100%); }
        #faqContent #innerNav .list .item:nth-child(1) a, #faqContent #innerNav .list .item:nth-child(2) a {
          padding: calc(33 / 300 * 100%) 0 calc(33 / 300 * 100%) 0; }
      #faqContent #innerNav .list .item a {
        font-size: 1.6rem;
        line-height: 1.25; }
        #faqContent #innerNav .list .item a .icon:before {
          width: 0.5em;
          height: 0.5em; }
  #faqContent .wrap {
    width: calc(1200 / 1400 * 100%);
    max-width: 920px;
    margin: 0 auto calc(100 / 1400 * 100%) auto; }
  #faqContent .faq {
    margin-bottom: calc(87 / 1400 * 100%); }
    #faqContent .faq .faqTitle {
      font-size: 1.8rem;
      line-height: 1;
      margin: 0 0 calc(49 / 800 * 100%) 0;
      padding: calc(50 / 800 * 100%) 0 0 0; }
    #faqContent .faq .row {
      padding: calc(24 / 800 * 100%) 0 calc(16 / 800 * 100%) 0; }
      #faqContent .faq .row .question {
        font-size: 1.8rem;
        line-height: 1.44;
        margin: 0 0 calc(9 / 800 * 100%) 0; }
        #faqContent .faq .row .question:before {
          width: 17px;
          height: 1px;
          margin: auto calc(5 / 800 * 100%) auto 0; }
        #faqContent .faq .row .question:after {
          right: 8px;
          width: 1px;
          height: 17px;
          margin: auto calc(5 / 800 * 100%) auto 0; }
        #faqContent .faq .row .question .head {
          font-size: 2.4rem;
          line-height: 1;
          margin: 0 0.65em 0 0; }
      #faqContent .faq .row .answer {
        padding: calc(8 / 800 * 100%) 0 0 calc(35 / 800 * 100%); }
        #faqContent .faq .row .answer p {
          font-size: 1.5rem;
          line-height: 1.73; } }
