p {
  width: 100%;
}
a:hover {
	text-decoration: none;
}
/* ボタン */
.btn-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.btn-list button {
  color: #fff;
  background-color: #e88f16;
  border-color: #e88f16;
  margin-top: 8px;
  margin-bottom: 8px;
}
.btn-list button:hover {
  color: #fff;
}
.btn-list a {
  text-decoration: none;
}
/* プライバシーポリシー */
.policy {
  padding: 20px;
  border: 1px solid #bfbfbf;
  margin: 20px;
}
/* フッター */
footer p {
  text-align: center;
}
footer img {
  width: 20%;
  border: 0;
}
@media (min-width:480px) {
  footer img {
    width: 273px;
    border: 0;
  }
}
/* フローティングボタン */
.btn-floating {
  position: fixed;
  bottom: 60px;
  right: 10px;
  text-align: right;
}
.btn-floating img {
  width: 40%;
}
/* テスト用背景色*/
.test div {
  background-color: #ccc;
}
.test div:nth-child(even) {
  background-color: #999;
}
/* 新車普通車LP 201911 */
body {
  margin-bottom: 140px;
}
.btn-am {
  border-bottom: solid 1px #000;
}
.btn-am figure {
  margin: 0.4em;
  width: 44%;
  display: table-cell;
  vertical-align: middle;
}
/*.number {
	background-color: #ccc;
	color: #fff;
	padding: 2px 6px;
	border-radius: 4px;
}*/
.number {
	display: none;
}
.btn-am img {
  width: 100％;
}
.btn-title {
  width: auto;
  height: auto;
  padding: 16px;
  display: table-cell;
  vertical-align: middle;
  color: #212529;
}
.name {
  display: block;
  text-align: left;
  font-weight: bold;
}
.grade {
  display: block;
  font-size: 12px;
  text-align: left;
}
.detail {
  color: #fff;
  font-size: 12px;
  padding: 10px;
  background-color: #e88f16;
  border-radius: 2px;
}
.nebiki {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
  color: #f00;
  font-weight: bold;
}
.f-big {
  font-size: 20px;
}
@media (min-width:768px) {
  .btn-am figure {
    width: 208px;
    height: 208px;
  }
  .btn-title {
    padding: 32px;
  }
  .name {
    font-size: 24px;
  }
  .grade, .detail, .nebiki {
    font-size: 18px;
  }
  .f-big {
    font-size: 32px;
  }
}
.acd-check {
  display: none;
}
.acd-label {
  background: ;
  color: #fff;
  display: block;
  margin-bottom: 1px;
}
.acd-content {
  border-bottom: 1px solid #333;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
.btn-telmail {
  position: fixed;
  bottom: 10px;
  text-align: center;
  width: 100%;
}
.btn-telmail img {
  margin: 0 4px;
  width: 40%;
}
@media (min-width:768px) {
  .btn-telmail img {
    margin: 0 8px;
    width: 24%;
  }
}