@charset "UTF-8";
main{

}
/*---------------------------------------------------------------*/
/*--//fvArea--*/
.fvArea{
  background-image: url(../../images/flow/fv_back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 40vw;
  padding-top: 15vw;
  width: 100%;
}
.fvIn{
  position: relative;
  width: 92vw;
  height: 25vw;
  margin: auto;
  background-color: rgba(255,255,255,0.7);
}
.fvIn > h1{
  position: absolute;
  font-size: 5vw;
  letter-spacing: 0.1em;
  color: #005db2;
  font-weight: 600;
  padding: 2vw 0 0 2vw;
}
.fvIn > p{
  position: absolute;
  top: 10vw;
  left: 2vw;
  width: 100%;
  font-size: 3vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #005db2;
  text-align: left;
}


/*---------------------------------------------------------------*/
/*--//flowarea--*/
.flowarea {
  max-width: 94vw;
  margin: 6vw auto 12vw;
  background: #fff;
  padding: 8vw 4vw;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 10px;
}
.flowarea > h2{

}
.flowarea > h3 {
  color: #007B9A;
  font-size: 5vw;
  margin: 8vw auto auto;
}
.flowarea > p {
  display: block;
  margin: 3vw 3vw auto 5.5vw;
  line-height: 1.5;
}




/*------------------------------------------------------------------------------------------------------*/
/*　　　　PC css　　　　*/
/*------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
/*---------------------------------------------------------------*/
/*--//fvArea--*/
.fvArea{
  background-image: url(../../images/flow/fv_back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 250px;
  padding-top: 70px;
}
.fvIn{
  position: relative;
  width: 1200px;
  height: 180px;
  margin: auto;
  background-color: rgba(255,255,255,0.5);
}
.fvIn > h1{
  position: absolute;
  font-size: 34px;
  letter-spacing: 0.1em;
  color: #005db2;
  font-weight: 600;
  padding: 40px 0 0 100px;
}
.fvIn > p{
  position: absolute;
  top: 100px;
  left: 100px;
  width: 600px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #005db2;
  text-align: left;
}


/*---------------------------------------------------------------*/
/*--//flowarea--*/
.flowarea {
  max-width: 960px;
  margin: 40px auto 100px;
  background: #fff;
  padding: 40px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 10px;
}
.flowarea > h2{

}
.flowarea > h3 {
  color: #007B9A;
  font-size: 20px;
  margin: 30px auto auto;
}
.flowarea > p {
  display: block;
  margin: 10px 25px auto;
  line-height: 1.5;
}

}/*--　PC css終了　--*/