/* プライバシーポリシー　policy.html */
.policyDetail {
	font-size: 16px;
	padding: 40px;
}
.policyDetail article:not(:last-child) {
	margin-bottom: 80px;
}
.policyList dt {
	border-bottom: 1px dotted #DBC087;
	font-weight: bold;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.policyList dd {
	padding-left: 22px;
	margin-bottom: 20px;
}
.policyList dd .pointList,
.policyList dd .numList {
	margin: 15px 0 30px;
	font-size: 15px;
}
.policyList dd .pointList li,
.policyList dd .numList li {
	margin: 5px;
	line-height: 1.5;
}
.policyInner h3 {
	font-size: 18px;
    margin-bottom: 2em;
}
.policyInner .simpleBox .set:not(:last-child) {
    margin-bottom: 30px;
}
.policyInner .simpleBox .set h4 {
	color: #c3a463;
    font-weight: bold;
	padding: 5px 15px;
	border-left: 3px solid #DBC087;
	background-color: #f9f1e9;
}
.policyInner .simpleBox .set .msg {
	font-size: 14px;
	padding: 10px;
}
.policyInner .simpleBox .set .msg p {
	margin-bottom: 7px;
}
@media screen and (max-width: 599px){
	.policyDetail {
		padding: 0px;
	}
	.policyList dt {
		text-indent: -23px;
		padding-left: 23px;
		line-height: 1.5;
	}
	.policyList dd {
		padding-left: 0;
		margin-bottom: 20px;
	}
	.policyList dd .pointList,
	.policyList dd .numList {
		margin: 15px 10px 30px 20px;
	}
	.policyInner h3 {
		margin-bottom: 1em;
	}
	.policyInner .simpleBox .set:not(:last-child) {
		margin-bottom: 20px;
	}
	.policyInner .simpleBox .set h4 {
		color: #c3a463;
		font-weight: bold;
		padding: 5px 15px;
		border-left: 3px solid #DBC087;
		background-color: #f9f1e9;
	}
	.policyInner .simpleBox .set .msg {
		font-size: 14px;
		padding: 10px;
	}
	.policyInner .simpleBox .set .msg p {
		margin-bottom: 7px;
	}
}
#policy #message{
	margin-top:5rem;
}