.flow-image-main {
  width: 100%;
  margin: 15px 0;
}

.flow-contents-container {
  width: 100%;
  height: 100%;
  padding: 0px 0 20px 0;
}

.flow-table-container {
  text-align: center;
  margin-top: 10vw;
}

.flow-table-container label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.flow-step-container {
  height: 15vw;
  width: 15vw;
}

.flow-step-vertical-line {
  height: 15vw;
  width: 5px;
  background-color: #fcb8ba;
  border: none;
}

.flow-step-vertical-line-none {
  border: none;
  width: 5px;
}

.flow-text-container-part {
  height: 30vw;
  margin-left: 2vw;
}

.flow-text-container {
  text-align: left;
}

.flow-text-title {
  font-size: 5vw;
  color: #fcb8ba;
}

.flow-text-content {
  font-size: 3vw;
  line-height: 5vw;
}

.header-pc, .footer-pc, .side-menu {
  display: none;
}

.common-float-left {
  margin-right: 1vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.common-table-subtitle {
  margin-bottom: 10px;
}

.common-table-title-container, .flow-image-main {
  display: none;
}

.flow-image-main-sp {
  width: 100%;
}


.contact-form-line-for-company {
  display: none;
}

.contact-form-line-title {
  font-size: 20px;
}

_:-ms-lang(x)::-ms-backdrop, .flow-table-container-label{
  width: 100%;
}
