.pro-desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  border: 1px solid lightgray;
  border-radius: 10px;
  margin-bottom: 30px;
}

.pro-desc__head {
}

.pro-desc__note {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}

.pro-desc__title {
  font-size: 24px;
  width: auto !important;
  height: auto !important;
  margin-bottom: 40px;
}
.pro-desc__text {
  font-size: 16px;
}

.pro-desc__img--ps {
  max-width: 130px;
}

.sub-title {
  font-size: 18px;
  margin: 40px 0 20px;
  position: relative;
}

.sub-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 1px;
  background-color: #245cb9;
}

.sub-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 70px;
  width: calc(500px - 70px);
  height: 1px;
  background-color: #a4a4a4;
}

.ul-list li {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
}

.side_items {
  padding-top: 95px;
}

.side_items ul {
  position: relative;
  border-left: 2px solid #1d325d;
  border-right: 2px solid #1d325d;
  padding: 10px 5px;
  margin-left: 10px;
}

.side_items ul:not(:first-child) {
  border-top: 1px dashed #e4e4e4;
}

.side_items ul:last-child {
  border-bottom: 2px solid #1d325d;
}

.side_items li {
  margin-bottom: 5px;
}

.side_second-items {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;

  margin-top: 20px;
}

.side_second-items__title {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background: #1d325d;
  width: 164px;
  padding: 20px 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.side_second-items__title span {
  font-size: 14px;
  letter-spacing: -0.02em;
}

.side_second-items ul {
  position: relative;
  border-left: 2px solid #1d325d;
  border-right: 2px solid #1d325d;
  padding: 10px 5px;
  margin-left: 10px;
}

/* .side_second-items ul:not(:first-of-type) {
  border-top: 1px dashed #e4e4e4;
} */

.side_second-items ul:last-child {
  border-bottom: 2px solid #1d325d;
}

.side_second-items li a {
  margin-left: 10px;
}

.table-2col {
  display: flex;
}

.table-2col #sus th {
  width: 120px;
}

.table-2col__table {
  width: calc(50% - 10px);
}

.table-2col__table:not(:first-child) {
  margin-left: 20px;
}

.col2 {
  display: flex;
}

.col2__item {
  width: calc(50% - 10px);
}

.col2__item:not(:first-child) {
  margin-left: 20px;
}
