@charset "UTF-8";
/* CSS Document */
/**   スマホ  **/
@media screen and (max-width:480px),print{
.policy{
	width: 300px;
	margin: 50px auto;
	margin-bottom: 200px;
}

.p1{
	padding: 30px 0 10px 0;
	font-weight: 800;
	font-size: 1.3rem;
}

.border3{
	border-bottom: dotted 1px #c1a293;
	margin: 0 auto;
}

.p2{
	padding: 30px 0 5px 0;
	font-weight: 600;
}

.p3{
	line-height: 20px;
	font-size: 0.8rem;
}
}


/**   PC  **/
@media screen and (min-width:481px),print{
.policy{
	width: 600px;
	margin: 100px auto;
	margin-bottom: 200px;
}

.p1{
	padding: 30px 0 10px 0;
	font-weight: 800;
	font-size: 1.3rem;
}

.border3{
	border-bottom: dotted 1px #c1a293;
	margin: 0 auto;
}

.p2{
	padding: 30px 0 5px 0;
	font-weight: 600;
}

.p3{
	line-height: 20px;
	font-size: 0.8rem;
}
}