@charset "UTF-8";

#docter {
	padding-top: 50px;
	padding-bottom: 0px;	
}

#docter h6{
	margin-bottom: 20px;
	padding: 10px 5px;
	color: #0063C6;
	font-size: 18px;
	border-bottom: 1px dotted #0063C6;
	border-top: 1px dotted #0063C6;
}
#docter h5{
	font-size: 18px;
	border-bottom: 1px dotted #0063C6;
	border-top: 1px dotted #0063C6;
}
h5_line_none{
	border-style: none;
	margin-top: 20px;
}
#docter img{
	border-radius: 25%;
}




/* スマホ 767px以下 */
@media only screen and (max-width: 767px) {
#docter {
	padding-top: 20px;
	padding-bottom: 50px;
}

#docter .a_main{
	width: 100%;
	height: auto;
	margin_top: 50px;
	border-bottom: none;
	padding-bottom: 20px;

}
#docter img{
	width: 60%;
	height: auto;
	margin-left: 20%;
	border: 1px solid #E8E8E8;
}
#docter #docterc_wrap {
	overflow: hidden;
	width: 710px;
	margin-left: auto;
    margin-right: auto;
}
#docter h6{
	padding: 3px;
	text-align: center;
	margin-bottom:5px;
}
#docter h5{
	color: #0063C6;
	margin-top: 50px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 30px;
}
#docter h4{
	color: #0063C6;
	border-style: none;
	margin-bottom: 5px;
	font-size: 14px;
}

}

/* pc　768px以上 */
@media only screen and (min-width: 769px), print {
#docter #docter_wrap {
	overflow: hidden;
	width: 710px;
	margin-left: auto;
    margin-right: auto;
}
#docter img{
	width: 60%;
	height: auto;
	text-align: center;
	margin-left:20%;
	border: 1px solid #E8E8E8;
}
#docter h5{
	margin-bottom: 10px;
	padding: 7px 5px 3px;
	color: #0063C6;
	font-size: 18px;
	border-bottom: 1px dotted #0063C6;
	border-top: 1px dotted #0063C6;
	margin-top: 50px;
}
#docter h4{
	color: #0063C6;
	border-style: none;
	margin-bottom: 20px;
}

}

