/* line 3, assF38C.tmp.scss */
.banner_how_to_design_a_photobook {
  width: 100%;
}
/* line 5, assF38C.tmp.scss */
.banner_how_to_design_a_photobook h3 {
  text-align: center;
}
/* line 8, assF38C.tmp.scss */
.banner_how_to_design_a_photobook img {
  max-width: 750px;
}
/* line 12, assF38C.tmp.scss */
.banner_how_to_design_a_photobook .left .btn {
  display: table;
  margin: 30px auto 10px;
}
/* line 16, assF38C.tmp.scss */
.banner_how_to_design_a_photobook .left ul {
  list-style: none;
  counter-reset: li;
  margin-left: 30px;
  width: 400px;
}
/* line 21, assF38C.tmp.scss */
.banner_how_to_design_a_photobook .left ul li {
  margin: 10px 0;
  position: relative;
  padding: 0 0 0 30px;
  line-height: 22px;
}
/* line 26, assF38C.tmp.scss */
.banner_how_to_design_a_photobook .left ul li span {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
}
/* line 31, assF38C.tmp.scss */
.banner_how_to_design_a_photobook .left ul li:before {
  counter-increment: li;
  content: counter(li);
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #FF5747;
  text-align: center;
  line-height: 20px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  font-weight: 700;
  top: 0px;
  position: absolute;
  left: 0;
}
/* line 50, assF38C.tmp.scss */
.banner_how_to_design_a_photobook .left ul li .social {
  margin: 13px 0px 17px 18px;
  overflow: hidden;
}
/* line 53, assF38C.tmp.scss */
.banner_how_to_design_a_photobook .left ul li .social a {
  display: block;
  float: left;
  padding: 0 12px;
  border-right: 1px solid #CCCCCC;
}
/* line 58, assF38C.tmp.scss */
.banner_how_to_design_a_photobook .left ul li .social a:last-child {
  border-right: none;
}

@media (max-width: 600px) {
    .rwd-page .banner_how_to_design_a_photobook .left {
        float: none;
    }
    .rwd-page .banner_how_to_design_a_photobook .left ul {
        margin-left: 0;
        width: 100%;
    }
    .rwd-page .banner_how_to_design_a_photobook .left .btn {
        display: block;
        text-align: center;
    }
}