@charset "UTF-8";
#main_img_wrap {
	width:100%;
	background-color:#ffffff;
}
#main_img_wrap.contents_img {
	height:100px;
	position:relative;
}
.page_title_wrap {
	padding-top: 0px;
	margin-bottom: 0px;
}
.contents {
    margin-left: 20px;
    margin-right: 20px;
}
#privacy_wrap * {
box-sizing: border-box;
}
#privacy_wrap {
	width: 100%;
	padding: 10px 0;
    line-height: 1.6;
}
#privacy_wrap dl dt {
    font-size: 1.4rem;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #ccc;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 14px;
}
#privacy_wrap dl dd p {
    padding-bottom: 40px;
}
#privacy_wrap ul {
    margin-bottom: 40px;
    padding-left: 30px;
}
#privacy_wrap ul li {
    list-style-type: decimal;
}