@media screen and (min-width: 960px) {
  .flow-content {
    padding-bottom: 45px;
  }
}

.flow-content__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
}

@media screen and (min-width: 960px) {
  .flow-content__nav {
    margin-bottom: 55px;
  }
}

.flow-content__nav__item img {
  max-width: 100%;
}

.flow-content__heading {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6875em;
}

@media screen and (min-width: 960px) {
  .flow-content__heading {
    font-size: 3.2rem;
  }
}

.flow-content__list {
  margin-top: 15px;
}

@media screen and (min-width: 960px) {
  .flow-content__list {
    margin-top: 30px;
  }
}

.flow-content__list__item {
  position: relative;
}

.flow-content__list__item:not(:first-child) {
  margin-top: 4px;
}

@media screen and (min-width: 960px) {
  .flow-content__list__item:not(:first-child) {
    margin-top: 8px;
  }
}

.flow-content__list__item:not(:first-child)::before {
  display: block;
  content: '';
  background-image: url("../images/flow/img_flow_next.png");
  background-size: 45px 19px;
  width: 45px;
  height: 19px;
  position: absolute;
  top: -4px;
  left: 0;
}

@media screen and (min-width: 960px) {
  .flow-content__list__item:not(:first-child)::before {
    background-size: 90px 38px;
    width: 90px;
    height: 38px;
    top: -8px;
  }
}

.flow-content__list__item:last-child::before {
  content: '';
  background-image: url("../images/flow/img_flow_last.png");
  background-size: 45px 16px;
  width: 45px;
  height: 16px;
  position: absolute;
  left: 0;
  top: -4px;
}

@media screen and (min-width: 960px) {
  .flow-content__list__item:last-child::before {
    background-size: 90px 32px;
    width: 90px;
    height: 32px;
    top: -8px;
  }
}

.flow-content__list__item__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow-content__list__item__block__term {
  width: 45px;
  background-color: #208bcc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 960px) {
  .flow-content__list__item__block__term {
    width: 90px;
  }
}

.flow-content__list__item__block__term--last {
  background-color: #66cc66;
}

.flow-content__list__item__block__term__label {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.flow-content__list__item__block__term__label__text {
  font-size: 1.0rem;
  letter-spacing: .2em;
  display: block;
}

@media screen and (min-width: 960px) {
  .flow-content__list__item__block__term__label__text {
    font-size: 2.0rem;
  }
}

.flow-content__list__item__block__term__label__number {
  font-size: 2.6rem;
  font-family: "Roboto", sans-serif;
  margin-top: 3px;
  display: block;
}

@media screen and (min-width: 960px) {
  .flow-content__list__item__block__term__label__number {
    font-size: 5.2rem;
  }
}

.flow-content__list__item__block__desc {
  width: calc(100% - 45px);
  padding: 25px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .flow-content__list__item__block__desc {
    width: calc(100% - 90px);
    padding: 50px;
  }
}

.flow-content__list__item__block__desc__icon--01 {
  width: 22px;
}

@media screen and (min-width: 960px) {
  .flow-content__list__item__block__desc__icon--01 {
    width: 44px;
  }
}

.flow-content__list__item__block__desc__icon--02 {
  width: 38px;
}

@media screen and (min-width: 960px) {
  .flow-content__list__item__block__desc__icon--02 {
    width: 76px;
  }
}

.flow-content__list__item__block__desc__icon--03 {
  width: 23px;
}

@media screen and (min-width: 960px) {
  .flow-content__list__item__block__desc__icon--03 {
    width: 46px;
  }
}

.flow-content__list__item__block__desc__icon--04 {
  width: 27px;
}

@media screen and (min-width: 960px) {
  .flow-content__list__item__block__desc__icon--04 {
    width: 54px;
  }
}

.flow-content__list__item__block__desc__icon--05 {
  width: 52px;
}

@media screen and (min-width: 960px) {
  .flow-content__list__item__block__desc__icon--05 {
    width: 104px;
  }
}

.flow-content__list__item__block__desc__icon--06 {
  width: 30px;
}

@media screen and (min-width: 960px) {
  .flow-content__list__item__block__desc__icon--06 {
    width: 60px;
  }
}

.flow-content__list__item__block__desc__heading {
  color: #03314c;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6875em;
  margin-top: 5px;
}

@media screen and (min-width: 960px) {
  .flow-content__list__item__block__desc__heading {
    margin-top: 10px;
    font-size: 3.2rem;
  }
}

.flow-content__list__item__block__desc__paragraph {
  font-size: 1.2rem;
  line-height: 1.75em;
}

@media screen and (min-width: 960px) {
  .flow-content__list__item__block__desc__paragraph {
    font-size: 1.6rem;
  }
}

.flow-content__list__item__block__desc__paragraph:not(:first-child) {
  margin-top: 10px;
}

@media screen and (min-width: 960px) {
  .flow-content__list__item__block__desc__paragraph:not(:first-child) {
    margin-top: 20px;
  }
}

.flow-content__list__item__block__desc__paragraph:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .flow-content__list__item__block__desc__paragraph:not(:last-child) {
    margin-bottom: 30px;
  }
}

.flow-content__list__item__block__desc__point {
  background-color: #f2f2f2;
  position: relative;
  padding: 30px;
  margin-top: 30px;
}

@media screen and (min-width: 960px) {
  .flow-content__list__item__block__desc__point {
    margin-top: 60px;
    padding: 40px;
  }
}

.flow-content__list__item__block__desc__point__heading {
  color: #208bcc;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 960px) {
  .flow-content__list__item__block__desc__point__heading {
    font-size: 2.4rem;
    margin-top: -40px;
  }
}

.flow-content__list__item__block__desc__point__list {
  margin-top: 10px;
}

.flow-content__list__item__block__desc__point__list__item {
  font-size: 1.2rem;
  line-height: 1.75em;
  position: relative;
  padding-left: 10px;
}

@media screen and (min-width: 960px) {
  .flow-content__list__item__block__desc__point__list__item {
    font-size: 1.6rem;
    padding-left: 24px;
  }
}

.flow-content__list__item__block__desc__point__list__item:not(:first-child) {
  margin-top: 5px;
}

@media screen and (min-width: 960px) {
  .flow-content__list__item__block__desc__point__list__item:not(:first-child) {
    margin-top: 10px;
  }
}

.flow-content__list__item__block__desc__point__list__item::before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #333333;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

@media screen and (min-width: 960px) {
  .flow-content__list__item__block__desc__point__list__item::before {
    width: 11px;
    height: 11px;
  }
}

@media screen and (min-width: 960px) {
  .flow-schedule {
    padding-top: 45px;
  }
}

.flow-schedule__heading-b {
  font-size: 1.6rem;
  line-height: 1.75em;
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .flow-schedule__heading-b {
    font-size: 3.2rem;
  }
}

.flow-schedule__paragraph {
  font-size: 1.2rem;
  line-height: 1.75em;
}

@media screen and (min-width: 960px) {
  .flow-schedule__paragraph {
    font-size: 1.6rem;
  }
}

.flow-schedule__paragraph:not(:first-child) {
  margin-top: 20px;
}

@media screen and (min-width: 960px) {
  .flow-schedule__paragraph:not(:first-child) {
    margin-top: 35px;
  }
}

.flow-schedule__paragraph:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .flow-schedule__paragraph:not(:last-child) {
    margin-bottom: 35px;
  }
}

.flow-schedule__image:not(:first-child) {
  margin-top: 20px;
}

@media screen and (min-width: 960px) {
  .flow-schedule__image:not(:first-child) {
    margin-top: 40px;
  }
}

.flow-schedule__image:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .flow-schedule__image:not(:last-child) {
    margin-bottom: 60px;
  }
}
