@charset "UTF-8";

/*==========▼▼▼共通▼▼▼==========*/
h2 {
  text-align: center;
  font-size: 20px;
  padding: 50px 0 40px 0;
  color: rgb(194,161,68);
}

h2 {
  position: relative;
  padding: 50px 55px;
}

h2:before, h2:after {
  content: '';
  position: absolute;
  top: 48%;
  display: inline-block;
  width: 35px;
  height: 2px;
  background-color: rgb(194,161,68);
}

h2:before {
  left: 35%;
}

h2:after {
  right: 35%;
}

@media screen and (max-width: 600px) {
  
  h2:before {
    left: 23%;
  }
  
  h2:after {
    right: 23%;
  }
}

@media screen and (max-width: 420px) {
  
  h2:before {
    left: 15%;
  }
  
  h2:after {
    right: 15%;
  }
}

/*==========▼▼▼会社概要▼▼▼==========*/
.company_container {
  width: 95%;
  margin: 0 auto;
}

table {
  width: 95%;
  margin: 0 auto;
}

table th, table td{
  border:solid 1px #000000;
}

th {
  font-size: 14px;
}

td {
  font-size: 13px;
}

.company_th {
  background-color: #F2F2F2;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.company_td {
  vertical-align: middle;
  line-height: 1.7;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

table th, table td{
  border:solid 1px #000000;
}

.td_title {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
  background-color: #FFFCD1;
  margin: 0 auto;
}

.td_contents {
  width: 100%;
  padding: 0px;
  text-align: center;
}

table th, table td,table tr {
  display: block;
  border: none;
}

table {
  width: 100%; 
}

table {
  border: solid 1px #000000;
  border-top: none;
}

table th {
  border-top: solid 1px #000000;
}

table td {
  border-top: solid 1px #000000;
}

.trademark {
  display: inline-block;
  width: 110px;
}