.stick p,
.stick li {
  line-height: 2em;
  font-size: 14px;
  list-style-type: none;
}
.stick h2 {
  font-size: 1.5em;
}
.stick h4 {
  font-size: 1.5em;
  font-weight: bold;
}
.stick img {
  width: 100%;
  height: auto;
}
.stick_text {
  margin-bottom: 2em;
}
.stick_text p {
  text-align: center;
}
.stick_text span {
  font-weight: bold;
  font-size: 1.5em;
  color: #f39c12;
}
p.stick_title {
  font-weight: bold;
  font-size: 1.5rem;
}
.stick ul {
  width: 70%;
  margin: 2em auto;
}
.stick h2 {
  margin: 2em 0;
  padding: 0.5em; /*文字周りの余白*/
  color: #494949; /*文字色*/
  background: #fff9de; /*背景色*/
  border-left: solid 5px #f39c12; /*左線（実線 太さ 色）*/
}
.stick h4 {
  margin: 1em 0;
}
.stick .hash {
  color: #f39c12;
  font-weight: bold;
}
.stick .last {
  text-align: center;
}
.stick a {
  display: block;
  color: #f39c12;
}
.stick li {
  position: relative;
}
.stick li:before {
  position: absolute;
  content: "";
  background-image: url(https://www.2wayworld.jp/onlinestore/html/template/default/assets/img/moni/event/hana_listicon.png);
  width: 1.6em;
  height: 1.6em;
  left: -1.7em;
  background-size: contain;
  background-position: center;
  top: 3px;
}
.stick .textwrapper p {
  font-weight: bold;
}
.stick .textwrapper {
  margin: auto;
  width: 80%;
}
.stick .flex-column {
  display: flex;
  flex-direction: column;
}
.flex-column > div {
  width: 90%;
  max-width: 600px;
  margin: 10px auto;
}

@media (min-width: 768px) {
  .sp_none {
    display: none;
  }
  .stick .textwrapper p {
    font-size: 1.2em;
  }
  .stick .flex {
    display: flex;
  }
  .flex > div {
    width: 50%;
  }
}
