@charset "UTF-8";


/* tirashi_sec
***************************************************************/
.tirashi_box02_flow {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;

  > div{
    max-width: 180px;
  }
  .flow_arrow{
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 40px solid var(--green);
    border-right: 0;
    margin: clamp(50px, 6vw, 60px) 2% 0;
  }

}



/*--------------------PC--------------------*/
@media all and (min-width:900px){
}
/*--------------------SP--------------------*/
@media all and (max-width:899px){
  .tirashi_box02_flow {
    max-width: 180px;
    margin-top: 50px;

    .flow_arrow{
      display: block;
      border-right: 15px solid transparent;
      border-left: 15px solid transparent;
      border-top: 20px solid var(--green);
      border-bottom: 0;
      margin: 20px auto;
    }

  }

}




/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:900px){
}
/*--------------------SP--------------------*/
@media all and (max-width:899px){
}




/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:900px){
}
/*--------------------SP--------------------*/
@media all and (max-width:899px){
}
