.checklist-main{
	margin:0;
	padding:0;
}
.checklist-main img{
	margin:0;
	display: block;
	width:100%;
}
.checklist-menu{
	position: relative;
	margin-bottom:20px;
}
.checklist-menu .bg{
	width:100%;
	z-index:1;
}
.checklist-menu ul{
	list-style: none;
	margin:0;
	padding:0 3%;
	z-index:2;
	position: absolute;
	top:38%;
	width:100%;
}
.checklist-menu ul li{
	display: inline-block;
	width:48.5%;
}
.checklist-menu ul li:nth-child(odd){
	float:left;
}
.checklist-menu ul li:nth-child(even){
	float:right;
}
.checklist-menu ul li img{
	width:100%;
}
.lead-txt{
	font-size: 14px;
}
#checklist h2,#checklist2 h2{
	border: 1px solid #CCC;
	padding:1%;
}
#checklist h2 span{
	display: block;
	border-left: 5px solid #3399ff;
	padding:6px 3px 6px 6px;
	color:#333;
	font-size: 18px;
	font-weight:bold;
}
#checklist2 h2 span{
	display: block;
	border-left: 5px solid #ff6699;
	padding:6px 3px 6px 6px;
	color:#333;
	font-size: 18px;
	font-weight:bold;
}

#checklist h3{
	background: url(../img/listmark.png) no-repeat top 5px left;
	background-size:15px;
	font-size:15px;
	color:#3399ff;
	font-weight:bold;
	padding-left:20px;
	margin-bottom:15px;
}
#checklist2 h3{
	background: url(../img/listmark2.png) no-repeat top 5px left;
	background-size:15px;
	font-size:15px;
	color:#ff6699;
	font-weight:bold;
	padding-left:20px;
	margin-bottom:15px;
}
#checklist h3 span{
	background: -webkit-linear-gradient(transparent 76%, #a8ebff 76%);
	background: -o-linear-gradient(transparent 76%, #a8ebff 76%);
	background: linear-gradient(transparent 76%, #a8ebff 76%);
	margin-bottom:20px;
	line-height: 1.5em;
}
#checklist2 h3 span{
	background: -webkit-linear-gradient(transparent 76%, #ffd9f3 76%);
	background: -o-linear-gradient(transparent 76%, #ffd9f3 76%);
	background: linear-gradient(transparent 76%, #ffd9f3 76%);
	margin-bottom:20px;
	line-height: 1.5em;
}

#checklist h3+p,#checklist2 h3+p{
	margin-bottom:20px;
	font-size:13px;
}

.checklist-img{
	display: block;
	float:right;
	width:20%;
	margin:0 0 5px 10px;
}
.blue-box{
	background:#d9f8ff;
	padding:10px;
	font-size:13px;
}
.pink-box{
	background:#ffe6ea;
	padding:8px 8px 0 8px;
	font-size:13px;
	margin-bottom:10px;
	margin-top:-10px;
}
.pink-box ul{
	margin:6px 0 6px 1em;
	padding:0;
	list-style: none;
}
.pink-box ul li{
	margin:0;
	padding:0 0 5px 0;
	position: relative;
}
.pink-box ul li:after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #ff6699;
  border-radius: 100%;
}

.banner-img{ 
	width:100%;
	margin-bottom:10px;
}
.yellow-line{
	background: -webkit-linear-gradient(transparent 76%, #ffff33 76%);
	background: -o-linear-gradient(transparent 76%, #ffff33 76%);
	background: linear-gradient(transparent 76%, #ffff33 76%);
	color:#333;
	font-size:15px;
	font-weight:bold;
	display: inline-block;
}
.tojitsu-btn{
	text-align: center;
	margin-top:10px;
}
.tojitsu-btn a{
	background: #ff6699;
	color:#FFF;
	font-size:16px;
	margin:10px auto 0 auto;
	display: inline-block;
	height:44px;
	line-height:44px;
	padding-left:16px;
	padding-right:16px;
	font-weight:bold;
}
.listmark-img{
	width:16px;
	margin-right:10px;
}











/* clear */
.clearfix:after{
  content: "."; 
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix{
  min-height: 1px;
}
* html .clearfix{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


















