@charset "utf-8";

/*-----------------------------------------------
	index
-----------------------------------------------*/
/* secHero */
.secHero .boxTxt{
	width: 92.79%;
	margin: 0 auto;
}
.secHero .boxTxt .tit{
	font-size: 18px;
	line-height: 1.68;
	font-weight: bold;
	text-align: center;
	margin-top: 32px;
}
.secHero .boxTxt .txt01{
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	margin-top: 5px;
	letter-spacing: -0.5px;
}
.secHero .boxTxt .txt01 .brWideSp{
	display: none;
}
.secHero .boxTxt .txt02{
	font-size: 14px;
	line-height: 1.79;
	color: #900;
	background: #F7F7F7;
	text-align: center;
	padding: 15px 0;
	margin: 25px auto 0;
	letter-spacing: -0.5px;
}
.secHero .btn a{
	display: block;
	width: 300px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #15DB79;
	color: #FFF;
	font-size: 18px;
	margin: 30px auto 0;
	text-decoration: none;
	border-radius: 3px;
}
.secHero .txtSample{
	text-align: center;
	margin-top: 29px;
}
.secHero .txtSample a{
	display: inline-block;
	font-size: 15px;
	color: #06F;
	text-decoration: none;
	letter-spacing: -0.5px;
	padding-bottom: 8px;
	border-bottom: 1px solid #06F;
}
@media only screen and (min-width:375px){
	.secHero .boxTxt .tit{
		font-size: 19px;
	}
	.secHero .boxTxt .txt02{
		width: 94.82%;
	}
}
@media only screen and (min-width:414px){
	.secHero .boxTxt .txt01 .brWideSp{
		display: inline;
	}
}
@media only screen and (min-width:768px){
	.secHero .boxTxt{
		width: 100%;
	}
	.secHero .boxTxt .tit{
		font-size: 28px;
		line-height: 1;
		letter-spacing: 2.5px;
		margin-top: 78px;
	}
	.secHero .boxTxt .txt01{
		font-size: 16px;
		line-height: 40px;
		margin-top: 36px;
		letter-spacing: 0;
	}
	.secHero .boxTxt .txt01 .brWideSp{
		display: none;
	}
	.secHero .boxTxt .txt02{
		width: 700px;
		margin: 50px auto 0;
		font-size: 16px;
		line-height: 80px;
		padding: 0;
		letter-spacing: 0;
	}
	.secHero .btn a{
		width: 400px;
		height: 90px;
		line-height: 90px;
		margin-top: 60px;
	}
	.secHero .txtSample{
		margin-top: 30px;
	}
}

/* secPoint */
.secPoint{
	margin-bottom: 100px;
}
.secPoint .titTop{
	width: 95.19%;
	margin: 60px auto 0;
	font-size: 17px;
	line-height: 32px;
	padding: 23px 0;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.secPoint .boxList li{
	margin-top: 40px;
}
.secPoint .boxList li:first-child{
	margin-top: 0;
}
.secPoint .boxList li .boxTit{
	font-size: 0;
	background: #F7F7F7;
	padding: 18px 3.37%;
}
.secPoint .boxList li .boxTit .num{
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background: #15DB79;
	width: 34px;
	height: 34px;
	border-radius: 17px;
	text-align: center;
	color: #FFF;
	line-height: 34px;
	margin-right: 11px;
}
.secPoint .boxList li .boxTit .tit{
	display: inline-block;
	font-size: 16px;
	line-height: 32px;
	font-weight: 500;
}
.secPoint .boxList li .boxTxt{
	width: 92.79%;
	margin: 0 auto;
}
.secPoint .boxList li .boxTxt .txt{
	font-size: 14px;
	line-height: 26px;
	margin-top: 15px;
	letter-spacing: -0.5px;
}
.secPoint .boxList li .boxTxt .img{
	margin-top: 25px;
}
@media only screen and (min-width:768px){
	.secPoint{
		margin-bottom: 150px;
	}
	.secPoint .titTop{
		width: 100%;
		margin-top: 110px;
		font-size: 25px;
		line-height: 1;
		padding: 0 0 40px;
		border-top: none;
		text-align: left;
		letter-spacing: 2px;
	}
	.secPoint .boxList{
		font-size: 0;
		margin-top: 50px;
	}
	.secPoint .boxList li,
	.secPoint .boxList li:first-child{
		display: inline-block;
		width: 32.5%;
		margin: 0 1.25% 50px 0;
	}
	.secPoint .boxList li:nth-child(3n){
		margin-right: 0;
	}
	.secPoint .boxList li:nth-last-child(-n+3){
		margin-bottom: 0;
	}
	.secPoint .boxList li .boxTit{
		padding: 18px 3.6%;
	}
	.secPoint .boxList li .boxTxt .img{
		margin-top: 23px;
	}
}
