/* CSS Document */


 h4{
	font-size:15px;
	font-weight:bold;
	color:#9B895A;
	background:url(../module/img/medicine_bg.png) no-repeat 0 bottom;
	padding:5px 0;
	margin:0 0 20px;
}


/* イディア･クリニックについて */
.info ul.photo li{
	float:left;
	width:230px;
	margin:0 8px 20px;
	text-align:center;
	background:#B9AB78;
	color:#FFF;
	border-radius:5px;
	line-height:1.8em;
}
.greeting {
	line-height:2.4em;
}
.greeting .president{
	float:right;
	margin:0 10px 20px 30px;
	text-align:center;
	line-height:1.2em;
}


/* クリニックへのアクセス */
.mapimg{
	float: right;
}
.mapimg img{
	width:240px;
}
.map ul.photo li{
	float:left;
	width:230px;
	margin:0 8px 20px;
	border-radius:5px;
	line-height:1.2em;
}
.map ul.photo li img{
	margin:0 0 5px;
}



/* よくあるご質問 */
.qa dt{
	border-bottom: 1px solid #CCC;
	font-size:110%;
	font-weight:bold;
	padding: 0 0 0 1.2em;
	text-indent: -1.2em;
}
.qa dd{
	margin:10px 20px 40px;
	padding: 0 0 0 1.2em;
	text-indent: -1.2em;
}
.qa dt:before{
	content:'Q.';
}
.qa dd:before{
	content:'A.';
}


/*診療の流れ*/
.flow dl dd{
	background:url(img/next.png) no-repeat 10px 0;
	padding:0 20px 20px 120px;
	margin:10px 0;
	min-height:30px;
}
.flow dl:last-child dd {
	background:none;
}


/*お客様特典*/
.point .card{
	float: right;
}
.point .no{
	float:left;
	margin:0 20px 0 0;
}
.point dt{
	font-size:18px;
	font-weight:bold;
	color:#9B895A;
}
.point dd{
	min-height:60px;
}

.LINE dt{
	float:right;
}
.LINE dd{
	text-indent:-1em;
	padding:0 0 10px 1em;
}










@media screen and (max-width: 479px) {

/* イディア･クリニックについて */
.info ul.photo li{
	width:48%;
	margin:1%;
}
.info ul.photo li img{
	width:100%;
}
.greeting {
	line-height:1.8em;
}
.greeting .president{
	float:none;
	margin: 0;
}
.greeting .president img{
	width:80%;
}



/* クリニックへのアクセス */
.mapimg{
	float: none;
}
.mapimg img{
	width:100%;
}
.map ul.photo li{
	float:none;
	width:100%;
	margin:0 0 20px;
}
.map ul.photo li img{
	width:100%;
}



/* よくあるご質問 */
.qa dt{
	font-size:100%;
}
.qa dd{
	margin:10px 0 40px;
}



/*診療の流れ*/
.flow dl dd{
	background:url(img/next.png) no-repeat center bottom / 50px;
	padding:0 0 40px;
	margin:10px 0;
}



/*お客様特典*/
.point .card{
	float: none;
	margin:0 0 20px;
}
.point .no{
	float:left;
	margin:0 10px 0 0;
}
.point .no img{
	width:40px;
}
.point dt{
	font-size:16px;
}
.point dd{
	margin: 0 0 10px 50px;
}









}
