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

/*==============================
    +ceo-tab
==============================*/
.ceo-tab-company {
  border-bottom: 2px solid #ccc;
  position: relative;
  height: 30px;
  margin: 30px auto 0;
}
.ceo-tab-company ul {
  position: absolute;
  bottom: -2px;
  text-align: center;;
  width: 100%;
}

main {
    padding: 0px 0 100px;
}
.ceo-tab-company li {
  display: inline-block;
  text-align: center;
  margin: 0 30px;
}
.ceo-tab-company li  a {
  font-size: 18px;
  display: block;;
  padding: 0 0 10px;
  text-align: center;;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  position: relative;
  border-bottom: 2px solid #cfd9d9;
}
.ceo-tab-company li  a .fas{
  padding: 0 10px 0 0;
  color: #cf0015
}
.ceo-tab-company li a:hover {
    border-color: #cf1126;
    color: #cf1126;
}

@media (max-width:768px) {
  .ceo-tab-company {
    border-bottom: 2px solid #ccc;
    position: relative;
    height: 30px;
    margin: 30px auto 0;
  }
  .ceo-tab-company ul {
    position: absolute;
    bottom: -2px;
    text-align: center;;
    width: 100%;
  }
  .ceo-tab-company li {
    display: inline-block;
    text-align: center;
    margin: 0 1%;
    width: 30%;
  }
  .ceo-tab-company li  a {
    font-size: 18px;
    display: block;;
    padding: 0 0 10px;
    text-align: center;;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    position: relative;
    border-bottom: 2px solid #cfd9d9;
  }
}



.ceo-TT {
  font-size: 24px;
  font-weight: normal;;
  box-sizing: border-box;
  padding: 10px 15px;
  margin: 0 auto 15px;
  border-bottom: 2px solid #cf0015
}


/*==============================
    +ceo-disp
==============================*/
#ceo-name {
  text-align: right;
  margin: 10px auto 0;
}

.company-disp li {
    display: table;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
}
.company-disp li div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
    box-sizing: border-box;

}
.company-disp li div:first-child {
    width: 25%;
    text-align: right;
}
.company-disp li div:last-child {
    width: 75%;
}
@media (max-width:768px) {
    .company-disp {
    }
    .company-disp li {
        display: block;
        padding: 20px 15px;
    }
    .company-disp li div {
        display: block;
        padding: 0;
    }
    .company-disp li div:first-child {
        width: 100%;
        text-align: left;
        margin: 0 auto 20px;
    }
    .company-disp li div:last-child {
        width: 100%;
    }
}



.map {
  width: 100%;
  height: 450px;
}
.address {
  margin: 20px auto 0;
  padding: 15px;
  border-top: 1px solid #ccc;
  border-bottom:  1px solid #ccc;
}
@media (max-width:768px) {
  .map {
    width: 100%;
    height: 350px;
  }
}