
section.mv {
	position: relative;
	width: 2560px;
	height: 300px;
	background-repeat: no-repeat;
	background-image: url("../../common/images/privacy/mainvis_img.jpg");
	background-position: 0 0;
}
.mv_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/privacy/mainvis_ttl_img.png");
	background-position: 0 0;
	top: 100px;
	margin: 0 auto;
	height: 88px;
	width: 333px;
}
.mv_ttl h1 {
	font-size: 18px;
	color: #013e98;
	position: relative;
	padding-top: 46px;
	text-align: center;
}

section.privacy_area {
	position: relative;
	width: 2560px;
	margin-bottom: 100px;
}

.privacy_inner {
	width: 900px;
	height: 100%;
	position: relative;
	margin: 0 auto;
	padding-top: 10px;
}
#purpose_area {
	margin-bottom: 60px;
}
.desc {
	font-size: 16px;
	color: #56595b;
	line-height: 30px;
	margin-bottom: 60px;
}
h2 {
	text-align: center;
	color: #003567;
	font-size: 24px!important;
}
h3 {
	background-color: #013e98;
	font-size: 18px!important;
	color: #fff;
	width: 100%;
	text-align: center;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.h2_underline {
	width: 66px;
	height: 4px;
	border-bottom: solid 4px #003567;
	margin: 5px auto 30px;
}


.privacy_inner ol > li {
	font-size: 16px;
	color: #56595b;
	line-height: 30px;
	list-style-position: inside;
	margin-left: 1.7em;
}
li ~ h3 {
	margin: 40px 0;
}

ol + li {
	margin: 40px 0 0;
}

ol.purpose {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ol.purpose ol {
/*  counter-reset: coitem;
  list-style-type: none;
  padding-left: 1em;*/
}
ol.purpose > li{
	text-indent: -1.5em;
}
ol.purpose > li:before {
  counter-increment: item;
  content: counter(item);
  color: #56595b;
  padding-right: 1em;
}
ol.purpose ol {
  counter-reset: coitem;
  list-style-type: none;
  padding-left: 0;
}
.privacy_inner ol > ol > li {
	font-size: 16px;
	color: #56595b;
	line-height: 30px;
	list-style-position: inside;
	margin-left: 3.7em;
	text-indent: -2.5em;
}
ol.purpose ol:nth-of-type(1) li:before {
  counter-increment: coitem;
  content: '3-'counter(coitem);
  color: #56595b;
  padding-right: 1em;
}
ol.purpose ol:nth-of-type(2) li:before {
  counter-increment: coitem;
  content: '4-'counter(coitem);
  color: #56595b;
  padding-right: 1em;
}
ol.purpose ol:nth-of-type(3) li:before {
  counter-increment: coitem;
  content: '5-'counter(coitem);
  color: #56595b;
  padding-right: 1em;
}
.matter {
	width: 100%;
	margin-bottom: 50px;
}
.head {
	font-size: 16px;
	color: #56595b;
	line-height: 30px;
	margin-bottom: 30px;
}

.matter table {
	border-collapse: separate;
	width: 100%;
}
.matter table tr {
	display: flex;
	justify-content: space-between;

}
.matter table th {
	width: 48%;
	height: 54px;
	color: #fff;
	font-size: 18px;
	background-color: #013e98;
	display: flex;
	justify-content: center;
	align-items: center;
}
.matter table td {
	width: 48%;
	font-size: 16px;
	color: #56595b;
	line-height: 30px;
	display: flex;
	align-items: center;
	border-bottom: solid 1px #c9c9c9;
}
.matter table tr td:nth-of-type(2) {
	padding: 12px 0;
}
h2.cont_privacy {
	margin: 60px;
}
