#mainContentWrap h1:before {
  background: url(/content/dam/mi-tomonokai/images/faq/icon_h_faq.svg) no-repeat center center;
  background-size: contain;
  top: 0; }
#mainContentWrap h3 {
  display: flex;
  justify-content: center;
  font-size: 1.375rem;
  font-weight: bold;
  margin: 3.75rem 0 1.875rem; }
  #mainContentWrap h3:before {
    content: '';
    display: block;
    height: 2.8125rem;
    width: 2.8125rem;
    position: relative;
    top: -0.3rem;
    margin-right: 0.5rem; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    #mainContentWrap h3 {
      font-size: 1rem;
      line-height: 1.4;
      justify-content: flex-start;
      align-items: center;
      margin: 2.5rem 0 1.25rem; }
      #mainContentWrap h3:before {
        top: 0; } }
  #mainContentWrap h3#anc01:before {
    background: url(/content/dam/mi-tomonokai/images/faq/icon_h_before.svg) no-repeat center center; }
  #mainContentWrap h3#anc02:before {
    background: url(/content/dam/mi-tomonokai/images/faq/icon_h_accumulation.svg) no-repeat center center; }
  #mainContentWrap h3#anc03:before {
    background: url(/content/dam/mi-tomonokai/images/faq/icon_h_card.svg) no-repeat center center; }
  #mainContentWrap h3#anc04:before {
    background: url(/content/dam/mi-tomonokai/images/faq/icon_h_after.svg) no-repeat center center; }
  #mainContentWrap h3#anc05:before {
    background: url(/content/dam/mi-tomonokai/images/faq/icon_h_benefits.svg) no-repeat center center; }
  #mainContentWrap h3#anc06:before {
    background: url(/content/dam/mi-tomonokai/images/faq/icon_h_online.svg) no-repeat center center; }
  #mainContentWrap h3#anc07:before {
    background: url(/content/dam/mi-tomonokai/images/faq/icon_h_cancel.svg) no-repeat center center; }
  #mainContentWrap h3#anc08:before {
    background: url(/content/dam/mi-tomonokai/images/faq/icon_h_others.svg) no-repeat center center; }

#faqWrap {
  padding-bottom: 7.5rem; }
  #faqWrap .innerWrap {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto; }
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      #faqWrap .innerWrap {
        padding: 0 20px; } }
  #faqWrap .anchorBlock {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1120px; }
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      #faqWrap .anchorBlock {
        display: block; } }
    #faqWrap .anchorBlock li {
      width: 24%;
      min-height: 6.25rem;
      margin-bottom: 1rem; }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        #faqWrap .anchorBlock li {
          width: 100%;
          min-height: inherit;
          margin-bottom: 0; } }
    #faqWrap .anchorBlock a {
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1.25rem;
      text-align: center;
      border: 0.125rem solid #d7d7d7;
      height: 100%;
      position: relative;
      padding: 1rem 0.6rem 1.2rem;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      #faqWrap .anchorBlock a .inlineBlock {
        display: inline-block; }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        #faqWrap .anchorBlock a {
          font-size: 0.875rem;
          padding-bottom: 1rem;
          margin-bottom: -0.125rem; } }
      #faqWrap .anchorBlock a:after {
        content: '';
        display: block;
        border-right: 0.0625rem solid;
        border-bottom: 0.0625rem solid;
        width: 0.4rem;
        height: 0.4rem;
        transform: rotate(45deg);
        position: absolute;
        right: calc(50% - 0.2rem);
        bottom: 0.7rem;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        @media only screen and (min-width: 1px) and (max-width: 767px) {
          #faqWrap .anchorBlock a:after {
            top: auto;
            right: calc(50% - 0.2rem);
            bottom: 0.6rem; } }
      @media only screen and (min-width: 768px), print {
        #faqWrap .anchorBlock a:hover {
          border-color: #0c3388;
          color: #0c3388; }
          #faqWrap .anchorBlock a:hover:after {
            bottom: 0.5rem;
            border-color: #0c3388; } }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    #faqWrap .qaBlock {
      font-size: 0.875rem;
      margin-bottom: 3.125rem; } }
  #faqWrap .qaBlock .faqTrigger {
    display: flex;
    flex-wrap: wrap;
    background: #EBF0F7;
    font-weight: bold;
    margin-bottom: 0.625rem;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    #faqWrap .qaBlock .faqTrigger .question {
      line-height: 1.45rem;
      padding: 0.8rem 2.5rem 0.8rem 1rem;
      width: calc(100% - 2.8125rem);
      position: relative; }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        #faqWrap .qaBlock .faqTrigger .question {
          line-height: 1.4;
          padding: 0.8rem 2rem 0.8rem 0.5rem; } }
      #faqWrap .qaBlock .faqTrigger .question:before {
        content: '';
        display: block;
        height: 0.125rem;
        width: 0.625rem;
        background: #376AB3;
        position: absolute;
        right: 1.25rem;
        top: calc(50% - 0.03125rem); }
        @media only screen and (min-width: 1px) and (max-width: 767px) {
          #faqWrap .qaBlock .faqTrigger .question:before {
            right: 0.9375rem; } }
      #faqWrap .qaBlock .faqTrigger .question:after {
        content: '';
        display: block;
        height: 0.625rem;
        width: 0.125rem;
        background: #376AB3;
        transform: scaleY(1);
        position: absolute;
        right: 1.5rem;
        top: calc(50% - 0.298rem);
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        @media only screen and (min-width: 1px) and (max-width: 767px) {
          #faqWrap .qaBlock .faqTrigger .question:after {
            right: 1.1875rem; } }
    #faqWrap .qaBlock .faqTrigger:before {
      content: '';
      display: block;
      background: url(/content/dam/mi-tomonokai/images/faq/icon_question.svg) no-repeat center center #0C3388;
      background-size: 2.125rem auto;
      width: 2.8125rem;
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        #faqWrap .qaBlock .faqTrigger:before {
          background-size: 1.875rem auto;
          width: 2.5rem; } }
    #faqWrap .qaBlock .faqTrigger.active .question:after {
      transform: scaleY(0); }
    @media only screen and (min-width: 768px), print {
      #faqWrap .qaBlock .faqTrigger:hover {
        color: #0c3388;
        transform: scale(1.02);
        text-decoration: underline; }
      #faqWrap .qaBlock .faqTrigger.active:hover {
        color: #333;
        text-decoration: none; } }
  #faqWrap .qaBlock .faqAnswer {
    display: none;
    flex-wrap: wrap;
    border: 0.0625rem solid #376AB3;
    margin-bottom: 1.875rem; }
    #faqWrap .qaBlock .faqAnswer .answer {
      line-height: 1.5rem;
      padding: 0.8rem 1rem;
      width: calc(100% - 2.8125rem); }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        #faqWrap .qaBlock .faqAnswer .answer {
          line-height: 1.4;
          width: calc(100% - 2.5rem);
          padding: 0.5rem; } }
      #faqWrap .qaBlock .faqAnswer .answer a {
        color: #376ab3; }
        @media only screen and (min-width: 768px), print {
          #faqWrap .qaBlock .faqAnswer .answer a:hover {
            text-decoration: underline; } }
      #faqWrap .qaBlock .faqAnswer .answer .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #0c3388;
        border: 1px solid #0c3388;
        color: #FFF;
        font-size: 1rem;
        font-weight: bold;
        height: 50px;
        margin: 0 auto;
        position: relative;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        #faqWrap .qaBlock .faqAnswer .answer .btn:after {
          content: '';
          display: block;
          border-top: 0.0625rem solid #FFF;
          border-left: 0.0625rem solid #FFF;
          width: 0.4375rem;
          height: 0.4375rem;
          transform: rotate(135deg);
          position: absolute;
          right: 1.25rem;
          top: calc(50% - 0.23rem);
          -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        @media only screen and (min-width: 1px) and (max-width: 767px) {
          #faqWrap .qaBlock .faqAnswer .answer .btn {
            height: 100px;
            width: auto;
            margin: 0; } }
        @media only screen and (min-width: 768px), print {
          #faqWrap .qaBlock .faqAnswer .answer .btn:hover {
            background: #FFF;
            color: #0c3388;
            text-decoration: none; }
            #faqWrap .qaBlock .faqAnswer .answer .btn:hover:after {
              border-color: #0c3388;
              right: 1rem; } }
      #faqWrap .qaBlock .faqAnswer .answer .pdf {
        max-width: 22.5rem; }
        @media only screen and (min-width: 1px) and (max-width: 767px) {
          #faqWrap .qaBlock .faqAnswer .answer .pdf {
            max-width: none;
            font-size: 0.75rem; } }
        #faqWrap .qaBlock .faqAnswer .answer .pdf:after {
          display: none; }
        #faqWrap .qaBlock .faqAnswer .answer .pdf .iconPdf {
          width: 1.1875rem;
          margin: 0 0.625rem 0 0; }
      #faqWrap .qaBlock .faqAnswer .answer .inlineBlock {
        display: inline-block;
        text-indent: 0; }
        @media only screen and (min-width: 1px) and (max-width: 767px) {
          #faqWrap .qaBlock .faqAnswer .answer .inlineBlock.pc {
            display: inline; } }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        #faqWrap .qaBlock .faqAnswer .answer .serviceExcept {
          display: block;
          padding-left: 5em; } }
      #faqWrap .qaBlock .faqAnswer .answer strong,
      #faqWrap .qaBlock .faqAnswer .answer .subject dt {
        font-weight: bold; }
      #faqWrap .qaBlock .faqAnswer .answer .subject dt {
        margin-bottom: 0.1875rem; }
      #faqWrap .qaBlock .faqAnswer .answer .subject dd {
        padding-left: 1em;
        text-indent: -1em;
        margin-left: 1em; }
      #faqWrap .qaBlock .faqAnswer .answer img {
        backface-visibility: visible;
        margin: 0;
        max-width: 100%; }
      #faqWrap .qaBlock .faqAnswer .answer .iconArrowPink:after {
        content: '';
        display: inline-block;
        border-top: 0.0625rem solid #0c3388;
        border-right: 0.0625rem solid #0c3388;
        width: 0.4375rem;
        height: 0.4375rem;
        transform: rotate(45deg);
        margin-left: 0.3125rem;
        position: relative;
        top: -0.125rem;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      @media only screen and (min-width: 768px), print {
        #faqWrap .qaBlock .faqAnswer .answer .iconArrowPink {
          white-space: nowrap; }
          #faqWrap .qaBlock .faqAnswer .answer .iconArrowPink.inline {
            white-space: normal; }
          #faqWrap .qaBlock .faqAnswer .answer .iconArrowPink:hover {
            text-decoration: underline; }
            #faqWrap .qaBlock .faqAnswer .answer .iconArrowPink:hover:after {
              margin-left: 0.55rem; } }
    #faqWrap .qaBlock .faqAnswer:before {
      content: '';
      display: block;
      background: url(/content/dam/mi-tomonokai/images/faq/icon_answer.svg) no-repeat center center #376AB3;
      background-size: 2.125rem auto;
      width: 2.8125rem;
      margin: 0 0 -0.0625rem -0.0625rem; }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        #faqWrap .qaBlock .faqAnswer:before {
          background-size: 1.875rem auto;
          width: 2.5rem; } }
