@charset "utf-8";


/* =================================================================
    
   会社概要ページ　.company

   ================================================================= */

.company-table{
	width:auto;
	margin:auto;
}
.company-table tr{
	margin:8px 0;
	display:block;
}
.company-table th{
	width:84px;
	padding:4px;
	color:#003489;
	border-bottom:#fec200 solid 3px;
}
.company-table td{
	width:500px;
	padding:4px 16px;
	text-align:left;
	border-bottom:#003489 dotted 1px;
}

/* ----------  メインイメージ（.company-main）  ---------- */ 
  
.top-image{
	background:url(../img/company/company-main-img.png) no-repeat center bottom;
}


/* ----------  企業理念（.concept）  ---------- */ 

.concept{
	 background:#fff;
}
.concept p{
	margin-top:20px;
	line-height:32px;
	/*font-size:18px;*/
}

/* ----------  会社概要（.company-overview）  ---------- */ 

.company-overview{
	 background:#eefaff;
}
.company-overview em{
	display:inline-block;
	margin-top:20px;
	color:#003489;
	font-weight:bold;
}

/* ----------  販売代理店（.agency）  ---------- */ 

.agency{
	 background:#ccf1ff;
}
.agency p{
	text-align:right;
	margin:24px 182px 0 0;
}
.agency storong{
	color:#003489;
	font-size:32px;
	font-weight:700;
	line-height:38px;
	font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}


/* =================================================================

   メディアクエリー

   ================================================================= */

@media only screen and (max-width: 960px) {
.top-image{
	background:url(../img/company/company-main-img-sp.png) no-repeat center bottom;
}
.top-image .box{
		background:none;
		text-align:center;
	}
	
	.top-image img{
		max-width:70%;
	}
	h1{
		width:100%;
		margin:32px 0;
		font-size:19px;
		text-align:center;
	}
	.top-image .box h1 img.pc-none{
		max-width:80%;
		margin:-10% auto -20%;
	}
	.top-image ul.inline{
		display:block;
		text-align:center;
	}
	.top-image ul.inline li{
		width:40%;
		margin:0 1%;
	}
	.top-image ul.inline li a{
		margin:0;
	}  
	.top-image h3{
		font-size:18px;
		text-align:center;
	}
	.top-image h3 img.top-chach{
		max-width:100%;
	}
.company-overview-table{
	width:100%;
}
.company-overview-table th{
	width:100%;
display:block;
boeder:none;

background:#fec200;
}
.company-overview-table td{
	width:100%;
display:block;
border:none;
margin-bottom:24px;
text-align:left;
}
.company-overview-table td a{
color:#333;
}
.company-overview p{
	text-align:center;
	margin:24px 0 0 0;
display:inline-block;
}
.company-overview p a{
padding:16px;
}

}
