@charset "utf-8";
/* CSS Document */

/* 診療受付時間・アクセスページ設定 */

@media print,screen and (min-width: 768px){
/* PC用設定 */
#contents #access .section {
	margin-bottom:30px;
}
#contents #access h4 {
	font-size: 21px;
	line-height: 1em;
	margin-top:1em;
	margin-bottom:0.5em;
	color: #8CC456;
}
#contents #access h6 {
	margin-top:2em;
}
#contents #access h6 img {
	width:auto;
	margin-bottom:1em;
}
#contents #access ul {
	margin-top:15px;
}
#contents #access li {
	font-size: 18px;
	line-height: 1em;
	margin-bottom:1.5em;
	float: left;
	width: 48%;
	text-align: center;
}
#contents #access li img {
	width:100%;
	border-radius: 10px;
	margin-bottom:1em;
}
#contents #access li:nth-child(even) {
	float:right;
}
#contents #access li:nth-child(odd) {
	clear:both;
}
}
@media screen and (max-width: 767px){
/* スマホ用設定 */
#contents #access .section {
	margin-bottom:20px;
}
#contents #access h4 {
	font-size: 14px;
	line-height: 1em;
	margin-top:1em;
	margin-bottom:0.5em;
	color: #8CC456;
}
#contents #access h6 {
	margin-top:2em;
}
#contents #access h6 img {
	width:100%;
	margin-bottom:1em;
}
#contents #access ul {
	margin-top:10px;
}
#contents #access li {
	font-size: 13px;
	line-height: 1em;
	margin-bottom:1.5em;
	float: left;
	width: 48%;
	text-align: center;
}
#contents #access li img {
	width:100%;
	border-radius: 5px;
	margin-bottom:1em;
}
#contents #access li:nth-child(even) {
	float:right;
}
#contents #access li:nth-child(odd) {
	clear:both;
}
}
