@charset "UTF-8";
/***********************************************
TGC CSS information
File Name : base.css
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-enkaku_set1 {
	margin:50px 0 0 0;
	padding:0;
	width:1300px; 
	text-align:left;
	float:left;
}



.company-enkaku_set1 .enkaku {
	margin:0;
	width:100%;
	font-size:14px;
	line-height:2em;
	float:left;
	display:flex;
	flex-wrap: wrap;
}


.company-enkaku_set1 .enkaku .type1 {
	margin:0;
	width:100px;
	padding:7px;
	border-bottom: 1px solid #b2b2b1;
	border-right: 1px dotted #b2b2b1;
	float:left;
}

.company-enkaku_set1 .enkaku .type2 {
	margin:0;
	width:50px;
	padding:7px;
	border-bottom: 1px solid #b2b2b1;
	border-right: 1px dotted #b2b2b1;
	text-align:right;
	float:left;
}
.company-enkaku_set1 .enkaku .type3 {
	margin:0;
	width:1000px;
	padding:7px;;
	border-bottom: 1px solid #b2b2b1;
	text-align:left;
	float:left;
}



.company-enkaku_set1 .pht{
	margin:80px 0 0 0;
	padding:50px 0 0 0;
	width:1300px; 
	text-align:left;
	font-size:14px;
	line-height:1em;
                                background: url(../company/enkaku/pht03.jpg) no-repeat right top;
                                background-size: 50% auto;
	float:left;
                                clear:both
}

.company-enkaku_set1 .pht img{
	margin:0 40px 5px 0;
	width:350px; 
}





}



@media only screen and (max-width: 770px) {

/* スマホで見たときは"sp"のclassがついた画像が表示される */

.sp { display: block !important; }
.pc { display: none !important; }

img {
  max-width: 100%;
  height: atuo;
}


.company-enkaku_set1 {
	margin:50px 0 0 0;
	padding:0;
	width:100%; 
	text-align:left;
}



.company-enkaku_set1 .enkaku {
	margin:0;
	width:100%;
                                font-size:0.8em;
	line-height:1.2em;
	float:left;
	display:flex;
	flex-wrap: wrap;
}


.company-enkaku_set1 .enkaku .type1 {
	margin:0;
	width:15%;
	padding:7px;
	border-bottom: 1px solid #b2b2b1;
	border-right: 1px dotted #b2b2b1;
	float:left;
}

.company-enkaku_set1 .enkaku .type2 {
	margin:0;
	width:75%;
	padding:7px;
	border-bottom: 1px solid #b2b2b1;
	text-align:left;
	float:left;
}
.company-enkaku_set1 .enkaku .type3 {
	margin:0;
	width:85%;
	padding:5px 0 5px 20%;
	border-bottom: 1px solid #b2b2b1;
	text-align:left;
}



.company-enkaku_set1 .pht{
	margin:80px 0 0 0;
	padding:50px 0 0 0;
	width:100%; 
	text-align:center;
	line-height:1em;
                                clear:both
}

.company-enkaku_set1 .pht img{
	margin:0 0 5px 0;
	width:85%; 
}
}



}