.corporate-index .profile h1{
    margin: 10px;
    padding: 10px 0;
    font-weight: bold;
    border-bottom: 1px solid #BBC5D9;
}
.corporate-index .profile h2 {
margin: 10px 0 0px 10px;
font-size: 87.5%;
width:calc(100% - 40px);
}
.main-content p { margin-bottom: 10px!important;}
/*テーブル枠*/
table {
width: 100%;
  margin: 20px auto 30px auto;
}
.tbl th {
width: 30%;
  background: #F3FBFF;
  border: solid 1px #ccc;
  color: #3c454c;
  padding: 10px;
}
.tbl td {
 border: solid 1px #ccc;
  padding: 10px;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl {
    width:calc(100% - 2px);
  }
  .tbl th,
  .tbl td {
  border-bottom: none;
    display: block;
    width: 100%;
  }
}

.update-box ul li {padding:20px!important;}
.update-box ul li strong{font-weight: bold;}
