@charset "UTF-8";
/***********************************************
TGC CSS information
File Name : base.css
Style Info : ライン不動産／個人情報用指定
Last modified : :2019
***********************************************/



*{
	margin:0;
	padding:0px;
	}

@media print, screen and (min-width: 770px){
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }






.privacypolicy_set1 {
	margin:0;
	padding:0;
	width:1000px; 
	text-align:left;
	float:left;
}

.privacypolicy_set1 .copy{
	margin:20px 0 0 0;
	padding:0;
	width:1000px; 
	text-align:left;
	float:left;
	font-size:16px;
	line-height:1.4em;
}

.privacypolicy_set1 .copy ol {
	margin:0 0 0 15px;
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
}
.privacypolicy_set1 .copy ol li {
  position: relative;
  padding-left:7px;
  line-height: 1.2em;
  padding: 0.7em 0.5em 0 20px;
}

.privacypolicy_set1 .copy ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  color: #000000;
  font-size: 12px;
  border-radius: 50%;
	border: solid 1px #000000;
  left: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;

}





}



@media only screen and (max-width: 770px) {

/* スマホで見たときは"sp"のclassがついた画像が表示される */

.sp { display: block !important; }
.pc { display: none !important; }

img {
  max-width: 100%;
  height: atuo;
}

.privacypolicy_set1 {
	margin:0;
	padding:0;
	width:100%; 
	text-align:left;
  font-size: 0.9em;
}

.privacypolicy_set1 .copy{
	margin:20px 5% 0 5%;
	padding:0;
	width:90%; 
	text-align:left;
	line-height:1.4em;

}
.privacypolicy_set1 .copy ol li {
	margin:0 0 0 10%;
  position: relative;
  line-height: 1.2em;
  padding: 0.7em 0 0 0;
  font-size: 0.8em;
}




}