@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; }



#company-group_set1 {
	margin:30px 0 0 0;
	padding:0 0 10px 0;
	width:1000px; 
	text-align:left;
	float:left;
	line-height:1.3em;
}



#company-group_set1 .name{
	margin:15px 0 10px 0;
	padding:0;
	font-size:24px;
	line-height:1.7em;
}

#company-group_set1 .add{
	margin:0;
	padding:0 0 10px 0;
	width:1000px; 
	border-bottom: solid 1px #aeaeae;
}


#company-group_set2 {
	margin:0px 0 0 0;
	padding:0;
	width:1000px; 
	text-align:left;
	float:left;
	font-size:18px;
	line-height:1.2em;
}

#company-group_set2 .koumoku1{
	margin:5px 0 0 0;
	padding:5px 0 10px 0;
	text-align:left;
	float:left;
	width:1000px; 
	border-bottom: solid 1px #a4a4a4;
}

#company-group_set2 .koumoku2{
	margin:5px 0 0 0;
	padding:5px 0 10px 0;
	text-align:left;
	float:left;
	width:1000px; 
	border-bottom: dotted 1px #a4a4a4;
}


}



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

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

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

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


#company-group_set1 {
	margin:30px 0 0 0;
	padding:0 0 10px 0;
	width:100%; 
	text-align:left;
	line-height:1.3em;
}



#company-group_set1 .name{
	margin:15px 0 10px 5px;
	padding:0;
	font-size:1.3em;
	line-height:1.7em;
}

#company-group_set1 .add{
	margin:0;
	padding:0 0 10px 5px;
	border-bottom: solid 1px #aeaeae;
}

#company-group_set2 {
	margin:0px 0 0 0;
	padding:0;
	width:100%; 
	text-align:left;
	font-size:18px;
	line-height:1.2em;
}

#company-group_set2 .koumoku1{
	margin:5px 0 0 0;
	padding:5px 0 10px 3%;
	text-align:left;
	width:97%; 
	border-bottom: solid 1px #a4a4a4;
}

#company-group_set2 .koumoku2{
	margin:5px 0 0 0;
	padding:5px 0 10px 3%;
	text-align:left;
	width:97%; 
	border-bottom: dotted 1px #a4a4a4;
}


}