@charset "UTF-8";
@media screen and (-ms-high-contrast: none) {
    aside .btn-list li a.btn-premiere span:nth-of-type(1),
    aside .btn-list li a.btn-premiere span:nth-of-type(2) {
    background:none; 
    }
}


/* = セミナー関連追加 */
header section.important {
  padding: 24px 2%;
  background-color: #fff6f6;
}
header section.important ul {
  margin: 0;
}
header section.important ul li {
  font-weight: bold;
  text-align: justify;
}
header section.important ul li .article-info {
  margin-bottom: 8px;
}
header section.important ul li .article-info .tag {
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  background-color: #ce2b5d;
}
header section.important ul li a {
  color: #ce2b5d;
  font-size: 18px;
}

.article-info {
  display: block;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .article-info {
    display: inline;
  }
}




@media screen and (min-width: 768px) {
  header section.important {
    padding: 24px;
  }
  header section.important ul li {
    text-align: center;
  }
}


@media print{
  header,footer,nav{
      display: none;
      height:0px!important;
}


