@charset "UTF-8";


@media screen and (max-width:768px){
	
}
@media screen and (max-width:480px){
	
}
/*14-2*/
.listDtails ul{
	width: 100%;
	margin: 0;
	padding: 0;
}
.listDtails ul.circle03 li{
	margin: 0 0 0;
  position: relative;
  padding: 0 0 0 1.2em;
}
.listDtails ul.circle03 li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #999999;
  border-radius: 100%;
}
.listDtails ul.circle03 li span{
	margin: 0 0 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	display: block;
}
.textBox01 img{
	width: 100%;
	height: auto;
}