@media print {
  #news ul#newslist li span.thum {
    display: none!important;
  }
}
/*	wnew
============================== */
#news {
  margin: 0 auto;
  position: relative;
}

#news ul#newslist li {
  font-size: 100%;
}
#news ul#newslist li:last-child {
  margin-bottom: 0;
}
#news ul#newslist li span.thum {
  display: block;
  float: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  vertical-align: top;
  position: relative;
  background-color: #ececec;
}
#news ul#newslist li span.thum {
  display: block;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  vertical-align: top;
  position: relative;
  background-color: #e26834;
}

#news ul#newslist li span.thum img {
}
#news ul#newslist li p .txt {
  line-height: 1.4;
  font-weight: bold;
  font-size: 105%;
  overflow: hidden;
}


#news ul#newslist li a:not(.nolink2):hover {
  /* opacity: 0.5; */
  transition: 0.4s;
}

#news ul#newslist li a.nolink2 {
  cursor: default;
}

#news ul#newslist li span.ymd {
  display: block;
  color: #7191c5;
  text-align: end;
  /* font-family: futura; */
  position: absolute;
  bottom: 1.5em;
}
#news ul#newslist li span.ymd {
  display: block;
  color: #9dd7e6;
  text-align: end;
  /* font-family: "century-gothic", sans-serif; */
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#news ul#newslist li span.tag {
  display: block;
  font-weight: 400;
  padding: 0.3em 0.5em 0.45em 0.5em;
  margin-bottom: 0.5em;
  margin-right: 1em;
  width: fit-content;
  color: #682843;
  /* font-family: "century-gothic", sans-serif; */
  font-weight: bold;
  letter-spacing: 0.05em;
}

#news ul#newslist li span.tag:before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-right: solid 6px transparent;
}

.tag1 {
  background-color: #9cd7e6;
}

.tag2 {
  background-color: #0047a3;
}

.tag3 {
  background-color: #6a3906;
}

.tag4 {
  background-color: #eb6100;
}

.triangle::before {
  content: "";
  top: 0;
  right: 0;
  border-bottom: 5em solid transparent;
  border-right: 5em solid rgba(254, 209, 0, 0.8);
  position: absolute;
  z-index: 10;
}


#news {
  height: 580px;
  overflow: scroll;
  position: relative;
  padding: 20px;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

#news::-webkit-scrollbar{
  display: none;
}

.tp_csr ul {
  width: 60%;
  margin: 0 auto;
  /* position: relative; */
}

.tp_csr ul li:hover {
  background-color: hsla(0, 0%, 0%, 0.1);
}

.tp_csr ul li img {
  width: 9%;
  display: block;
  margin: 14px auto 0;
  transform: rotate(90deg);
}

.tp_csr #next, .tp_csr #prev {
  cursor: pointer;
  width: 50%;
  height: 52px;
  position: absolute;
  width: 11%;
}

.tp_csr ul li#next {
  top: 0;
  left: 0;
}

.tp_csr ul li#prev {
  top: 0;
  left: 0;
}

@media all and (min-width: 768px) {
    /* hover */
  #news ul#newslist li {
    float: left;
    outline: 0;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    color: #fff;
  }
  #news ul#newslist li:hover .box {
    background: #fff6f7;
    transition: 0.3s;
  }


  #news ul#newslist li .thumbox {
    width: 38%;
    /* padding: 20px 0; */
  }

  #news ul#newslist li .box {
    width: 73%;
    height: 100%;
  }
  #news ul#newslist li .box {
    width: 62%;
    height: 100%;
    float: right;
    padding: 1em;
    box-sizing: border-box;
  }

  #news ul#newslist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* padding: 20px; */
    align-content: stretch;
    position: relative;
    z-index: 1;
    padding: 0 10px 0 0;
  }

  #news ul#newslist li {
    width: 510px;
    height: 145px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 50px;
    /* padding: 1.5em; */
    background-color: #fff;
  }

  #news ul#newslist li {
  }

  #news ul#newslist li p .ellipsis {
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-size: 16px;
    text-align: left;
  }

  #news {
    overflow-x: hidden;
    font-size: 16px;
    /* padding: 0 1.5em; */
    height: 321px;
    width: 1080px;
  }

  #news ul#newslist li span.thum {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 75%;
    background-color: #e26834;
    background-size: contain;
  }

  #news ul#newslist li span.thum img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
}

@media all and (max-width: 767px) {

  #news ul#newslist li .thumbox {
    /* width: 38%; */
    /* float: right; */
  }

  #news ul#newslist li span.tag {
    display: inline-block;
    font-size: 3vw;
    padding: 0.5em;
    margin-bottom: 2vw;
    margin-right: 1em;
  }


  #news ul#newslist li .box {
    width: 64%;
  }
  #news ul#newslist li .box {
    /* float: right; */
    padding: 3vw;
  }

  #news ul#newslist li {
    position: relative;
    box-sizing: border-box;
  }
  #news ul#newslist li {
  background-color: #fff;
  margin-bottom: 1.5em;
  position: relative;
  z-index: 1;
  display: flex;
  }

  #news ul#newslist li span.ymd {
    padding: 0.25em 0.2em 0 -0.3em;
    font-size: 80%;
    bottom: 0;
    letter-spacing: 0.05em;
  }
  #news ul#newslist li span.ymd {
    padding: 0.25em 0.2em 0 -0.3em;
    font-size: 3vw;
    bottom: 3vw;
    letter-spacing: 0.05em;
  }

  #news ul#newslist li p .ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
    text-align: left;
    font-weight: bold;
    font-size: 3vw;
    line-height: 1.35;
  }

  #news ul#newslist li p {
    font-weight: bold;
  }

  #news ul#newslist li p.txt {
  font-size: 4vw;
  width: 80%;
  }

  #news ul#newslist li a {
    display: block;
    width: 100%;
    position: relative;
    background: white;
  }

  #news {
    height: 104vw;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0 1em;
    position: relative;
    z-index: 2;
  }

  #news::-webkit-scrollbar {
    display: none;
  }

  .tp_csr {
    display: none;
  }

  #news ul#newslist li span.thum {
    position: relative;
    height: 0;
    width: 43%;
    padding-top: calc((3.4 / 4)*43%);
    float: right;
    background-size: contain;
  }

  #news ul#newslist li span.thum img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
}
