@charset "UTF-8";
/**/
@media only screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/**/
.tesla-contents {
  width: 98%;
}
.logo_space {
  margin: 30px 0 60px 0;
}
.midashi_space {
  margin: 0 0 40px 0;
}
.kakaku {
  width: 50%;
  border: 1px solid #999;
  border-radius: 15px;
}
.kakaku img {
  border-radius: 15px;
}
.copyright_tesla_text {
  font-size: 0.47em;
}
.attention_text {
  font-size: 0.55em;
}