@charset "UTF-8";
.searchForm{
  margin: .25rem 0 .75rem;
}
.dataList{
  margin-top: .75rem;
}
.dataList-detail .new{
  position: relative;
  padding-right: 3rem;
}
.dataList-detail .new:after{
  content: "New";
  display: inline-block;
  width: 1.6rem;
  position: absolute;
  top: .6rem;
  right: .4rem;
  background-color: #c52121;
  color: #fff;
  text-align: center;
  line-height: .75rem;
  font-size: .5rem;
}
.dataList-detail li span:nth-child(1){
  margin-right: 0.4rem;
  font-size: .5rem;
  padding: 0.2rem;
  vertical-align: top;
  min-width: 3.5rem;
  text-align: center;
  display: inline-block;
  line-height: .65rem;
}
.dataList-detail li span.newsTitle{
  /* font-size: .575rem; */
}
.dataList-header li:nth-child(1),
.dataList-detail li:nth-child(1){
  text-align: center;
  width: 3.5rem;
}
.dataList-header li:nth-child(2),
.dataList-detail li:nth-child(2){
  width: 100%;
  margin: 0 .1rem;
  /* padding: .4rem; */
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dataList-header li:nth-child(3),
.dataList-detail li:nth-child(3){
  text-align: center;
  width: 7rem;
}



/* 詳細 */
.anquete{
  border: 1px solid #282828;
  margin-top: 2.5rem;
}
.anquete .anqueteHeader{
  background-color: #282828;
  color: #fff;
  font-size: .7rem;
  line-height: .7rem;
  padding: 0.4rem 0.5rem calc(0.4rem + 1px);
}
.anqueteContent{
  padding: .5rem;
  background-color: #fff;
}
.anqueteDate{
  line-height: 1rem;
}
.anqueteBtn{
  margin-top: .5rem;
}



/* スマホ対応 */
@media screen and (max-width:640px) {
  .dataList-detail li span.category-mente,
  .dataList-detail li span.category-new,
  .dataList-detail li span.category-update,
  .dataList-detail li span.category-operation,
  .dataList-detail li span.category-event{
    display: inline-block;
    min-width: 5rem;
    font-size: .6rem;
    line-height: .75rem;
    text-align: center;
  }
  .dataList-header li:nth-child(1), .dataList-detail li:nth-child(1){
    width: 3rem;
  }
  .dataList-header li:nth-child(3), .dataList-detail li:nth-child(3){
    width: 5.5rem;
  }
  .dataList-detail li:nth-child(2){
    padding: .6rem .5rem !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center
  }
  .dataList-detail .new:after{
    min-width: 1.75rem;
    top: 0.75rem;
    left: 6.2rem;
    line-height: .85rem;
    font-size: .6rem;
    order: 2;
  }
  .dataList-detail li span{
    margin-right: 0;
  }
  .dataList-detail li span.newsTitle{
    padding: 0;
  }
  .dataList-detail li span.newsTitle{
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: .4rem;
    order: 3;
  }
  .dataList-detail .new:after{
    position: static;
  }
  .dataList-detail li span:nth-child(1){
    margin-right: .7rem;
  }


  /* 詳細 */
  .anquete .anqueteHeader{
    font-size: .8rem;
    line-height: 1rem;
    padding: .5rem .5rem calc(.5rem + 1px);
  }
  .anqueteContent{
    padding: .5rem .5rem .75rem;
  }
  .anqueteDate{
    line-height: 1.3rem;
    font-size: .8rem;
  }
  .anqueteBtn .btn_inner a{
    padding: 0.55rem 1.2rem !important;
  }
  .anqueteBtn{
    margin-top: .5rem;
  }
}
