@charset "UTF-8";
/*********************************************************************
  wysiwyg
 *********************************************************************/
/* line 7, ../sass/hashtag.scss */
section #hashtag {
  /* ------ SP ------*/
}
/* line 8, ../sass/hashtag.scss */
section #hashtag h5 {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.5rem;
  border-bottom: dotted 1px #CCC;
}
/* line 16, ../sass/hashtag.scss */
section #hashtag h6 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #aabf00;
  border-bottom: dotted 1px #eaff83;
}
/* line 25, ../sass/hashtag.scss */
section #hashtag h6:before {
  content: '#';
  color: #aabf00;
}
/* line 30, ../sass/hashtag.scss */
section #hashtag ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
/* line 35, ../sass/hashtag.scss */
section #hashtag ul li {
  width: 22%;
  padding: 10px;
}
/* line 38, ../sass/hashtag.scss */
section #hashtag ul li a {
  display: inline-block;
  font-size: 1.2rem;
  padding-left: 1em;
  line-height: 1.1em;
  margin-bottom: 5px;
  vertical-align: top;
}
/* line 39, ../sass/hashtag.scss */
section #hashtag ul li a:before {
  content: '・';
  margin-left: -1em;
}
@media screen and (max-width: 768px) {
  /* line 55, ../sass/hashtag.scss */
  section #hashtag ul {
    width: 100%;
    display: flex;
  }
  /* line 59, ../sass/hashtag.scss */
  section #hashtag ul li {
    width: 100%;
  }
}
