.company_page {
    font-size: 1.0em;
    font-weight: normal;
    padding-bottom: 100px;
    width: 80%;
    margin: 0 auto;
}
.company_box {
    margin: 0 auto;
}
section.profile {
    padding: 30px;
}

section.philosophy {
    padding: 30px;
}

section.service {
    padding: 30px;
}

.company_page h2{
  border-bottom: solid 2px #ebebeb;
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 10px;
}

.company_page h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #fe9a00;
  bottom: -3px;
  width: 10%;
}

.company_page h3{
  margin-bottom: 1em;
}
    
section.flegre_site {
    padding: 30px;
}
.site_banner{
    display: flex;
} 
.site_banner img {
    padding: 10px;
}
/* table01 */
#table01 {
    width: 100%;
    border-collapse: collapse;
}

#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
}

#table01 th {
  width: 30%;
}

.philosophy img{
    width: 30%;
    margin-bottom: 3rem;
    }    
.tabs {
  display: flex;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

.tab {
  flex: 1;
  padding: 12px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background-color: #f0f0f0;
  border: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.tab:not(:last-child) {
  margin-right: 4px;
}

.tab.active {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  color: #000;
  position: relative;
  z-index: 1;
}
.tab:hover{
    opacity: 0.7;
    color: :#728496;
    }    
.tabs a{
  color: #000;   
}
.tabs a:hover{
   color: :#728496;     
    }    
.tabs a:visited{
 color: #000;
}  
/* sp */
@media only screen and (max-width: 480px) {
    .company_page {
    font-size: 1.0em;
    font-weight: normal;
    padding-top: 40px;
    padding-bottom: 100px;
    width: 100%;
    text-align: left;    
}      
    .company_box {
    width: 100%;
}
    .site_banner {
    display: block;
}
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}