.solution-wrapper {
  width: 100%;
}


.details-container .details-container {
width: 1200px;
  margin: 0 auto;
  padding-top: 56px;
}

.solution-wrapper .sol-container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 56px;
}

.detail_title {
  font-size: 20px;
  color: #292929;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}

.detail_second {
  font-size: 16px;
  color: #292929;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 24px;
}

.detail_text {
  font-size: 14px;
  color: #292929;
  line-height: 22px;
  padding-left: 16px;
}

.detail_text .detail_li {
  font-weight: 600;
}

.mar56 {
  margin-bottom: 56px;
}

.mar24 {
  margin-bottom: 24px;
}

.mar16 {
  margin-bottom: 16px;
}

.img_con {
  text-align: center;
  width: 100%;
  height: 442px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 800px 100%;
}

.imgs_con {
  display: flex;
  align-items: center;
}

.imgs_con .left {
  width: 60%;
  height: auto;
}

.imgs_con .right {
  width: 40%;
  height: 100%;
}

.detail_chara {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
  font-size: 14px;
  color: #292929;
  line-height: 22px;
  font-weight: 400;
}

.detail_chara:last-child {
  margin-bottom: 0;
}

.detail_chara .detail_chara_title {
  font-size: 14px;
  color: #292929;
  line-height: 22px;
  font-weight: 600;
}

.detail_chara .detail_chara_text {
  font-size: 14px;
  color: #292929;
  line-height: 22px;
  font-weight: 400;
}
