@charset "UTF-8";
/* ------------------------------------------------------
content
-------------------------------------------------------- */
#content {
	width: 980px;
	margin: 0 auto;
}
/* ------------------------------------------------------
icon
-------------------------------------------------------- */
.icon-coun::before {
	font-size: 39px;
	content: '\e030';
	color: #fff;
	position: relative;
	top: 25px;
	left: 22px;

}

.icon {
	width: 84px;
	height: 84px;
	-webkit-border-radius: 50%;/* width,heightの半分 */
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #224156;/* 円の色 */
	border: solid 4px #fff;
	float: left;
	margin-left: 20px;

}

/* ------------------------------------------------------
見出し
-------------------------------------------------------- */
.border {
	border-bottom: solid 10px #00D3BE;
	position: relative;
	top: 25px;
	z-index: -1;
	margin-bottom: 60px;
}

h2 {
	font-size: 20px; 
	font-weight: bold; 
	letter-spacing: 2px;
	padding: 10px;
	margin-left: 120px;
}

.eng {
	font-size: 18px;
	font-weight: normal;
	padding-left: 20px;
}

.eng::before {
	content: "";
	border-left: solid 1px #303030;
	padding-right: 20px;
}

/* ------------------------------------------------------
h3,thin-border 見出し2
-------------------------------------------------------- */
h3 {
	font-weight: bold;
	font-size: 16px;
	border-bottom: solid 5px #00D3BE;
	width: 158px;
	padding-left: 10px;
	padding-bottom: 5px;
	position: relative;
	top: 3px;
}

.thin-border {
	border-bottom: solid 1px #ccc;
	margin-bottom: 15px;
	margin-top: 25px;
}

/* ------------------------------------------------------
cfix
-------------------------------------------------------- */
.cfix {
	clear: both;
}

/* ------------------------------------------------------
#priversy
-------------------------------------------------------- */
#priversy{margin-bottom: 35px;}

.bold {
	font-weight: bold;
	margin-bottom: 10px;
	text-indent: -1em;
}

.sec {
	margin-bottom: 20px;
	line-height: 19px;
	margin-left: 15px;
	text-align: justify;
}

.sec>ol>li {
	list-style: decimal;
	list-style-position: inside;
}
.sec>ol{margin-top: 10px;}































