div.main-picture {
	filter: brightness(0.5);
}
div.privacy-top {
	position: absolute;
	top: 35%;
	width: 100%;
}
div.privacy-top h2 {
	font-size: 3.6rem;
	font-weight: 700;
	color: #FF0;
}
div.privacy-top p {
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	color: #FFF;
	margin-top: 40px;
	font-feature-settings: "pwid";
}

@media only screen and (max-width: 1080px) {
	div.privacy-top h2 {
		font-size: 3.2rem;
	}
	div.privacy-top p {
		font-size: 1.1rem;
	}
}
@media only screen and (max-width: 930px) {
	div.privacy-top h2 {
		font-size: 3.0rem;
	}
	div.privacy-top p {
		font-size: 1.0rem;
	}
}
@media only screen and (max-width: 840px) {
	div.privacy-top h2 {
		font-size: 2.8rem;
	}
}
@media only screen and (max-width: 560px) {
	div.privacy-top h2 {
		font-size: 2.6rem;
	}
	div.privacy-top p {
		font-size: 0.9rem;
		margin-top: 30px;
	}
}
@media only screen and (max-width: 480px) {
	div.privacy-top {
		width: 95%;
		left: 10px;
	}
}
@media only screen and (max-width: 460px) {
	div.privacy-top {
		top: 30%;
	}
	div.privacy-top p br {
		display: none;
	}
}
@media only screen and (max-width: 420px) {
	div.privacy-top h2 {
		font-size: 2.4rem;
	}
}
@media only screen and (max-width: 380px) {
	div.privacy-top {
		top: 24%;
	}
	div.privacy-top h2 {
		font-size: 2.2rem;
	}
}

.summary-container {
	width: 75%;
}

div.product-back:hover span {
	position: relative;
	background: linear-gradient(transparent 0%, transparent 0%);
}

div.product-back h2 {
	font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
	font-size: 2.0rem;
	border-bottom: 1px dotted #CCC;
	box-sizing: border-box;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 25px 0px;
	width: 100%;
	font-weight: 700;
}
div.product-back h2.privacy-part1:before {
	background: url(../images/privacy/privacy1.svg) no-repeat;
	content: "";
	display: inline-block;
	width: 64px;
	height: 64px;
	background-size: 100%;
	background-position: -5px 0px;
	position: relative;
	top: 20px;
	overflow: hidden;
}
div.product-back h2.privacy-part2:before {
	background: url(../images/privacy/privacy2.svg) no-repeat;
	content: "";
	display: inline-block;
	width: 56px;
	height: 56px;
	background-size: 100%;
	background-position: 0px 0px;
	position: relative;
	top: 15px;
	overflow: hidden;
}
div.product-back h2.privacy-part3:before {
	background: url(../images/privacy/privacy3.svg) no-repeat;
	content: "";
	display: inline-block;
	width: 56px;
	height: 56px;
	background-size: 100%;
	background-position: 0px 0px;
	position: relative;
	top: 15px;
	overflow: hidden;
}
div.product-back h2.privacy-part4:before {
	background: url(../images/privacy/privacy4.svg) no-repeat;
	content: "";
	display: inline-block;
	width: 56px;
	height: 56px;
	background-size: 100%;
	background-position: 0px 0px;
	position: relative;
	top: 15px;
	overflow: hidden;
}
div.product-back h2.privacy-part5:before {
	background: url(../images/privacy/privacy5.svg) no-repeat;
	content: "";
	display: inline-block;
	width: 56px;
	height: 56px;
	background-size: 100%;
	background-position: 0px 0px;
	position: relative;
	top: 15px;
	overflow: hidden;
}
div.product-back h2.privacy-part6:before {
	background: url(../images/privacy/privacy6.svg) no-repeat;
	content: "";
	display: inline-block;
	width: 56px;
	height: 56px;
	background-size: 100%;
	background-position: 0px 0px;
	position: relative;
	top: 15px;
	overflow: hidden;
}
div.product-back h2.privacy-part7:before {
	background: url(../images/privacy/privacy7.svg) no-repeat;
	content: "";
	display: inline-block;
	width: 56px;
	height: 56px;
	background-size: 100%;
	background-position: 0px 0px;
	position: relative;
	top: 15px;
	overflow: hidden;
}

div.product-back h2 span {
	font-size: 2.0rem;
	color: rgb(0, 94, 102);
	padding-left: 10px;
}

div.product-back  p.back_right {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0px 0px 30px 0px;
    line-height: 160%;
    padding: 0px 15px;
    text-align: right;
}
div.product-back p.back_focus {
	font-size: 1.2rem;
	font-weight: 500;
	margin: 0px 0px 40px 0px;
	line-height: 160%;
	background-color: #eee;
	padding: 30px 30px;
	border-radius: 5px;
	font-feature-settings: "pwid";
	text-align: justify;
}

div.product-back ol {
	line-height: 160%;
	margin: 0px 10px 50px 15px;
	font-feature-settings: "pwid";
	text-align: justify;
}
div.product-back ol li {
	color: #5e637b;
	font-size: 1.1rem;
	font-weight: 500;
	list-style-type: decimal;
	margin: 0 15px 15px 15px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	line-height: 150%;
}
div.product-back ol.privacy-sub li {
	border-bottom: none;
	margin: 0 25px 5px 25px;
}

div.product-back p.back-inquiry {
	font-size: 1.1rem;
	font-weight: 500;
	margin-left: 15px;
}

@media only screen and (max-width: 1380px) {
	.summary-container {
		width: 80%;
	}
}
@media only screen and (max-width: 1280px) {
	div.product-back h2 span {
		font-size: 1.8rem;
	}
	div.product-back h2.privacy-part1:before {
		width: 58px;
		height: 58px;
	}
	div.product-back h2.privacy-part2:before {
		width: 50px;
		height: 50px;
	}
	div.product-back h2.privacy-part3:before {
		width: 50px;
		height: 50px;
	}
	div.product-back h2.privacy-part4:before {
		width: 50px;
		height: 50px;
	}
	div.product-back h2.privacy-part5:before {
		width: 50px;
		height: 50px;
	}
	div.product-back h2.privacy-part6:before {
		width: 50px;
		height: 50px;
	}
	div.product-back h2.privacy-part7:before {
		width: 50px;
		height: 50px;
	}
}
@media only screen and (max-width: 1180px) {
	.summary-container {
		width: 85%;
	}
}
@media only screen and (max-width: 1080px) {
	div.product-back h2 span {
		font-size: 1.6rem;
	}
	div.product-back h2.privacy-part1:before {
		width: 52px;
		height: 52px;
		top: 16px;
	}
	div.product-back h2.privacy-part2:before {
		width: 46px;
		height: 46px;
		top: 13px;
	}
	div.product-back h2.privacy-part3:before {
		width: 46px;
		height: 46px;
		top: 13px;
	}
	div.product-back h2.privacy-part4:before {
		width: 46px;
		height: 46px;
		top: 13px;
	}
	div.product-back h2.privacy-part5:before {
		width: 46px;
		height: 46px;
		top: 13px;
	}
	div.product-back h2.privacy-part6:before {
		width: 46px;
		height: 46px;
		top: 13px;
	}
	div.product-back h2.privacy-part7:before {
		width: 46px;
		height: 46px;
		top: 13px;
	}
}
@media only screen and (max-width: 980px) {
	div.product-back h2 {
		margin: 0px 0px 15px 0px;
		padding: 0px 0px 15px 0px;
	}
	div.product-back p.back_focus {
		font-size: 1.1rem;
	}
	div.product-back ol li {
		font-size: 1.0rem;
	}
	div.product-back p.back_right {
		font-size: 1.1rem;
	}
	div.product-back h2 span {
		font-size: 1.5rem;
	}
	div.product-back p.back-inquiry {
		font-size: 1.0rem;
	}
	div.product-back h2.privacy-part1:before {
		width: 48px;
		height: 48px;
		top: 16px;
	}
	div.product-back h2.privacy-part2:before {
		width: 42px;
		height: 42px;
	}
	div.product-back h2.privacy-part3:before {
		width: 42px;
		height: 42px;
	}
	div.product-back h2.privacy-part4:before {
		width: 42px;
		height: 42px;
	}
	div.product-back h2.privacy-part5:before {
		width: 42px;
		height: 42px;
	}
	div.product-back h2.privacy-part6:before {
		width: 42px;
		height: 42px;
	}
	div.product-back h2.privacy-part7:before {
		width: 42px;
		height: 42px;
	}
}
@media only screen and (max-width: 876px) {
	.summary-container {
		width: 90%;
	}
}
@media only screen and (max-width: 560px) {
	.summary-container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	div.product-back p.back_focus {
		font-size: 1.0rem;
	}
	div.product-back p.back_right {
		font-size: 1.0rem;
	}
	div.product-back h2 span {
		font-size: 1.4rem;
	}
	div.product-back ol {
		margin: 0px 10px 20px 15px;
	}
}
@media only screen and (max-width: 520px) {
	div.product-back h2 span {
		font-size: 1.3rem;
	}
	div.product-back h2.privacy-part1:before {
		width: 42px;
		height: 42px;
		top: 14px;
	}
	div.product-back h2.privacy-part2:before {
		width: 36px;
		height: 36px;
		top: 9px;
	}
	div.product-back h2.privacy-part3:before {
		width: 36px;
		height: 36px;
		top: 9px;
	}
	div.product-back h2.privacy-part4:before {
		width: 36px;
		height: 36px;
		top: 9px;
	}
	div.product-back h2.privacy-part5:before {
		width: 36px;
		height: 36px;
		top: 9px;
	}
	div.product-back h2.privacy-part6:before {
		width: 36px;
		height: 36px;
		top: 9px;
	}
	div.product-back h2.privacy-part7:before {
		width: 36px;
		height: 36px;
		top: 9px;
	}
}
@media only screen and (max-width: 480px) {
	.summary-container {
		width: 95%;
	}
	div.product-back h2 span {
		font-size: 1.2rem;
		padding-left: 8px;
	}
	div.product-back h2.privacy-part1:before {
		width: 40px;
		height: 40px;
		top: 14px;
	}
	div.product-back h2.privacy-part2:before {
		width: 34px;
		height: 34px;
		top: 9px;
	}
	div.product-back h2.privacy-part3:before {
		width: 34px;
		height: 34px;
		top: 9px;
	}
	div.product-back h2.privacy-part4:before {
		width: 34px;
		height: 34px;
		top: 9px;
	}
	div.product-back h2.privacy-part5:before {
		width: 34px;
		height: 34px;
		top: 9px;
	}
	div.product-back h2.privacy-part6:before {
		width: 34px;
		height: 34px;
		top: 9px;
	}
	div.product-back h2.privacy-part7:before {
		width: 34px;
		height: 34px;
		top: 9px;
	}
}
@media only screen and (max-width: 420px) {
	div.product-back p.back_focus {
		font-size: 0.9rem;
	}
	div.product-back p.back_right {
		font-size: 0.9rem;
	}
	div.product-back h2 span {
		font-size: 1.1rem;
		padding-left: 8px;
	}
	div.product-back ol li {
		font-size: 0.9rem;
	}
	div.product-back p.back-inquiry {
		font-size: 0.9rem;
	}
}
@media only screen and (max-width: 390px) {
	div.product-back h2 span {
		font-size: 1.0rem;
		padding-left: 8px;
	}
	div.product-back p.back-inquiry {
		font-size: 0.85rem;
	}
}
