@charset "UTF-8";
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝js-text
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
p.js-text {
  color: #66bb6a;
  font-size: clamp(20px, 5vw, 40px);
  font-weight: 700;
  margin-top: 50px;
  letter-spacing: 0.2em;
  text-align: center;
}
span.js-text {
  display: inline-block;
}