@charset "utf-8";

.cont-parts22 [class*="__contTtl"] {
  margin-bottom: 21px;
}

.parts22__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 37.9px;
}

.parts22__item {
  width: 266px;
  min-height: 87px;
  margin-top: 72px;
  padding: 40px 32px 13px;
  background: #002A5C;
  position: relative;
  border-radius: 6px;
}

.parts22__item:nth-child(1), .parts22__item:nth-child(2), .parts22__item:nth-child(3) {
  margin-top: 32px;
}

.parts22__item:not(:nth-child(3n+1)) {
  margin-left: 36px;
}

.parts22__item:not(:nth-child(3n+1))::before {
  content: "";
  width: 12px;
  height: 20px;
  margin: auto;
  background: url(../images/icn_parts22.png) center/contain no-repeat;
  display: block;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: -23px;
}

.parts22__num {
  width: 50px;
  height: 50px;
  margin: auto;
  font-size: 24px;
  color: #002A5C;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  border: 2px solid #002A5C;
  font-weight: bold;
  padding-top: 1px;
}

.parts22__ttl {
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: 500;
  color: #333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
}

.parts22__ttl::after {
  content: "";
  width: 63px;
  height: 1px;
  margin: auto;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
}

.row1 .parts22__ttl {
  height: 22px;
}

.parts22__text {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

.cont-parts22{
  background: #F0F7FF;
}
.cont-parts22 [class$="__contWrap"]{
  background: #F0F7FF;
  padding: 80px 0 78px;
}

.parts22__bottom__text{
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}