@charset "utf-8";
/* CSS Document */

/* ==========================================================================//
//
//　PC
//
// ========================================================================== */


/* navi_company
---------------------------------------------------------- */
.navi_company {
  margin: 50px 0 0;
  position: relative;
  z-index: 10;
}
.navi_company ul {
  display: flex;
  justify-content: center;
}
.navi_company ul li {
  margin: 0 10px;
  background-color: #D4D5D5;
  transform: skewX(-20deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 200px;
  text-align: center;
}
.navi_company ul li:nth-child(1) {
  border-left: 26px solid #ac9849;
}
.navi_company ul li:nth-child(2) {
border-left: 26px solid #90a6ae;
}
.navi_company ul li:nth-child(3) {
border-left: 26px solid #809865;
}
.navi_company ul li:hover {
opacity: 0.7;
}
.navi_company ul li a {
  display: block;
  padding: 15px 0;
  color: #1A1311;
  font-weight: 700;
  transform: skewX(20deg);
}
.navi_company ul li a:hover {
opacity: 1.0;
}


/* area_ttl
---------------------------------------------------------- */
.area_ttl {
  padding: 0;
}


/* area_contents
---------------------------------------------------------- */
.area_contents {
  padding: 20px 0 200px;
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}
.area_contents .tbl_about {
  width: 100%;
  table-layout: fixed;
}
.area_contents .tbl_about tr th {
  text-align: left;
  position: relative;
  width: 190px;
  font-weight: 700;
}
.area_contents .tbl_about tr:first-child th,
.area_contents .tbl_about tr:first-child td {
  border-top: 1px solid #000000;
}
.area_contents .tbl_about tr th,
.area_contents .tbl_about tr td {
  border-bottom: 1px solid #000000;
  padding: 15px 20px 15px 20px;
  vertical-align: middle;
}
.area_contents .tbl_about .list-officer li{
  display: grid;
  grid-template-columns: 13em 1fr;
}
.box_tbl_inner dt {
  margin: 0 0 15px;
  font-weight: 700;
}
.box_tbl_inner dd {
  border-bottom: 1px solid #dbdbdb;
  line-height: 1.6;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
.box_tbl_inner dd a,
tr td a {
  text-decoration: underline;
}
.box_tbl_inner dd:last-of-type {
  border-bottom: none;
  margin: 0 ;
  padding: 0 ;
}
.box_tbl_inner dd > ul > li > ul {
  margin: 0 0 0 35px;
}
.box_tbl_inner dd ul {
  line-height: 1.6;
}
tr td .flex li {
  margin: 0 1em 0 0;
}
