.p01 {
  background: url("../images/top/top_bg02.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
p {
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  line-height: 2.8rem;
  font-size: 1.2rem;
}
.profile a {
  margin-top: 70px;
}
.dealer a {
  margin: 0;
}
#page section {
  padding: 80px 0 0;
}
#page section h4 {
  font-size: 1.3rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  line-height: 3rem;
  padding-top: 30px;
}
iframe {
  margin-top: 100px;
  width: 100%;
}
.dealer-table-demo {
  font-family: source-han-serif-japanese, serif;
  font-size: 1.3rem;
  border-top: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2em;
  font-weight: 200;
}
.dealer-table-demo th {
  padding: 15px 15px 15px 70px;
  width: 80%;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-weight: 300;
}
.dealer-table-demo td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.dealer-table-demo img {
  width: 22px;
}
a[href*="tel:"] {
  color: #333;
}
.dealer-sp-link {
  display: none;
}
.inner p {
  text-align: left;
}
@media screen and (max-width: 760px) {
  .dealer-table-demo th {
    width: 30%;
    padding: 15px;
  }
  .dealer-table-demo td {
    width: 70%;
    padding: 15px;
  }
}
@media print, screen and (min-width: 760px) {
  main#page section .inner {
    max-width: 1080px;
    margin: 0 auto;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width:1230px) {
  main#page section {
    padding: 80px 20px 0;
  }
  .layout p {
    width: 100%;
  }
  main#page section.service .inner > div:nth-child(2) {
    padding: 0 50px;
  }
}
@media screen and (max-width:760px) {
  #page section h4 {
    letter-spacing: 0.1rem;
  }
  .dealer-sp-link {
    display: block;
  }
  .dealer-table-demo td {
    display: none;
  }
  a.btn_ao_b {
    margin: 15px 0 0 0;
    max-width: 300px;
    padding: 0.5rem 2rem;
  }
  footer a[href*="tel:"] {
    color: #FFF;
  }
}