#page.plan.in .c-page-ttl {
  margin-bottom: 25px;
}
#page.plan.in .c-page-text {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #page.plan.in .c-page-ttl {
    line-height: 1.5588235294;
  }
  #page.plan.in .c-page-text {
    text-align: left;
    font-size: 15px;
    line-height: 2;
  }
}
#page.plan.in .sec-plan {
  margin-bottom: 110px;
}
#page.plan.in .sec-plan .plan-ttl {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #page.plan.in .sec-plan {
    margin-bottom: 130px;
  }
}
#page.plan.in .c-comparison {
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  #page.plan.in .c-comparison {
    margin-bottom: 130px;
  }
}
#page.plan.in .flow {
  margin-bottom: 200px;
}
#page.plan.in .flow .flow-item-area {
  border: 1px solid #191919;
  border-radius: 50px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 70px;
}
#page.plan.in .flow .flow-item:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
}
#page.plan.in .flow .flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  background-image: url(../img/plan/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 16px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -28px;
}
#page.plan.in .flow .flow-item-num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
#page.plan.in .flow .flow-item-ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
#page.plan.in .flow .flow-item-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62%;
          flex: 0 0 62%;
  font-size: 15px;
  line-height: 1.6;
}
#page.plan.in .flow .flow-item-doc {
  padding: 0 70px;
  border-radius: 50px;
  background-color: #ebebeb;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
#page.plan.in .flow .flow-item-doc-ttl {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 500;
  background-color: #191919;
  color: #fff;
  padding: 10.5px 13px;
}
#page.plan.in .flow .flow-item-doc-text {
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1.3125;
}
@media (max-width: 767px) {
  #page.plan.in .flow {
    margin-bottom: 160px;
  }
  #page.plan.in .flow .flow-item:not(:last-child) {
    margin-bottom: 50px;
  }
  #page.plan.in .flow .flow-item:not(:last-child)::after {
    bottom: -32px;
  }
  #page.plan.in .flow .flow-item-area {
    height: 295px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 25px;
    border-radius: 36px;
  }
  #page.plan.in .flow .flow-item-num {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  #page.plan.in .flow .flow-item-ttl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 15px;
  }
  #page.plan.in .flow .flow-item-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: justify;
  }
  #page.plan.in .flow .flow-item-doc {
    height: 240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 30px;
    border-radius: 36px;
  }
  #page.plan.in .flow .flow-item-doc-text {
    text-align: justify;
    line-height: 1.9230769231;
  }
}