/* パーセント表示 */
#vwo-percent {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    background: #fff;
  }
  #errorBox {
    width: 100%;
    text-align: center;
    background: #eee;
    padding: 2px 0px;
    font-size: 10px;
    color: #de071c;
  }
  #vwo-percent > div:nth-child(2){
    display: block;
    width: 100%;
  }

  #vwo-percent > div:nth-child(2) > div {
    width: 100%;
    display: block;
    background-color: #9e9e9e;
    text-align: center;
    padding: 15px 0px;
    opacity: 0.9;
  }

  #vwo-percent > div:nth-child(2) > div > span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }

  .hideFormItems {
    display:none;
  }

  #errorbox {
    margin-bottom: 23px;
    text-align: center;
    color: #f00;
    padding: 2px 0px;
    font-size: 10px;
    background-color: #fff;
  }

  /*プログレスバー*/
  .progress-bar-pipe {
    position: fixed;
    width: 90%;
    height: 15px;
    margin: 0 auto;
    border-radius: 1em;
    border: 1px solid #C00;
    background-color: #fff;
    bottom: 55px;
    left: 15px;
    z-index: 1;

  }

  .progress-bar-num {
    position: absolute;
    width: 100%;
    padding-right: 5px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
  }

  .progress-bar {
    width: 0;
    height: inherit;
    border-radius: 1em;
    border: 1px solid #efefef;
    background-color: #C00;
    box-sizing: border-box;
    text-align: right;
    transition: width 1s;
    width: 6%;
  }


  /*車種詳細ページ*/
  .sumilation_cta_text {
    margin-left: 33vw;
    color: #FF5E00;
    font-size: 0.8rem;
  }

  .button__entry--floting dt + p {
    font-size: 0.7rem;
    color: #ff5e00;
    margin: 0;
  }

  .button__entry .button__entry--link {
    padding: 10px;
    font-size: 16px;
  }