@media only screen and (max-width: 767px) {
	.company-page {
		font-size: 18px;
		font-size: 4.34783vw;
	}
}

.page-ttl {
	background-image: url(/assets/img/common/kv.png);
}

/*************************************************************
/ sec-privacy
/************************************************************/
.sec-privacy .l-inner-wrap {
	width: 920px;
	margin-bottom: 256px;
}

@media only screen and (max-width: 767px) {
	.sec-privacy .l-inner-wrap {
		width: 100%;
		padding: 0 3.62319vw;
		margin-bottom: 36.23188vw;
	}
}

.sec-privacy .section__copy {
	color: #01B5bb;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	margin-top: 52px;
}

@media only screen and (max-width: 767px) {
	.sec-privacy .section__copy {
		font-size: 28px;
		font-size: 6.76329vw;
		margin-top: 7.97101vw;
	}
}

.sec-privacy .quality__list {
	text-align: center;
	margin-top: 49px;
}

@media only screen and (max-width: 767px) {
	.sec-privacy .quality__list {
		margin-top: 7.48792vw;
	}
}

.sec-privacy .quality__item:nth-child(n+2) {
	margin-top: 17px;
}

@media only screen and (max-width: 767px) {
	.sec-privacy .quality__item:nth-child(n+2) {
		margin-top: 7.48792vw;
	}
}

.sec-privacy .quality__ttl {
	font-weight: 700;
	line-height: 2;
}

/*************************************************************
/ sec-contents
/************************************************************/
.sec-contents {
	margin-top: 60px;
}

@media only screen and (max-width: 767px) {
	.sec-contents {
		margin-top: 16.90821vw;
	}
}

.sec-contents .link__txt {
	color: #F07B66;
}

@media only screen and (min-width: 768px) {
	.sec-contents .link__txt:hover {
		text-decoration: underline;
	}
}

.sec-contents__ttl {
	color: #01B5bb;
	font-size: 22px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.sec-contents__ttl {
		font-size: 22px;
		font-size: 5.31401vw;
	}
}

.sec-contents__ttl-notes {
	color: #212121;
	font-size: 16px;
	font-weight: normal;
	margin-left: 15px;
}

@media only screen and (max-width: 767px) {
	.sec-contents__ttl-notes {
		font-size: 16px;
		font-size: 3.86473vw;
		margin-left: 3.62319vw;
	}
}

.sec-contents .info__list {
	margin-top: 17px;
}

@media only screen and (max-width: 767px) {
	.sec-contents .info__list {
		margin-top: 4.10628vw;
	}
}

.sec-contents .info__item {
	border-top: 1px solid #01B5bb;
	/* padding-top: 21px; */
}

@media only screen and (min-width: 768px) {
	.sec-contents .info__item {
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: column;
		gap:8px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-contents .info__item {
		padding-top: 3.62319vw 0 3.1401vw;
	}
}

.sec-contents .info__ttl {
	font-weight: 700;
	margin-top: 40px;
}


@media only screen and (max-width: 767px) {
	.sec-contents .info__data {
		margin-top: 0.72464vw;
		line-height: 1.7em;
	}
}


.sec-contents .info__mt {
	margin-top: 1.5em;
}


.sec-contents .not-border {
	border: none;
}

/*# sourceMappingURL=style.css.map */
