@charset "utf-8";

/* -------------------------------
   BASE
------------------------------- */

.sp {
	display:none!important;
}
.pcNL:before {
	content: "\A" ;
	white-space: pre ;
}

a{
	transition:all 0.2s;
}

a:hover{
	opacity:0.7;
}

/* -------------------------------
   home
------------------------------- */

#wrap {
	width: 800px;
	margin: 0 auto;
	padding:15px 50px 0;
}

.topTxt{
	margin:40px 30px;
}

.benefits li .tit{
	font-size:20px;
}

.benefits li .tit .number{
	font-size:34px;
}

.benefits li .txt{
	font-size:18px;
}

.benefits li .txt strong{
	font-size:18px;
}

.benefits li:nth-child(2),
.benefits li:nth-child(3){
	float:left;
	width:400px;
	box-sizing:border-box;
}

.benefits li:nth-child(3){
	border-left:solid 1px #FFF;
}

.benefits li:nth-child(2) .txt,
.benefits li:nth-child(3) .txt{
	font-size:16px;
}

.benefits li:nth-child(2) .txt{
	padding:30px 0 0;
}

