@charset "UTF-8";

h3 {
	font-weight: bold;
	border-bottom: solid 1px #E1DEDE;
	margin: 50px auto 30px;
	padding-bottom: 10px;
	font-size: 18px;
}
.privacy_list li {
	margin: 0 0 50px 0;
    display: list-item;
}
.privacy_list ul {
	margin-left: 40px;
    margin-bottom: 20px;
}
.list_icon::before {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: #000000;
	border-radius: 50%;
	position: relative;
	bottom: 4px;
	right: 10px;
}
#futoji{
  font-weight: bold;
  margin-bottom: 5px;  
}
.min-item li {
	margin-bottom: 0px;
	margin-left: 15px;
}
.m-head {
	padding-left: 30px;
	border-left: solid #930E67 1px;
	margin-bottom: 60px;
}
.m-head:nth-child(n+2) {
	margin-top: 130px;
}
.m-head .jp {
	color:#930E67;
	font-weight: bold;
	display: block;
	line-height: 1;
	padding-top: 15px;
}
.p-privacy .content {
  max-width: 1056px;
  margin: 0 auto 70px;
  padding: 225px 30px 0;
}
@media screen and (min-width: 768px) {
  .l-header {
    background: #323232;
	}
  }
@media screen and (max-width: 767px) {
.p-privacy .content {
	padding: 120px 20px 0;
}
.m-head {
	margin-bottom: 30px;
    padding-left: 15px;
}
.m-head:nth-child(n+2) {
	margin-top: 90px;
}
.m-head .jp {
	font-size: 1.2rem;
}

.m-head .en img {
	height: 36px;
}
.content td a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #930E67;
    }
.content td a::before {
	content: "";
	background: url( "../../../images/page/company/ico_map.png")no-repeat;
	background-size: contain;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 0 2px 8px;
	transform: translateY(25%);
    }

.m-button {
    max-width: 265px;    
    }
}