.mainVisual{
	background-image: url(../img/fee/mainVisual.jpg);
}

/*申請費用*/
#fee{
	padding-bottom: 0;
}
#fee .cntBox{
	margin: 80px auto;
}
#fee .cntBox .cntTitle{
	margin-bottom: 60px;
	border-bottom: 2px solid #5e2423;
	position: relative;
}
#fee .cntBox .cntTitle h2{
	text-align: left;
	padding-left: 50px;
}
#fee .cntBox .cntTitle:after{
	text-align: center;
	line-height: 100px;
	font-size: 2.5rem;
	position: absolute;
	width: 100px;
	height: 100px;
	background: #cd9f98;
	left: -30px;
	bottom: -30px;
	z-index: -1;
	font-family: trajan-pro-3,serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	letter-spacing: 2px;
}
#fee .cntBox .feeTable{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
#fee .cntBox .feeTable table{
	width: 100%;
}
#fee .cntBox .feeTable th,#fee .cntBox .feeTable td{
	padding: 25px 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.7rem;
}
#fee .cntBox .feeTable th{
	background-color: #5e2423;
	color: #fff;
	letter-spacing: 2px;
}
#fee .cntBox .feeTable td{
	background-color: #efe9e4;
	letter-spacing: 1px;
	border: 1px solid #dbd8d7;
}
#fee .cntBox .feeTable td:last-child{
	background-color: rgba(215,205,195,.2);
}
#fee .cntBox .feeTable th:first-child{
	border-right: 1px solid #dbd8d7;
}
#fee .cntBox .feeTable th:first-child,#fee .cntBox .feeTable td:first-child{
	width: 60%;
}
#fee .cntBox .feeTable th:last-child,#fee .cntBox .feeTable td:last-child{
	width: 40%;
}
#fee .caution{
	font-size: 1.2rem;
	color: #494949;
	font-weight: bold;
}
/*01*/
#fee .cntBox01 .cntTitle:after{
	content:'01';
}
#fee .cntBox01{
	margin-top: 50px;
}
/*02*/
#fee .cntBox02 .cntTitle:after{
	content:'02';
}
/*03*/
#fee .cntBox03 .cntTitle:after{
	content:'03';
}
#fee .cntBox03{
	margin-bottom: 0;
}

/*PC*/
@media screen and (min-width:900px){

}
/*TAB*/
@media screen and (max-width:899px){

}
/*SP*/
@media screen and (max-width:480px){
	/*メインビジュアル*/
	.mainVisual{
		background-position: 10% center;
	}
	#fee .cntBox .cntTitle h2{
		padding-left: 37px;
	    font-size: 2rem;
	    letter-spacing: 1px;
	}
	#fee .cntBox .cntTitle:after{
		line-height: 65px;
    	font-size: 2.3rem;
    	width: 65px;
   		height: 65px;
   		left: -15px;
    	bottom: -19px;
	}
	#fee .cntBox .feeTable th{
		font-size: 1.4rem;
		font-weight: 400;
	}
	#fee .cntBox .feeTable td{
		font-size: 1.5rem;
	}
	#fee .cntBox .feeTable td:first-child{
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	#fee .cntBox .feeTable th:first-child, #fee .cntBox .feeTable td:first-child{
		width: 65%;
	}
	#fee .caution{
		font-weight: 400;
	}
}
