.flow {
  background-color: #fdfdfd;
  border: 2rem solid #fff4d3;
  padding-top: 2.5rem;
}
.flow .flow_title {
  font-size: 2.5rem;
  font-weight: 100;
  border: 0.4rem solid #fabe00;
  padding: 1rem;
  color: #fabe00;
  margin: 0 2.5rem 2.5rem 2.5rem;
  text-align: center;
}
.flow .flow_box {
  margin: 0 10vw 10vw;
  background-color: #fdfdfd;
  border-top: 10px dotted #0191b4;
  border-bottom: 10px dotted #0191b4;
}
.flow .flow_box .flow_box-title {
  padding: 6vw 10vw 1vw;
  width: 100%;
  text-align: center;
  font-size: 5vw;
  font-weight: 100;
  border-bottom: 5px dotted #fabe00;
}
.flow .flow_box .flow_box-desp {
  margin-top: 1vw;
  padding: 0 5vw 5vw;
  font-size: 4vw;
}
.flow .flow_box .flow_feature-list {
  margin-top: 4vw;
  font-size: 4vw;
}
.flow .flow_box .flow_days {
  font-size: 4vw;
  margin-top: 4vw;
  padding: 1vw 3vw 1vw;
  border: 3px solid #fabe00;
  margin-bottom: 5vw;
}
.flow .flow_under-arrow {
  width: 10vw;
  margin: auto;
  margin-bottom: 10vw;
}
.flow .flow_nattoku-img {
  position: absolute;
  top: 35%;
  left: 5%;
  width: 20vw;
}
.flow .flow_shop-img {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 20vw;
}

@media screen and (min-width: 1024px) {
  .flow {
    padding-bottom: 2rem;
  }
  .flow .flow_title {
    font-size: 3rem;
    font-weight: bold;
    max-width: 1000px;
    margin: auto;
  }
  .flow .flow_box {
    max-width: 1000px;
    margin: auto;
    margin: 5rem auto 5rem;
  }
  .flow .flow_box .flow_box-title {
    font-size: 3rem;
    padding: 3rem 26rem 2rem;
  }
  .flow .flow_box .flow_box-desp {
    font-size: 3rem;
    max-width: 1000px;
    margin: auto;
    padding: 2rem 4rem 5rem;
  }
  .flow .flow_box .flow_feature-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flow .flow_box .flow_feature-box .flow_img {
    width: 50%;
  }
  .flow .flow_box .flow_feature-box .flow_feature-list {
    width: 50%;
    font-size: 3rem;
    margin-top: 0;
  }
  .flow .flow_box .flow_days {
    font-size: 3rem;
    margin: 3rem 0 3rem;
  }
  .flow .flow_under-arrow {
    width: 5rem;
    margin-bottom: 2rem;
  }
}
/*# sourceMappingURL=flow.css.map */