@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
body {
  scroll-padding-top: 180px;
}
.shareplex-section {
  margin: 6rem 0;
}
.shareplex-section h2 {
  padding: 0 0 50px !important;
}
.shareplex-section h3 {
  margin: 3rem 0 25px !important;
}
.shareplex-section p {
  margin: 0 0 25px;
}
.shareplex-section .cmn-btn-arw {
  margin: 6rem auto;
}
.shareplex-section figure img {
  display: block;
  margin: 0 auto;
}
.shareplex-section .cmn-txt-img.img-pos-l {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto 25px;
  max-width: 800px;
}
.shareplex-section .cmn-txt-img.img-pos-l > figure {
  float: none;
  padding: 0 25px 0 0;
  width: 50%;
}
.shareplex-section .cmn-txt-img.img-pos-l > p {
  float: none;
  width: 50%;
}
.shareplex-section .cmn-txt-img.img-pos-l > p .catch {
  font-size: 2.6rem;
  font-weight: 600;
}
.shareplex-section .license-row {
  display: flex;
  justify-content: center;
}
.shareplex-section .license-row p {
  margin: 0;
}
.shareplex-section .license-row .left,
.shareplex-section .license-row .right {
  float: none;
  padding: 0 25px;
}
.shareplex-section .example-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.shareplex-section .example-row figure {
  padding: 10px;
  width: 25%;
}

@media screen and (max-width:767px) {
  .shareplex-section {
    padding: 3rem 0;
  }
  .shareplex-section .cmn-btn-arw {
    margin: 3rem auto;
  }
  .shareplex-section .cmn-txt-img.img-pos-l {
    display: block;
  }
  .shareplex-section .cmn-txt-img.img-pos-l > figure {
    padding: 0 0 25px 0;
    width: 100%;
  }
  .shareplex-section .cmn-txt-img.img-pos-l > p {
    width: 100%;
  }
  .shareplex-section .license-row {
    display: block;
  }
  .shareplex-section .license-row .left,
  .shareplex-section .license-row .right {
    margin: 25px auto;
    padding: 0;
    width: 200px;
  }
  .shareplex-section .example-row figure {
    padding: 5px;
    width: 50%;
  }
}