@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Alata&display=swap');

/*############## flow ##############*/
#flow ul li {
	display: flex;
	border-top: solid 1px #c9c9c9;
	border-bottom: solid 1px #c9c9c9;
	padding: 20px 0;
	margin-bottom: 40px;
}

#flow ul li p {
  width: 15%;
	margin-right: 5%;
}

#flow dl {
  width: 80%;
}

#flow dt h3 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1.7px;
}

#flow dt h3 span {
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #f1f1f1;
	text-align: center;
	line-height: 45px;
	vertical-align: middle;
	font-size: 16px;
	font-family: "Century Gothic", sans-serif;
	margin: 0 10px 6px 0;
}

#flow .flowBox {
	display: flex;
}

#flow .flowTel {
  font-family: 'Alata', sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

#flow .flowTel span {
  font-size: 2.0rem;
}

#flow .flowBox li {
	border: none;
	padding: 0;
  margin: 10px 0 0 0;
}

#flow .btn a {
  width: 220px;
  margin-left: 30px !important;
  height: 36px;
  line-height: 36px;
}

#flow .attention {
	border-top: dotted 1px #c9c9c9;
	margin-top: 20px;
	padding-top: 20px;
	color: #fb3131;
}

#flow .attention li {
  border: none;
  padding: 0;
  margin-bottom: 5px;
}

#flow .attention li:last-child {
  margin-bottom: 0;
}

/*############## 896px以下 ##############*/
@media screen and (max-width:896px) {
  #flow ul li p {
    width: 20%;
  }
  
  #flow dl {
    width: 75%;
  }

  #flow .flowBox {
    display: block;
  }
  
  #flow .btn a {
    margin-left: 0px !important;
  }

}

/*############## 560px以下 ##############*/
@media screen and (max-width:560px) {
  #flow ul li {
    display: block;
  }
  
  #flow ul li p {
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
  }
  
  #flow dt h3 {
    margin-bottom: 4%;
  }

  #flow dl {
      width: 90%;
      margin: 0 auto;
  }
  
  #flow .flowBox li {
    text-align: center;
  }
  
  #flow .btn a {
    margin: 0 auto !important;
  }
  
  #flow .attention li {
    margin-bottom: 15px;
  }
}