@charset "utf-8";

/*==================================================================
  PC用スタイル ↓
===================================================================*/

@media (min-width: 769px) {

  /*====================================================================
    page__ttl
  =====================================================================*/
  .page__ttl{
    width: 100%;
    height: 130px;
    padding-top: 50px;
    background-color: #898989;
    /*background: url(../images/pages/shoes/ttl_bg.jpg) center center #000 no-repeat;*/
  }
  .page__ttl span{
    display: block;
    width: 1090px;
    height: 0;
    margin: 0 auto;
    padding-top: 34px;
    overflow: hidden;
    background: url(../images/pages/faq/faq_ttl.png) left center no-repeat;
  }

  /*====================================================================
    faq
  =====================================================================*/

  .faq{
    margin: 0 auto 130px auto;
  }

  /*-----------------------------------
    tab
  -----------------------------------*/

  .tab__area{
    overflow:hidden;
    display:table;
    margin: 0 auto;
    }

  .tab__area li{
    /*Tabの装飾*/
    width:150px; 
    height:58px; 
    line-height: 58px;
    text-align:center; 
    cursor: pointer; 
    vertical-align:middle; 
    color: #181777;
    background-color:#ffffff;
    border-top: 1px solid #181777;
    border-right: 1px solid #181777;
    border-bottom: 1px solid #181777;
    float: left;
    font-weight: bold;
  }

  .tab__area li:first-child{
    border-left: 1px solid #181777;
  }

  .tab__area li:last-child{
     margin-right: 0px;
  }

  .tab__area li.select{
    /*アクティブタブの装飾*/
    background-color:#181777; 
    background-image:none; 
    color:#ffffff;
    position: relative;
  }

  .tab__area li.select:after{
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(24, 23, 119, 0);
    border-top-color: #181777;
    border-width: 10px;
    margin-left: -10px;
  }

  .hide{display:none;}

  /*-----------------------------------
    アコーディオン
  -----------------------------------*/

  .accordion {
    clear: both;
  }

  .accordion dt{
    display:block;
    width: 100%;
    color:#2660ad;
    text-align: left;
    /*border-bottom: 1px dotted #a9a9a9;*/
    cursor:pointer;
    background:url(../images/pages/faq/plus_icon.png) right 10px top 18px no-repeat,url(../images/pages/faq/q_icon.png) 12px 18px no-repeat #eeeeee;
    padding: 15px 36px 15px 120px;
    text-indent: -65px;
    margin-bottom: 6px;
  }

  .accordion dt span{
    font-size: 2.5rem;
    font-weight: bold;
    color: #2660ad;
    margin-right: 20px;

  }


  /*.accordion dt:first-child{
    border-bottom: 1px dotted #a9a9a9;
  }*/

  .accordion dd{
    background:#fafafa;
    width:100%;
    text-align:left;
    /*border-bottom: 1px dotted #a9a9a9;*/
    display:none;
    -webkit-margin-start: 0;
    padding: 15px 15px 15px 120px;
    background: #edf6ea;

    text-indent: -65px;
    margin-bottom: 20px;
  }

  .accordion dd span{
    font-size: 2.5rem;
    font-weight: bold;
    color: #41b25d;
    margin-right: 20px;
  }

  .accordion dt.active{
    background:url(../images/pages/faq/minus_icon.png) right 10px top 18px no-repeat,url(../images/pages/faq/q_icon.png) 12px 18px no-repeat #eeeeee;
  }
}

@media (max-width: 768px) {
  /*====================================================================
    page__ttl
  =====================================================================*/
  .page__ttl{
    width: 100%;
    height: 60px;
    padding-top: 21px;
    background-color: #898989;
  }
    .page__ttl span{
      display: block;
      width: 100%;
      height: 0;
      margin: 0 auto;
      padding-top: 18px;
      overflow: hidden;
      background: url(../images/pages/faq/faq_ttl.png) left 15px center no-repeat;
      background-size: 110px 18px;
    }

  /*====================================================================
    faq
  =====================================================================*/

  .faq{
    margin: 0 auto;
  }


  /*-----------------------------------
    アコーディオン
  -----------------------------------*/

  .accordion {
    clear: both;
  }

  .accordion dt{
    display:block;
    width: 100%;
    color:#2660ad;
    text-align: left;
    /*border-bottom: 1px dotted #a9a9a9;*/
    cursor:pointer;
    background:url(../images/pages/faq/plus_icon.png) right 10px top 18px no-repeat/*,url(../images/pages/faq/q_icon.png) 10px 18px no-repeat*/ #eeeeee;
    padding: 15px 30px 15px 3.5em;
    text-indent: -2.5em;
    margin-bottom: 6px;
  }

  .accordion dt span{
    font-size: 2rem;
    font-weight: bold;
    color: #2660ad;
    margin-right: 5px;

  }


  /*.accordion dt:first-child{
    border-bottom: 1px dotted #a9a9a9;
  }*/

  .accordion dd{
    background:#fafafa;
    width:100%;
    text-align:left;
    /*border-bottom: 1px dotted #a9a9a9;*/
    display:none;
    -webkit-margin-start: 0;
    padding:15px;
    background: #edf6ea;
    padding-left: 3.5em;
    text-indent: -2.5em;

    margin-bottom: 20px;
  }

  .accordion dd span{
    font-size: 2rem;
    font-weight: bold;
    color: #41b25d;
    margin-right: 5px;
  }

  .accordion dt.active{
    background:url(../images/pages/faq/minus_icon.png) right 10px top 18px no-repeat/*,url(../images/pages/faq/q_icon.png) 12px 18px no-repeat*/ #eeeeee;
  }
  
  
}