@charset "UTF-8";
/* CSS Document */
.privacy_page {
	margin-top:50px;
    margin-bottom: 120px;
    padding-right: 42px;
}
/*プライバシーポリシー*/
.policy_wrap.contents {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
}
.policy_wrap h3 {
    color: #55b692;
    font-weight: normal;
    border-bottom: 1px solid #55b692;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.policy_list {
    padding-left: 1em;
}
.policy_wrap .text {
    margin-bottom: 0.5em;
}
.policy_list li {
    position: relative;
    margin-bottom: 5px;
}
.policy_list li::before {
    content: "・";
    position: absolute;
    left: -1em;
}
@media screen and (max-width: 840px){

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

}
@media screen and (max-width: 530px){
.privacy_page {
	padding-right: 0;
	}
}