@charset "utf-8";



.parts33__item {
  display: flex;
  justify-content: space-between;
}
.parts33__item:not(:last-child) {
  margin-bottom: 18px;
}

.parts33__detail {
  width: 460px;
}

.parts33__detail-right {
  margin-left: 29px;
}

.parts33__detail-left {
  margin-right: 20px;
}

.parts33__ttl {
  font-size: 26px;
  margin: 0 0 16px 0;
  font-weight: 500;
  position: relative;
}


.parts33__ttl::after {
  position: absolute;
  content: "";
  background: #03502E;
  height: 1px;
  width: 70px;
  left: 0;
  bottom: -19px;
}

.parts33__text {
  font-size: 16px;
  line-height: 1.8;
}

.parts33__img {
  width: 650px;
  height: 314px;
}

.parts33__textbox {
  padding: 20px 0;
  }
.parts33__textbox .parts33__text:not(:first-child) {
  margin-top: 10px;
  }