@charset "utf-8";

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

.flow-num-intro {
  font-size: 1.3rem;
}

.flow-num-intro li > span {
  color: #ff0000;
  font-weight: bold;
}

.flow-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.flow-header .point-num {
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #00B6BC;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #00B6BC;
}

.flow-header .point-num p {
  line-height: 1.2;
  display: block;
  padding-top: 1rem;
}

.flow-header .point-num p span {
  font-size: 2.4rem;
  color: #999999;
}

.flow-header-txt {
  width: calc(100% - 74px);
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.6;
}

.img-point {text-align: center;}

.img-point img {max-width: 85%;}

.img-point.flow-start-img1 img {max-width: 45%;}

@media (min-width: 481px) {
  .flow-col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (min-width: 481px) and (max-width: 768px) {

  .flow {width: 47%;}

  .flow-header-txt {font-size: 1.2rem;}

  .flow.mb0 {margin-bottom: 0;}
}

@media (min-width: 769px) {

.flow {width: 47%;}

.img-point img {max-width: 70%;}

.img-point img.mail-sentence {max-width: 90%;}

.img-point.flow-start-img1 img {max-width: 38%;}

.invite-img img {width: 58%;}

.flow-header-txt {font-size: 16px;}
}
/* //mediaquery */