@charset "utf-8";

.system_content>form{
	text-align:center;
}
.system_content>form>*{
	text-align:left;
}

.pageTitle{
	border:none;
	font-family: 'Maven Pro', sans-serif;
	font-size:0.71rem;
	background:#666;
	text-align:center;
	padding:5px 40px;
	margin:0 auto 30px;
	display:inline-block;
	color:#FFF;
	line-height:1;
}
.Cross{
	font-family: 'Maven Pro', sans-serif;
	font-size:0.833rem;
	border-bottom:1px solid #DCDCDC;
	margin-top:40px;
	padding-bottom:20px;
}
.Cross:after{
	content:'PRIVACY POLICY';
	display:inline-block;
	border-left:solid 2px #000000;
	letter-spacing:4px;
	font-size:0.9rem;
	font-weight:bold;
	padding:0 10px;
	margin:0 10px;
}
.itemRight{
	width:100%;
	float:none;
}
.itemRight>p{
	font-family: 'Maven Pro', sans-serif;
	font-size:0.8rem;
	width:96.5%;
	margin-top:42px;
	padding-right:3.5%;
}
.CrossHead{
	font-family: 'Maven Pro', sans-serif;
	font-size:0.75rem;
	font-weight:bold;
	border-bottom:1px solid #DCDCDC;
	height:40px;line-height:40px;
	padding:0 3.5%;
}

.CrossHead+p{
	line-height:1.8;
	font-family: 'Maven Pro', sans-serif;
	padding:0 3%;
}
.Definition{
	font-family: 'Maven Pro', sans-serif;
	font-size:0.75rem;
	font-weight:bold;
	border-bottom:1px solid #DCDCDC;
	height:40px;line-height:40px;
	padding:0 3.5%;
}

.Definition+p{
	line-height:1.8;
	font-family: 'Maven Pro', sans-serif;
	padding:0 3%;
}
.userTable_02{
	font-family: 'Maven Pro', sans-serif;
	table-layout:fixed;
	width:100%;
	margin:0 auto 50px;
	border:none;
}
.userTable_02>tbody>tr>th,
.userTable_02>tbody>tr>td{
	font-family: 'Maven Pro', sans-serif;
	border:none;
	border-bottom:1px solid #DCDCDC;
	box-sizing:border-box;
	font-size:0.8rem;
	height:40px;
	line-height:40px;
}
.userTable_02>tbody>tr>th{
	background:#FFF;
	font-weight:bold;
	width:23%;
	padding:0 3.5%;
}
.userTable_02>tbody>tr>td{
	width:77%;
	padding:0 10px;
}
.userTable_02>tbody>tr:nth-child(4)>td:before{
	content:'〒';
}

@media screen and (min-width:769px) { /* PC */
.userTable_02>tbody>tr:nth-child(4)>td br{
	display:none;
}
.Definition:nth-of-type(1){
	margin-top:-23px;
}
}

@media screen and (max-width:768px) { /* SP */
.Cross{
	margin-top:0px;
	padding:0 2% 20px;
}
.Cross:after{
	letter-spacing:2px;
}
.CrossHead{
	height:30px;line-height:30px;
}
.Definition{
	height:30px;line-height:30px;
}
.itemRight>p{
	margin-top:22px;
}
.userTable_02>tbody>tr>th{
	width:33%;
	font-size:0.7rem;
}
.userTable_02>tbody>tr:nth-child(4)>td{
	line-height:20px;
	content:'〒';
}
.userTable_02>tbody>tr>td{
	width:67%;
	font-size:0.68rem;
}
}

