@charset "utf-8";
.page-hd {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center 0%;
    background-image: url(pediatrics-hd.jpg);
}
.page-hd h2 {
	text-shadow: 0px 0px 4px rgba(0,0,0,1.00);
	font-size: 48px;
	color: rgba(255,255,255,1.00);
	text-align: center;
	padding-top: 180px;
}
.approach .img-r {
    float: right;
    padding-left: 32px;
    width: 320px;
    margin-bottom: 48px;
}
.approach .img-l {
    float: left;
    padding-right: 32px;
    width: 320px;
    margin-bottom: 48px;
}
.approach {
    margin-bottom: 48px;
}
.approach:last-child {
    margin-bottom: 0px;
}
.approach h4 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 8px;
}
.approach h4:before {
    content: "■";
    color: rgba(66,174,165,1.00);
}
.main-text .img-r {
    float: right;
    margin-left: 30px;
    width: 320px;
}
.approach .img-r img {
    border-radius: 8px;
}
.approach .img-l img {
    border-radius: 8px;
}
