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





/*-------------------------------
一般歯科
-------------------------------*/
.fukidashi_ttl {
	position: relative;
	z-index: 1;
	margin-left: 20px;
	margin-bottom: -25px;
}
.pick_list {
	position: relative;
	padding: 30px 20px 10px;
	background-image: url(img/pick_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	border: 2px solid #FFF;
	border-radius:5px;
}
.pick_list li {
	background-image: url(../img/list_kei.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 7px;
	padding-bottom: 2px;
	line-height:1.6em;
}
.sec02_dl {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	flex-flow: row wrap;
}
.sec02_dl dt {
	width: 7em;
	text-align: right;
}
.sec02_dl dd {
	width: calc(100% - 7em);
	text-align: left;
}



/*================================
TABLET横 1080px～0px
================================*/
@media screen and (max-width: 1080px) {}


/*================================
TABLET縦 834px～0px
================================*/
@media screen and (max-width: 834px) {}


/*================================
SP表示 667px～0px
================================*/
@media (max-width: 667px) {
	
	.sec02_dl dt {
		width: 100%;
		text-align: left;
	}
	.sec02_dl dd {
		width: 100%;
		text-align: left;
	}
	
	
}









