@charset "UTF-8";

#treatment {
	padding-top: 50px;
	padding-bottom: 50px;	
}
#treatment h4{
	margin-bottom: 20px;
	color: #FFFFFF;
	font-size: 18px;
	border-bottom: none;
	border-top: none;
	background: #0063C6;
	border-right-style: none;
	border-left-style: none;
	padding-top: 11px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: normal;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#treatment h5{
	margin-bottom: 20px;
	padding: 10px 5px;
	color: #0063C6;
	font-size: 18px;
	border-bottom: 1px dotted #0063C6;
	border-top: 1px dotted #0063C6;
}
#treatment h6{
	padding: 10px 5px 5px;
	color: #0063C6;
	font-size: 15px;
	border-bottom: 3px double #0063C6;
	border-top: #0063C6;
	border-right-color: #0063C6;
	border-left-color: #0063C6;
}
.margin_bottom50{
	margin-bottom: 50px;
}

/*ortho*/

#treatment .h5_line{
	padding: 5px;
	color: #0063C6;
	font-size: 18px;
	border-bottom: 1px dotted #0063C6;
	margin-top: 0px;
	border-top-style: none;
	margin-bottom: 10px;
}
#treatment .h5_Q{
	margin-bottom: 10px;
	padding: 10px 5px;
	color: #D75797;
	font-size: 18px;
	border-bottom: 1px dotted #FF99CC;
	border-top: 1px dotted #FF99CC;
}
#treatment .h5_A {
	margin-top: 50px;
}
#treatment .h5_A p{
	background: #ECF6FE;
	padding: 10px;
	margin-bottom: 50px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 1px solid #B8CBDE;
}
#treatment .B_box{
	background: #ECF6FE;
	padding: 10px;
	margin-bottom: 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 1px solid #B8CBDE;
}
#treatment .B_blue{
	font-weight: bold;
	color: #06F;	
}

@media screen and (max-width:480px) {
#treatment h4{
	margin-top:-20px;
	padding: 3px;
	text-align: center;	
}
#treatment h5{
	margin-bottom: 5px;
	padding: 3px;
	color: #0063C6;
	font-size: 15px;
	border-bottom: 1px dotted #0063C6;
	border-top: 1px dotted #0063C6;
	text-align: center;	
}
#treatment .h5_line{
	padding: 1px;
	color: #0063C6;
	font-size: 15px;
	border-bottom: 1px dotted #0063C6;
	margin-top: 0px;
	border-top-style: none;
	margin-bottom: 5px;
}
#treatment h6{
	text-align: center;	
}
.margin_bottom50{
	margin-bottom: 30px;
}
#treatment .center{
	text-align: center;	
}
#treatment .center_none{
	text-align: left;	
}
#treatment .h5_Q{
	padding: 5px;
	text-align: center;
	font-size: 15px;
}
}

/* スマホ 767px以下 */
@media only screen and (max-width:767px) {
#treatment img{
	width: auto;
	padding-bottom:5px;
}
.text_center{
	text-align:center;
	margin-top:5px;
}
#treatment .a_main{
	border-bottom: none;
	padding-bottom: 20px;
}
#treatment h4{
	margin-bottom: 20px;
	color: #FFFFFF;
	font-size: 18px;
	border-bottom: none;
	border-top: none;
	background: #0063C6;
	border-right-style: none;
	border-left-style: none;
	font-weight: normal;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-top: -30px;
	padding: 3px 5px;
	text-align: center;
}
}




/* 画像調整　スマホ 528px以下 */
@media only screen and (max-width: 499px) {
#treatment .img_sp img{
	width:100%;
	
}

}

/* 画像調整　528px以上 */
@media only screen and (min-width: 500px), print {
#treatment .img_sp img{
	width:auto;
	
}

}