@charset "UTF-8";

/* -----
 * PageLinks
----------------------------------------------------------------------------- */
#PageLinks .inner {
  padding: 50px 0 73px;
}

#PageLinks .inner ul {
  display: flex;
  flex-wrap: wrap;
}

#PageLinks .inner ul li {
  width: 241px;
  margin-bottom: 10px;
  /*float: left;
  margin: 15px 12px 0 0;*/
}

#PageLinks .inner ul li:not(:nth-child(4n)) {
  margin-right: 12px;
}

/*#PageLinks .inner ul li:nth-child(4n) {
  margin-right: 0;
}*/

/*#PageLinks .inner ul li:nth-child(-n+4) {
  margin-top: 0;
}*/

#PageLinks .inner ul li.btn {
  display: table;
}

#PageLinks .inner ul li.btn a {
  background: #0569b2 url(/contents/product/carnavi/strd/assets/images/btn-icon-arw-down.png) 0 50% no-repeat;
  background-position: right 10px top 50%;
  text-align: center;
  line-height: 1.2;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

/* -----
 * Faq
----------------------------------------------------------------------------- */
/*#Faq .faq-cont {
  padding-top: 120px;
  margin-top: -120px;
}*/

#Faq .faq-cont .inner {
  padding: 0 0 60px;
}

#Faq .faq-cont .inner .faq-q-box {
  background-color: #f9f9f9;
  padding: 30px 15px 50px;
}

#Faq .faq-cont .inner .faq-q-box ul {
  counter-reset: listnum;
}

#Faq .faq-cont .inner .faq-q-box ul li {
  font-size: 14px;
  float: left;
  margin: 0 30px 30px 0;
  width: calc(50% - 15px);
}

#Faq .faq-cont .inner .faq-q-box ul li:nth-child(even) {
  margin-right: 0;
}

#Faq .faq-cont .inner .faq-q-box ul li:last-child, #Faq .faq-cont .inner .faq-q-box ul li:nth-last-child(2) {
  margin-bottom: 0;
}

#Faq .faq-cont .inner .faq-q-box ul li:before {
  counter-increment: listnum;
  content: "Q " counter(listnum);
  background-color: #3b3b3b;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  width: 45px;
  text-align: center;
}

#Faq .faq-cont .inner .faq-q-box ul li a {
  display: inline-block;
  padding-left: 10px;
  width: calc(100% - 55px);
}

/*#Faq .faq-cont .inner .faq-a-box .a-wrap {
  padding-top: 120px;
  margin-top: -120px;
}*/

#Faq .faq-cont .inner .faq-a-box .a-wrap .a-box {
  background-color: #f0f0f0;
}

#Faq .faq-cont .inner .faq-a-box .a-wrap .a-box .note {
  display: block;
  font-size: 16px;
}

#Faq .faq-cont .inner .faq-a-box .a-wrap .a-box dl dt {
  position: relative;
 /* padding: 0 40px 0 0;*/
  padding: 16px 20px;
  border-bottom: none;
  cursor: pointer;
}

#Faq .faq-cont .inner .faq-a-box .a-wrap .a-box dl dt:after {
  content: "";
  position: absolute;
  border-right: 3px solid #0569b2;
  border-bottom: 3px solid #0569b2;
  width: 13px;
  top: 45%;
  right: 1.5em;
  height: 13px;
  transform: rotate(45deg) translateY(-50%);
}

#Faq .faq-cont .inner .faq-a-box .a-wrap .a-box dl dt.open:after {
  border-left: 3px solid #359ae3;
  border-top: 3px solid #359ae3;
  border-right: 0;
  border-bottom: 0;
}

#Faq .faq-cont .inner .faq-a-box .a-wrap .a-box dl dd {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
  width: 100%;
  margin-top: 0;
  padding: 16px 20px;
  border-top: 0 solid #ccc;
  position: relative;
}
#Faq .faq-cont .inner .faq-a-box .a-wrap .a-box dl dd:after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 40px);
  background: #ccc;
  top: 0;
  left: 20px;
  position: absolute;
}

#Faq .faq-cont .inner .faq-a-box .a-wrap .a-box dl dd a {
  display: none;
}

#Faq .faq-cont .inner .faq-a-box .a-wrap .a-box dl dt.open + dd {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";*/
  /*margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;*/
}

#Faq .faq-cont .inner .faq-a-box .a-wrap .a-box dl dt.open + dd a {
  display: block;
  color: #0569b2;
  text-decoration: underline;
}
#Faq .faq-cont .inner .faq-a-box .a-wrap .a-box dl dt.open + dd a.inline {
  display:inline-block;
}
#Faq .faq-cont .inner .faq-a-box .a-wrap:nth-child(odd) .a-box {
  background-color: #f9f9f9;
}

#Faq .faq-cont:last-child .inner {
  padding: 0 0 100px;
}

@media screen and (max-width: 1068px) {
  /* -----
  * PageLinks
  ----------------------------------------------------------------------------- */
  #PageLinks .inner {
    padding: 50px 0 73px;
  }
  #PageLinks .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #PageLinks .inner ul li {
    width: 48%;
    /*float: none;
    margin: 10px 0;*/
  }
  #PageLinks .inner ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  #PageLinks .inner ul li:nth-child(odd) {
    margin-right: 4%;
  }
  #PageLinks .inner ul li.btn {
    display: block;
  }
  #PageLinks .inner ul li.btn a {
    line-height: 1.5;
    height: auto !important;
    display: block;
    padding: 10px 30px 10px 15px;
  }
  #PageLinks .inner ul:before, #PageLinks .inner ul :after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #PageLinks .inner ul li {
    width: 100%;
    margin: 0 0 0.5em;
  }
  #PageLinks .inner ul li:last-child {
    margin-bottom: 0;
  }
  #PageLinks .inner ul li.btn a {
    position: relative;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 0 0 25px;
    text-align: left;
    color: #000 !important;
    font-size: 16px;
  }
  #PageLinks .inner ul li.btn a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.2em;
    left: 0;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #0569b2 url(/contents/product/carnavi/strd/assets/images/btn-icon-arw-down.png) 50% 50% no-repeat;
    -webkit-background-size: 10px auto;
            background-size: 10px auto;
  }
  /* -----
   * Faq
  ----------------------------------------------------------------------------- */
  #Faq .faq-a-box .a-box .txt {
    width: calc(100% - 50px);
    padding-left: 15px;
    font-size: 14px;
  }
  #Faq .faq-cont .inner .faq-a-box .a-wrap .a-box dl dt {
    padding: 15px 25px 15px 15px;
  }
  #Faq .faq-cont .inner .faq-a-box .a-wrap .a-box dl dd {
    padding: 15px;
  }
  #Faq .faq-cont .inner .faq-a-box .a-wrap .a-box dl dd:after {
    width: calc(100% - 30px);
    left: 15px;
  }
  #Faq .faq-cont .inner .faq-a-box .a-wrap .a-box .note {
    font-size: 14px;
  }
}

@media screen and (max-width: 540px) {
  #PageLinks .inner {
    padding: 30px 0;
  }
/*  #Faq .faq-cont {
    padding-top: 60px;
    margin-top: -60px;
  }*/
  #Faq .faq-cont .inner {
    padding: 0 0 50px;
  }
  #Faq .faq-cont:last-child .inner {
    padding: 0;
  }
}
