@charset "UTF-8";

/*--買取の流れ--*/
#sell_flow + section .flow_item,
#buy_flow + section .flow_item{
    margin-bottom: 3rem;
}

#sell_flow + section .flow_item_title,
#buy_flow + section .flow_item_title{
    display: flex;
    border-bottom: 1px solid var(--i_main_color);
    margin-bottom: 1rem;
    align-items: baseline;
}

#sell_flow + section .flow_item_title p:nth-of-type(1),
#buy_flow + section .flow_item_title p:nth-of-type(1){
  color:var(--i_main_color);
  margin:0;
    font-size: 2.5rem;
    font-weight: bold;
}

#sell_flow + section .flow_item_title p:nth-of-type(2),
#buy_flow + section .flow_item_title p:nth-of-type(2){
  color:var(--i_main_color);
  margin:0 0 0 1.5rem;
}