/*PC—p*/

.PolicyPageTitleBack{
	height: 450px;
	background:url(../commonImages/h1_img_privacypolicy.png) center/cover no-repeat;
	margin:0 auto;
	width:100%;
	padding: 200px 0 0;
	box-sizing: border-box;
}

.PolicyPageTitle{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.PolicyPageTitle_be {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin: auto;
	color: #fff;
	padding: 2% 0 0;
	letter-spacing: 0.1em;
	font-family: 'Lato', sans-serif;
}

.PolicyPageTitle_mj {
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin: 1% auto;
	font-weight: bold;
}

.PoricyArea{
	width:100%;
	margin:auto;
	
}

.PoricyDetail{
	width:1000px;
	margin: 5% auto;
	text-align:center;
	
}

.ExplanatoryTextArea{
	width: 100%;
	margin: 0 auto 5%;
	background: #fafafa;
	padding: 5%;
	box-sizing: border-box;

}

.ExplanatoryTextArea p{
	font-size:14px;
	text-align:left;
}

.PoricyItemTitleArea{
	width:100%;
	margin:0 auto;
	text-align:left;

}
.PoricyItemTitleArea h2{
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 2%;
	position: relative;
	border-bottom: solid 2px #dddee0;
	color: #7fcbea;
}

.PoricyItemTitleArea h2::after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 14%;
	border-bottom: 2px solid #7fcbea;
}


.PoricyItemArea{
	width: 100%;
	padding: 5% 2%;
	margin: 0 auto;
	text-align: left;
}

.PoricyItemArea p{
	font-size:13px;
}


.PoricyItemArea ol{
	list-style-type:decimal;
	width:99%;
	margin-left:15px;
}

.PoricyItemArea li{
	line-height:2;
	font-size:13px;
	width:99%;
	letter-spacing:0.1em;
}


.subindent{
	margin-left:20px;
}


.TermsItemArea table {
	width: 99%;
	margin:2em auto;

}

.PoricyItemArea table tr {
	line-height: 2;
}

.TermsItemArea table th {
	width: 16%;
	text-align: center;
	border: 1px solid #000fff;
	vertical-align:middle;
	color:#000;
	font-size:13px;
	padding-top:2%;
	padding-bottom:2%;
	
}

.PoricyItemArea table td {
	width:16%;
	text-align: center;
	vertical-align:middle;
	color:#000;
	font-size:13px;
	border: 1px solid #000fff;
	padding-top:2%;
	padding-bottom:2%;
}
















.SitePolicyMain {
    width: 800px;
	margin:0 auto;
}
.SitePolicyMainTitleArea {
    border-bottom: 2px solid #dcdcdc;
    color: #d2b48c;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin: 20px auto;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 800px;
}

.SitePolicyTitleArea {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin: 20px auto;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-shadow: 1px 1px 1px #999;
    width: 760px;
	border-bottom: 4px solid #ddd;	
}

.SitePolicyTermTitleArea{
	width:100%;
	margin:0 auto;
	text-align:left;
//	border-bottom:solid 1px #ddd;
	border-bottom:solid 1px #dcdcdc;	

}

.SitePolicyTermTitleArea h2{
	font-size:14px;
	font-weight:bold;
	color:#555;
	margin-bottom:10px;
}
.SitePolicyTermTitleArea h2 strong{
	font-size:16px;
	font-weight:bold;
	color:#555;
	margin-bottom:10px;
}

.SitePolicyTermBodyArea{
	width:100%;
	margin:0 auto;
	text-align:left;
	padding-top:30px;
	padding-bottom:40px;
}	

.SitePolicyTermBodyArea p{
	color:#555;
	line-height:25px;
}

.SitePolicyTermBodyArea strong{
	font-weight: normal;
}

.SitePolicyItemTitleArea{
	width:100%;
	margin:0 auto;
	text-align:left;
//	border-bottom:solid 1px #ddd;
	border-bottom:solid 1px #dcdcdc;	

}
.SitePolicyItemTitleArea h2{
	font-size:13px;
	font-weight:bold;
	color:#d2b48c;
	margin-bottom:10px;
}

.SitePolicyItemArea{
	width:100%;
	margin:0 auto;
	text-align:left;
	padding-top:10px;
	padding-bottom:40px;
}	
.SitePolicyItemArea p{
	color:#000;
	line-height:25px;
	font-size:13px;
}


.SitePolicyItemArea ol{
	list-style-type:decimal;
	width:99%;
	margin-left:15px;
}

.SitePolicyItemArea li{
	color:#333;
	line-height:25px;
	font-size:13px;
}