@charset "UTF-8";



/*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;
}
.buttonArea .note{
	margin: 10px 0;
	padding: 0;
	color: #d40000;
	font-size: 1.0rem;
}
.clr01{
	color: #bb0000
}