@charset "utf-8";

.cont-parts22 [class*="__contTtl"] {
  margin-bottom: 21px;
}

.parts22__list {
  display: flex;
  flex-wrap: wrap;
}

.parts22__item {
  width: 266px;
  min-height: 285px;
  margin-top: 72px;
  padding: 55px 32px 25px;
  background: #EDF0F3;
  position: relative;
}

.parts22__item:nth-child(1), .parts22__item:nth-child(2), .parts22__item:nth-child(3) {
  margin-top: 47px;
}

.parts22__item:nth-child(4){
  margin-left: 150px;
}

.parts22__item:not(:nth-child(3n+1)) {
  margin-left: 35px;
}

.parts22__item:not(:nth-child(3n+1))::before {
  content: "";
  width: 17px;
  height: 28px;
  margin: auto;
  background: url(../images/icn_parts22.png) center/contain no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
}

.parts22__num {
  width: 94px;
  height: 94px;
  margin: auto;
  font-size: 45px;
  color: #fff;
  background: #003C7C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -47px;
  right: 0;
  left: 0;
}

.parts22__ttl {
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 500;
  color: #333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.parts22__ttl::after {
  content: "";
  width: 63px;
  height: 1px;
  margin: auto;
  background: #333333;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
}

.row1 .parts22__ttl {
  height: 22px;
}

.row2 .parts22__ttl {
  height: 50px;
  color: #003C7C;
  font-weight: 500;
}

.parts22__text {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-weight: 500;
}