/* ================================================================================
	@SP BreakPoint 320px and 767px
================================================================================ */
/* ================================================================================
	1:Main CSS
================================================================================ */
#content .sum-block {
  margin-top: 30px;
  padding: 10px 0;
  background-color: #3DBDFF;
  text-align: center;
}
#content .sum-block a {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #064384;
  background-color: #fff;
  text-align: center;
  color: #064384;
}
#content .sum-block a span {
  padding-right: 22px;
  background: url(/renewal_resources/pages/fitness/nyukai/simulate/img/icon_index_arrow_02.png) right center no-repeat;
  background-size: 12px;
}

.lead-block .pic {
  text-align: center;
}

#step-block {
  margin-top: 30px;
}
#step-block .steps {
  overflow: hidden;
}
#step-block .steps > li {
  position: relative;
  padding: 30px 10px;
  border-top: 1px solid #F0F0F0;
}
#step-block .steps > li:not(:first-of-type)::before {
  position: absolute;
  left: 50%;
  top: -1px;
  width: 34px;
  height: 14px;
  margin-left: -17px;
  content: "";
  background: url(/renewal_resources/pages/fitness/nyukai/simulate/img/img_index_arrow_01.png) center no-repeat;
  background-size: 34px;
}
#step-block .steps > li:last-child {
  padding-bottom: 0;
}
#step-block .steps > li .pic {
  float: left;
  width: 46%;
}
#step-block .steps > li .text {
  float: left;
  width: 54%;
  padding-left: 10px;
}
#step-block .steps > li h3 {
  font-size: 1.6rem;
  color: #004085;
}
#step-block .steps > li h3 .number {
  display: block;
  margin-bottom: 5px;
}
#step-block .steps > li h3 .ti-wrap {
  display: table;
  width: 100%;
}
#step-block .steps > li h3 .ti-lb {
  display: table-cell;
  width: 60%;
}
#step-block .steps > li h3 .ti-rb {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
  text-align: left;
}
#step-block .steps > li .b-text {
  clear: both;
  padding-top: 10px;
}
#step-block .steps > li .b-text p {
  font-size: 1.6rem;
}
#step-block .steps > li .link {
  margin-top: 15px;
}
#step-block .steps > li .link li:not(:first-child) {
  margin-top: 10px;
}
#step-block .steps > li .link a {
  display: block;
  width: 100%;
  max-width: 200px;
  padding: 5px 30px 5px 10px;
  background: #064283 url(/renewal_resources/pages/fitness/nyukai/simulate/img/icon_index_arrow_01.png) 96% center no-repeat;
  background-size: 14px;
  font-size: 1.6rem;
  color: #fff;
}

/* ================================================================================
	@Tablet BreakPoint 768px
================================================================================ */
@media screen and (min-width: 768px) {
  #content .lead-block {
    max-width: 1000px;
    margin: 0 auto;
  }
  #content .sum-block {
    max-width: 1000px;
    margin: 0 auto;
    padding: 25px 0;
  }
  #content .sum-block a {
    width: 100%;
    max-width: 505px;
    padding: 10px 60px;
    font-size: 2.4rem;
    font-weight: bold;
  }
  #content .sum-block a span {
    padding-right: 28px;
    background-size: 18px;
  }

  #step-block {
    max-width: 1000px;
    margin: 40px auto 0;
  }
  #step-block .steps > li {
    float: left;
    width: 25%;
    padding: 15px 5px 30px 15px;
    border: 1px solid #F0F0F0;
  }
  #step-block .steps > li:not(:first-of-type)::before {
    position: absolute;
    left: -2px;
    top: 40%;
    width: 17px;
    height: 43px;
    margin-left: 0;
    content: "";
    background: url(/renewal_resources/pages/fitness/nyukai/simulate/img/img_index_arrow_02.png) 0 center no-repeat;
    background-size: 17px;
  }
  #step-block .steps > li .pic {
    float: none;
    width: 100%;
  }
  #step-block .steps > li .text {
    float: none;
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }
  #step-block .steps > li h3 {
    padding-left: 10px;
    font-size: 2.2rem;
    color: #004085;
  }
  #step-block .steps > li h3 .ti-lb {
    width: 65%;
  }
  #step-block .steps > li h3 .ti-rb {
    width: 35%;
  }
  #step-block .steps > li .b-text {
    padding-top: 0;
  }
  #step-block .steps > li .b-text p {
    margin-top: 20px;
    padding-left: 10px;
    font-size: 1.4rem;
  }
  #step-block .steps > li .link {
    margin-top: 20px;
  }
  #step-block .steps > li .link a {
    max-width: 100%;
    padding: 5px 30px 5px 10px;
    font-size: 1.4rem;
  }
}
