#news.news_listpage .itemlistover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 30px;
}
#news.news_listpage .itemlistover .itembox .imgbox {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 260/205;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
#news.news_listpage .itemlistover .itembox .imgbox.noimage {
  border: 2px #c3c3c3 solid;
}
#news.news_listpage .itemlistover .itembox .imgbox img {
  -webkit-transition: scale 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: scale 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#news.news_listpage .itemlistover .itembox .categorybox {
  text-align: left;
  margin-bottom: 10px;
}
#news.news_listpage .itemlistover .itembox .categorybox ul li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}
#news.news_listpage .itemlistover .itembox .categorybox ul li:last-child {
  margin-right: 0;
}
#news.news_listpage .itemlistover .itembox .categorybox ul li span {
  font-size: 11px;
  color: #fff;
  border-radius: 50px;
  padding: 3px 5px;
  font-weight: bold;
}
#news.news_listpage .itemlistover .itembox .categorybox ul li span.category01 {
  background-color: #FAD586;
}
#news.news_listpage .itemlistover .itembox .categorybox ul li span.category02 {
  background-color: #B2DE90;
}
#news.news_listpage .itemlistover .itembox .categorybox ul li span.category03 {
  background-color: #F2A9B5;
}
#news.news_listpage .itemlistover .itembox .categorybox ul li span.category04 {
  background-color: #90C1E7;
}
#news.news_listpage .itemlistover .itembox .categorybox ul li span.category05 {
  background-color: #C9A0DC;
}
#news.news_listpage .itemlistover .itembox:hover .imgbox img {
  scale: 1.2;
}
#news.news_listpage .itemlistover .itembox .ttlbox {
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
#news.news_listpage .itemlistover .itembox .bottombox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 80px;
  grid-template-columns: 1fr 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
#news.news_listpage .itemlistover .itembox .bottombox .authorbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px 10px 1fr;
  grid-template-columns: 30px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
#news.news_listpage .itemlistover .itembox .bottombox .authorbox .authornamebox {
  text-align: left;
  font-size: 14px;
}
#news.news_listpage .itemlistover .itembox .bottombox .updatebox {
  text-align: right;
  font-size: 14px;
}
#news.news_viewpage .viewover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 340px;
  grid-template-columns: 1fr 340px;
  gap: 40px 80px;
  margin-top: 40px;
}
#news.news_viewpage .viewover .viewbox .upperbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 10px 1fr;
  grid-template-columns: 80px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  background: url(../images/common/line.svg) bottom left repeat-x;
}
#news.news_viewpage .viewover .viewbox .upperbox .updatebox {
  font-family: "Kumbh Sans", sans-serif;
  padding-right: 15px;
  border-right: 5px #FAD586 solid;
  height: 100%;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#news.news_viewpage .viewover .viewbox .upperbox .updatebox .datebox {
  font-size: 25px;
}
#news.news_viewpage .viewover .viewbox .upperbox .ttlbox {
  text-align: left;
  font-size: 25px;
  font-weight: bold;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#news.news_viewpage .viewover .upperinfobox {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  text-align: left;
  font-size: 14px;
}
#news.news_viewpage .viewover .upperinfobox .categorybox {
  text-align: left;
}
#news.news_viewpage .viewover .upperinfobox .categorybox ul li {
  display: inline-block;
  margin-right: 2px;
}
#news.news_viewpage .viewover .upperinfobox .categorybox ul li:last-child {
  margin-right: 0;
}
#news.news_viewpage .viewover .upperinfobox .categorybox ul li a {
  display: block;
}
#news.news_viewpage .viewover .upperinfobox .categorybox ul li span {
  display: block;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  border-radius: 50px;
  padding: 5px 10px;
}
#news.news_viewpage .viewover .upperinfobox .categorybox ul li span.category01 {
  background-color: #FAD586;
}
#news.news_viewpage .viewover .upperinfobox .categorybox ul li span.category02 {
  background-color: #B2DE90;
}
#news.news_viewpage .viewover .upperinfobox .categorybox ul li span.category03 {
  background-color: #F2A9B5;
}
#news.news_viewpage .viewover .upperinfobox .categorybox ul li span.category04 {
  background-color: #90C1E7;
}
#news.news_viewpage .viewover .upperinfobox .categorybox ul li span.category05 {
  background-color: #C9A0DC;
}
#news.news_viewpage .viewover .upperinfobox .postinfobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news.news_viewpage .viewover .upperinfobox .postdatbox {
  line-height: 1;
  margin-right: 20px;
}
#news.news_viewpage .viewover .upperinfobox .postdatbox:before {
  content: "";
  background: url(../images/common/icon_date.svg) center left no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: text-bottom;
}
#news.news_viewpage .viewover .upperinfobox .postupdatbox {
  line-height: 1;
}
#news.news_viewpage .viewover .upperinfobox .postupdatbox:before {
  content: "";
  background: url(../images/common/icon_editdate.svg) center left no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-bottom;
}
#news.news_viewpage .viewover .mainimgbox {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
#news.news_viewpage .viewover .mainimgbox img {
  width: 100%;
}
#news.news_viewpage .viewover .authorbox {
  text-align: right;
  margin-bottom: 50px;
}
#news.news_viewpage .viewover .authorbox .authorimgbox {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
}
#news.news_viewpage .viewover .authorbox .authornamebox {
  display: inline-block;
  font-size: 14px;
}
#news.news_viewpage .viewover .contentsdata {
  margin-bottom: 40px;
}
#news.news_viewpage .viewover .contentsdata p {
  margin: 30px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
#news.news_viewpage .viewover .contentsdata p:first-child {
  margin-top: 0;
}
#news.news_viewpage .viewover .contentsdata p:last-child {
  margin-bottom: 0;
}
#news.news_viewpage .viewover .authorinfobox {
  background-color: #D9EFC8;
  padding: 40px;
  border-radius: 20px;
}
#news.news_viewpage .viewover .authorinfobox .authorinfoboxinner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 20px 1fr;
  grid-template-columns: 80px 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#news.news_viewpage .viewover .authorinfobox .authorname {
  font-weight: bold;
  margin-bottom: 10px;
}
#news.news_viewpage .viewover .authorinfobox .authorcomments {
  font-size: 14px;
  text-align: left;
  line-height: 1.5em;
}
#news .rankingbox .ranking_ttl {
  background: url(../images/common/line.svg) center left repeat-x;
  position: relative;
  margin-bottom: 40px;
}
#news .rankingbox .ranking_ttl:after {
  content: "";
  background: url(../images/common/rankingicon.svg) center left repeat-x;
  background-size: contain;
  width: 28px;
  height: 25px;
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#news .rankingbox .ranking_ttl span {
  background-color: #fff;
  padding: 0 20px;
  font-weight: bold;
}
#news .rankingbox .ranking_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 40px;
  position: relative;
}
#news .rankingbox .ranking_item:after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
}
#news .rankingbox .ranking_item:nth-child(1):after {
  background: url(../images/common/ranking01.svg) 0 0 no-repeat;
  background-size: contain;
}
#news .rankingbox .ranking_item:nth-child(2):after {
  background: url(../images/common/ranking02.svg) 0 0 no-repeat;
  background-size: contain;
}
#news .rankingbox .ranking_item:nth-child(3):after {
  background: url(../images/common/ranking03.svg) 0 0 no-repeat;
  background-size: contain;
}
#news .rankingbox .ranking_item:nth-child(4):after {
  background: url(../images/common/ranking04.svg) 0 0 no-repeat;
  background-size: contain;
}
#news .rankingbox .ranking_item:nth-child(5):after {
  background: url(../images/common/ranking05.svg) 0 0 no-repeat;
  background-size: contain;
}
#news .rankingbox .ranking_item .imgbox {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#news .rankingbox .ranking_item .imgbox:has(.wpp_def_no_src) {
  border: 2px #c3c3c3 solid;
}
#news .rankingbox .ranking_item .imgbox img {
  -webkit-transition: scale 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: scale 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#news .rankingbox .ranking_item:hover .imgbox img {
  scale: 1.2;
  opacity: 1;
}
#news .rankingbox .ranking_item .categorybox {
  margin-bottom: 10px;
  text-align: left;
}
#news .rankingbox .ranking_item .categorybox :not(a) {
  display: none;
}
#news .rankingbox .ranking_item .categorybox a {
  font-size: 10px;
  line-height: 1;
  color: #fff;
  border-radius: 50px;
  padding: 5px 5px;
}
#news .rankingbox .ranking_item .categorybox a.category-1 {
  background-color: #FAD586;
}
#news .rankingbox .ranking_item .categorybox a.category-2 {
  background-color: #B2DE90;
}
#news .rankingbox .ranking_item .categorybox a.category-3 {
  background-color: #F2A9B5;
}
#news .rankingbox .ranking_item .categorybox a.category-4 {
  background-color: #90C1E7;
}
#news .rankingbox .ranking_item .categorybox a.category-5 {
  background-color: #C9A0DC;
}
#news .rankingbox .ranking_item .ttlbox {
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.8em;
}
#news .rankingbox .ranking_item .ttlbox::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((0.75 - 1.2) * 0.5em);
}
#news .rankingbox .ranking_item .postdate {
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1;
}
#news .bottomslider .recommenditem {
  padding: 0 15px;
}
#news .bottomslider .recommenditem .imgbox {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 260/205;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
#news .bottomslider .recommenditem .imgbox.noimage {
  border: 2px #c3c3c3 solid;
}
#news .bottomslider .recommenditem .imgbox img {
  -webkit-transition: scale 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: scale 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#news .bottomslider .recommenditem .categorybox {
  margin-bottom: 5px;
}
#news .bottomslider .recommenditem .categorybox ul {
  text-align: left;
}
#news .bottomslider .recommenditem .categorybox ul li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}
#news .bottomslider .recommenditem .categorybox ul li:last-child {
  margin-right: 0;
}
#news .bottomslider .recommenditem .categorybox ul li a {
  display: block;
}
#news .bottomslider .recommenditem .categorybox ul li span {
  font-size: 10px;
  line-height: 1;
  color: #fff;
  border-radius: 50px;
  padding: 5px 5px;
  display: block;
}
#news .bottomslider .recommenditem .categorybox ul li span.category01 {
  background-color: #FAD586;
}
#news .bottomslider .recommenditem .categorybox ul li span.category02 {
  background-color: #B2DE90;
}
#news .bottomslider .recommenditem .categorybox ul li span.category03 {
  background-color: #F2A9B5;
}
#news .bottomslider .recommenditem .categorybox ul li span.category04 {
  background-color: #90C1E7;
}
#news .bottomslider .recommenditem .categorybox ul li span.category05 {
  background-color: #C9A0DC;
}
#news .bottomslider .recommenditem .ttlbox {
  text-align: left;
  font-weight: bold;
  line-height: 1.8em;
}
#news .bottomslider .recommenditem:hover .imgbox img {
  scale: 1.2;
  opacity: 1;
}

@media screen and (min-width: 842px) {
  #news .bottomslider .slide-one .slick-track {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media screen and (max-width: 842px) {
  #news.news_listpage .itemlistover {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  #news.news_listpage .itemlistover .itembox .categorybox {
    line-height: 1;
  }
  #news.news_listpage .itemlistover .itembox .categorybox ul li span {
    font-size: 0.4em;
    line-height: 1.2;
  }
  #news.news_listpage .itemlistover .itembox .ttlbox {
    font-size: 14px;
  }
  #news.news_listpage .itemlistover .itembox .bottombox {
    -ms-grid-columns: 1fr 60px;
    grid-template-columns: 1fr 60px;
  }
  #news.news_listpage .itemlistover .itembox .bottombox .authorbox {
    -ms-grid-columns: 20px 5px 1fr;
    grid-template-columns: 20px 1fr;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  #news.news_listpage .itemlistover .itembox .bottombox .authorbox .authornamebox {
    font-size: 10px;
  }
  #news.news_listpage .itemlistover .itembox .bottombox .updatebox {
    font-size: 10px;
  }
  #news.news_viewpage .viewover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 90px;
  }
  #news.news_viewpage .viewover .authorbox {
    margin-bottom: 30px;
  }
  #news.news_viewpage .viewover .viewbox .upperbox .ttlbox {
    font-size: 16px;
  }
  #news.news_viewpage .viewover .viewbox .upperinfobox {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 110px 10px 1fr;
    grid-template-columns: 110px 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #news.news_viewpage .viewover .viewbox .upperinfobox .categorybox ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
    row-gap: 7px;
  }
  #news.news_viewpage .viewover .viewbox .upperinfobox .categorybox ul li {
    display: block;
    margin-right: 10px;
  }
  #news.news_viewpage .viewover .viewbox .upperinfobox .categorybox ul li a {
    display: block;
  }
  #news.news_viewpage .viewover .viewbox .upperinfobox .categorybox ul li span {
    font-size: 0.6em;
    display: block;
    text-align: center;
  }
  #news.news_viewpage .viewover .viewbox .upperinfobox .postinfobox {
    font-size: 12px;
  }
  #news.news_viewpage .viewover .viewbox .upperinfobox .postinfobox .postdatbox {
    margin-bottom: 5px;
    margin-right: 0;
  }
  #news.news_viewpage .viewover .authorinfobox {
    padding: 20px;
    margin-bottom: 50px;
  }
  #news.news_viewpage .viewover .authorinfobox .authorinfoboxinner {
    -ms-grid-columns: 40px 1fr;
    grid-template-columns: 40px 1fr;
    margin-bottom: 10px;
  }
  #news.news_viewpage .viewover .authorinfobox .authorinfoboxinner .authorname {
    margin-bottom: 0px;
  }
  #news .recommendbox .recommendttl {
    width: 90vw;
  }
  #news .rankingbox .ranking_item {
    -ms-grid-columns: 0.8fr 1fr;
    grid-template-columns: 0.8fr 1fr;
  }
}