@charset "UTF-8";
/* ----------------------------------------------------------------
共通
---------------------------------------------------------------- */
#privacy_txt{
	width: 100%;
    padding: 60px 5% 0;
    margin: 50px auto 50px;
    border-top: solid 1px #000;
}
#privacy_txt .inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.privacy-text{
	    margin-bottom: 5px;
}
.top_txt{
	margin-bottom: 30px;
}
.privacy-section{
	    margin-bottom: 30px;
}
.privacy-item-title {
    font-weight: bold;
    margin-bottom: 5px;
}
.privacy-list {
    list-style: decimal;
    margin-left: 1em;
}
.privacy-list.dot {
    list-style: disc;
}
.privacy-list-item{

}
.privacy-contact-info{
	font-size: 0.9em;
}
@media screen and (max-width: 767px) {
#privacy_txt {
    padding: 30px 5% 0;
    margin: 0 0 30px;
}
}