<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section.p-top.section--try {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.p-top__inner {
  width: calc(100% - 100px - 100px);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.p-top.section--try .p-top__below {
  position: relative;
}
.p-top.section--try .p-top__below-box {
  background: #fff;
  padding-top: 29px;
  padding-bottom: 50px;
  border-radius: 10px;
  text-align: center;
}
.p-top.section--try .p-top__below-ttl {
  font-weight: 600;
  position: relative;
  display: inline-block;
  font-size: 26px;
  text-align: center;
  margin-bottom: 37px;
  border-bottom: solid 2px #941c80;
  padding: 16px 40px;
}
.p-top.section--try .p-top__below-ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -15px;
  border-top: 15px solid #941c80;
  border-right: 15px solid rgba(0, 0, 0, 0);
  border-left: 0px solid rgba(0, 0, 0, 0);
}
.p-top.section--try .p-top__below-ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 49.6%;
  bottom: -14px;
  border-top: 20px solid #fff;
  border-right: 20px solid rgba(0, 0, 0, 0);
  border-left: 0px solid rgba(0, 0, 0, 0);
}
.p-top.section--try .p-top__below-inner {
  display: flex
    ;
  justify-content: center;
  gap: 30px;
}
.p-top.section--try .p-top__below-btn {
  display: flex
    ;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 18px;
  color: #fff;
  background: #941c80;
  background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%);
  border-radius: 100px;
  padding: 15px 15px 15px 15px;
  width: 300px;
  max-width: 100%;
  font-weight: 600;
  transition: .2s;
}
.p-top.section--try .p-top__below-btn::before {
  content: "";
  position: absolute;
  left: 30px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-top__below-inner a.p-top__below-btn.-download {
  background: #009fe3;
  background: linear-gradient(90deg, rgb(0, 159, 227) 0%, rgb(92, 195, 239) 100%);!;!i;!;
}

.p-top__below-inner a.p-top__below-btn.-download::before {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 30px;
  width: 24px;
  height: 24px;
}
.p-top.section--try .p-top__below-ttl.img_add {
  margin-top: 30px ;
}

.p-top.section--try .p-top__below-ttl.img_add + .row {
  margin-left: -20px ;
  margin-right: -20px ;
  display: flex;
  flex-wrap: wrap;
  padding-left: 50px ;
  padding-right: 50px ;
}
.p-top.section--try .p-top__below-btn:hover {
  background: #db75ca;
  background: linear-gradient(90deg, rgb(219, 117, 202) 0%, rgb(245, 165, 231) 100%);
}

.p-top__below-inner a.p-top__below-btn.-download:hover {
  background: #4fc2f2;
  background: linear-gradient(90deg, rgb(79, 194, 242) 0%, rgb(145, 220, 252) 100%);
}
.p-top.section--try .p-top__below-ttl.img_add + .row .col-lg-6 {
  flex: 0 0 auto;
  margin-bottom: 20px;
  width: 50%;
  padding: 0 12px;
}

@media (min-width:768px){
  .p-top.section--try .p-top__below-ttl.img_add br {
    display: none;
  }
}

@media (max-width:1000px){
  .p-top.section--try .p-top__below-btn {
    padding: 15px 55px;
    min-width: inherit;
    margin: 0 auto;
  }
  .p-top__inner {
    width: calc(100% - 56px - 56px);
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-top.section--try .p-top__below-box {
    padding: 27px 17px;
  }
  .p-top.section--try .p-top__below-ttl {
    font-size: 15px;
    line-height: 26px;
    padding: 0 13px 13px;
  }
  .p-top.section--try .p-top__below-btn {
    padding: 15px;
    min-width: inherit;
    margin: 0 auto;
  }
  .p-top.section--try .p-top__below-ttl {
    font-size: 15px;
    line-height: 26px;
    padding: 0 13px 13px;
  }
}

@media (max-width: 800px) {
  .p-top__inner {
    width: calc(100% - 20px - 20px);
  }
  .p-top.section--try .p-top__below-ttl::after {
    left: 49.5%;
  }
}

@media (max-width: 767px) {
  .p-top.section--try .p-top__below-inner {
    display: block;
  }
  .p-top__below-inner a.p-top__below-btn.-download {
    margin-top: 15px;
  }

  .p-top.section--try .p-top__below-btn {
    max-width: 300px;
  }

  .p-top.section--try .p-top__below-ttl.img_add + .row .col-lg-6 {
    width: 100%;
  }

  .p-top.section--try .p-top__below-ttl.img_add + .row .col-lg-6:not(:first-child) {
    margin-bottom: 0;
  }
  .p-top__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-top.section--try .p-top__below-ttl {
    padding: 0 5px 13px;
  }
  .p-top.section--try .p-top__below-ttl.img_add {
    margin-top: 20px ;
  }
}

@media (max-width:575px){
  .p-top.section--try .p-top__below-btn {
    max-width: 100%;
  }
}</pre></body></html>