.privacyPolicy{
 width: calc(100% - 30px);
 margin: 40px 15px 100px;
}
.policy{
 margin-top: 55px;
 padding-top: 35px;
}
.madoguchi{ margin-top: 50px;}
.madoguchi h2{
 font-size: 1.9rem;
 margin-bottom: 15px;
}

.mainSections a{
 color: #e60012;
 transition-property: text-decoration;
 text-decoration: underline;
	word-wrap: break-word;
}
.mainSections a.hover{ text-decoration: none;}

a.blank:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 10px;
	background-image: url(/images/common/blank.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 10px;}

.mainSections .WEBprivacyTtl{
	font-size: 2rem;
	color: #000;
	margin: 80px 0 35px 0;
	padding-top: 80px;
	text-align: center;
}
.mainSections .WEBprivacyTtl + p{
	margin-bottom: 100px;
}
.mainSections .lists li{
	margin-top: 25px;
}
.mainSections .lists ul{
	margin-left: 0;
}
.mainSections .lists ul li{
	margin-top:20px;
}