.section_title01 {
  padding: 4% 0 3%;
  text-align: center; }
  .section_title01 + .section_title01 {
    padding-top: 0; }

/* data */
.data_cap {
  font-size: 14px;
  font-size: calc(0.75rem + 0.625vw); }

/* step */
.step_wrap {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 10px 0;
  width: 93.75vw;
  max-width: 600px;
  margin: 0 auto;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .step_wrap + .step_wrap {
    margin-top: 30px; }
    .step_wrap + .step_wrap::before {
      content: "";
      position: absolute;
      border-width: 13px 13px 0;
      border-style: solid;
      border-color: #67d8ff transparent transparent transparent;
      width: 0;
      height: 0;
      left: 0;
      right: 0;
      top: -20px;
      margin: auto; }

.step_title {
  margin-bottom: 2%; }

.step_cap01 {
  text-align: justify;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .step_cap01::after {
    content: "";
    display: block;
    clear: both; }

.step_cap01_txt {
  padding: 0 5%;
  line-height: 1.8em;
  font-size: 12px;
  font-size: calc(0.625rem + 0.625vw); }

.step_cap02 {
  padding: 0 5%;
  line-height: 1.7em;
  font-size: 12px;
  font-size: calc(0.625rem + 0.625vw);
  text-align: justify; }
  .step_cap02 > small {
    display: block;
    font-size: 0.8em; }

.step_cap03 {
  margin: 20px auto 0; }
  .step_cap03::after {
    content: "";
    display: block;
    clear: both; }

.step_cap03_btn {
  display: block;
  padding: 4% 0 1%;
  line-height: 0; }

/* step > bank */
.step_bank_wrap {
  margin-top: 3%;
  padding: 0 5%;
  text-align: center; }

.step_bank_title {
  background: #666;
  margin: 0 auto;
  line-height: 1.5em;
  font-size: 14px;
  color: #fff; }

.step_bank_list {
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .step_bank_list::after {
    content: "";
    display: block;
    clear: both; }
  .step_bank_list > li {
    display: block;
    float: left;
    width: 50%;
    margin-top: 2%; }

/* step > entry */
.step_entry_wrap {
  position: relative;
  width: 100%;
  margin: 3% auto 7%; }
  .step_entry_wrap::after {
    content: "";
    position: absolute;
    background: url(../img/info/step_entry_plus.png);
    background-size: contain;
    width: 6.875vw;
    max-width: 44px;
    height: 6.875vw;
    max-height: 44px;
    left: -1%;
    right: 0;
    top: 7%;
    margin: 0 auto; }

.step_entry_list::after {
  content: "";
  display: block;
  clear: both; }

.step_entry_list > li {
  display: block;
  float: left;
  width: 50%; }
  .step_entry_list > li + li .step_entry_cap {
    padding: 2% 10% 0 3%; }

.step_entry_img {
  text-align: center; }

.step_entry_cap {
  margin: 0 auto;
  padding: 2% 3% 0 10%;
  line-height: normal;
  font-size: 12px;
  font-size: calc(0.625rem + 0.625vw);
  text-align: justify;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.step_entry_caution {
  padding-top: 3%;
  line-height: 1;
  font-size: 10px;
  font-size: calc(0.55rem + 0.625vw);
  text-align: center; }

/* step > guide */
.step_guide_wrap {
  width: 90%;
  margin: 6% auto 0; }
  .step_guide_wrap::after {
    content: "";
    display: block;
    clear: both; }

.step_guide_title {
  position: relative;
  background: #005ed1;
  margin-bottom: 3%;
  padding: 8px;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  font-size: calc(0.75rem + 0.625vw);
  color: #fff;
  text-align: center; }
  .step_guide_title::after {
    content: "";
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto 0; }
  .step_guide_title.open::after {
    border-bottom: 10px solid #fff; }
  .step_guide_title.close::after {
    border-top: 10px solid #fff; }
  .step_guide_title.close + .step_guide_cont {
    display: none; }

.step_guide_cont {
  padding-bottom: 2%; }
  .step_guide_cont::after {
    content: "";
    display: block;
    clear: both; }

.step_guide_cap {
  float: left;
  line-height: 1.8em;
  font-size: 12px;
  font-size: calc(0.625rem + 0.625vw);
  text-align: justify; }
  .step_guide_cap > span {
    color: #ff2600; }
  .step_guide_cap > a {
    color: #0080ff; }
  .step_guide_cap + .step_guide_sub {
    margin-top: 4%; }
  .step_guide_cap + .step_guide_cap {
    margin: 1em auto 2%; }

.step_guide_sub {
  float: left;
  line-height: 1.8em;
  font-size: 16px;
  text-align: left; }

.step_guide_img {
  text-align: center; }

/* step > prize */
.step_prize_wrap {
  text-align: center; }

.step_prize_list {
  width: 90%;
  width: calc(90% + 2px);
  margin: 0 auto;
  padding: 3% 0 1%;
  font-size: 0; }
  .step_prize_list > li {
    display: inline-block;
    border: 2px solid #0056ad;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .step_prize_list > li + li {
      margin: 3% auto 4%; }

.step_prize_title {
  position: relative;
  margin-bottom: -5px;
  z-index: 10; }
