@charset "UTF-8";
/* CSS 固定ページ症例css*/
/*====================================================共通設定==========================================================*/
	
		.flow_list{
		background: #ffecef;
		padding: 2%;
		border-radius: 10px;
		margin:10px 0;
	}


/*====================================================pc設定==========================================================*/
@media print, screen and (min-width:768px){
	
	.flow_text{
		width: 70%;
		min-width: 600px;
		margin:30px auto 30px;
	}
	
	.page_boxA{
		border-bottom: none;
	}
	.flow_tel{
		display: block;
		margin: 20px 0;
		font-size: 2.5rem;
		background: url("../img/tel_img.png") no-repeat left center;
		padding:8px 0 8px 60px;
	}
	
	p.c_center{
		text-align: center;
		margin-bottom: 30px;
	}
	
	.flow_contact_btn{
		margin-top: 15px;
	}

}/*====================================================pc設定終了==========================================================*/

/*=============================タブレット設定===================================*/
@media screen and (min-width:768px) and (max-width:1024px) { 

	

}/*====================================================タブレット設定終了==========================================================*/



/*====================================================sp設定==========================================================*/
@media print, screen and (max-width:767px){
	
	.flow_contact_btn{
		width: 95%;
		margin: 15px auto;
	}
	.flow_contact_btn img{
		width: 100%;
		height: auto;
	}
	.flow_text{
		margin-bottom:20px;
	}
	

	
	
}/*=============================sp設定終了===================================*/