@charset "UTF-8";
/* ----関数設定---- */
/* ----------------------------------------------------------------------
service
---------------------------------------------------------------------- */
#privacy .h4_wrapper {
  padding-left: 0;
}
#privacy .h4_wrapper::before {
  content: none;
}
#privacy a {
  color: #0066c0;
  text-decoration: underline;
}
#privacy p {
  line-height: 2;
  margin-bottom: 2rem;
}
#privacy .p_num_list {
  counter-reset: number 0;
  margin: 2rem 0 2rem 2rem;
}
#privacy .p_num_list li {
  counter-increment: number 1;
  position: relative;
  margin-bottom: 5px;
  line-height: 2;
  padding-left: 2em;
}
#privacy .p_num_list li:last-child {
  margin-bottom: 0;
}
#privacy .p_num_list li::before {
  content: "(" counter(number) ")";
  position: absolute;
  top: 0px;
  left: 0;
}
#privacy .o_num_list {
  margin: 2rem 0 2rem 2rem;
  padding-left: 2em;
}
#privacy .o_num_list li {
  list-style-type: decimal;
  margin-bottom: 5px;
  line-height: 2;
  list-style-position: outside;
}
#privacy .o_num_list li:last-child {
  margin-bottom: 0;
}
#privacy .u_list {
  margin: 2rem 0 2rem 2rem;
  padding-left: 2em;
}
#privacy .u_list li {
  list-style-type: disc;
  margin-bottom: 5px;
  line-height: 2;
  list-style-position: outside;
}
#privacy .u_list li:last-child {
  margin-bottom: 0;
}
#privacy .privacy_contact {
  margin-top: 6rem;
}
#privacy .privacy_contact .p_title {
  font-weight: 700;
  margin: 3rem 0 1.5rem;
  font-size: max(1.8rem, 16px);
}
#privacy .p_sign {
  margin-top: 3rem;
  text-align: right;
  line-height: 2;
}
#privacy .privacy_table th, #privacy .privacy_table td {
  border: 1px solid #ddd;
  width: 50%;
  line-height: 1.6;
}
#privacy .privacy_table thead th {
  text-align: center;
  padding: 15px;
  background-color: #f3f3f3;
}
#privacy .privacy_table tbody td {
  padding: 10px;
  vertical-align: middle;
  line-height: 1.6;
}
#privacy .privacy_table .table_comment {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
}
.privacy_margin{
	margin-bottom:6rem;
	display:block;
}
.privacy_margin2{
	margin-bottom:3rem;
	display:block;
}
.protection_organization{
	font-size:2.0rem;
	font-weight:700;
	margin-bottom:1.6rem;
}