/* 
 * ------- additional css elements  ---------------------
 */


/*----------------------------
free area
-----------------------------*/

.free-area {
	width:100%;
	border-top:1px solid #d7d7d7;
	padding: 50px 0;
	background-image:url(../img/top/bg_freearea.png);
	background-position: 2% bottom;
	background-repeat: no-repeat;
}

.free-area .inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.free-area .inner .innerWrap {
	padding: 20px !important;
}

.free-area .inner h1 {
	font-size: 2.2vw;
	line-height: 1em;
	margin: 0 0 60px;
	padding: 0;
	text-align: center;
}
.free-area .inner h2 {
	margin: 0;
	margin-bottom: 1em;
	width: 100%;
	font-size: 1.4em !important;
	background-color: #333;
	background-image: url(../img/top/bg_patten1.png);
	color: #fff;
	padding: 8px 10px;
	box-sizing: border-box;
	border-radius: 2px;
	line-height: 1;
}

/*----------------------------
list
-----------------------------*/

.content ul.circle,.content ul.circle2, .content ul.check, .content ul.check2 {
	position: relative;
}
.content ul.circle li {
	padding: 0 0 0.5em 1.6em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
}
.content ul.circle2 li {
	float:left;
	width:40%;
	padding: 0 0 0.5em 0;
	margin:0 3% 0.7em 3%;
	border-bottom: 1px dashed #CCC;
	list-style:disc;
	list-style-position:inside;
	
}
.content ul.check li {
	padding: 0 0 0.5em 1.6em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
}
.content ul.circle li:before{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	left: 0.5em;
	margin-top: 0.6em;
}
.content ul.check li::before {
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	left: 0.3em;
	font-size: 1.3em;
}
.content ol.number-list {
	display: block;
	list-style-position: outside;
}
.content ol.number-list li {
	list-style-type: decimal;
	padding: 0 0 0 10px;
	margin-bottom: 1em;
	margin-left: 2em;
}
.content ul.check2 li {
	float:left;
	padding: 0 0 0.5em 2em;
	width:24%;
	margin:0 3% 0.7em 3%;
	border-bottom:1px dotted;
}
.content ul.check2 li:before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	margin-left:-1em;
	font-size: 1.3em;
}
.content ul.liCenter  {
	text-align:center;
}

.content ul.liCenter li {
	display:inline-block;
	padding: 0 8% 0 0;
	margin-bottom: 1em;
}
.content ul.liCenter li:before {
	content:"● ";
}

ol{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
ol li{
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.7em 35px;
}

ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #27D8AC;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);

}
/*other*/

.indent-1 {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	line-height: 1.5em;
}

.side{
	text-align:center;
}
.side li{
	display: inline-block;
	padding:0 2%
}
.addbtn li{	margin-bottom:2em;
}
.addbtn li a{
	color:#FFF;
	background:#27D8AC;
	padding:0.7em 3em;
	text-decoration:none;
}
.addbtn li a:hover{
	background: #AAF0DF;
}

table th {
	padding: 8px;
	border: 1px #dadada solid;
	font-weight: bold;
	text-align: left;
	background-color: #EEE;
	font-weight: bold;
	text-align:center;
	width:30%;
	vertical-align:middle;
}

@media screen and (max-width: 768px) {
 .content ul.check2 li {
 float:none;
 width:92%;
}
table th {
	width: auto;
}

}

.txtbtn a{
	border:2px solid #666;
	color:#666;
	padding:0.5em 3em;
}
.txtbtn a:hover{
	background:#666;
	color:#FFF;
	padding:0.5em 3em;
}
	
/* ボタン */

.btn2 a {
	text-decoration: none;
	text-align:center;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: .4em 2em;
	background: #64C9B3;
	-webkit-border-radius:2px;
  -moz-border-radius:2px;
	border-radius: 2px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.btn2 a:hover {
	background: #a3dfd2;
}

/*box*/
.box1 {
	background: #F3FCFA;
	padding: 30px 60px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 40px;
	border-radius:15px;
}
.content .box1 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.content .box1 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
/*******************************
width
*******************************/

.w80{
	width:80%;
	margin:auto;
}
.w70{
	width:70%;
	margin:auto;
}
.w60{
	width:60%;
	margin:auto;
}
.w50{
	width:50%;
	margin:auto;
}
.w40{
	width:40%;
	margin:auto;
}

@media only screen and (max-width: 768px) {
	.w80,.w70,.w60,.w50,.w40{
	width: auto;
	margin:auto;
}
}