.mainVisual{
	background-image: url(../img/office/mainVisual.jpg);
}
/*申請費用*/
#policy{
	margin: 80px auto;
	padding-bottom: 0;
}
#policy .cntTitle{
	margin-bottom: 60px;
	border-bottom: 2px solid #5e2423;
	position: relative;
}
#policy .cntTitle h2{
	text-align: left;
	padding-left: 40px;
	letter-spacing: 3px;
	position: relative;
}
#policy .cntTitle h2:after{
	content:'Our Policy';
	position: absolute;
    font-size: 11rem;
    font-family: trajan-pro-3,serif;
    font-weight: 400;
    font-style: normal;
    opacity: .1;
    z-index: -1;
    top: -70px;
    left: 200px;
    letter-spacing: -4px;
}
#policy .cntTitle:after{
	content: '';
	text-align: center;
	line-height: 100px;
	font-size: 2.5rem;
	position: absolute;
	width: 100px;
	height: 100px;
	background: #e8e5e3;
	left: -30px;
	bottom: -30px;
	z-index: -1;
	font-family: trajan-pro-3,serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	letter-spacing: 2px;
}
#policy .cntBox{
	width: 100%;
	max-width: 800px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#policy .cntBox p{
	line-height: 100px;
	font-size: 2.2rem;
	letter-spacing: 2px;
}
#policy .cntBox:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #5e2423;
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: -1;
}

/*事務所概要*/
#information{
	padding-top: 0;
	position: relative;
}
#information:before{
	content: '';
	width: 100%;
	height: 1100px;
	position: absolute;
	background-color: rgba(215,205,195,.2);
	z-index: -1;
}
#information .cntTitle {
    background-color: #d8c0a7;
    padding: 60px 0;
}
#information .cntBox{
	width: 90%;
	max-width: 1000px;
	margin: 100px auto 60px;
}
#information .cntBox h4{
	margin-bottom: 30px;
	font-size: 2.3rem;
	letter-spacing: 2px;
	padding-left: 42px;
	line-height: 1.2;
	position: relative;
}
#information .cntBox h4:after{
	content:'';
	width: 30px;
	height: 30px;
	position: absolute;
	background: url(../img/common/deco_red.png)center/100% no-repeat;
	left: 0;
}
#information .cntBox table{
	width: 100%;
	border-top: 1px solid #cd9f98;
}
#information .cntBox table tr{
	border-bottom: 1px solid #cd9f98;
	
}
#information .cntBox table th,#information .cntBox table td{
	padding: 30px 0;
	line-height: 1.5;
	font-weight: 500;
	text-align: left;
	letter-spacing: 3px;
}
#information .cntBox table th{
	color: #5e2423;
	font-weight: 500;
	padding-left: 3%;
}
#information .map{
	width: 90%;
	max-width: 800px;
	height: 350px;
	margin: 0 auto 0px;
	border: 1px solid #cd9f98;
	position: relative;
}
#information .map:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #cd9f98;
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: -1;
}
#information .map > div{
	background-color: #d8c0a7;
	display: inline-block;
	padding: 0 30px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 1.6rem;
	letter-spacing: 2px;
	color: #5e2423;
	font-weight: 500;
	position: absolute;
	bottom: -30px;
	right: -50px;
}


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

}
/*TAB*/
@media screen and (max-width:899px){
	#policy .cntTitle h2:after{
		font-size: 8rem;
	    top: -43px;
	}
	#information .map > div{
		right: -30px;
	}
}
/*SP*/
@media screen and (max-width:480px){
	.mainVisual{
		background-position: 65% center;
	}
	#policy .cntTitle h2{
		padding-left: 20px;
	    font-size: 2rem;
	    letter-spacing: 1px;
	}
	#policy .cntTitle:after{
		line-height: 65px;
    	font-size: 2.3rem;
    	width: 65px;
   		height: 65px;
   		left: -15px;
    	bottom: -19px;
	}
	#policy .feeTable th{
		font-size: 1.4rem;
		font-weight: 400;
	}
	#policy .cntBox{
		height: auto;
		padding: 25px 0;
	}
	#policy .cntBox p{
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: 1px;
	}
	#policy .cntTitle h2:after{
		font-size: 4.5rem;
		top: -23px;
    	left: 65px;
	}
	#information .cntBox{
		margin: 50px auto;
	}
	#information .cntBox h4{
		font-size: 2.1rem;
    	padding-left: 35px;
	}
	#information .cntBox h4:after{
		width: 25px;
		height: 25px;
	}
	#information .cntBox table th{
		letter-spacing: 0;
	    font-size: 1.4rem;
	    width: 24%;
	}
	#information .cntBox table td{
		letter-spacing: 1px;
		font-size: 1.4rem;
	}
	.mainCntBox.half{
		margin-bottom: 30px;
	}
	.mainCntBox.bunner{
		margin-top: 30px;
		margin-bottom: 50px;
	}
	#information .map {
		height: 250px;
	}
	#information .map > div{
		right: -6%;
		padding: 0 20px;
	}

}
