.header--fixed {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
}
.hamburger_text {
  text-align: right;
  margin: 28px 18px 0 0;
}

@media screen and (min-width: 1024px) {
  .header--fixed {
    width: 1000px;
    margin: 0 auto;
  }
  .hamburger {
    top: 26px;
  }
  .hamburger_text {
    margin: 50px 0 0 0;
  }
}
.hero-section--flow {
  background: url(../img/flow/separator_img_sp.png) repeat-x center bottom;
  background-size: 375px 36px;
  padding-bottom: 50px;
}
.hero-section--flow .hero__visual {
  background-image: url(../img/flow/background_img_sp.jpg);
  background-position: center center;
  padding: 0;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 60px;
}
.hero-section--flow .hero__title {
  width: 125px;
}
.hero-section--flow .hero__catchcopy {
  max-width: 716px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1024px) {
  .hero-section--flow {
    background: url(../img/flow/separator_img_pc.png) repeat-x center bottom;
    background-size: auto 47px;
    padding-bottom: 47px;
  }
  .hero-section--flow .hero__visual {
    background-image: url(../img/flow/background_img_pc.jpg);
    background-position: center center;
    background-size: cover;
    padding: 0;
    height: 206px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 60px;
  }
  .hero-section--flow .hero__title {
    width: 195px;
  }
  .hero-section--flow .hero__catchcopy {
    max-width: 716px;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 30px;
  }
}
.section-flow .flow-block {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
}
.section-flow .flow-block:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.section-flow .flow-block .flow-block__icon {
  width: 80px;
  display: block;
  position: absolute;
}
.section-flow .flow-block .flow-block__ttl {
  padding-left: 100px;
  width: 235px;
}
.section-flow .flow-block .flow-block__content {
  margin-top: 20px;
}
.section-flow .flow-block .store-button__container {
  padding-top: 20px;
}
.section-flow .flow-block .flow-block__banner {
  margin: 20px 0;
  display: block;
}
.section-flow .flow-block .note {
  font-size: 11px;
  color: #9D9DA2;
}
.section-flow .flow-block strong {
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .section-flow .flow-block {
    min-height: 122px;
  }
  .section-flow .flow-block .flow-block__ttl {
    padding-left: 0;
  }
  .section-flow .flow-block.flow-block--00 .flow-block__ttl {
    width: 540px;
  }
  .section-flow .flow-block.flow-block--01 .flow-block__ttl {
    width: 487px;
  }
  .section-flow .flow-block.flow-block--02 .flow-block__ttl {
    width: 386px;
  }
  .section-flow .flow-block.flow-block--03 .flow-block__ttl {
    width: 448px;
  }
  .section-flow .flow-block .flow-block__icon {
    top: 60px;
  }
  .section-flow .flow-block .flow-block__content {
    padding-left: 125px;
    margin-top: 20px;
    font-size: 16px;
  }
  .section-flow .flow-block .flow-block__banner {
    margin: 25px 0;
    padding-left: 125px;
  }
}
.section-column .section__title {
  width: 167px;
  margin: 0 auto 30px;
}
.section-column .entry {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.section-column .entry picture {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
}
.section-column .entry .entry__title {
  padding-left: 75px;
  font-weight: bold;
  font-size: 13px;
  min-height: 60px;
}
.section-column .entry .entry__title br {
  display: none;
}
.section-column .entry .store-button__container {
  padding-top: 20px;
}

@media screen and (min-width: 1024px) {
  .section-column .section__title {
    width: 173px;
    margin: 0 auto 50px;
  }
  .section-column .entry {
    padding: 30px;
    min-height: 190px;
  }
  .section-column .entry picture {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 130px;
    height: 130px;
  }
  .section-column .entry .entry__title {
    padding-left: 160px;
    font-size: 17px;
  }
  .section-column .entry .entry__title br {
    display: block;
  }
  .section-column .entry .store-button__container {
    padding-top: 15px;
    padding-left: 160px;
  }
}
.section-start-use .store-button__header span {
  display: block;
}
.section-start-use .store-button {
  margin-top: 40px;
}
.section-start-use .note {
  display: none;
}

@media screen and (min-width: 1024px) {
  .section-start-use {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .section-start-use .store-button__header span {
    display: inline;
  }
  .section-start-use .store-button {
    margin-top: 70px;
  }
  .section-start-use .note {
    margin-top: 60px;
    display: block;
    font-size: 11px;
    color: #9D9DA2;
  }
}/*# sourceMappingURL=flow.css.map */