.page-main__list-description strong {
  font-size: 150%;
  font-weight: bold;
}
#houkokuLink {
  color: #000000;
  font-weight: bold;
  padding: 5px;
  font-size: 140%;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
  display: block;
  width: 150px;
  margin: 40px auto 0 auto;
}
.form-control {
  background-color: #fff !important;
}
.construction_table {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  border: 1px solid #e6e6e6;
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: #fff;
}
.construction_table td {
  padding: 10px;
  width: 16.677777777777%;
  min-width: 100px;
}
#tabContent {
  display: block;
  position: relative;
  width: 100%;
}
#tab-area {
  display: flex;
  margin: 40px 0 10px 0px;
  padding: 0;
}
#tab-area > li {
  width: 100%;
  cursor: pointer;
  flex-direction:row;
  list-style: none;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid gray;
}
#tab-area > li + li {
  margin-left: 5px;
}
.tab {
  background-color: #f5f5f5;
}

.tab.active {
  background-color: #fff;
}

.construction_table.active {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s;
  width: 100%;
}