/* CSS Document */
.subpageArea01 {
  padding-top: 0;
}

.subpageArea01 .subpageTitle01 {
  background-image: url(../images/bg_common01.jpg);
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .subpageArea01 .subpageTitle01 {
    margin-bottom: 35px;
  }
}

.subpageArea01 .subpageTitle01 span {
  width: 143px;
  height: 29px;
}

.subpageArea01 .container {
  display: block;
}

.companyContent {
  width: 100%;
}

.companyContent:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .companyContent:not(:last-child) {
    margin-bottom: 30px;
  }
}

.companyContent h3 {
  color: #113a78;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #113a78;
  line-height: 2;
  display: block;
}

.companyContent table {
  color: #262626;
  font-size: 15px;
  width: 100%;
  border: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .companyContent table {
    font-size: 14px;
  }
}

.companyContent table tr:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

.companyContent table th {
  font-weight: bold;
  width: 240px;
  padding: 0 15px;
  background-color: #f3f3f3;
  border-right: 1px solid #dcdcdc;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .companyContent table th {
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #dcdcdc;
    border-right: none;
    display: block;
  }
}

.companyContent table td {
  padding: 15px 15px 14px;
}

@media screen and (max-width: 767px) {
  .companyContent table td {
    width: 100%;
    padding: 10px 15px;
    display: block;
  }
}

.companyContent table li:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .companyContent table li:not(:last-child) {
    margin-bottom: 7px;
  }
}
