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

@media screen and (min-width: 737px) {
	.top_ttl .inner:after{
		content: "";
		background-image: url(img/top_ttl.png);
		background-repeat: no-repeat;
		position: absolute;
		left: 0;
		top: 28px;
		width: 264px;
		height: 70px;
	}
	#all .wrapper #section01 .inner{
		width: 960px;
		margin: 0 auto;
	}
	#all .wrapper #section01 .inner .txt_box{
		float: left;
		width: 490px;
		padding-left: 75px;
	}
	#all .wrapper #section01 .inner .txt_box p.clinic_name{
		font-size: 20px;
		color: #256996;
		margin-bottom: 20px;
	}
	#all .wrapper #section01 .inner .txt_box dl{
		margin-bottom: 20px;
		clear: both;
	}
	#all .wrapper #section01 .inner .txt_box dl dt{
		float: left;
	}
	#all .wrapper #section01 .inner .txt_box dl dd{
		padding-left: 30px;
		font-size: 15px;
		letter-spacing: 1.2px;
	}
	#all .wrapper #section01 .inner .txt_box .link{
		overflow: hidden;
	}
	#all .wrapper #section01 .inner .txt_box ul li{
		float: left;
		margin-right: 7px;
	}
	#all .wrapper #section01 .inner .txt_box ul li:last-child{
		margin-right: 0;
	}
	#all .wrapper #section01 .inner .box.pic{
		text-align: center;
	}
}

@media screen and (max-width: 736px) {
	.top_ttl .inner:after{
		content: "";
	    background-image: url(img/top_ttl.png);
	    background-repeat: no-repeat;
	    position: absolute;
	    left: 10px;
	    top: 10px;
	    width: 150px;
	    height: 47px;
	    background-size: 150px;
	}
	#all .wrapper #section01 .inner .txt_box{
	}
	#all .wrapper #section01 .inner .txt_box p.clinic_name{
		font-size: 1rem;
		color: #256996;
		margin-bottom: 3%;
	}
	#all .wrapper #section01 .inner .txt_box dl{
		margin-bottom: 3%;
		clear: both;
	}
	#all .wrapper #section01 .inner .txt_box dl dt{
		float: left;
	}
	#all .wrapper #section01 .inner .txt_box dl dd{
		padding-left: 20px;
		font-size: 0.9rem;
		letter-spacing: 1.2px;
	}
	#all .wrapper #section01 .inner .txt_box .link{
		overflow: hidden;
		margin-bottom: 3%;
	}
	#all .wrapper #section01 .inner .txt_box ul li{
		float: left;
		width: 48%;
		margin-right: 2%;
	}
	#all .wrapper #section01 .inner .txt_box ul li img{
		max-width: 100%;
		height: auto;
	}
	#all .wrapper #section01 .inner .txt_box ul li:last-child{
		margin-right: 0;
	}
	#all .wrapper #section01 .inner .box.pic{
		text-align: center;
	}
}