@charset "UTF-8";

/*-----------------------------------

	privacy

-----------------------------------*/
#privacy{
	text-align:center;
	padding:100px 0 60px;
}
#privacy .text{
	text-align:left;
}
#privacy section{
	text-align:left;
	background:#fff;
	margin-top: 30px;
	padding: 30px 20px;
    border: solid 1px #efefef;
	box-sizing:border-box;
}
#privacy section h2{
    width: 100%;
    font-size: 24px;
    color: #2d457b;
    display: inline-block;
	margin-bottom: 10px;
    padding: 0px 0 15px;
    border-bottom: solid 1px #2d457b;
}
@media screen and (max-width: 640px) {
	#privacy{
		text-align:center;
		padding:60px 0 30px;
	}
	#privacy section{
		width: 100%;
		float: none;
		background:#fff;
		margin-bottom: 20px;
		padding: 20px 2.5%;
	}#privacy section:last-child{
		margin-bottom: 0;
	}
	#privacy section h2{
		font-size: 18px;
		padding: 0px 0 10px;
		font-weight: 600;
		letter-spacing: 0.3rem;
	}
}






