@charset "UTF-8";
/* CSS Document */
.header {
	background-color:inherit;
	position: absolute;
}
.section-companytop {
  background-image: url("../images/companytop.JPG");
  background-position: 20% 45%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}
.company_wrapper {
  background-color: rgba(0, 0, 0, 0.60);
  height: 300px;
  padding-top: 150px;
}
.company_wrapper h1 {
  color: #FFF;
  text-align: center;
  font-size: 2.0rem;
  letter-spacing: 0.5vw;
  text-decoration-line: underline;
}
@media(max-width:1000px) {
  .section-companytop {
    height: 200px;
  }
  .company_wrapper {
    height: 200px;
    padding-top: 100px;
  }
  .company_wrapper h1 {
    padding-top: 0;
    margin: 0 auto;
  }
}
.section-company_ex {
  display: block;
  max-width: 1320px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.section-company_ex h1 {
  text-align: center;
	font-weight: 500;
}
table.company {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 15px;
  font-size: 0.8rem;
}
table.company th, table.company td {
  padding: 10px;
}
table.company th {
  background: rgba(33, 159, 148, 1.0);
  vertical-align: middle;
  text-align: center;
  width: 20%;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 0.8rem;
}
table.company th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #219f94;
  border-width: 10px;
  margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
  table.company th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #219f94 10px solid;
    margin-top: -10px;
  }
}
table.company td {
  background: #f8f8f8;
  width: 360px;
  padding-left: 20px;
}
.detail {
  font-size: 0.6rem
}