@charset "UTF-8";

/*会社概要ページ＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

.company-box{
    width: 80%;
    margin: 50px auto;

}
table{

  border-collapse: collapse;

}

table tr{
  border-bottom: solid 2px white;
  height: 80px;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color:  #336699;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid  #336699;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 10px 30px;
}
table a{

  text-decoration:none;
  color: #003300;
}
.map{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 40px;
}
.postcode{
  margin-right: 20px;
}
.googlemap{
  width: 500px;
  height: 300px;
  }
@media screen and (max-width:600px) {
.googlemap{
  width: 180px;
  height: 150px;
  }
}
