@charset "UTF-8";

/*.composite_box01 .wrapper_item{
counter-reset: number !important;
}*/

/* aタグをposition: relativeの基準にする */
/*.wrapper_item .inner_item a {
  position: relative;
  display: block;
}*/

/* afterをinner_itemではなくaタグにつける */
/*.wrapper_item .inner_item:not(:last-child) a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #F47B20;
  z-index: 1;
}*/

/*レッスンの流れパーツコード調整 260709*/
#service_flow + .composite_box01 .wrapper_item{
  counter-reset: number !important;
}
#service_flow + div .wrapper_item .inner_item a {
  position: relative;
  display: block;
}
#service_flow + div .wrapper_item .inner_item:not(:last-child) a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #F47B20;
  z-index: 1;
}