#sub_main_service .sub_main_content::before {
  background: url(../img/sodai/sodai_top.jpg) no-repeat top right;
  background-size: cover;
}

#sub_main_service .ttl_box picture {
  margin-left: 10px;
}

#intro .intro_txt {
  text-align: center;
  margin-bottom: 42px;
}

#intro .before_after {
  background: #fdf4d7;
  border: 6px solid #f9e9b5;
  padding: 42px 0 42px;
}

#intro .before_after ul {
  gap: 0 50px;
  position: relative;
}

#intro .before_after ul::after {
  content: '';
  background: url(../img/common/icon_sankaku_right_orange.svg) no-repeat;
  width: 25px;
  height: 41px;
  position: absolute;
  left: 50%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ad_points li {
  padding: 40px 40px;
}

@media screen and (max-width: 960px) {
  #intro .before_after {
    padding: 4vw 0 4vw;
  }
  #intro .before_after li {
    max-width: 40%;
  }
  .ad_points li {
    padding: 4vw 3.5vw;
  }
}

@media screen and (max-width: 568px) {
  #sub_main_service .ttl {
    font-size: 35px;
  }
  #intro .intro_txt {
    text-align: left;
    margin-bottom: 16px;
  }
  #intro .before_after {
    border-width: 4px;
    padding: 20px 0;
  }
  #intro .before_after ul {
    gap: 0 6%;
  }
  #intro .before_after ul li {
    width: 39.9%;
  }
  #intro .before_after ul::after {
    width: 15px;
    height: 24px;
  }
  .ad_points li {
    padding: 20px 20px 25px;
  }
}
/*# sourceMappingURL=sodai.css.map */