@charset "UTF-8";

.heading {
    padding: .5em .7em;
    border-left: 5px solid #006400;
    background-color: #f2f2f2;
    color: #333333;
    font-size: 1.5rem;
    margin: 1em 0;
}

.company-section {
  max-width: 960px;
  margin: 3em auto;
  padding: 0 1em;
  color: #333;
}

.company-section h2 {
  font-size: 1.8rem;
  margin-bottom: 1em;
  color: #006400;
  text-align: center;
}

.company-section h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5em;
}






.company-section .company-information {
padding: 0 0 6em 0;
}

.company-section .company-information h2 {
  font-size: 1.4rem;
  margin-bottom: 1em;
  text-align: center;
}

.company-section .company-information table {
  width: 100%;
  border-collapse: collapse;
   border: 1px solid #ccc;
}

.company-section .company-information th,
.company-section .company-information td {
  padding: 0.8em;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

/* 見出しセル */
.company-section .company-information th {
  background: #f0f8f0;
  font-weight: bold;
  width: 30%;
  white-space: nowrap;
}

/* スマホ用：縦並びに */
@media screen and (max-width: 768px) {
.company-section .company-information table,
.company-section .company-information tbody,
.company-section .company-information tr,
.company-section .company-information th,
.company-section .company-information td {
    display: block;
    width: 100%;
  }

.company-section .company-information tr {
  }

.company-section .company-information th {
    font-size: 0.9rem;
    color: #666;
  }

.company-section .company-information td {
    font-size: 1rem;
  }
}

.company-section .company-history{
padding: 0 0 6em 0;
}


.company-section .company-history table {
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}

.company-section .company-history table tr th {
	width: 135px;
	font-size: 116%;
	color: #006400;
	position: relative;
	text-align: left;
}

.company-section .company-history table tr th:before {
	content: " ";
	display: block;
	width: 1px;
	background: #006400;
	height: 100%;
	position: absolute;
	top: 4px;
	right: 44px
}

.company-section .company-history table tr th:after {
	content: " ";
	display: block;
	width: 9px;
	height: 9px;
	background: #006400;
	border-radius: 4.5px;
	position: absolute;
	top: 4px;
	right: 40px
}

.company-section .company-history table tr td {
	width: 610px;
	font-size: 108%;
	padding-bottom: 15px;
}

.company-section .company-history table tr td dl {
	margin-bottom: 10px;
}

.company-section .company-history table tr td dl dt {
	width: 120px;
	padding: 0;
	display: table-cell;
}

.company-section .company-history table tr td dl dd {
	width: 54 3px;
	padding-left: 6px;
	display: table-cell;
	border-left: 1px solid #DDD;
	line-height: 140%;
}
.company-section .company-history table tr td dl dd ul{
    list-style: none;
}
.company-section .company-history table tr td dl dd ul li{
    position: relative;
    margin-bottom: 1em;
}
.company-section .company-history table tr td dl dd ul li:before{
    content: "";
    position: absolute;
    padding-right: 4px;
    left:0;    
}




@media screen and (max-width: 768px) {

.company-section .company-history table {
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}

.company-section .company-history table tr th {
	font-size: 153.9%;
	text-align: left;
	display: block;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	width:100%;
}

.company-section .company-history table tr td {
	font-size: 108%;
	padding-bottom: 15px;
	display: block;
	padding-top: 10px;
}

.company-section .company-history table tr td dl {
	margin-bottom: 10px;
}

.company-section .company-history table tr td dl dt {
	padding: 0;
	color: #777;
	display: block;
}

.company-section .company-history table tr td dl dd {
	line-height: 120%;
	border-left: none;
}
.company-section .company-history table tr td dl dd ul{
    list-style: none;
	        padding: 0;
}
.company-section .company-history table tr td dl dd ul li{
    position: relative;
    margin-bottom: 18px;
}
.company-section .company-history table tr td dl dd ul li:before{
    content: "";
    position: absolute;
    padding-right: 4px;
    left:0;    
}

.company-section .company-history table tr th:before,.company-section .company-history table tr th:after {
    display: none
}


}







.company-section .safety-report{
padding: 0 0 6em 0;
}


.company-section .safety-report .list-anzen li a {
  border-radius: 10px;
  display: block;
  padding: 20px 0 23px 75px;
  box-sizing: border-box;
  background: rgb(163,183,111) url(../../img/company/iconPdf.png) 15px 12px no-repeat;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}