@charset "utf-8";

/* プライバシーポリシー
------------------------------------------------------------*/
.privacy_area {
	padding-top: 3%;
	padding-bottom: 5%;
	position: relative;	
}

.privacy_box {
	padding-bottom: 5%;
}
@media (max-width: 768px)  {
.privacy_box {
	padding-bottom: 10%;
}
}

.privacy_read {
	font-size: 22px;
	color: #28395a;
	line-height: 1.5;
	margin-top: 3%;
	margin-bottom: 3%;
	font-weight: bold;
}
@media (max-width: 768px)  {
.privacy_read {
	font-size: 18px;	
}
}
.privacy_ttl {
	display: flex;
	font-size: 26px;
	color: #28395a;
	align-items: center; /* 垂直中心 */
	margin-bottom: 2%; 
	font-weight: bold;
}

.privacy_ttl:before {
  border-top: 1px solid;
  content: "";
  width: 1em; /* 線の長さ */
	margin-right: .4em; /* 文字の左隣 */
}
@media (max-width: 768px)  {
.privacy_ttl {	
	font-size: 20px;	
}

}
.privacy_tx {
	font-size: 18px;	
}

@media (max-width: 768px)  {
.privacy_tx {
	font-size: 16px;	
}
}

@media (max-width: 768px) {}