@charset "utf-8";
/* CSS Document */


.box_box{
	width: 100%;
	height: auto;
	margin-top: 100px;
}

 h2{
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:1.3em;
	color: #192f61;
	letter-spacing: 0.3em;
}

.privacytext{
	display: flex;
	flex-direction: column;
	color: #192f61;
	width: 90vw;
	height: auto;
	margin: 20px auto;
	margin-left: 8vw;
	border: #0044FF;
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:0.8em;
	letter-spacing: 0.3em;
	line-height: 1.5em;

}
.privacyinner_st{
	width: 80vw;
}

.privacyinner_subt{
	margin-top: 20px;
	font-size: 1em;
	font-weight: 700;
	
}

.privacyinner01{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.privacyinner02{
	width: 20vw;
	margin-top: 20px;
	
}
.privacyinner03{
	display: flex;
	flex-direction: column;
	flex-wrap:nowrap;
	margin-top: 20px;
	width: 60vw;
}

@media screen and (max-width: 540px) {

.privacytext{
	font-size:0.6em;
}

.privacyinner02{
 letter-spacing: 0.2em;
 min-width: 100px;
}

}
