/* common
=================================================================== */
/* color
=================================================================== */
/* layout
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */
/* font
=================================================================== */
/* form
=================================================================== */
/* common
=================================================================== */
/* contents
=================================================================== */
article .section.glassbead {
  max-width: 750px;
  background-color: #6f9acf;
  font-size: 18px; }
  article .section.glassbead .content--h1 {
    letter-spacing: 0px; }
  article .section.glassbead .news__list li a {
    position: relative;
    padding-right: 45px; }
    article .section.glassbead .news__list li a:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      width: 12px;
      height: 15px;
      top: 10px;
      left: auto;
      right: 2px;
      background: url(../img/common/btn--download.svg) no-repeat center center;
      background-size: 100% auto; }
