@charset "utf-8";
.content_line {
  padding-block: 20px 30px;
}
.tit_wrap {
  margin-bottom: 20px;
}
.center {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.line_txt span {
  color: #ff0000;
  font-weight: bold;
}
.line_txt {
  font-size: 18px;
  line-height: 30px;
}
.line_txt p + p {
  margin-top: 40px;
}
.flow {
  border: 1px solid #acacac;
  padding: 60px 55px 30px;
  margin: 50px 30px 0;
}
.ttl_f {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.flow_ttl {
  color: #fff;
  width: 400px;
  height: 40px;
  line-height: 40px;
  background: #30b92d;
  border-radius: 40px;
  margin: 0 auto;
}
.flow dt {
  border-bottom: 6px solid #ededed;
  padding-bottom: 10px;
}
.flow dd p {
  line-height: 1.8;
}
.number_f {
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.number_type1 {
  font-size: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #30b92d;
  border-radius: 20px;
}
.number_type2 {
  font-size: 12px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #ffac1c;
  border-radius: 16px;
  margin: 0 2px;
}
.flow_em {
  font-weight: bold;
}
.flow_red {
  color: #ff0000;
}
