
/*481px以上の場合
=========================================================================================*/

@media print, screen and (min-width:481px){
	
.orthodontic_block h4{
	width: 1000px;
	min-height: 5rem;
	padding-top: 3rem;
	background: url(../../images/sub_ttl_line.svg) repeat-x center bottom,url(../../images/sub_ttl_iconLeft.svg) no-repeat left bottom,url(../../images/sub_ttl_iconLeft.svg) no-repeat right bottom;
	background-size: auto auto, auto 4rem, auto 4rem; 
	text-align: center;
	clear: both;
	font-size: 2.0rem;
	font-family: "Rounded Mplus 1c", sans-serif;
	font-weight: 500;
	transform:rotate(0.001deg);

}
.orthodontic_block .txt{
	margin: 3rem 0;
	padding: 0 3rem;
	overflow:hidden;
}
figcaption.right{
	width: 150px;
	float: right;
	margin: 3rem 3rem 2rem 2rem;
}
figcaption.left{
	width: 150px;
	float: left;
	margin: 7rem 2rem 2rem 3rem;
}
.orthodontic_block .file{
	margin: 0 3rem 2rem 3rem;
	padding: 0.5rem;
	background: #e3f6fc url(../images/dot.svg) no-repeat 98% 20px;
	background-size: auto 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
	overflow: hidden;
}
.orthodontic_block .file h5{
	border-bottom: 3px solid #fcd2e6;
	display: block;
	text-align: center;
	margin: 0 0 2rem 0;
	font-size: 2.0rem;
	line-height: 6rem;
	font-family: "Rounded Mplus 1c", sans-serif;
	font-weight: 500;
	transform:rotate(0.001deg);
}
.orthodontic_block .file .left{
	float: left;
	margin: 0 2rem 2rem 2rem;
}
.orthodontic_block .file dl dt{
	width: 85px;
	height: 85px;
	float: left;
	text-align: center;
	line-height: 4em;
	font-size: 2rem;
	margin-right: 2rem;
	border: 3px solid #fcd2e6;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   background-color: #ffffff;
	display: block;
	font-family: "Rounded Mplus 1c", sans-serif;
	font-weight: 500;
	color: #f445a5;

}
.orthodontic_block .file dl dd{
	margin: 0 0 2rem 2rem;
	overflow: hidden;
}
	.orthodontic_block .file dl dd ul{
	margin: 0.5rem 0 1.5rem;
}
.orthodontic_block .file dl dd ul li{
   background: url(../images/list_dot.png) no-repeat left 5px;
	padding: 0 2rem 0 1.5rem;
	line-height: 2em;
}
.orthodontic_block .file table{
	width: 250px;
   border-collapse: collapse;	
}
.orthodontic_block .file table th{
   background: #FFFFFF;
	border: 3px solid #e3f6fc;
	padding: 0.5rem;
}
.orthodontic_block .file table td{
   background: #FFFFFF;
	border: 3px solid #e3f6fc;
	padding: 0.5rem;
}
.star{color:#f445a5;}
.note{text-align: center;}


	}

/*480px以下の場合
=========================================================================================*/

@media only screen and (max-width: 480px) {

.orthodontic_block h4{
	width: 100%;
	min-height: 4.5rem;
	margin-top: 2rem;
	background: url(../../images/sub_ttl_line.svg) repeat-x center bottom,url(../../images/sub_ttl_iconLeft.svg) no-repeat left 1rem,url(../../images/sub_ttl_iconLeft.svg) no-repeat right 1rem;
	background-size: auto auto, auto 2.5rem, auto 2.5rem; 
	text-align: center;
	clear: both;
	font-size: 1.9rem;
	font-family: "Rounded Mplus 1c", sans-serif;
	font-weight: 500;
	transform:rotate(0.001deg);

}
.orthodontic_block .txt{
	margin: 3rem 0;
	padding: 0 3rem;
}
figcaption.right{
	width: 150px;
	float: right;
	margin: 3rem 3rem 2rem 2rem;
}
figcaption.left{
	width: 150px;
	float: left;
	margin: 3rem 2rem 2rem 3rem;
}
.orthodontic_block .file{
	margin: 0 1rem 2rem 1rem;
	padding: 1rem;
	background: #e3f6fc url(../images/dot.svg) no-repeat 98% 20px;
	background-size: auto 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
	overflow: hidden;
}
.orthodontic_block .file h5{
	border-bottom: 3px solid #fcd2e6;
	display: block;
	text-align: center;
	margin: 0 0 2rem 0;
	padding: 1rem 0;
	font-size: 2.0rem;
	font-family: "Rounded Mplus 1c", sans-serif;
	font-weight: 500;
	transform:rotate(0.001deg);
}
.orthodontic_block .file .left{
	width: 100%;
	text-align: center;
}
.orthodontic_block .file dl dt{
	width: 85px;
	height: 85px;
	float: left;
	text-align: center;
	line-height: 4em;
	font-size: 2rem;
	margin: 1.5rem 35%;
	border: 3px solid #fcd2e6;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   background-color: #ffffff;
	display: block;
	font-family: "Rounded Mplus 1c", sans-serif;
	font-weight: 500;
	color: #f445a5;
	clear: both;

}
.orthodontic_block .file dl dd{
	margin: 0 0 2rem 2rem;
	overflow: hidden;
	clear: both;
}
	.orthodontic_block .file dl dd ul{
	margin: 0.5rem 0 1.5rem;
}
.orthodontic_block .file dl dd ul li{
   background: url(../images/list_dot.png) no-repeat left 5px;
	padding: 0 2rem 0 1.5rem;
	line-height: 2em;
}
.orthodontic_block .file table{
	width: 250px;
   border-collapse: collapse;	
}
.orthodontic_block .file table th{
   background: #FFFFFF;
	border: 3px solid #e3f6fc;
	padding: 0.5rem;
}
.orthodontic_block .file table td{
   background: #FFFFFF;
	border: 3px solid #e3f6fc;
	padding: 0.5rem;
}
.star{color:#f445a5;}
.note{text-align: center; padding: 0 2rem;}
	
	}