@charset "UTF-8";


.visual .visual_item.n1:before {
  background-image: url("../../images/en/app/img_section1_1.png");
}



.section4 .section_title span {
  position: absolute;
  top: 8px;
  left: calc(100% + 8px);
  width: 76px;
  height: 50px;
  padding: 7px 10px;
  border-radius: 8px;
  background-color: rgba(101, 63, 253, .15);
  color: #653FFD;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 19px;
  vertical-align: top;
}

@media all and (max-width:1000px) {

  .visual .visual_item.n1:before {
    background-image: url("../../images/en/app/img_section1_1_m.png");
  }
  
  .section4 .section_title span {
    top: 0;
    width: 121px;
    left: calc(100% + -225px);
    height: 32px;
    padding: 0 10px;
    line-height: 34px;
  }
}


.section7 .section_title span {
  top: 8px;
  width: 76px;
  height: 50px;
  margin-top: 4px;
  margin-left: 12px;
  padding: 7px 10px;
  border-radius: 8px;
  background-color: rgba(101, 63, 253, .15);
  color: #653FFD;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 19px;
  vertical-align: top;
}
@media all and (max-width:1000px) {
  .section7 .section_title span {
    width: 118px;
    height: 32px;
    padding: 0 7px;
    line-height: 34px;
  }
}
