.ul-reset {
    	list-style: auto;
	padding-top:20px;
}
.privacy{
  	padding:60px 0;
}
.privacy .inner{
  	max-width:900px;
  	margin:0 auto;
  	padding:60px;
	background:#fffdf8;
	background-image: repeating-linear-gradient(
    	to bottom,
    	transparent,
    	transparent 32px,
    	#e6f2fb 33px
  	);
	border-left:6px solid #f5a3b5;
  	border-radius:6px;
  	box-shadow:0 8px 20px rgba(0,0,0,0.08);
}
.page-title{
  	font-size:28px;
  	margin-bottom:40px;
}
.section-title {
    	font-size: 38px;
}
.privacy h3{
  	margin-top:40px;
  	margin-bottom:10px;
  	font-size:28px;
}
.privacy p{
  	line-height:1.9;
}
.privacy ul{
  	margin-left:20px;
  	line-height:1.9;
}
.section-header{
  	text-align:center;
  	margin-bottom:40px;
}

.title-wrapper{
  	position:relative;
  	padding-bottom:20px;
}
/* 青い線 */
.title-wrapper::after{
  	content:"";
  	position:absolute;
  	bottom:0;
  	left:0;
  	width:100%;
  	height:2px;
  	background:#a8d4f0;
}
.title-wrapper::before{
  	content:"";
  	position:absolute;
  	bottom:0;
  	left:0;
  	width:50px;
  	height:2px;
  	background:#f5a3b5;
	z-index:1;
	opacity:0.8;
}
.text-right {
    	text-align: right;
    	padding-top: 30px;
}
hr{
    	margin-top: 40px;
}
