body {
    position: relative;
}

header {
    background: #F5F5F5;
}

#howto_step {
    padding-top: 140px;
}

.hs_content {
    width: 1120px;
    max-width: 90%;
    margin: 0 auto;
    padding: 120px 0 0;
}

.hs_title h4 {
    font-family: 'SFProDisplay';
    line-height: 33px;
    text-align: center;
    color: #555555;
}

.hs_items {
    margin-top: 60px;
}

.hs_item {
    position: relative;
    box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.101961);
    border-radius: 30px;
    box-sizing: border-box;
}
.hs_item + .hs_item {
  margin-top: 40px;
}

.hs_item_inner {
    padding: 65px 140px;
}

.hs_item_inner + .hs_item_inner {
  border-top: 1px solid #cccccc;
}

.hs_item_container {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.hs_item_container.is-app {
  margin-top: 0; 
}
.hs_item_container.is-app .ftt_app {
  margin-top: 30px;
  margin-bottom: 0;
  height: 50px;

}

.hs_item_container.is-app .hs_item_txt {
  text-align: left;
}

.hs_item_container.is-app .hs_item_img {
  padding: 0 120px;
}
.hs_item_container.is-app .hs_item_img img {
  width: 150px;
  height: 150px;
  border-radius: 18px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  margin-right: 0;
}


.hs_item_description {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.hs_item_note {
  margin-top: 15px;
  font-size: 16px;
  color: #999999;
  text-align: left;
}
.hs_item_note .is-important {
  font-weight: bold;
  color: red;
}

.hs_item_no {
    position: absolute;
    top: 12px;
    left: 23px;
    font-family: 'SFProDisplay';
    font-size: 110px;
    color: #F68067;
    font-weight: bold;
    font-style: italic;
}

.hs_item_img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hs_item_img img {
    width: 276px;
    max-width: 55vw;
    margin-right: 50px;
}

.hs_item_txt {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hs_item_txt_link {
  color: #f68067;
  text-decoration: underline;
}
.hs_item_txt h3 {
    font-family: 'SFProDisplay';
    line-height: 32px;
    font-weight: bold;
    color: #111111;
    margin-bottom: 15px;
}

.hs_item_txt h5 {
    margin-top: 15px;
    font-family: 'SFProDisplay';
    line-height: 21px;
    color: #111111;
}
.hs_item_txt_note {
  color: #999999;
  font-size: 16px;
  margin-top: 5px;
  display: block;
}

#news_btn {
    background: #FFF;
}

@media screen and (max-width: 1040px) {
  .hs_item_inner {
    padding: 65px;
  }
  .hs_item_container.is-app .hs_item_img {
    padding: 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
  #howto_step {
    padding-top: 90px;
  }
  .hs_title {
    margin-bottom: 50px;
  }
  .hs_content {
    padding: 50px 0 0;
    width: 90%;
  }
  .hs_items {
    margin-top: 30px;
  }
  .hs_item {
    height: auto;
  }
  .hs_item_no {
    font-size: 40px;
    line-height: initial;
  }
  .hs_item_inner {
    padding: 40px 15px;
  }
  .hs_item_container {
    flex-direction: column-reverse;
    margin-top: 35px;
  }
  .hs_item_container.is-app {
    flex-direction: column;
  }
  .hs_item_container.is-app .hs_item_txt {
    text-align: center;
  }
  .hs_item_txt h3 {
    font-size: 20px;
    line-height: initial;
    margin-bottom: 0;
  }
  .hs_item_txt h5 {
    font-size: 14px;
    line-height: initial;
  }
  .hs_item_img img {
    margin-right: 0;
  }
  .hs_item_container.is-app .hs_item_img img {
    width: 100px;
    height: 100px;
    margin: 0;
    margin-bottom: 15px;
  }
  .hs_item_description {
    font-size: 16px;
  }
  .hs_item_note {
    font-size: 14px;
    margin-top: 5px;
  }
  .hs_item_txt_note {
    font-size: 14px;
  }
  .hs_item_img {
    margin-top: 20px;
  }
  .hs_item_container.is-app .ftt_app {
    height: 40px;
  }
  .hs_item_container.is-app .hs_item_img {
    margin-bottom: 20px;
  }
}





@media screen and (max-width: 500px) {

}