/*-----------------------------------------------
	index
-----------------------------------------------*/
/*cmnTop*/
.cmnTop{
	background:url(../img/fee/bgTop.jpg) no-repeat center top;
}
@media only screen and (max-width:767px){
	.cmnTop{
		background:url(../img/fee/bgTop_sp.jpg) no-repeat center top / cover;
	}
}
/*titBoxCmn*/
.titBoxCmn{
	text-align:center;
}
.titBoxCmn .tit{
	font-size:39px;
	letter-spacing:8px;
}
.titBoxCmn .titSub{
	font-size:15px;
	letter-spacing:3px;
	margin-top:20px;
}
@media only screen and (max-width:767px){
	.titBoxCmn .tit{
		font-size:5.4vw;
		letter-spacing:4px;
	}
	.titBoxCmn .titSub{
		font-size:3.2vw;
		letter-spacing:1px;
		margin-top:10px;
	}
}
/*secFee*/
.main{
	margin-bottom:120px;
}
.secFee{
	margin:60px auto 0;
}
.secFee2{
	margin:116px auto 95px;
}
.secFee .boxList{
	margin:79px 0 0;
}
.secFee .conBox{
	border-bottom:#CCC solid 1px;
	padding-bottom:70px;
}
.secFee .conBox:last-child{
	border-bottom:none;
	padding-bottom:0;
}
.secFee .conBox .wrapBox{
	width:1200px;
	margin:0 auto;
}
.secFee .conBox .leftBox{
	width:550px;
	float:left;
	padding:60px 0 0;
}
.secFee .conBox .rightBox{
	width:590px;
	float:right;
}
.secFee2 .conBox .rightBox{
	width:600px;
}
.secFee .conBox .titUnder{
	font-size:24px;
	line-height:1.6;
	letter-spacing:1px;
}
.secFee .conBox .txtUnder{
	font-size:15px;
	line-height:2.2;
	letter-spacing:2.5px;
	margin-top:12px;
}
.secFee .conBox1 .leftBox{
	padding:70px 0 0;
}
@media only screen and (max-width:767px){
	.main{
		margin-bottom:50px;
	}
	.secFee{
		margin:40px auto;
	}
	.secFee2{
		margin:55px auto 50px;
	}
	.secFee .boxList{
		margin:0;
	}
	.secFee .conBox{
		padding-bottom:30px;
	}
	.secFee .conBox .wrapBox{
		width:95%;
	}
	.secFee .conBox .leftBox{
		width:100%;
		float:none;
		padding:25px 0 0;
	}
	.secFee .conBox .rightBox{
		width:100%;
		float:none;
		margin-top:20px;
	}
	.secFee .conBox .titUnder{
		font-size:4.4vw;
	}
	.secFee .conBox .txtUnder{
		font-size:3.3vw;
		line-height:2;
		letter-spacing:1px;
		margin-top:10px;
	}
	.secFee .conBox1 .leftBox{
		padding:25px 0 0;
	}
}


