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

/* ==========================================================================//
//
//　1024px以下
//
// ========================================================================== */

@media screen and (max-width: 1024px) {
/* area_contents
---------------------------------------------------------- */
.area_contents {
  padding: 20px 0 100px
}


}


/* ==========================================================================//
//
//　SP 767px以下
//
// ========================================================================== */

@media screen and (max-width: 767px) {

/* navi_company
---------------------------------------------------------- */
.navi_company {
  margin: 50px auto 0;
  width: 90%;
}
.navi_company ul {
  justify-content: space-between;
}
.navi_company ul li {
  margin: 0;
  width: 26%;
}
.navi_company ul li:nth-child(1) {
  border-left: 15px solid #ac9849;
}
.navi_company ul li:nth-child(2) {
border-left: 15px solid #90a6ae;
}
.navi_company ul li:nth-child(3) {
border-left: 15px solid #809865;
}
.navi_company ul li a {
  padding: 10px 0;
}



/* area_contents
---------------------------------------------------------- */
.area_contents {
  padding: 20px 0 100px;
}
.area_contents .tbl_about tr th {
  width: 80px;
}
.area_contents .tbl_about tr th,
.area_contents .tbl_about tr td {
  padding: 10px 0 10px 5px;
}
.area_contents .tbl_about .list-officer{
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.area_contents .tbl_about .list-officer li{
  display: block;
}

















}