@charset "utf-8";

.dentures-list01-wrap{
	margin: 0.5rem 0 1rem;
	border: 4px solid #dbeff5;
	padding: 1rem 1rem 0.5rem;
	border-radius: 8px;
}

.dentures-list01-wrap h3{
	display: flex;
	align-items: center;
	font-size: 1rem;
}

.dentures-list01{
	display: flex;
	flex-wrap: wrap;
}


.dentures-list01 li{
    position: relative;
    padding-left: 18px;
    margin: 0.5rem 1rem 0.5rem 0;
  }
 

.dentures-list01 li:before {
  content: "";
  position: absolute;
  top: .5em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #e2eaed;
  border-radius: 50%;
}

.dentures-list02-wrap{}

.dentures-list02{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.dentures-list02 h3{
	color:#2a3f5e;
	font-size: 1.3rem;
	margin: 0.5rem 0;
	display: flex;
	align-items: center;
}

.dentures-list02 span{
	font-size: 0.9rem;
	color: #FFF;
	padding: 0.2rem 1rem;
	border-radius: 20px;
	margin-right: 0.5rem;
}

.blue{background-color: #71c3d8;}
.green{background-color: #237cc7;}


.dentures-list02 > li{
	width: 48%;
	margin-top: 1rem;
}

.dentures-list02-image{
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	margin: 0.5rem 0;
}

.dentures-list02-image img{
	width: 100%;
	vertical-align: bottom;
}


@media only screen and  (max-width: 834px) {
.dentures-list01-wrap h3{margin-bottom: 0.5rem;}
.dentures-list01 li{margin: 0.2rem 1rem 0.2rem 0;}

.dentures-list02 > li{
	width: 100%;
	margin-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: dotted 1px #bababa;
}
.dentures-list02 h3{margin: 0.8rem 0;}
.dentures-list02 > li:first-child{margin-top: 0;}
.dentures-list02 > li:last-child{border-bottom: 0;}
}