/* ------------------------------
utilty
---------------------------------- */

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	color: #505050;
}

h1,
h2 {
	font-weight: 500;
}

h2 {
	font-size: 18px;
}

/* p,dd{
  line-height: 1.7;
  text-align: justify;
} */

li {
	line-height: 1.7;
}
a {
	/* text-decoration:none; */
}

img {
	width: 100%;
}

.br-sp {
	display: none;
}

.pc-no {
	display: none;
}

.sp-no {
	display: block;
}

.wrapper-privacy,
.wrapper-header,
.wrapper-footer {
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 0;
}

@media screen and (max-width: 768px) {
	.wrapper-privacy,
	.wrapper-header,
	.wrapper-footer {
		width: 90%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.br-sp {
		display: block;
	}

	.pc-no {
		display: block;
	}

	.sp-no {
		display: none;
	}
}

/* ------------------------------
privacy
---------------------------------- */

.header {
	background-color: #505050;
}

.privacy-title {
	text-align: center;
	font-size: 30px;
	color: #fff;
}

.privacy-title span {
	font-size: 18px;
}
.privacy-text {
	margin-bottom: 24px;
	line-height: 1.8;
}

.wrapper-privacy h2 {
	color: #505050;
	padding-bottom: 10px;
}

.privacy-contents .privacy-part {
	margin-bottom: 24px;
}

.privacy-part .contact-us {
	background-color: #f5f5f5;
	margin-top: 10px;
	padding: 10px;
	border-radius: 8px;
}

.privacy-part .contact-us h3 {
	color: #505050;
}

.privacy-part .contact-us ul li a {
	color: #505050;
}

/* ---------footer------------ */

.footer_c_p {
	background-color: #505050;
}

.wrapper-footer {
	padding-bottom: 24px;
}

.footer-part .topback-btn {
	text-align: center;
	margin-bottom: 16px;
}

.footer-part .topback-btn a {
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	color: #505050;
	text-decoration: none;
	padding: 10px 40px;
	border-radius: 50px;
}
.copyright-part p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
}

@media screen and (max-width: 745px) {
	.privacy-title span {
		display: block;
		margin-top: 16px;
	}

	.footer-part {
		display: block;
		width: 95%;
		padding: 24px 16px;
	}
}


table {
  border: 1px solid gray;
  border-collapse: collapse;
  width: 90%;
  margin:20px auto 30px auto;
  }

th, td {
  border: 1px solid gray;
  padding: 5px 10px;
  }

th {
  width: 24%;
  }

td {
  width: 38%;
  }

table a{
  color: #505050;
  text-decoration: underline;
  word-break: break-all;
  }

.mb20{
  margin-bottom: 20px;
)

