.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 10px auto;
font-size: 12px;
}
.tbl tr.first-bg {
  background: #F3FBFF!important;
}
.tbl tr.first-bg th,
.tbl tr.first-bg td {
font-size: 14px;
	font-weight: bold!important;
}
.tbl th {
width: 32%;
  border: solid 1px #ccc;
  color: #3c454c;
  padding: 10px;
}
.tbl td {
 border: solid 1px #ccc;
  padding: 10px;
}
.tbl td{
  width: 18%;
}
.tbl td:last-child {
  border-bottom: solid 1px #ccc;
  width: 50%;
}


@media screen and (max-width: 640px) {
table {
width: 100%;
  margin: 6vw auto 10vw auto;
font-size: 9px;
}
.tbl tr.first-bg th,
.tbl tr.first-bg td {
font-size: 11px;
}
.tbl th {
  padding: 2vw;
}
.tbl td {
  padding: 2vw;
}
}

.update-box ul li {padding:20px!important;}
.update-box ul li strong{font-weight: bold;}
