@charset "UTF-8";

/*-----------------------------------

	headline

-----------------------------------*/
#headline {
	background: url(../img/privacy/headline_bg.jpg) no-repeat center center/cover;
}
#headline h1::before {
	content: "PRIVACY POLICY";
}
@media screen and (max-width: 640px) {
    #headline {
		background: url(../img/privacy/sp/headline_bg.jpg) no-repeat center center/cover;
	}
}
/*-----------------------------------

	privacy_block

-----------------------------------*/
#privacy_block {
	clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 60px);
    background: #f0f0f5;
	padding: 76px 0 178px;
	position: relative;
}
#privacy_block .contents_inner {
	width: 63.35%;
}
#privacy_block::before {
    content: "";
    width: 100%;
    height: calc(100% - 1px);
    clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 60px);
    background: #FFF;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: -1;
}
#privacy_block * {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.03em;
}
#privacy_block h2 {
	font-weight: 700;
	padding-left: 19px;
	position: relative;
}
#privacy_block h2::before {
	content: '';
	display: block;
	background: #208cd5;
	width: 13px;
	height: 13px;
	margin: auto;
	position: absolute;
	top: 9px;
	left: 0;
	z-index: 1;
}
#privacy_block p,
#privacy_block li {
	font-weight: 400;
}
#privacy_block ol {
	padding-left: 1em;
	margin-top: 10px;
}
#privacy_block p a {
	color: #208cd5;
	text-decoration: underline;
}
#privacy_block .intro_txt {
	margin-bottom: 55px;
}
#privacy_block .privacy_box {
	margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
	#privacy_block {
		padding-bottom: 100px;
	}
	#privacy_block .contents_inner {
		width: 90%;
	}
	#privacy_block * {
		font-size: 13px;
	}
	#privacy_block h2 {
		padding-left: 17px;
	}
	#privacy_block h2::before {
		width: 10px;
		height: 10px;
		top: 8px;
	}
	#privacy_block .intro_txt {
		margin-bottom: 35px;
	}
}

#gap {
	height: 140px;
}
@media screen and (max-width: 640px) {
    #gap {
        height: 100px;
    }
}

