@charset "UTF-8";
/*
@import "http://panasonic.jp/car/etc/designs/panasonic/common-libs.css";
@import "http://panasonic.jp/car/etc/designs/panasonic/basicpage-libs.lmtd.css";
@import "http://panasonic.jp/car/etc/designs/panasonic/basicpage-clientlibs/css/title-navigation-mega.css";
@import "http://panasonic.jp/car/etc/designs/panasonic/common-clientlibs/css/common-font_jp.css";
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.6;
}

fieldset,
img,
abbr {
  border: 0;
}

caption,
th {
  text-align: left;
}

table {
  font-size: inherit;
  font: 100%;
}

img {
  vertical-align: top;
}

a {
  outline: none;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
ol,
dl,
dd {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.alc {
  text-align: center;
}

.alr {
  text-align: right;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  margin: 0;
  padding: 0;
}

#sections .sectionContents.container {
  max-width: 100%;
  padding: 0;
}

.CmnNotice {
  font-size: 10px;
  color: #F30;
}

#android-auto {
  max-width: 1220px;
  margin: 0 auto;
  padding-bottom: 100px;
}
#android-auto p,
#android-auto li {
  line-height: 2;
}
#android-auto img {
  max-width: 100%;
}
#android-auto .mainVisual {
  margin-bottom: 30px;
}
#android-auto .mainVisual img {
  width: 100%;
}
#android-auto .wrap {
  max-width: 860px;
  padding: 0 30px 60px;
  margin: 0 auto;
}
#android-auto .section {
  margin-bottom: 60px;
}
#android-auto .heading {
  color: #0c5a85;
  border-bottom: 1px solid #0c5a85;
  font-size: 32px;
  margin-bottom: 0.4em;
}
@media all and (max-width: 640px) {
  #android-auto .heading {
    font-size: 24px;
  }
}
#android-auto .heading2 {
  font-size: 20px;
  margin-bottom: 0.4em;
}
#android-auto .flowHeading {
  font-size: 22px;
  color: #0c5a85;
  margin-bottom: 1.25em;
  display: flex;
  align-items: flex-start;
}
@media all and (max-width: 640px) {
  #android-auto .flowHeading {
    font-size: 18px;
  }
}
#android-auto .flowHeading > * {
  line-height: 1.8;
}
#android-auto .flowHeading em {
  font-style: normal;
  flex-shrink: 0;
  margin-right: 0.4em;
}
#android-auto .dotList {
  padding-left: 1em;
}
#android-auto .mb20 {
  margin-bottom: 20px;
}
#android-auto .mb30 {
  margin-bottom: 30px;
}
#android-auto .mb60 {
  margin-bottom: 60px;
}
#android-auto .setupNav {
  display: flex;
  gap: 30px;
}
@media all and (max-width: 640px) {
  #android-auto .setupNav {
    gap: 20px;
    flex-direction: column;
  }
}
#android-auto .setupNav a {
  display: flex;
  align-items: center;
  background-color: #0c5a85;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 22px;
  padding: 1em 1.5em;
  line-height: 1.5;
  border-radius: 1em;
}
#android-auto .setupNav a:hover {
  opacity: 0.7;
}
#android-auto .setupNav a svg {
  display: block;
}
#android-auto .setupNav a .usb {
  width: 32px;
  margin-right: 0.6em;
}
#android-auto .setupNav a .usb path {
  fill: #fff;
  opacity: 0.2;
}
#android-auto .setupNav a .wifi {
  width: 44px;
  margin-right: 0.6em;
}
#android-auto .setupNav a .wifi path {
  fill: #fff;
  opacity: 0.2;
}
@media all and (max-width: 640px) {
  #android-auto .setupNav a {
    font-size: 20px;
  }
  #android-auto .setupNav a .usb {
    width: 24px;
    padding-left: 10px;
    padding-right: 7px;
  }
}
#android-auto .toggleHeading {
  background-color: #d5deea;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  line-height: 1.4;
  padding: 10px 10px 10px 20px;
  color: #0c5a85;
  border-radius: 15px;
  margin-bottom: 24px;
  cursor: pointer;
}
#android-auto .toggleHeading strong {
  font-size: 1.4em;
}
@media all and (max-width: 640px) {
  #android-auto .toggleHeading strong {
    font-size: 1.2em;
  }
}
#android-auto .toggleHeading .right {
  display: flex;
  align-items: center;
  gap: 10px;
}
#android-auto .toggleHeading .ic {
  width: 32px;
  rotate: 180deg;
}
@media all and (max-width: 640px) {
  #android-auto .toggleHeading .ic {
    width: 28px;
  }
}
#android-auto .toggleHeading .ic img {
  width: 100%;
  display: block;
}
#android-auto .toggleHeading .text:before {
  content: "閉じる";
}
@media all and (max-width: 640px) {
  #android-auto .toggleHeading .text {
    display: none;
  }
}
#android-auto .toggleHeading.active .ic {
  rotate: 0deg;
}
#android-auto .toggleHeading.active .text:before {
  content: "開く";
}
#android-auto .caption {
  font-size: 0.9em;
}
#android-auto .imgBox {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
#android-auto .guide__row {
  padding: 20px 30px;
}
@media all and (max-width: 640px) {
  #android-auto .guide__row {
    padding: 20px;
  }
}
#android-auto .guide__row:nth-child(2n) {
  background-color: #eee;
}
#android-auto .guide__row dt {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.3em;
}
@media all and (max-width: 640px) {
  #android-auto .guide__row dt {
    font-size: 1.2em;
  }
}
#android-auto .guide__row dd {
  line-height: 2;
}
#android-auto .guide__row dd span {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  margin-top: -0.3em;
  margin-left: 0.2em;
  margin-right: 0.2em;
}
#android-auto .qa {
  max-width: 680px;
  margin: 0 auto;
}
#android-auto .qa__row {
  margin-bottom: 40px;
}
#android-auto .qa__row:last-child {
  margin-bottom: 0;
}
#android-auto .qa dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 0.5em;
}
#android-auto .qa dt:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px dashed #231815;
  width: calc(100% - 3.6em);
}
#android-auto .qa dt strong {
  display: flex;
}
#android-auto .qa dt strong:before {
  content: "Q";
  width: 2em;
  height: 2em;
  text-align: center;
  font-weight: bold;
  color: #0c5a85;
  line-height: 1.8;
  font-size: 1.5em;
  border-radius: 50%;
  background-color: #d5dee9;
  display: block;
  flex-shrink: 0;
  margin-right: 0.5em;
}
#android-auto .qa dt strong span {
  font-size: 1.1em;
  margin-top: 0.4em;
}
#android-auto .qa dt .right {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 1em;
  white-space: nowrap;
}
#android-auto .qa dt .ic {
  width: 32px;
  rotate: 180deg;
}
@media all and (max-width: 640px) {
  #android-auto .qa dt .ic {
    width: 28px;
  }
}
#android-auto .qa dt .ic img {
  width: 100%;
  display: block;
}
#android-auto .qa dt .text {
  font-weight: bold;
  color: #0c5a85;
}
@media all and (max-width: 640px) {
  #android-auto .qa dt .text {
    display: none;
  }
}
#android-auto .qa dt .text:before {
  content: "閉じる";
}
#android-auto .qa dt.active .ic {
  rotate: 0deg;
}
#android-auto .qa dt.active .text:before {
  content: "開く";
}
#android-auto .qa dd {
  display: flex;
  padding-left: 4em;
  padding-top: 1em;
}
@media all and (max-width: 640px) {
  #android-auto .qa dd {
    padding-left: 1em;
  }
}
#android-auto .qa dd:before {
  content: "A";
  width: 2em;
  height: 2em;
  text-align: center;
  font-weight: bold;
  color: #0c5a85;
  line-height: 1.8;
  font-size: 1.5em;
  border-radius: 50%;
  background-color: #d5dee9;
  display: block;
  flex-shrink: 0;
  margin-right: 0.5em;
}
#android-auto .qa dd > div {
  margin-top: 0.4em;
}
#android-auto .footCaption {
  font-size: 0.75em;
}
#android-auto .footCaption li {
  line-height: 1.8;
}


#android-auto .linkbtns {
  display: flex;
  width: 100%;
  gap: 30px;
  max-width: 640px;
  font-size: 1.4em;
}
@media all and (max-width: 640px) {
  #android-auto .linkbtns {
    flex-direction: column;
    grid-auto-flow: 20px;
  }
}
#android-auto .linkbtns__bt {
  padding: 1.75em 0.4em;
  border-radius: 0.75em;
  line-height: 1.25;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #0c5a85;
  text-decoration: none;
}
#android-auto .linkbtns__bt img {width: 70%}
@media all and (max-width: 640px) {
  #net-douga .linkbtns__bt {
    font-size: 1em;
  }
}
