html {
	width: 100%;
	-ms-touch-action: none;
	height: 100%
  }
  
  body {
	position: relative;
	background-color: #f5f5f5;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
	font-size: 100%;
	color: #333;
	font-weight: 500
  }
  
  li,
  ol,
  ul {
	list-style: none
  }
  
  em,
  i,
  b {
	font-style: normal;
	font-weight: normal
  }
  
  a {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  }
  
  a:hover {
	text-decoration: none
  }
  
  a,
  a span,
  a em,
  a u,
  a strong,
  a b,
  a p,
  a img,
  a ul,
  a li,
  a div,
  a dd,
  a dt,
  a dl,
  a ol,
  a table,
  a th,
  a td,
  a h1,
  a h2,
  a h3,
  a h4,
  a h5,
  a h6,
  a input,
  a textarea,
  a button,
  a small,
  a select {
	cursor: pointer;
	-webkit-transition: none;
	transition: none;
  }
  
  .privacy-box * {
	box-sizing: border-box;
	word-break: break-all;
  }
  
  .privacy-box {
	width: 1140px;
	padding: 20px 30px 80px 30px;
	margin: 40px auto 80px auto;
	color: #333333;
	background-color: #fff;
  
  }
  
  .privacy-date {
	line-height: 2;
  }
  
  .privacy-box h1 {
	display: block;
	margin-bottom: 15px;
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
  
  }
  
  .privacy-box h2 {
	display: block;
	margin-top: 25px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
  
  }
  
  .privacy-box .txt {
	margin-bottom: 20px;
	line-height: 30px;
	text-align: justify;
  }
  
  .privacy-box em {
	font-weight: bold;
	text-decoration: underline;
  }
  
  .privacy-box b {
	font-weight: bold;
  }
  
  .privacy-box p {
	text-indent: 20px;
  }
  
  .privacy-box .table-box {
	display: block;
	padding: 20px 0px;
  }
  
  .privacy-box .table-box .tb-tt {
	display: block;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
  }
  
  .privacy-box .table-box .table {
	display: block;
	border: 1px solid #e3e3e3;
  
  }
  
  .privacy-box .table-box .table .trow {
	display: block;
	font-size: 0px;
	border-bottom: 1px solid #e3e3e3;
  }
  
  .privacy-box .table-box .table .trow:last-child {
	border-bottom: none;
  }
  
  .privacy-box .table-box .table .trow .coln {
	display: inline-block;
	width: 15%;
	height: 100%;
	padding: 15px 20px;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
  }
  
  .privacy-box .table-box .table .trow .colv {
	display: inline-block;
	width: 85%;
	height: 100%;
	padding: 15px 20px;
	font-size: 14px;
	vertical-align: top;
	border-left: 1px solid #e3e3e3;
  }
  
  @media screen and (max-width: 720px) {
	html {
	  width: 100%;
	  -ms-touch-action: none;
	  height: 100%
	}
  
	body {
	  position: relative;
	  margin: 0px;
	  padding: 0px;
	  background: none;
	  background-color: #f5f5f5;
	}
  
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
	  font-size: 100%;
	  color: #333;
	  font-weight: 500
	}
  
	li,
	ol,
	ul {
	  list-style: none
	}
  
	em,
	i,
	b {
	  font-style: normal;
	  font-weight: normal
	}
  
	a {
	  text-decoration: none;
	  -webkit-transition: all .2s ease-in-out;
	  transition: all .2s ease-in-out;
	}
  
	a:hover {
	  text-decoration: none
	}
  
	a,
	a span,
	a em,
	a u,
	a strong,
	a b,
	a p,
	a img,
	a ul,
	a li,
	a div,
	a dd,
	a dt,
	a dl,
	a ol,
	a table,
	a th,
	a td,
	a h1,
	a h2,
	a h3,
	a h4,
	a h5,
	a h6,
	a input,
	a textarea,
	a button,
	a small,
	a select {
	  cursor: pointer;
	  -webkit-transition: none;
	  transition: none;
	}
  
	body * {
	  box-sizing: border-box;
	}
  
	.privacy-box {
	  width: 100%;
	  max-width: 720px;
	  padding: 20px 15px;
	  margin: 0px;
	  color: #333333;
	  background: none;
	}
  
	.privacy-box h1 {
	  display: block;
	  margin-bottom: 15px;
	  line-height: 24px;
	  font-size: 18px;
	  font-weight: bold;
	  text-align: center;
  
	}
  
	.privacy-box h2 {
	  display: block;
	  margin-top: 25px;
	  line-height: 30px;
	  font-size: 16px;
	  font-weight: bold;
  
	}
  
	.privacy-box .catelog {
	  margin: 0px;
	  padding: 0px;
	  line-height: 30px;
	}
  
	.privacy-box .txt {
	  margin-bottom: 20px;
	  line-height: 30px;
	  text-align: justify;
	}
  
	.privacy-box em {
	  font-weight: bold;
	  text-decoration: underline;
	}
  
	.privacy-box b {
	  font-weight: bold;
	}
  
	.privacy-box p {
	  text-indent: 20px;
	}
  
	.privacy-box .table-box {
	  display: block;
	  padding: 20px 0px;
	}
  
	.privacy-box .table-box .tb-tt {
	  display: block;
	  line-height: 50px;
	  font-weight: bold;
	  text-align: center;
	}
  
	.privacy-box .table-box .table {
	  display: block;
	  border: 1px solid #e3e3e3;
  
	}
  
	.privacy-box .table-box .table .trow {
	  display: block;
	  font-size: 0px;
	  border-bottom: 1px solid #e3e3e3;
	}
  
	.privacy-box .table-box .table .trow:last-child {
	  border-bottom: none;
	}
  
	.privacy-box .table-box .table .trow .coln {
	  display: inline-block;
	  width: 30%;
	  height: 100%;
	  padding: 15px 20px;
	  font-size: 14px;
	  text-align: center;
	  vertical-align: top;
	}
  
	.privacy-box .table-box .table .trow .colv {
	  display: inline-block;
	  width: 70%;
	  height: 100%;
	  padding: 15px 20px;
	  font-size: 14px;
	  vertical-align: top;
	  border-left: 1px solid #e3e3e3;
	}
  }