@charset "utf-8";
/* CSS Document */

h4 {
	color: #008486;
	font-size: 20px;
	margin-top: 2em;
}
h5 {
	color: #000;
	font-size: 17px;
	margin-top: 1em;
}

.ml1em {
	margin-left: 1em;
}
.ml2em {
	margin-left: 2em;
}
.ml25em {
	margin-left: 2.5em;
}
.ml3em {
	margin-left: 3em;
}


.privacy-info ol {
list-style: none;  /* デフォルトのアイコンを消す */
margin-top:0.5em;
}
.privacy-info ol.list_dot ol {
margin-top:0;
}

.privacy-info ol.list_dot li{
    text-indent: -1em;
    padding-left: 1em;
}
.privacy-info ol.list_dot li:before {
	content: "";     /* 空の要素作成 */
	width: 5px;               /* 幅指定 */
	height: 5px;              /* 高さ指定 */
	display: inline-block;     /* インラインブロックにする */
	background-color: #008486;  /* 背景色指定 */
	border-radius: 50%;        /* 要素を丸くする */
	position: relative;        /* 位置調整 */
	top: -1px;                  /* 位置調整 */
	margin-right: 5px;          /* 余白指定 */
	text-indent:-1em;
}
.privacy-info ol.list_dot li{
margin-bottom:0.25em;
}


ol.list_span > li strong{
padding-left: 1em;
}






