@charset "UTF-8";

/* -----------------------------------
CSSのカスタマイズはここで！
----------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Work Sans", "メイリオ", sans-serif;
  color: #313131;
  font-size: 14px;
  font-weight: normal;
}

h1 {
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

h1.maintitle a {
  color: #313131;
}

h1.maintitle small.subtitle {
  font-size: 12px;
}

h3 {
  text-align: left;
}

a {
  color: #0073df;
}

p.mainguide {
  font-weight: 500;
}

img {
  border: solid 1px #c5c5c5;
  /* 色：グレー */

}

/*折り畳みデザイン*/
summary {
  text-align: center;
  color: #0073df;
}

ul.hashtaglist {
  justify-content: center;
}

/*表示崩れ防止のクラス名 */
#hoge {
  display: none;
}

.decoration3{
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.6em;
  margin: 1.6em auto 1em;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 768px) {
  .decoration3 {
    font-size: 20px;
  }
}
