@charset "utf-8";

/* =============================================================================
   レイアウト
============================================================================= */


/* MV
--------------------------------------------*/

.hdPage{
	position: relative;
	background: #deeced;
}
.hdPage_inner{
	position: relative;
	z-index: 1;
}
.hdPage_block{
	padding: 16px 0;
}

@media print, screen and (min-width:960px) {
	.hdPage{
	}
	.hdPage_inner{
		display: flex;
		justify-content: space-between;
		min-height: inherit;
	}
	.hdPage_block{
		padding: 32px 40px;
		background-color: rgba(255, 255, 255, 0.8);
	}
}



/* =============================================================================
   PAGE
============================================================================= */
.policy{
	margin: 16px;
}
.policySect{
	margin-top: 32px;
}
.policySect_ttl{
	font-size: 1.6rem;
	font-weight: bold;
}
.policySect_txt{
	margin-top: .5em;
}
.policySect_txt.-date{
	margin-top: 32px;
	text-align: right;
}

@media print, screen and (min-width:960px) {
	.policy{
		margin: 40px auto;
		max-width: 1000px;
	}
	.policySect_ttl{
		font-size: 1.8rem;
	}
}

