
section#privacyWrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
}
.privacyAll{
	width: 100%;
	margin: 0 auto 5% auto;
	padding: 0;
    background-color: #FFFFFF;
	
}
.privacyTit{
	width: 100%;
	max-width: 950px;
	padding: 3% 0 0 2%;
	margin: 0 auto;
	font-size:22px;
	
	font-weight: bold;
	text-align: left;
	
}
.privacyMds{
	width: 100%;
	max-width: 950px;
	padding: 0.5% 0 1% 2%;
	margin: 0 auto;
	font-size:11px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	
}
.privacyDetail{
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
}

.AboutMain{
	width: 100%;
	max-width: 950px;
	padding: 0;
	margin: 0;
}
.AboutMain dd {
	width: 100%;
	max-width: 950px;
	padding: 1% 4% 0 4%;
	margin: 0;
	text-align: left;
	font-size: 14px;
	line-height: 21px;
}

dt.AboutTit{
	position: relative;
	width: 100%;
	padding: 3%;
	margin: 3% 0 0 0;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	text-align: left;
	border-left: 10px solid rgba(135,135,135,1.00);
}
dt.AboutTit2{
	position: relative;
	width: 100%;
	padding: 3%;
	margin: 8% 0 0 0;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	text-align: left;
	border-left: 10px solid rgba(135,135,135,1.00);
}
dt.AboutTit::after{
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	border-bottom: 1px solid rgba(135,135,135,1.00);
}
dt.AboutTit2::after{
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	border-bottom: 1px solid rgba(135,135,135,1.00);
}
dt.AboutTit2 span {
	font-size: 11px;
	padding: 0 2%;
	margin:  0 0 0 2%;
	border: 1px solid #999999;
	border-radius: 8px;
	color: #999999;
}
ul.num_Wrap {
	width: 100%;
    margin: 0px auto ;
	padding: 1% 3% 2% 3%;
}
li.num_come{
	width: 100%;
	padding: 0.5% 0 2% 7%;
	margin: 2% 0 0 0;
	text-align: left;
	font-size:14px;
	line-height: 24px;
	font-weight: normal;
	color: #444;
}
.num_come {
	position: relative;
	margin: 3% 0 0 0;
	padding: 0.5% 3% 3% 0%;
	border-bottom: 1px solid #ccc;
	counter-increment: titleNum;
	text-align: left;
	font-size:16px;
	line-height: 26px;
	color: #444;
}
.num_come::before {
	position: absolute;
	top: 2px;
	left: 0px;
	content: counter(titleNum);
	width: 28px;
	height: 28px;
	line-height: 30px;
	background-color: #ccc;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
li.num_mds{
	width: 100%;
	padding: 0.5% 0 3% 7%;
	margin: 4% 0 2.5% 0;
	text-align: left;
	font-size:16px;
	line-height: 24px;
	font-weight: 600;
	color: #444;
	
}
.num_mds {
	position: relative;
	margin: 5% 0 3% 0;
	padding: 0.5% 3% 3% 0%;
	border-bottom: 1px solid #ccc;
	counter-increment: titleNum;
	text-align: left;
	color: #444;
}
.num_mds::before {
	position: absolute;
	top: 2px;
	left: 0px;
	content: counter(titleNum);
	width: 28px;
	height: 28px;
	line-height: 30px;
	background-color: #ccc;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
li.num_Detail{
	width: 95%;
	padding: 0.5% 0 0% 0%;
	margin: 0% 0% 0 3%;
	text-align: left;
	font-size:14px;
	line-height: 20px;
	color: #444;
}
.num_Detail dl {
	width: 100%;
	padding: 0;
	margin: 3% 0 0 0;
}
.num_Detail dl dt{
	width: 50%;
	padding: 2% 0;
	font-weight: bold;
	text-align: center;
}
.num_Detail dl dd{
	width: 100%;
	padding: 0%;
	text-align: left;
}
.num_DetailSub{
	width: 100%;
	padding: 0%;
	margin: 0% 2% 0 4%;
	font-size:11px;
	text-align: left;
}
.num_DetailSubTit{
	font-weight: bold;
}
.num_Detail ol li{
	position: relative;
	list-style-type:lower-alpha;
	margin: 0 0 0 3%;
}

.left_Tit{
	float: left;
	position: relative;
	display: block;
	background-color: #666666;
	border-top:1px solid #444;
	border-bottom:1px solid #444;
	color: white;
}
.left_Tit::before{
    content: '';
    display: block;
    position: absolute;
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
    top: 43%;
    left: 100%;
    height: 0;
    width: 0;
    border-top: 6px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #666;
}
.right_Tit{
	float: right;
	background-color: #f9f9f9;
	color: #444444;
	border-top:1px solid #444;
	border-right:1px solid #444;
	border-bottom:1px solid #444;
}
.Txt{
	width: 100%;
	float: left;
}
.Txt ul{
	width: 100%;
	border-right: 1px dotted #666;
	border-left: 1px dotted #666;
	border-bottom: 1px dotted #666;
	background-color: #f9f9f9;
}
.left_Txt{
	float: left;
	width: 50%;
	padding: 2%;
}
.right_Txt{
	float: right;
	width: 50%;
	padding: 2%;
	background-color: #FFFFFF;
	border-left:1px dotted #999999; 
}
.right_Txt2{
	float: right;
	width: 50%;
	padding: 3.5% 2%;
	background-color: #FFFFFF;
	border-left:1px dotted #999999; 
}
.right_Txt ol{
	width: 100%;
	padding:0;
	font-size: 11px;
	line-height: 16px;
}
.right_Txt ol li{
	position: relative;
	display: block;
	width: 100%;
	padding: 1% 0 0 5%;
}
.right_Txt ol li::before{
	content: '';
    display: block;
    position: absolute;
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
    top: 8px;
    left: 0%;
    height: 0;
    width: 0;
    border-top: 3px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #666;
}
.num_Detail ol{
	width: 100%;
	padding:0;
	font-size: 12px;
}
.num_Detail ol li{
	width: 100%;
	padding: 1% 0 0 3%;	
}
.About_footer{
	float: right;
	width: 40%;
	margin:  0 3% 0 0%;
	padding: 0% 2% 2% 2%;
	/*border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;*/
	border-radius: 6px 6px 0px 0px;
}
.About_footer2 {
	float: right;
	width: 52%;
	margin:  0 0% 0 5%;
	padding: 2% 2% 2% 2%;
	/*border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;*/
	border-radius:6px;
	background-color: #EFEFEF;
}
.About_footer li{
	width: 100%;
	font-size: 12px;
	padding: 2% 6% 2% 6%;
	border-bottom:1px dotted #CCCCCC;
	text-align: right;
}
.About_footer2 li{
	width: 100%;
	font-size: 12px;
	padding: 1% 2% 1% 2%;
}

/*===============================================
●about タブレットサイズ 画面の横幅が639px以下の時
===============================================*/
@media screen and (min-width: 640px) and (max-width: 949px) {
.privacyAll{
	width: 100%;
	margin: 0 auto 5% auto;
	padding: 0;
    background-color: #FFFFFF;
	
}
.privacyTit{
	width: 100%;
	padding: 4% 5% 0 5%;
	margin: 0 auto;
	font-size:22px;
	
	font-weight: bold;
	text-align: left;
	
}
.privacyMds{
	 width: 100%;
    padding: 0.5% 5% 4% 5%;
    margin: 0 auto;
    font-size: 11px;
    color: #666666;
    font-weight: normal;
    text-align: left;
	
}
.AboutMain{
	width: 100%;
	padding: 0 5%;
	margin: 0%;
}
dt.AboutTit{
	position: relative;
	width: 100%;
	padding: 4% 5%;
	margin: 0 0 0 0;
	background-color: #FFF;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: left;
	border-left: 10px solid rgba(135,135,135,1.00);
}
dt.AboutTit2{
	position: relative;
	width: 100%;
	padding: 4% 5%;
	margin: 5% 0 0 0;
	background-color: #FFF;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: left;
	border-left: 10px solid rgba(135,135,135,1.00);
}
.AboutMain dd {
	width: 100%;
	padding: 1% 4% 0 4%;
	margin: 0;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
}
li.num_come{
	text-align: left;
	font-size:12px;
	line-height: 20px;
}
.num_come {
	position: relative;
	margin: 3% 0 0 0;
	padding: 0.5% 3% 3% 0%;
	border-bottom: 1px solid #ccc;
	counter-increment: titleNum;
	text-align: left;
	font-size:14px;
	line-height: 26px;
	color: #444;
}
.num_come::before {
	position: absolute;
	top: 2px;
	left: 0px;
	content: counter(titleNum);
	width: 28px;
	height: 28px;
	line-height: 30px;
	background-color: #ccc;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
li.num_mds{
	width: 100%;
	padding: 0.5% 0 3% 7%;
	margin: 4% 0 2.5% 0;
	text-align: left;
	font-size:16px;
	line-height: 24px;
	font-weight: 400;
	color: #444;
	
}
.num_mds {
	position: relative;
	margin: 5% 0 3% 0;
	padding: 0.5% 3% 3% 0%;
	border-bottom: 1px solid #ccc;
	counter-increment: titleNum;
	text-align: left;
	color: #444;
}
.num_mds::before {
	position: absolute;
	top: 2px;
	left: 0px;
	content: counter(titleNum);
	width: 24px;
	height: 24px;
	line-height: 28px;
	background-color: #ccc;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
li.num_Detail{
	font-size:12px;
}

.num_Detail dl dd{
	width: 100%;
	padding: 0%;
	text-align: left;
}
.num_DetailSub{
	font-size:11px;
}
.right_Txt2{
	float: right;
	width: 50%;
	padding: 4% 2%;
	background-color: #FFFFFF;
	border-left:1px dotted #999999;
	font-size: 11px;
}
.num_Detail ol{
	font-size: 11px;
}
.About_footer{
	float: right;
	width: 37%;
	margin:  1% 3% 0 0%;
	padding: 0% 2% 2% 2%;
	border-radius: 6px 6px 0px 0px;
}
.About_footer li{
	font-size: 11px;
}
.About_footer2 {
    float: right;
    width: 57%;
    margin: 0 0% 0 3%;
    padding: 2% 1% 2% 1%;
    border-radius: 6px;
    background-color: #EFEFEF;
}
.About_footer2 li{
	font-size: 10px;
}

}



/*===============================================
●about スマートフォンサイズ 画面の横幅が639px以下の時
===============================================*/
@media screen and (max-width: 639px)  {
.privacyAll{
	width: 100%;
	margin: 0 auto 5% auto;
	padding: 0;
    background-color: #FFFFFF;
	
}
.privacyTit{
	width: 100%;
	padding: 5% 5% 0% 5%;
	margin: 0 auto;
	font-size:16px;
	
	font-weight: bold;
	text-align: left;
	
}
.privacyMds{
	width: 100%;
	padding:0.5% 0% 5% 5%;
	margin: 0 auto;
	font-size:9px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px dotted #d8d8d8;
	
	
}
.AboutMain{
	width: 100%;
	padding: 0%;
	margin: 0;
}
dt.AboutTit {
    position: relative;
    width: 100%;
    padding: 5%;
    margin: 0 0 0 0;
    background-image: -moz-linear-gradient(top, #fff, #e1e1e1);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.0, #e1e1e1));
    background-color: #e1e1e1;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    border-left: initial;
    border-bottom: initial;
}
dt.AboutTit2 {
    position: relative;
    width: 100%;
    padding: 7% 4%;
    margin: 10% 0 0 0;
    background-image: -moz-linear-gradient(top, #fff, #e1e1e1);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.0, #e1e1e1));
    background-color: #e1e1e1;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    border-left: initial;
    border-bottom: initial;
	border-top: 1px dotted #d8d8d8;
}
dt.AboutTit::before,
dt.AboutTit2::before{
    position: absolute;
    top: 100%;
    left: 45%;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #e1e1e1;
}
dt.AboutTit::after,
dt.AboutTit2::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
	border-bottom: initial;
}
.AboutMain dd {
    width: 100%;
    padding: 5% 4% 0 4%;
    margin: 0;
    text-align: left;
    font-size: 10px;
    line-height: 18px;
}
ul.num_Wrap {
	width: 100%;
    margin: 0px auto ;
	padding: 1% 0% 2% 0%;
}
li.num_mds{
	width: 100%;
	padding: 0.5% 0 3% 11%;
	margin: 8% 0 2.5% 0;
	text-align: left;
	font-size:14px;
	line-height: 24px;
	font-weight: normal;
	color: #444;
	
}
li.num_come{
	width: 100%;
	padding: 0.5% 1% 2% 11%;
	margin: 2% 0 0 0;
	text-align: left;
	font-size:11px;
	line-height: 20px;
	font-weight: normal;
	color: #444;
}
.num_come::before {
	position: absolute;
	top: 2px;
	left: 0px;
	content: counter(titleNum);
	width: 22px;
	height: 22px;
	line-height: 22px;
	background-color: #ccc;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.num_mds::before {
	position: absolute;
	top: 2px;
	left: 0px;
	content: counter(titleNum);
	width: 22px;
	height: 22px;
	line-height: 22px;
	background-color: #ccc;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
li.num_Detail{
	font-size:12px;
}

.num_Detail dl dd{
	width: 100%;
	padding: 0%;
	text-align: left;
}
.num_DetailSub{
	margin: 0% 2% 0 2%;
	font-size:10px;
}
li.num_Detail{
	font-size:12px;
}
.left_Tit::before{
    content: '';
    display: block;
    position: absolute;
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
    top: 34%;
    left: 100%;
    height: 0;
    width: 0;
    border-top: 6px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #666;
}
.right_Txt2{
	float: right;
	width: 50%;
	padding: 4.9% 2%;
	background-color: #FFFFFF;
	border-left:1px dotted #999999;
	font-size: 11px;
}
.num_Detail ol{
	width: 100%;
	padding:0;
	font-size: 10px;
	line-height: 16px;
}
.num_Detail ol li{
	width: 100%;
	padding: 2% 1% 0 6%;	
}
.About_footer{
	float: right;
	width: 96%;
	margin:  0 2% 0 2%;
	padding:2% 2% 2% 2%;
	border-radius: 6px 6px 0px 0px;
}
.About_footer2 {
	float: right;
	width: 100%;
	margin:  0;
	padding: 4%;
	border-radius:0px;
	background-color: #EFEFEF;
}
.About_footer li{
	width: 100%;
	font-size: 11px;
	padding: 2% 6% 2% 6%;
	border-bottom:1px dotted #CCCCCC;
	text-align: right;
}
.About_footer2 li{
	width: 100%;
	font-size: 11px;
	padding: 1% 2% 1% 2%;
}	
}