@charset "UTF-8";
/* メディアクエリ記述サンプル
.box {
    @include pc {
      background-color: red;
    }
    @include tab {
      background-color: blue;
    }
    @include sp {
      background-color: yellow;
    }
  }
*/
.column_article_sentences .button a p span {
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 15px;
}/*# sourceMappingURL=common_68-048.css.map */