@charset "utf-8";

/* その他ページテーブル設定 */
table{
	border-collapse: collapse;
	
}
/*　　沿革　 */
table.tb01{
	margin-bottom: 0px
}
.tb01 th{
	border-style: solid;
	border-color:#4C4948;
	text-align:center;
	box-sizing:border-box;
font-weight: bold
}
.tb01 td{
	border-style: solid;
	border-color:#4C4948;
	text-align:left;
	box-sizing:border-box;
	color: #4C4948;
	font-size: 16px
}
.tb01 th {
	background: #fff;
	color: #000;
	font-weight: 500;
	font-size: 16px
}

/*　　会社概要　 */
table.tb02{
	margin-bottom: 0px
}
.tb02 th{
	border-style: solid;
	border-color:#4C4948;
	text-align:center;
	box-sizing:border-box;
font-weight: bold
}
.tb02 td{
	border-style: solid;
	border-color:#4C4948;
	text-align:left;
	box-sizing:border-box;
	color: #4C4948;
	font-size: 16px;

}
.tb02 th {
	background: #B4E2F1;
	color: #000;
	font-weight: 500;
	font-size: 16px;

}
/* ########### 666px以下 ########### */
@media screen and (max-width: 666px) {

/* 沿革 */
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 0px #ccc;
  }

.tb01 th{
	width: 25%;
	padding: 10px;
	border-width: 1px 0px 0px 0px;
	text-align:center;
}
.tb01 td{
	padding: 10px;
	border-width: 0px 0px 1px 0px;
	text-align:center;
}

/* 会社概要 */
  .tb02 {
    width: 100%;
  }
  table.tb02 th,
  table.tb02 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb02 tr:last-child{
    border-bottom: solid 0px #ccc;
  }
.tb02 th{
	width: 25%;
	padding: 10px;
	border-width: 1px 0px 0px 0px;
	text-align:center;
}
.tb02 td{
	padding: 10px;
	border-width: 0px 0px 1px 0px;
	text-align:center;
}

}
/* ########### 667px 以上 ########### */
@media screen and (min-width:667px) {
/* 沿革 */
table.tb01{
width: 100%; 
}
.tb01 th{
	width: 25%;
	padding: 10px;
	border-width: 1px 0px 1px 0px;
	text-align:center;
}
.tb01 td{
	padding: 10px;
	border-width: 1px 0px 1px 0px;
	text-align:left;
}

/* 会社概要 */
table.tb02{
width: 100%; margin: 0 auto;
}
.tb02 th{
	width: 25%;
	border-width: 1px 0px 1px 0px;
	text-align:center;
	padding: 20px 0px 20px 0px
}
.tb02 td{
	border-width: 1px 0px 1px 0px;
	text-align:left;
	padding: 20px 0px 20px 10px
}

}
