@charset "UTF-8";

/*
* コンテンツタイトル 背景画像
*/

.layout_content-title {
  background: url(images/bg_content-title_setup.png) no-repeat right bottom;
  background-size: cover;
  color: #fff;
}

/*
 * 画像
 */
.setup-img {
  text-align: center;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .setup-img img {
    max-width: 100%;
    height: auto;
  }
}