@charset "utf-8";
/* CSS Document */
#company {
	width: 90%;
	max-width: 960px;
	margin: auto;
	position: relative;
	padding-top: 8px;
	padding-bottom: 20px;
}
#profile  {
	width: 90%;
	max-width: 960px;
	margin: auto;
	position: relative;
	padding-bottom: 20px;
}
table{
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 15px;
}

tr+tr{
	border-top: 1px solid #fff;
}

th{
	width: 160px;
	background: #f8f8f8;
	padding: 9px 0 0 15px;
	line-height: 23px;
	text-align: left;
}

td{
	width: calc(100% - 100px);
	padding: 9px 5px 9px 20px;
	line-height: 23px;
	background: #fff;
}
/*iframe{
	margin: 30px 15px 0;
}*/
.brandlist{
	margin: 0 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.brandlist li{
	width: 21%;
}
.brandlist li a p{
	text-align: center;
	color: #005506;
}
.brandphoto{
	width: 100%;
}
.brandlist li a:hover .brandphoto{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.company {
	width: 90%;
	max-width: 960px;
	margin: auto;
}
.company_main {
	background:url(../images/company/companypage_bg.png) no-repeat scroll center bottom;
	background-size:300px 300px;
	margin:0 auto 5px;
	width:95%;
}
.company_main div {
	max-width:500px;
	width:100%;
	margin:10px auto;
	position:relative;
}
.company_main div::before {
	content:"「";
 color:#eb5e26;
	font-size:24px;
	font-weight:bold;
	padding:5px 0;
	position:absolute;
	left:0;
	top:0;
}
.company_main div::after {
	content:"」";
 color:#eb5e26;
	font-size:24px;
	font-weight:bold;
	padding:5px 0;
	position:absolute;
	right:0;
	bottom:0;
}
.company_main div p {
	font-size:16px;
	letter-spacing:5px;
	color:#eb5e26;
	line-height:56px;
	text-align:center;
	font-weight:bold;
	padding:5px 0 20px 0;
}
.company_point {
	width:100%;
	overflow:hidden;
	margin:40px auto 60px;
}
.company_point li {
	width:33.333%;
	min-height:300px;
	float:left;
}
.point01 {
	background:url(../images/company/company_point_photo01.jpg) no-repeat scroll center top;
	background-size:cover;
}
.point02 {
	background:url(../images/company/company_point_photo02.jpg) no-repeat scroll center top;
	background-size:cover;
}
.point03 {
	background:url(../images/company/company_point_photo03.jpg) no-repeat scroll center top;
	background-size:cover;
}
.company_point li dl {
	text-shadow: 1px 1px 8px #000;
	font-size:16px;
	font-weight:bold;
	line-height:1.4em;
	text-align:center;
	padding:80px 0 0 0;
}
.company_point li dl dt,
.company_point li dl dd {
	color:#ffffff;
}
.company_point li dl dt {
	padding:0 0 10px 0;
	font-size:22px;
}
.company_point li dl dt::after {
	content:"－";
	color:#ffffff;
}
.company_point li dl dt strong {
	display:block;
	font-size:20px;
	color:#ffffff;
	font-weight:bold;
	padding:5px 0;
}
.company_point li dl dd span {
	display:block;
	font-size:14px;
	color:#ffffff;
	padding:15px 0 0 0;
}
.company_point_main {
	clear:both;
	background:#124199;
	color:#ffffff;
	font-size:26px;
	line-height:1.3em;
	font-weight:bold;
	padding:40px 10px;
	text-align:center;
}
#profile {
	clear:both;
}
/*---------------------------------------------------------------------------------------------*/
/*****タブレット・スマホ用*****/
@media screen and (max-width: 559px) {
#philosophy dl{
	width: 100%;
}		
}
@media screen and (max-width: 530px) {
.company_main dd {
	line-height:40px;
	text-align:left;
	padding:0 0 10px 0;
}
.company_point_main {
	font-size:22px;
	text-align:left;
}
}
@media screen and (max-width: 480px) {
th,td{
	display: block;
	width: 100%;
	padding: 9px 15px;
}
	
iframe{
/*	width: 91%;*/
	height: 65vw;
}
.company_main {
	background:url(../images/company/companypage_bg.png) no-repeat scroll center bottom;
	background-size:contain;
}
.company_main div p {
	font-size:13px;
	letter-spacing:2px;
	line-height:45px;
}
}
@media screen and (max-width: 700px) {
.company_point {
	width:95%;
}
.company_point li {
	width:100%;
	float:none;
}
}

	







