@charset "utf-8";
/* CSS Document */


/*==============================
flowWrap
==============================*/

#flowWrap{
  padding: 0 20px 200px;  
}

#flowWrap > h3{
  text-align: center;
  margin-bottom: 100px;
}

.flowList{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.flowList > li{
  position: relative;
  background-color: #F8F5EA;
  border-radius: 30px;
  margin-bottom: 50px;
  padding: 50px 35px;
}

.flowList > li::before{
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #AFE3F5 transparent transparent transparent;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: auto;
}

.flowbox02{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flowList > li:last-of-type{
  margin-bottom: 0;
}

.flowList > li:last-of-type::before{
  display: none;
}

.flowbox02 div{
  width: 100%;
  margin-right: 50px;
}

.flowbox02 > img{
  width: 100%;
  max-width: 300px;
  height: auto;
}

.flowList > li > div > h4{
  margin-bottom: 30px
} 

.flowList > li > div > h4 > span{
  font-size: 36px;
  line-height: 0;
  font-weight: bold;
  color: #4DC1E9;
  margin-right: 15px;
}

.flowList > li > div > p{
  letter-spacing: 0;
  margin-bottom: 30px;
}

.flowList > li > div > p > span{
  font-weight: bold;
  color: #4DC1E9;  
}

.flowList > li > div > p:last-child{
  margin-bottom: 0;
}

.flowList > li > div > a.linkBtn{
  display: inline-block;
  text-align: center;
}

.contactTitle{
  display: flex;
  width: 100%;
  padding: 12px 30px;
  background-color: #FFFF80;
  border-radius: 30px;
  margin-bottom: 30px;
}

.contactTitle img{
  margin-right: 10px;
}

.flowList > li.flowbox01 > div > p{
  margin-bottom: 50px;
}

.flowList > li.flowbox01 > div > a{
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 50px;
  text-align: right;
}

.flowbox01 > div > a img{
  width: 100%;
}

.linkBox{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 610px;
  margin: 0 auto 100px ;
}

.flowbox01 > div > img:first-of-type{
  max-width: 100%;
  margin-bottom: 30px;
}

.flowbox01 > div > img:nth-of-type(2){
  max-width: 100%;
  margin-bottom: 55px;
}

.flowTitle{
  display: block;
  text-align: center;
  padding: 7px 20px;
  width: 100%;
  background-color: #E9E6DE;
  margin-bottom: 30px;
}

.friendBox{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.friendBox > div{
  width: 100%;
  max-width: 390px;
}

.friendBox > div > h6{
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 7px 20px;
  width: 100%;
  background-color: #838383;
  border-radius: 20px;
  margin-bottom: 30px;
}

.friendBox > div > p{
  margin-bottom: 30px;
}


.friendBox > div > a{
  display: block;
  margin: 0 auto;
  width: 156px;
}

.friendBox > div > a img{
  width: 100%;
}

.friendBox > div > img{
  display: block;
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
}

.reiBox{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.reiBox > div{
  width: 100%;
  max-width: 390px;
}

.reiBox > div > p{
  font-weight: bold;
}

.reiBox > div > img{
  width: 100%;
}

@media screen and (max-width: 1000px){
  #flowWrap{
    padding: 0 20px 100px;
  }
  
  #flowWrap > h3{
    margin-bottom: 50px
  }
  
  .flowList{
    max-width: 600px;
  }
  
  .flowList > li{
    display: block;
  }
  
  .flowList > li > div > h4{
    margin-bottom: 15px;
  }
  
  .flowList > li > div{
    margin-bottom: 20px;
  }
  
  .flowList > li > img{
    display: block;
    margin: 0 auto;
  }
  
  .flowList > li.flowbox01 > div > a{
    max-width: 320px;
  }
  
  .linkBox{
    display: block;
    margin-bottom: 50px;
  }
  
  a.linkBtn{
    margin-bottom: 10px;
  }
  
  .friendBox{
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
  
  .friendBox > div{
    margin-bottom: 30px;
  }
  
  .reiBox{
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
  
  .reiBox > div{
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px){
  .flowList{
    max-width: 400px;
  }
  
  .flowList > li{
    padding: 20px 20px 30px;
  }
  
  .flowList > li > div > h4 > span{
    margin-right: 0;
  }
}











