@charset "utf-8";

/*---------------------------------------------------------------
各ページの独自CSS
---------------------------------------------------------------*/
/**
 * 目次
 *
 * 01. 個人情報保護方針
 *
 *（PC-1024px SP-896px以下） 
 *（★の箇所は未使用）
 */



/*******************************************************************************
 01. 個人情報保護方針ページ
*******************************************************************************/
#rule_stage{
	position: relative;
	float:left;
	width: 100%;
	transition: 0.5s ;
	margin: 100px auto 100px auto;
}

/*=======================================
/* ◎基本囲み枠=レスポンシブ対応
=======================================*/
/***---- ▼SP-1800px以上----***/
@media screen and (min-width:1800px){



}
/***---- ▲SP-1800px以上----***/

/* ●イントロフィールドフィールド
=================================================*/
#rule_intro_FIELD  {
	position: relative;
	width: 100%;
	line-height:2.0;
	margin: 0px auto 0px auto;
}


/* ●方針概要フィールド
=================================================*/
#rule_FIELD  {
	position: relative;
	width: 100%;
	margin: 80px auto 0px auto;
}

.rule_ZONE {
	width: 100%;
	margin: 0px auto 40px auto;
}

.rZ_midashi {
	float:left;
	width: 100%;
	font-size: 20px;
	line-height: 1.2;
	text-align:left;
	border-bottom: 2px solid #49515b;
	padding: 0px 0px 12px 0px;
}

.rZ_midashi .rZm_No {
	float:left;
	position: relative;
	top:-5px;
	width: 40px;
	font-size: 26px;
}

.rZ_copy {
	float:right;
	width: 85%;
	font-size: 16px;
	line-height: 1.7;
	text-align: justify;/*両端揃え*/
	text-justify: inter-ideograph;/*両端揃え*/
	border-left: 1px dotted #49515b;
	padding: 30px 0px 0px 70px;
	margin: 0px auto 0px auto;
}
.rZ_copy ol {
	margin-left: 20px;
}

.rZ_copy ol.maru {
	margin-left: 0px;
}
.rZ_copy ol.maru li  {
	list-style: none;
	padding-left: 1.3em;
	text-indent: -1.3em;
	line-height:1.4;
	margin: 0px 0px 8px 0px;
}

.rZ_copy ol.rZ_maru {
	margin: 0px 0px 0px 0px;
}

.rZ_copy ol.rZ_maru li {
	margin: 0px 0px 10px 0px;
	list-style: none;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.rZ_copy span {
	color:#ff0000;
}

.rZ_copy table{
	float:left;
	width: 100%;
	border: 1px solid #999;
	margin: 10px 0px 0px 0px;
}

.rZ_copy table tbody th,
.rZ_copy table tbody td {
	font-size: 0.93em;/*15px*/
	line-height: 1.6;
	padding: 10px 0px 10px 0px;
}

.rZ_copy table tbody th {
	width: 250px;
	text-align:left;
	font-weight:normal;
	border-bottom: 1px dotted #555;
	background: #ffffe0;
	padding-left: 30px;
}

.rZ_copy table tbody td {
	border-bottom: 1px dotted #555;
	border-left: 1px dotted #555;
	padding-left: 50px;
}

.rZ_etc {
	width: 70%;
	text-align: center;
	font-size: 14px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border: 1px dotted #5a6b76;
	★background-color: #fbfbfb;
	margin: 60px auto 0px auto;
	padding: 20px 0px 20px 0px;
}

/*=======================================
/* ◎方針概要=レスポンシブ対応
=======================================*/
/***---- ▼SP-896px以下----***/
@media screen and (max-width:896px){

#rule_FIELD {
	margin: 60px auto 0px auto;
}

.rZ_midashi {
	font-size: 18px;
	padding: 0px 0px 8px 0px;
}
.rZ_midashi .rZm_No {
	float:left;
	position: relative;
	top:-4px;
	width: 30px;
	font-size: 22px;
}

.rZ_copy {
	width: 100%;
	font-size: 16px;
	border-left: none;
	padding: 10px 0px 0px 0px;
}

.rZ_etc {
	margin: 40px auto 0px auto;
}

}
/***---- ▲SP-896px以下----***/

/***---- ▼SP-640px以下----***/
@media screen and (max-width:640px){
.rZ_copy table{
	border: 1px solid #ccc;
	border-top: none;
}

.rZ_copy table tbody{
	display: block;
}
.rZ_copy table tbody tr{
	display: block;
	margin-bottom: 1em;
}

.rZ_copy table tbody th,
.rZ_copy  table tbody td{
	display: block;
	clear:both;
	width: 100%;
	border: none;
	font-size: 0.87em;/*14px*/
}

.rZ_copy table tbody th{
	border-top: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0px 4px 20px;
	margin: 0px 0px 0px 0px;
}

.rZ_copy table tbody td{
	padding: 7px 0px 7px 20px;
}

}
/***---- ▲SP-640px以下----***/

/***---- ▼SP-480px以下----***/
@media screen and (max-width:480px){

#rule_FIELD {
	width: 100%;
}
	
.rZ_midashi {
	font-size: 17px;
}
.rZ_midashi .rZm_No {
	top:-5px;
	font-size: 22px;
}

.rZ_copy {
	width: 100%;
	font-size: 15px;
	line-height: 1.5;
}

.rZ_etc {
	width: 100%;
	font-size: 13px;
}

}
/***---- ▲SP-480px以下----***/



