@charset "UTF-8";

/* mainvisual
-------------------------------------------------*/
.mainvisual {
	background: url("../img/privacy/mainvisual.jpg") no-repeat top center;
	background-size: cover;
	height: 18.75em;
	position: relative;
}
.mainvisual h1 {
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.mainvisual h1 span {
	display: block;
	text-align: center;
	color: #E2D421;
	font-weight: 800;
}

/* cont1
-------------------------------------------------*/
.cont1 {
	background: url("../img/privacy/cont1_bg.jpg") no-repeat top center;
	background-size: cover;
	padding: 5em 0 12em;
}
.cont1 .container {
	background: #fff;
	padding: 5em 6.25em 6.25em;
}
.cont1 .head_note {
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 4.125em;
}
.cont1 .article {
	margin-bottom: 2.75em;
}
.cont1 .article h2 {
	font-weight: 700;
	color: #1B1464;
	background: #EBEBEB;
	padding: 0.3em 1em;
	margin-bottom: 1em;
}
.cont1 .article ul li {
	text-indent: -1em;
	padding: 0 1em 0 2em;
	line-height: 1.5;
}
.cont1 .article ul li::before {
	content: "・";
}
.cont1 .article .txt {
	padding: 0 1em;
}
.cont1 small {
	display: flex;
	justify-content: flex-end;
	padding-right: 1em;
}
@media only screen and (max-width:780px) {
	.mainvisual h1 {
		width: 100%;
	}
	.cont1 {
		padding: 8vw 0 24vw;
	}
	.cont1 .container {
		padding: 6vw;
	}
	.cont1 .head_note {
		margin-bottom: 4vw;
	}
}