@charset "utf8";

@media only screen and (max-width: 480px) {
/*---------------------------------------*/
div.keyvisual {
  width: auto;
  background-image: none;
  min-height: 0;
}
div.keyvisual img {
  width: 100%;
  height: auto;
}
div.keyvisual .text {
  width: auto;
  margin-left: auto;
  background-color: #3d3d40;
  padding: 15px 10px;
}
.guide-251.float-r{
  margin-top: 20px;
}
.text-r{
  text-align: center;
}
/*---------------------------------------*/
}