@charset "UTF-8";

/*--見出し調整--*/
#flow_number + section .heading.block_header_7 p {
  font-size:20px;
  font-weight:800;
}

@media screen and (max-width:375px){
  #flow_number + section .heading.block_header_7 .h {
    padding-left: 10px;
  }
}

@media screen and (min-width:769px){
  #flow_number + section .heading.block_header_7 .h {
    font-size: 24px;
  }
}

@media screen and (max-width:769px){
#flow_number + section .heading.block_header_7 .h {
    font-size: 20px;
}