@charset "UTF-8";
/* CSS 固定ページ症例css*/
/*====================================================共通設定==========================================================*/
	
.bg_pinknami{
	background:url("../img/bg_nami_9.png") repeat-x top left,url("../img/bg_nami_10.png") repeat-x bottom left;
	padding: 22px 0 ;
}	

/*---症例ボタン---*/


.case_btn{
	margin: 2em 0;
    background: white;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	border-radius:2%;
	padding-bottom:2%;
}
.case_btn .title{
    font-size: 1.2em;
    background:  #F6A9B1;
    padding: 4px;
    text-align: center;
    color: black;
    font-weight: 400;
	letter-spacing: 0.05em;
}
.case_btn p{
	padding:15px 20px;
	text-decoration:none;
	font-size:1.1rem;
}
.case_btn p:nth-child(4){
	font-size:0.6rem;
	line-height:15px;
}
a:link {
	text-decoration:none;
	color:black;
	justify-content:center;}
.flexbox{display:flex;}
.flexboxitem {flex-basis:70%;}
.flexbox p:first-child{margin-top:2%;}
.click{
	background: #f16a77;
	color:white;
	padding:1rem;
	text-align:center;
	width:60%;
	margin:auto;
	border-radius:3%;
	font-weight:400;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}



/*====================================================pc設定==========================================================*/
@media print, screen and (min-width:768px){

	.flexboxwrap{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;}
	.flexboxwrapitem{
		flex-basis:45%;margin:auto;}
	.case_h2{
		max-width:1000px;
		min-width: 700px;
		height:350px;
		margin: 0 auto;
		background: #FDF3E9;
		text-align: center;
	}
	.case_h2 img{

		height: 100%;
		width: auto;
	}
	
	.case_box{
		display: flex;
		flex-wrap: nowrap;
		justify-content:space-around;
		margin: 30px 0 40px;	
	}
	.page_h3 span{
		font-size:2rem;
	}
	.case_text{
		max-width: 80%;
		min-width: 600px;
		margin: 0 auto;
	}
	
	
	ul.case_list{
		width: 60%;
		min-width: 800px;
		margin:80px auto 50px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-around;
	}
	.case_list li{
	width: 300px;
	}
	
	
	.case_list li a{
		display: block;
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-radius: 20px;	
	}
	
	/*小児btn*/
	.case_list li:first-child a{
		background: #f18e43;
		color:#fff;
	}
	/*インビザbtn*/
	.case_list li:nth-child(2) a{
		background: #f18e43;color:#fff;
	}
	/*ワイヤーbtn*/
	.case_list li:last-child a{
		background: #f18e43;color:#fff;
	}
	#case_child,#case_invi,#case_bra{
		padding-top: 200px;
		margin-top: -200px;
	}
	.case_img_lst{
		width: 80%;
		min-width: 800px;
		margin:80px auto 50px;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-around;
	}
	
	
	
	
}/*====================================================pc設定終了==========================================================*/

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

	ul.case_list{
		width: 90%;
		min-width: 700px;
		margin:80px auto 50px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-around;
	}

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



/*====================================================sp設定==========================================================*/
@media print, screen and (max-width:767px){
	
	
		.case_box{
		margin: 30px 0;	
	}
	.case_h2{
		width:100%;
		margin: 0 auto;
		text-align: center;
	}
	.case_h2 img{

		height:auto;
		width:100%;
	}
		.page_h3 span{
		font-size:1.5rem;
	}
	
	ul.case_list{
		width:95%;
		margin: 0 auto;
		margin:50px auto 30px;
	}
	.case_list li{
	width:100%;
		margin-bottom: 15px;
	}
	
	
	.case_list li a{
		display: block;
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-radius: 20px;	
	}
	
	/*小児btn*/
	.case_list li:first-child a{
		background: #f18e43;
		color:#fff;
	}
	/*インビザbtn*/
	.case_list li:nth-child(2) a{
		background: #f18e43;color:#fff;
	}
	/*ワイヤーbtn*/
	.case_list li:last-child a{
		background: #f18e43;color:#fff;
	}
		#case_child,#case_invi,#case_bra{
		padding-top: 70px;
		margin-top: -70px;
	}
	
}/*=============================sp設定終了===================================*/