/* ---------------------------------- */

/*				carsprivacy				  */

/* ---------------------------------- */

#Carsprivacy {
  text-align: left;
  color: #444;
}

#Carsprivacy a {
  color: #444;
  transition: .2s;
  border-bottom: 1px solid #bbb;
  padding-bottom: 2px;
}

#Carsprivacy a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  transition: .2s;
}

.under_link a {
  position: relative;
}

.under_link a::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px #c20000;
  border-right: solid 1px #c20000;
  transform: rotate(45deg) translateY(-56%);
  position: absolute;
  top: 44%;
  right: -7px;
  transition: .2s;
}

.under_link a:hover::after {
  right: -15px;
  transition: .2s;
}

@media screen and (min-width: 769px) {
  .contents_inner {
    max-width: 980px;
    margin: auto;
    padding: 0 20px;
  }
  #Carsprivacy {
    font-size: 16px;
    margin: 0 auto 20px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  #Carsprivacy .info_tcopy {
    margin: 70px 0 0;
  }
  #Carsprivacy h1 {
    font-size: 30px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    line-height: 1.6;
    margin: 50px 0 40px;
    padding-bottom: 7px;
    border-bottom: 3px solid #c00;
    letter-spacing: 3px;
  }
  #Carsprivacy h2, #Carsprivacy h4 {
    font-size: 24px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    margin: 45px 0 10px 21px;
    letter-spacing: 10px;
    position: relative;
  }
  #Carsprivacy h2::before, #Carsprivacy h4::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -19px;
    display: inline-block;
    width: 3px;
    height: 24px;
    background-color: #c00;
  }
  #Carsprivacy h3 {
    font-size: 17px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    margin: 15px 0 8px;
    letter-spacing: 2px;
  }
  #Carsprivacy ul.numbers {
    list-style: none;
    text-indent: -1.2em;
    margin-left: 1.2em;
  }
  #Carsprivacy ul.numbers>li {
    margin-bottom: 10px;
    padding-left: 2px;
  }
  #Carsprivacy ul.numbers>li span {
    margin-bottom: 10px;
    margin-right: .15em;
  }
  #Carsprivacy ul.numbers ol {
    list-style-type: decimal;
    margin: 10px 0 0 40px;
    text-indent: 0;
  }
  .redirect_text {
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    margin: 200px 0;
  }
  .page_end_btn {
    padding-bottom: 70px;
  }
  #footer a {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .contents_inner {
    width: 90%;
    margin: auto;
  }
  #Carsprivacy {
    font-size: 14px;
    margin: 0 auto 20px;
    line-height: 1.7;
    letter-spacing: 1px;
  }
  #Carsprivacy .info_tcopy {
    margin: 30px 0 0;
  }
  #Carsprivacy h1 {
    font-size: 24px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    line-height: 1.6;
    margin: 28px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #c00;
    letter-spacing: 2px;
  }
  #Carsprivacy h2, #Carsprivacy h4 {
    font-size: 20px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    margin: 32px 0 10px 21px;
    letter-spacing: 8px;
    position: relative;
  }
  #Carsprivacy h2::before, #Carsprivacy h4::before {
    content: '';
    position: absolute;
    top: 8px;
    left: -19px;
    display: inline-block;
    width: 3px;
    height: 21px;
    background-color: #c00;
  }
  #Carsprivacy h3 {
    font-size: 16px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    margin: 5px 0;
  }
  #Carsprivacy ul.numbers {
    list-style: none;
    text-indent: -1.2em;
    margin-left: 1.2em;
  }
  #Carsprivacy ul.numbers>li {
    margin-bottom: 8px;
    padding-left: 2px;
  }
  #Carsprivacy ul.numbers>li span {
    margin-bottom: 10px;
    margin-right: .15em;
  }
  #Carsprivacy ul.numbers ol {
    list-style-type: decimal;
    margin: 10px 0 0 18px;
    text-indent: 0;
  }
  .redirect_text {
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    margin: 120px 0;
  }
}