html {
    /* ルートのフォントサイズを10pxに設定しておく */
	font-size: 62.5%;
}

body {
	/* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
	font-size: 1.6em;
}

div h2{
	/* 68px */
	font-size: 1.6em;
text-align: center;
    color: #003567;
}
div a{
	/* 38px */
	/*font-size: 3.8rem;*/

}
main {
	width: 100%;
}
#contents.sp {
	width: 100%;
	right: 0;
}
section.mv {
	background-image: url("../../common/images/privacy/mainvis_img.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
	position: relative;
	width: 100%;
}
.mv_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/privacy/mainvis_ttl_img.png");
	background-position: 0 0;
	background-size: contain;
    top: 78px;
    margin: 0 auto;
    height: 43px;
    width: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv_ttl h1 {
	font-size: 16px;
	color: #013e98;
	margin-bottom: -14px;
	position: relative;
}

section.privacy_area {
	position: relative;
	width: 100%;
}

.privacy_inner {
	width: 90%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	padding-top: 10px;
}
#purpose_area {
	margin-bottom: 60px;
}
.desc {
	font-size: 1.6rem;
	color: #56595b;
	line-height: 30px;
	margin-bottom: 60px;
}
.matter 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: 1.6rem;
	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: 1.6rem;
	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: 1.6rem;
	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: 1.6rem;
	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;*/
}
footer,header {
	display: none;
}

@media (orientation: portrait){
 
	/*デバイスが縦向きの場合の記述*/
	h3 {
		padding: 10px 0;		
	}
}

@media (orientation: landscape){
 
	/*デバイスが横向きの場合の記述*/

}