  @charset "utf-8";
/* ---- - Iեƥ_k - ؜ӹƥ---- */
#sales_management #main {
  padding-bottom: 60px;
}
.type1 {
  margin-bottom: 40px;
}

/* ----top_text---- */
.top_text {
  line-height: 172%;
}
.top_text ul li::before {
  content: "";
  color: #f19716;
  font-size: 6px;
  margin-right: 3px;
}
.top_text ul li {
  padding-left: 13px;
  text-indent: -13px;
}
::-webkit-full-page-media, _:future, :root .top_text ul li {
  padding-left: 13px;
  text-indent: -10px;
}

/* ----flow_chart---- */
.flow_chart {
  margin-top: 40px;
}
.flow_chart img {
  width: 100%;
}

/* ----flow_chart_info---- */
.flow_chart_info {
  margin-top: 55px;
}

.info_block:not(:last-child) {
  margin-bottom: 45px;
}

.flow_chart_info h3 {
  font-weight: 600;
  position: relative;
}

.flow_chart_info h3::before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(/wp/wp-content/themes/ios/strengths/development/img/icon_01.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: bottom;
  margin: 0 11px 0 5px;
}
.flow_chart_info .info_block:nth-child(2) h3:before {
  background-image: url(/wp/wp-content/themes/ios/strengths/development/img/icon_02.svg);
}
.flow_chart_info .info_block:nth-child(3) h3:before {
  background-image: url(/wp/wp-content/themes/ios/strengths/development/img/icon_03.svg);
}
.flow_chart_info .info_block:last-child h3:before {
  background-image: url(/wp/wp-content/themes/ios/strengths/development/img/icon_04.svg);
}

.flow_chart_info h3::after {
  content: '';
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
}
.flow_chart_info .info_block:first-child h3:after,
.flow_chart_info .info_block:nth-child(2) h3:after {
  background-color: #f19716;
}
.flow_chart_info .info_block:nth-child(3) h3:after {
  background-color: #0c3388;
}
.flow_chart_info .info_block:last-child h3:after {
  background-color: #509764;
}

.table_list {
  margin-left: 20px;
  margin-top: 23px;
}
.table_list li {
  width: 100%;
  height: 40px;
  display: flex;
  margin-bottom: 5px;
}
.table_list li .title {
  width: 100px;
  height: 100%;
  font-size: 13px;
  justify-content: center;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.table_list li .title h4 {
  font-weight: 600;
}

.flow_chart_info .info_block:first-child li .title,
.flow_chart_info .info_block:nth-child(2) li .title {
  background-color: #fef5e8;
}
.flow_chart_info .info_block:nth-child(3) li .title {
  background-color: #e7ebf3;
}
.flow_chart_info .info_block:last-child li .title {
  background-color: #edf5ef;
}
.table_list li .text {
  width: calc(100% - 100px);
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 167%;
  padding: 5px 0;
}

/*
****     SP     ***
**/
@media (max-width: 767px) {
  #sales_management #main {
    padding: 0;
    padding-bottom: 40px;
  }
  .sales_management_wrap {
    padding: 0 10px;
  }
  .type1 {
    margin-bottom: 15px;
  }

  /* ----flow_chart---- */
  .top_text ul {
    margin: 5px 0;
  }

  /* ----flow_chart---- */
  .flow_chart {
    margin-top: 15px;
  }

  /* ----table_list---- */
  .flow_chart_info {
    margin-top: 33px; 
  }
  
  .info_block:not(:last-child) {
    margin-bottom: 33px;
  }

  .flow_chart_info h3::after {
    bottom: -6px;
  }

  .table_list {
    margin-left: 0;
    margin-top: 20px;
  }

  .table_list li {
    width: 100%;
    height: 100%;
  }
  .table_list li .title {
    width: 80px;
    min-height: 40px;
    height: auto;
    margin-right: 15px;
    line-height: 100%;
  }
  .table_list li .text {
    width: calc(100% - 80px);
    display: flex;
    align-items: center;
  }
  
}