.br-sp {display: none; }
.categoryTitle{
	background-image: url(./img/categoryImage.jpg);
}
.company_sect1 .inner{
	padding: 80px 0 64px;
	position: relative;
}
.company_sect1 .img{
	width: 240px;
	position: absolute;
	top: 80px;
	left: 0;
}
.company_sect1 .catch{
/*	margin-left: 278px;*/
  text-align: center;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
}
.company_sect1 .txt{
	margin-left: 80px;
  margin-right: 80px;
	margin-top: 14px;
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}
.company_sect1 .name{
	margin-top: 24px;
  margin-right: 80px;
	text-align: right;
}
.company_sect1 .name span{
	font-size: 16px;
}
.company_sect1 .name strong{
	font-size: 30px;
	display: inline-block;
	padding-left: 24px;
}
.font_hagoromo{
	/* font-family: "羽衣-B"; */
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}
.company_sect1 .rinen{
	margin-top: 80px;
	margin-bottom: 48px;
}
.company_sect1 dl{
	width: 675px;
	margin: 0 auto;
}
.company_sect1 dl dt{
	background: url(img/title_bg.png) no-repeat top center;
	background-size: auto 100%;
	font-size: 24px;
	padding: 20px 0 22px;
	text-align: center;
}
.company_sect1 dl dd{
	margin-top: 8px;
	font-size: 18px;
	padding:0;
	line-height: 1.8;
	text-align: center;
}
.company_sect2{
	padding: 53px 0 56px;
	background: url(.img/sect2Bg.jpg) top center repeat-y;
	width: 100% auto;
}
.company_sect2 h3{
	font-size: 20px;
	padding: 5px 0 2px 18px;
	margin-bottom: 20px;
	background: url(./img/title_icon.png) no-repeat;
	background-size: auto 100%;
}
.company_sect2 table {
	width: 100%;
	border-collapse: collapse;
}
.company_sect2 table th,
.company_sect2 table td{
	line-height: 1.4;
	font-family: "ヒラギノ角ゴ W2 JIS2004", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	border-bottom: 1px solid #d3d0d0;
	font-size: 16px;
}
.company_sect2 table tr:last-child th,
.company_sect2 table tr:last-child td{
	border-bottom: none;
}
.company_sect2 th{
	vertical-align: middle;
	text-align: center;
	padding: 12px 0;
	box-sizing: border-box;
	width: 20%;
	background-size: 22px auto;
	background: #e9e9e9;
}
.company_sect2 td{
	padding: 12px 8px 12px 28px;
	width: 80%;
	box-sizing: border-box;
}
.company_sect2 .history{
	margin-top: 70px;
}
.company_sect3 h3{
	margin-top: 40px;
	text-align: center;
	font-size: 20px;
	padding-bottom: 13px;
}
.company_sect3 h3::after{
	content: "";
	bottom: -13px;
	left: 50%;
	margin-left: -33px;
	display: block;
	position: relative;
	width: 66px;
	height: 1px;
	background: #000;
}
.company_sect3 .address{
	margin-top: 24px;
	text-align: center;
	font-size: 15px;
}
.company_sect3 #map{
	margin-top: 26px;
	height: 550px;
}
.company_sect3 #map iframe{
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 976px) {
	article .inner{
		width: 90%;
	}
	.company_sect1 .inner{
		padding: 32px 0;
		position: relative;
	}
	.company_sect1 .img{
		top: 40px;
	}
	.company_sect1 dl{
		width: 80%;
	}
	.company_sect1 .rinen{
		margin-top: 24px;
		margin-bottom: 24px;
	}
	.company_sect2{
		padding: 24px 0 32px;
	}
	.company_sect2 table th,
	.company_sect2 table td{
		font-size: 14px;
	}
	.company_sect2 .history{
		margin-top: 40px;
	}
}
@media screen and (max-width: 768px) {
	.company_sect1 .txt{
		line-height: 1.5;
	}
}
@media screen and (max-width: 640px) {
  .company_sect1 .inner{
		padding: 24px 0 44px;
	}
  .br-sp {display: block; }
	.company_sect1 .img{
		float: none;
		width: 45%;
		position: static;
		margin: 16px auto 20px;
	}
	.company_sect1 .catch{
		margin-left: 0;
		font-size: 18px;
		line-height: 1.5;
	}
	.company_sect1 .txt{
	  margin-left: 0px;
    margin-right: 0px;
    margin-top: 16px;
		font-size: 14px;
		line-height: 1.7;
	}
	.company_sect1 .name{
		margin-top: 8px;
		text-align: right;
	}
	.company_sect1 .name span{
		font-size: 16px;
	}
	.company_sect1 .name strong{
		font-size: 32px;
		padding-left: 10px;
	}
	.company_sect1 .rinen{
		margin-top: 44px;
		margin-bottom: 26px;
	}
	.company_sect1 dl{
		width: 100%;
		margin: 0 auto;
	}
	.company_sect1 dl dt{
		background: url(./img/title_bg.png) no-repeat top center;
		background-size: auto 100%;
		font-size: 24px;
		padding: 20px 0 22px;
		text-align: center;
	}
	.company_sect1 dl dd{
		margin-top: 8px;
		font-size: 16px;
		padding:0;
		line-height: 1.8;
	}
	.company_sect2{
		padding: 18px 0 35px;
		background: url(./img/smp_sect2Bg.png) top center repeat-y;
		width: 100% auto;
	}
	.company_sect2 h3{
		font-size: 20px;
		padding: 3px 0 2px 18px;
		margin-bottom: 16px;
		background: url(./img/title_icon.png) no-repeat;
		background-size: auto 100%;
	}
	.company_sect2 table th,
	.company_sect2 table td{
		line-height: 1.5;
		font-family: "ヒラギノ角ゴ W2 JIS2004", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
		border-bottom: 1px solid #d3d0d0;
		font-size: 16px;
	}
	.company_sect2 table tr:last-child th,
	.company_sect2 table tr:last-child td{
		border-bottom: none;
	}
	.company_sect2 th{
		vertical-align: middle;
		text-align: center;
		padding: 10px 0;
		box-sizing: border-box;
		width: 34%;
		background-size: 22px auto;
		background: #e9e9e9;
	}
	.company_sect2 td{
		padding: 10px 8px 10px 8px;
		width: 72%;
		box-sizing: border-box;
		background: #fff;
	}
	.company_sect2 .history{
		margin-top: 34px;
	}
	.company_sect3 h3{
		margin-top: 32px;
		text-align: center;
		font-size: 20x;
		padding-bottom: 13px;
	}
	.company_sect3 h3::after{
		content: "";
		bottom: -13px;
		left: 50%;
		margin-left: -33px;
		display: block;
		position: relative;
		width: 66px;
		height: 1px;
		background: #000;
	}
	.company_sect3 .address{
		margin-top: 13px;
		text-align: center;
		font-size: 16px;
	}
	.company_sect3 #map{
		margin-top: 16px;
		height: 500px;
	}
}