@charset "UTF-8";
/* CSS Document */
main{
	margin-top: 90px;
	margin-bottom: 90px;
}
.privacy_title_wrapper{
	text-align: center;
	padding-bottom: 50px;
}
.privacy_h1_ja{
	font-size: 34px;
}
.privacy_h1_en{
	font-size: 15px;
	display: inline-block;
	padding-top: 15px;
}
.privacy_wrapper{
	width: 800px;
	height: auto;
	color: rgba(95,95,95,1.00);
	border: solid 1px #dfdfdf;
	margin: 0 auto;
    padding: 40px 0;
	font-size: 13px;
	line-height: 1.6em;
	margin-bottom: 60px;
}
.privacy_wrapper dl{
	margin: 0 50px;
}
.privacy_wrapper > p{
	margin: 0 50px;
}
.privacy_wrapper dt{
	font-size: 14px;
	display: inline-block;
	padding: 25px 0 8px 0;
}
.privacy_wrapper dl:first-of-type dt{
    padding-top: 0;
}
.privacy_text_1 ul .dot{
    padding-left: 10px;
    position: relative;
}
.privacy_text_1 ul .dot::before{
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #c3b076;
}
.privacy_text_1 ul .dot ul .dot::before{
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 1px #c3b076;
    box-sizing: border-box;
}
.space_bottom{
    margin-bottom: 10px;
}
.privacy_text_3{
	padding-bottom: 50px;
	padding-top: 20px;
	display: inline-block;
	margin: 0 50px;
}
.menseki{
	font-size: 16px;
	color: rgba(95,95,95,1.00);
	padding: 40px 0 0;
}

@media screen and (max-width : 770px){
	
	.nav_logo_wrapper{
		position: fixed;
		width: 100%;
		padding-top: 18px;
		padding-bottom: 18px;
		background-color: #fff;
		z-index: 250;
		display: flex;
		justify-content: center;
	}
	.nav_logo_wrapper p{
		display: block;
	}
	.nav_logo{
		width: 36px;
		display: block;
	}
	.nav_stroget{
		width: 100px;
		display: block;
		padding-left: 15px;
	}
	
	main{
		padding-top: 0px;
		margin: 60px 20px;
	}

	h1{
		padding-top: 0px;
	}
	.privacy_title_wrapper{
		text-align: center;
		padding-bottom: 40px;
	}
	.privacy_h1_ja{
		font-size: 20px;
	}
	.privacy_h1_en{
		font-size: 12px;
		display: inline-block;
		padding-top: 11px;
	}
	.privacy_wrapper{
		width: auto;
		max-width: 600px;
		font-size: 12px;
        padding: 25px 0;
	}
	.privacy_wrapper dl{
		margin: 0 20px;
	}
	.privacy_wrapper > p{
		margin: 0 20px;
	}
	h2{
		margin: 0 20px;
		font-size: 15px;
		padding-top: 30px;
	}
	.privacy_text_3{
		padding-bottom: 20px;
		padding-top: 20px;
		display: inline-block;
		margin: 0 20px;
	}
	.privacy_wrapper dt{
		font-size: 13px;
		display: inline-block;
		padding: 20px 0 8px 0;
	}
	.privacy_text_1{
		padding-top: 0px;
	}






}


















































