@charset "utf-8";





.parts55__list {
  display: flex;
  background: #F9DBD4;
  padding: 25px 0 24px;
  justify-content: center;
}
.parts55__item:not(:nth-child(2n+1)) {
  margin-left: 10px;
}

.parts55__list_2 {
  display: flex;
  background: #CEEBEE;
  padding: 25px 0 24px;
  justify-content: center;
}


.parts55__ttl-h3-02,
.parts55__ttl-h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  width: 870px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parts55__ttl-h3-02 {
  background: #49AAB6;
  margin: 41px 0 0;
}
.parts55__ttl-h3 {  background: #DF4C2B;}

.parts55__item {
  width: 403px;
}

.parts55__ttl-h4 {
  width: 403px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}
.parts55__black {background: #DF4C2B; color: #fff;}
.parts55__black_2 {background: #49AAB6; color: #fff;}
.parts55__gray {background: #C4C4C4; color: #333333}

.parts55__detail {
  background: #fff;
  padding: 17px 0 17px 0px;
}
.parts55__detail_last  {
  height: 120px;
}

.parts55__checkbox:not(:first-child) {
  margin-top: 10px;
}

.parts55__checkbox {
  font-size: 16px;
  position: relative;
  padding-left: 37px;
}
  .parts55__checkbox::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 16px;
    left: 15px;
    top: 4px;
  }
    .parts55__checkbox::before {  background: url(../images/img_parts55-1.png) center / contain no-repeat;}


.parts55__list-text {
  background: #EFEFEF;
  padding: 25px 25px 30px;
}
.parts55__ttl-h3-03 {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  padding: 3px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parts55__ttl-h3-03::after {
  content: "";
  position: absolute;
  background: #333;
  width: 818px;
  height: 1px;
  bottom: 0;
  left: 0;
}
.parts55__dt {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parts55__dd {
  font-size: 16px;
  line-height: 1.5;
}