.com-table{
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background-color: #fff;
}
.com-table th,.com-table td {
  vertical-align: middle;
  border: #ccc 1px solid;
  padding: 5px 10px;
}
.com-table th{
  font-weight: normal;
  text-align: left;
  background-color: #f2f2f2;
}
.com-table td{
  font-weight: normal;
}

.message-box01{
  display: flex;
  align-items: center;
  justify-content: center;
}
.message-box01 p{
font-size: 2rem;
font-weight: bold;
line-height: 2;
margin-right: 50px;
}
.message-box01 figure{
  flex-shrink: 0;
  margin-left: 20px;
}

.message_rinen{
text-align: center;
width: 60%;
font-weight: bold;
}

.message-chach{
margin: 40px auto;
display: block;
width: 400px;
}

@media screen and (max-width: 767px){
  .message-box01 p{
    font-size: 1.6rem;
  }
  .message-box01{
    flex-wrap: wrap;
  }

.message-box01 p{
margin-right: 0px;
}

.message_rinen{
width: 100%;
}

.message-chach{
width: 80%;
}

}
.philosophy-principle{
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 30px;
}
.philosophy-principle .text{
  font-weight: 500;
  margin-top: 10px;
}

.history .com-table th,.history .com-table td{
  border: none;
}
.history .com-table th{
  text-align: center;
  border-bottom: 1px solid #fff;
}

.map .map-image{
  position: relative;
}
.map .sup-link{
  position: absolute;
  top: 60px;
  left: 20px;
  width: 290px;
  border: 1px solid #000;
  padding: 15px 15px 15px 80px;
background:url(../img/top/sol_icon_06white.png) no-repeat 0 10px;
padding-left: 80px!important;


}
.map .sup-link .mod-link-title p{
  font-size: 1.6rem;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
}
@media screen and (max-width: 767px){
  .map .sup-link{
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }
  .map .sup-link .mod-link-title p{
    font-size: 1.4rem;
  }
}
.map .com-table {
  font-size: 1.4rem;
}
.map .com-table th{
  color: #fff;
  text-align: center;
  background-color: #000;
}
.map .com-table tr:nth-child(2n+1),.map .com-table tr:nth-child(2n+1){
  background-color: #f2f4f6;
}
.map .com-table tr td:first-child{
  width: 20%;
}
.map .com-table tr td:nth-child(2){
  width: 20%;
}
.map .com-table tr td:nth-child(4){
  width: 12%;
}

.certification .com-table th{
  width: 20%;
}


.business .bu-box01{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.business .bu-box01 li{
  width: 150px;
  color: #fff;
  text-align: center;
  background-color: #5b9bd5;
  padding: 5px 0;
  border-radius: 100%;
}
.business .bu-txt01{
  text-align: center;
  padding: 5px;
  border: 1px solid #000;
  margin-bottom: 5px;
}
.business .bu-ttl01::before{
  content: url(../img/company/business_04.png);
  vertical-align: middle;
  padding-right: 10px;
}
.business .bu-ttl02::before{
  content: url(../img/company/business_05.png);
  vertical-align: middle;
  padding-right: 10px;
}
.business .mod-page-link{
  display: inline-block;
  font-size: 1.8rem;
  padding: 10px 20px;
}
.business .mod-page-link_title{
  font-size: 1.8rem;
  padding-left: 26px;
}
@media screen and (max-width: 767px){
  .business .bu-box01{
    flex-wrap: wrap;
  }
  .business .bu-box01 li{
    width: 48%;
    margin-bottom: 4%;
  }
}
.group .com-table th{
  width: 18%;
}
.group .com-table dl{
  display: flex;
}
.group .com-table dt{
  width: 35%;
}