@charset "UTF-8";
/* ***********************************************************
 *
 * Since:     2011-10
 * Modified:  2011-10
 * Guideline: Ver.2.0
 *
 * ***********************************************************
 */
/*　システムフリー　 */
.system-free p,
.system-free h1,
.system-free h2,
.system-free h3,
.system-free h4,
.system-free h5,
.system-free h6,
.system-free li,
.system-free pre,
.system-free address,
.system-free div,
.system-free blockquote {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

.system-free th,
.system-free td {
  /*  cellpadding="5" cellspacing="1"　で指定のため、margin,padding指定不可 */ }

.system-free table {
  border-collapse: separate; }

.system-free ul {
  margin: 0px 0px 0px 15px;
  padding: 0px 0px 0px 15px;
  list-style: disc;

 }

.system-free li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.6em;
		margin-bottom:15px;
    }
.system-free li:before {
    border-radius: 50%; /*丸くする*/
    width: 5px; /*点の幅*/
    height: 5px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: -0.6em; /*点の位置*/
    top: 0.6em; /*点の位置*/
    content: "";
    background: #284B9F; /*点の色*/
    }
.system-free ol {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
	list-style: decimal;
}
/* 
.system-free ul li,
.system-free ol li {
  margin: 0px;
  padding: 0px; }
*/

.system-free a {
	color: #0066B6;
	text-decoration: underline;
}
.system-free a:link {
	color: #0066B6;
}
.system-free a:active {
	color: #0000FF;
}
.system-free a:visited {
	color: #990066;
}
.system-free a:hover {
	color: #E20A16;
}
.system-free a img {
  border: 2px; }

/* system-free#clearfix */
.system-free:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

/* ================================================================================== */
/*　タイトル　装飾　*/
.system-free h4.title01 {
	border-bottom: 1px dotted #CCC;
	border-left: 5px solid #3B72A5;
	padding: 5px 10px;
	margin-bottom: 25px;
	font-size:1.1rem;
}

.system-free h4.title02 {
	border-bottom: 1px dotted #CCC;
	padding: 5px 10px;
	margin-bottom: 25px;
	padding-left:1.5em;
	text-indent:-1.5em;
	font-weight: bold;
	color: #3B72A5;
	font-size:1.1rem;
}


/*　リスト　装飾　*/
.system-free > ul.layout01 {
	margin: 0px 0px 35px 10px;
	padding: 0;
}
.system-free > ul.layout01 li {
	list-style: none !important;
	position: relative;
	font-size: 1.125rem;
	text-indent: -1.5rem;
	margin: 0px 0px 10px 1.5rem;
}
.system-free > ul.layout01 li:before {
	left: 0;
	
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	
	content: url(../img/ico_01.gif);
	margin-right: 5px;
}


