@charset "utf-8";

.flow main section{
  padding-left: 0;
  padding-right: 0;
}

.flow h1{
  margin-bottom: 5rem;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: normal;
}
.flow h1 span{
  display: block;
  font-family: 'Anton', sans-serif;
  font-size: 8rem;
  font-weight: bold;
}
.flow h1 + p{
  width: 74rem;
  margin: 0 auto 8rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.flow ol.step{
  padding-bottom: 10rem;
}
.flow ol.step li{
  padding:6rem 2rem;
}
.flow ol.step li .title{
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 3.5rem;
  font-weight: normal;
}
.flow ol.step li .title span{
  display: block;
  font-family: 'Anton', sans-serif;
  color: #148cad;
  font-weight: bold;
}
.flow ol.step li p{
  width: 52rem;
  margin: 0 auto;
}
.flow ol.step li:nth-of-type(odd){
  background-color: #f7f2ed;
}
.flow ol.step li:not(:first-of-type) .title{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow ol.step li:not(:first-of-type) .title::before{
  display: block;
  content: "";
  margin-bottom: 1.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 16px 0 16px;
  border-color: #148cad transparent transparent transparent;
}


/* ---------------------------------------------------------
ONLY SP
----------------------------------------------------------*/
@media screen and (max-width:750px){
  .flow h1{
    margin-bottom: 2.5rem;
    font-size: 1.7rem;
  }
  .flow h1 span{
    font-size: 4rem;
  }
  .flow h1 + p{
    width: 100%;
    margin: 0 auto 4rem;
  }
  .flow ol.step{
    padding-bottom: 4rem;
  }
  .flow ol.step li{
    padding:3rem 2rem;
  }
  .flow ol.step li .title{
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .flow ol.step li p{
    width: 100%;
  }
  .flow ol.step li:not(:first-of-type) .title::before{
    margin-bottom: 1rem;
    border-width: 16.8px 9.6px 0 9.6px;
  }
}
