@charset "UTF-8";
/**
  * logo-lp.css
  * ロゴ作成サービスLP専用CSS
  * PCレイアウト用
  */
.logo_info_outer {
  text-align: center;
}
.logo_info_outer .key {
  margin-bottom: 50px;
}
.logo_info_outer .plan {
  margin-bottom: 30px;
}
.logo_info_outer .present {
  margin-bottom: 40px;
}
.logo_info_outer .logo_button {
  margin: 30px;
}
.logo_info_outer .step5 {
  margin-top: 67px;
}
#logo_info_one {
  text-indent: -9999px;
  background: url("/user_data/packages/default/img/sub/logo_service/example.jpg")
    no-repeat;
  width: 980px;
  height: 1191px;
  margin: 30px auto 0;
}
#logo_info_two {
  text-indent: -9999px;
  background: url("/user_data/packages/default/img/sub/logo_service/price.jpg")
    no-repeat;
  width: 980px;
  height: 363px;
  margin: 30px auto 0;
}
#logo_info_three {
  text-indent: -9999px;
  background: url("/user_data/packages/default/img/sub/logo_service/inquiry.jpg")
    no-repeat;
  width: 980px;
  height: 271px;
  position: relative;
  margin: 40px auto 35px;
}
#logo_info_three img {
  position: absolute;
  top: 204px;
  left: 616px;
}
