/* CSS Document */
div#wcDebug{
  display: none;
}
#wcpageheader{
  margin-top: calc(var(--headerHeight) * -1);
}
main{
  width: 100vw;
  padding: var(--headerHeight) 0;
  background-image: url("../img/pattern_tuti02.webp");
  background-position: center;
  background-repeat: repeat;
  background-size: 180px 180px;
}
body.safari main{
  background-image: url("../img/pattern_tuti02.png");
}
div.news_list{
  margin: 0 auto;
}
body[wc-view-type="sp"] div.news_list{
  width: calc(100vw - 2rem);
}
body[wc-view-type="tb"] div.news_list{
  width: calc(100vw - 4rem);
}
body[wc-view-type="tb-l"] div.news_list{
  width: calc(100vw - 8rem);
}
body[wc-view-type="pc"] div.news_list{
  width: 800px;
}
div.news_list article{
  position: relative;
  z-index: 1;
  border-bottom: 3px dotted #fff;
}
div.news_list article:nth-of-type(1){
  border-top:3px dotted #fff;
}
div.news_list article a{
  display: block;
  padding-left: calc(100px + 1rem);
  box-sizing: border-box;
  width: 100%;
  line-height: 70px;
  text-decoration: none;
}
body[wc-view-type="sp"] div.news_list article a,
body[wc-view-type="tb"] div.news_list article a{
  line-height: 50px;
}
div.news_list article a > h1{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  text-decoration: none;
  padding-right: 2.5rem;
}
div.news_list article time{
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  position: absolute;
  color: #fff;
}
div.news_list article span{
  display: table;
  margin: auto;
  background-color: var(--wcLogoSvg);
  background-color: #fff;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 0.5em;
  z-index: -1;
  transform: translateY(-50%);
}
