@media screen and (max-width: 767px) {
		.c-pagettl__title-en img {
				width: 10em;
		}
}

.p-policy {
		padding-top: 110px;
		padding-bottom: 195px;
		position: relative;
}
@media screen and (max-width: 767px) {
		.p-policy {
				padding-top: 13.3333333333vw;
				padding-bottom: 18.6666666667vw;
		}
}
.p-policy::before {
		content: "";
		width: 1299px;
		height: 123px;
		background-image: url(../img/common/bg_policy.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-position: left bottom;
		position: absolute;
		display: block;
		left: 0;
		bottom: 0;
}
@media screen and (max-width: 767px) {
		.p-policy::before {
				width: 80vw;
				height: 13.3333333333vw;
		}
}
.p-policy-text {
		width: 900px;
		max-width: 100%;
		margin: auto auto auto;
		font-size: 1.8rem;
		font-weight: 500;
		line-height: 1.5555555556;
		margin-top: 100px;
}
@media screen and (max-width: 767px) {
		.p-policy-text {
				margin-top: 12vw;
				font-size: 3.7333333333vw;
		}
}
.p-policy__box {
		width: 900px;
		max-width: 100%;
		margin: 35px auto auto;
		background-color: #f4f5f6;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 40px 37px 40px;
}
@media screen and (max-width: 767px) {
		.p-policy__box {
				padding: 10.6666666667vw 5.3333333333vw;
				margin-top: 12vw;
		}
}
.p-policy__box .policy-list > li {
		font-weight: 500;
		font-size: 1.8rem;
		line-height: 2;
		position: relative;
		padding-left: 1em;
		margin-top: 1em;
}
.p-policy__box .policy-list > li:first-of-type {
		margin-top: 0;
}
@media screen and (max-width: 767px) {
		.p-policy__box .policy-list > li {
				font-size: 3.7333333333vw;
		}
}
.p-policy__box .policy-list > li::before {
		content: "";
		width: 6px;
		height: 6px;
		display: block;
		background-color: #0089ce;
		position: absolute;
		left: 0;
		top: 0.9em;
}
.p-policy__box .policy-list ul li {
		font-weight: 500;
		font-size: 1.8rem;
		line-height: 2;
		position: relative;
		padding-left: 1em;
}
@media screen and (max-width: 767px) {
		.p-policy__box .policy-list ul li {
				font-size: 3.7333333333vw;
		}
}
.p-policy__box .policy-list ul li::before {
		content: "-";
		width: 1em;
		height: 1em;
		display: block;
		position: absolute;
		left: 0;
		top: 0em;
}
/*# sourceMappingURL=privacy.css.map */