@charset "UTF-8";
/* CSS Document */

/*----- PAGE-HEADER -----*/

.page-header{
	background-image: url("../../../images/_assets-page/privacy/img-cover-sp.webp");
}

@media screen and (min-width: 768px) {
	
	.page-header{
		background-image: url("../../../images/_assets-page/privacy/img-cover-pc.webp");
	}
	
}

/*----- PAGE-CONTENT -----*/

#privacy div.content{
	width:100%;
	margin:0 auto;
	max-width: 1080px;
	
	box-sizing: border-box;
	padding:10px;
}

@media screen and (min-width: 768px) {
	
	#privacy div.content{
		padding:20px;
	}
	
}

.post-content{
	box-sizing: border-box;
	padding:10px;
	
	background-color:#fff;
	color:#222;
	
	border-radius:5px;
}

@media screen and (min-width: 768px) {
	
	.post-content{
		padding:20px;
	}
	
}

.caption{
	margin-bottom:20px;
}

.row{
	margin-bottom:20px;
}

.row:last-of-type{
	margin-bottom:0;
}

.row h6{
	font-size:1.25rem;
	line-height:1.75em;
	
	margin-bottom:10px;
	
	box-sizing: border-box;
	padding-left:30px;
	
	position: relative;
	color:#5f161d;
}

.row h6::before{
	display:block;
	content:"";
	
	width:20px;
	height:1px;
	
	background-color:#5f161d;
	
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	
	margin:auto 0;
}


