.container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-top: 90px;
  padding: 0;
  width: 100%;
}
.header {
  position: fixed;
  width: 100%;
  height: 24px;
  padding: 48px 0 12px;
  top: 0;
  z-index: 10;
  background: #fff;
}
.flex-container {
  display: flex;
  justify-content: space-between;
}
.flex-container .left-arrow {
  margin-left: 20px;
}
.flex-container .close {
  position: absolute;
  right: 20px;
}
.title {
  color: #eb5505;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.description {
  margin: 20px;
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.description p {
  font-size: 1.4rem;
}
.annotation {
  color: #eb5505;
  font-weight: bold;
}
.arrow-under {
  margin: 5px auto;
}
.flow-contents {
  display: flex;
  flex-direction: column;
  margin-bottom: 140px;
}
.images {
  display: flex;
  flex-direction: column;
}
.license-images,
.mynumber-images,
.residence-card {
  display: none;
}
@media screen and (max-width: 320px) {
  .flow-contents svg {
    width: 280px;
  }
  .flow-title {
    margin-top: 24px;
  }
}
