@charset "UTF-8";
/*------------------------------------------------------------
	トップページ・カテゴリページ
------------------------------------------------------------*/
#conts .topListBox {
  padding: 0;
  background: none;
}

#conts .topListBox a  {
  background: #FFF;
  border-bottom: 1px solid #DFDFDF;
  display: flex;
  position: relative;
  color: #666;
  text-decoration: none;
}

#conts .topListBox a .thumb {
  width: 35%;
  max-width: 210px;
  min-height: 140px;
  position: relative;
  overflow: hidden;
}

#conts .topListBox a .thumb img {
  margin: 0 auto;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  left: -100%;
}

#conts .topListBox a .rotate {
  padding: 15px 35px 15px 15px;
  flex: 1 0;
  background: url(/img/newsplus/common/icon/icon01.png) no-repeat right 15px center;
}

#conts .topListBox a .tag {
  padding: 0 5px;
  background: #3E3A39;
  border-radius: 3px;
  font-size: 1.0rem;
  color: #FFF;
}

#conts .topListBox a .ttlArea {
  margin-bottom: 5px;
}

#conts .topListBox a .ttl {
  display: inline;
  font-size: 1.6rem;
  font-weight: bold;
  color: #258DDA;
  line-height: 1.5;
}

#conts .topListBox a .txt {
  margin-bottom: 5px;
  line-height: 1.5;
}

#conts .topListBox a .date {
  font-size: 1.1rem;
  color: #666;
  position: static;
  bottom: none;
  right: none;
}

#conts .topListBox .new {
  margin-right: 5px;
  padding: 0 5px;
  background: #DD9E37;
  border-radius: 3px;
  font-size: 1.0rem;
  color: #FFF;
}


@media only screen and (min-width: 780px){

  #conts .topListBox {
    margin-bottom: 0;
    padding: 0;
    background: none;
    border: none;
  }

  #conts .topListBox article {
    margin-bottom: 20px;
  }

  #conts .topListBox a {
    margin-bottom: 20px;
    border: 1px solid #DFDFDF;
  }

  #conts .topListBox a:hover {
    border: 1px solid #258DDA;
    background-color: #F6FAFB;
  }

  #conts .topListBox a .thumb {
    width: 200px;
  }

  #conts .topListBox a .thumb img {
    margin: auto;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    left: -100%;
  }

  #conts .topListBox a .rotate {
    padding: 25px;
  }

  #conts .topListBox a .tag {
    padding: 1px 5px 0;
    font-size: 1.1rem;
  }

  #conts .topListBox a .ttl {
    margin-bottom: 5px;
    display: block;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 1.5;
  }

  #conts .topListBox a .txt {
    margin-bottom: 25px;
    display: block;
    font-size: 1.4rem;
  }

  #conts .topListBox a .date {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }

  #conts .topListBox .new {
    margin-right: 2px;
    padding: 1px 5px 0;
    font-size: 1.1rem;
  }

}

@media only screen and (min-width: 780px){
  #Taxonomy_Newsplus #conts .topListBox a .ttl {
    font-size: 2.2rem;
  }

}

@media only screen and (max-width: 780px){
  #Taxonomy_Newsplus #conts .topListBox {
    margin-bottom: 20px;
  }

  #Taxonomy_Newsplus #conts .topListBox article:first-child {
    border-top: 1px solid #DFDFDF;
  }

}