.sec_lead .sec_header {
  padding: 0 0 1% 0;
  background: url("../img/common/bg_line01.png") no-repeat 0% 100%;
  background-size: auto 2.5px;
  font-size: 1.8rem;
  font-weight: bold;
}
.sec_lead .sec_body {
  margin-top: 3%;
}
.sec_lead .sec_body .col_comment {
  margin-top: 10px;
  font-size: 14px;
    line-height: 1.7;
}
.sec_lead .flow_cont {
  margin-top: 10px;
}
.sec_lead .flow_cont .caption {
  margin-top: 10px;
  color: #999;
  font-size: 1rem;
}
.sec_lead .flow_youtube {
  position: relative;
  margin: 20px 0 0;
  /*
  padding: 4% 6% 2%;
  background: url("../img/flow/youtube_thum01.png") no-repeat center center;
  */
  background-size: contain;
  text-align: center;
}
.sec_lead .flow_youtube iframe {
  width: 100%;
}
.sec_lead .step_cont {
  margin-top: 4%;
  padding-bottom: 2%;
}
.sec_lead .step_cont .step_list .step_item {
  position: relative;
  /*
  margin-top: 7%;
  margin-top: 31px;
  */
  margin-top: 20px
  padding: 2%;
  border: 2px solid #e2e2e2;
}
.sec_lead .step_cont .step_list .step_item:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -28px;
  width: 0;
  height: 0;
  margin-left: -25px;
  border-style: solid;
  border-width: 20px 25px 0;
  border-color: #dddddd transparent transparent transparent;
}
.sec_lead .step_cont .step_list .step_item:last-child:after {
  content: none;
}
.sec_lead .step_cont .step_list .col_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2% 0;
}
.sec_lead .step_cont .step_list .col_wrap .img_col {
  width: 60%;
  margin: 0 20%;
}
.sec_lead .step_cont .step_list .col_wrap .text_col {
  width: 100%;
  margin-top: 2%;
}
.sec_lead .step_cont .step_list .col_wrap .step_label {
  padding: 0 0 5px 0;
  background: url("../img/flow/flow_bg_line01.png") repeat-x left bottom;
  background-size: auto 1px;
  color: #e92323;
  font-size: 18px;
  font-weight: 700;
}
.sec_lead .step_cont .step_list .col_wrap .step_comment {
  margin-top: 5px;
  font-size: 14px;
    line-height: 1.7;
}
.sec_lead .step_cont .step_list .col_wrap .step_sub {
  color: #999;
  font-size: 1rem;
}

/*@ sourceMappingURL=style.css.map */
