@charset "UTF-8";
/*---------------------------------------------------------
top-mv
---------------------------------------------------------*/
#top-mv {
  position: relative;
}
#top-mv #top-mv-bg {
  position: relative;
  display: block;
  width: 100%;
  height: 84.8vw;
}
@media print, screen and (min-width: 768px) {
  #top-mv #top-mv-bg {
    height: 50.1219512195vw;
    min-height: 82.2rem;
  }
}
#top-mv #top-mv-bg:before {
  position: absolute;
  display: block;
  content: " ";
  background: no-repeat center center / cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  #top-mv #top-mv-bg:before {
    background-image: url(../img/top/top-mv-sp.jpg);
  }
}
@media print, screen and (min-width: 768px) {
  #top-mv #top-mv-bg:before {
    background-image: url(../img/top/top-mv-pc.jpg);
    min-width: 164.0rem;
  }
}
#top-mv #top-mv-lead {
  font-size: 2.8rem;
  letter-spacing: 0.075em;
  line-height: 1.9642857143;
  margin-top: 6.0rem;
  padding: 0 4.0rem;
}
@media print, screen and (min-width: 768px) {
  #top-mv #top-mv-lead {
    position: absolute;
    bottom: 3.0rem;
    left: 50%;
    margin-left: -46.0rem;
    font-size: 1.8rem;
    padding: 0;
  }
}
@media screen and (min-width: 1640px) {
  #top-mv #top-mv-lead {
    bottom: 1.8292682927vw;
    margin-left: -28.0487804878vw;
    font-size: 1.0975609756vw;
  }
}
#top-mv #top-mv-scroll {
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  #top-mv #top-mv-scroll {
    display: none;
  }
}
#top-mv #top-mv-scroll p {
  position: absolute;
  bottom: -1.0rem;
  right: 6.0rem;
  padding-bottom: 10.0rem;
}
#top-mv #top-mv-scroll p i {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 8.0rem;
  overflow: hidden;
}
#top-mv #top-mv-scroll p i:before, #top-mv #top-mv-scroll p i:after {
  position: absolute;
  display: block;
  content: " ";
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#top-mv #top-mv-scroll p i:before {
  background-color: #8ce2e0;
  width: 1px;
  height: 100%;
  top: 0;
}
#top-mv #top-mv-scroll p i:after {
  width: 0.9rem;
  height: 0.9rem;
  border: 1px solid #8ce2e0;
  border-radius: 100vw;
  top: 0;
  -webkit-animation: 1s scroll infinite ease-in-out;
  animation: 1s scroll infinite ease-in-out;
}
@-webkit-keyframes scroll {
  0% {
    top: -1.0rem;
  }
  100% {
    top: calc( 100% + 1.0rem );
  }
}
@keyframes scroll {
  0% {
    top: -1.0rem;
  }
  100% {
    top: calc( 100% + 1.0rem );
  }
}
/*---------------------------------------------------------
top-hotnews
---------------------------------------------------------*/
#top-hotnews {
  margin-top: 12.0rem;
}
@media print, screen and (min-width: 768px) {
  #top-hotnews {
    margin-top: 10.0rem;
  }
}
#top-hotnews #top-hotnews-list {
  margin-top: 7.0rem;
}
@media print, screen and (min-width: 768px) {
  #top-hotnews #top-hotnews-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5.0rem -2.5rem -5.0rem;
  }
}
@media print, screen and (min-width: 768px) {
  #top-hotnews #top-hotnews-list li {
    width: calc( (100% - 10.0rem) / 2 );
    margin: 0 2.5rem 5.0rem;
  }
}
@media only screen and (max-width: 767px) {
  #top-hotnews #top-hotnews-list li:nth-child(n+2) {
    margin-top: 6.0rem;
  }
}
#top-hotnews #top-hotnews-list li a {
  position: relative;
  display: inline-block;
  padding-right: 2.3076923077em;
  display: block;
/*  overflow: hidden;*/
}
#top-hotnews #top-hotnews-list li a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 5.0rem;
  height: 1.7rem;
}
@media print, screen and (min-width: 768px) {
  #top-hotnews #top-hotnews-list li a i {
    right: -3.0rem;
    width: 3.0rem;
    height: 0.9rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
#top-hotnews #top-hotnews-list li a i:before, #top-hotnews #top-hotnews-list li a i:after {
  position: absolute;
  display: block;
  content: " ";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
#top-hotnews #top-hotnews-list li a i:before {
  width: 100%;
  height: 1px;
  background-color: #000;
}
#top-hotnews #top-hotnews-list li a i:after {
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #000;
  border-radius: 100vw;
  left: 52%;
}
@media print, screen and (min-width: 768px) {
  #top-hotnews #top-hotnews-list li a i:after {
    width: 0.9rem;
    height: 0.9rem;
    left: 53.3333333333%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media print, screen and (min-width: 768px) {
  #top-hotnews #top-hotnews-list li a:hover i {
    right: -4.5rem;
    width: 4.5rem;
  }
  #top-hotnews #top-hotnews-list li a:hover i:after {
    left: 88.8888888889%;
  }
}
@media print, screen and (min-width: 768px) {
  #top-hotnews #top-hotnews-list li a {
    padding: 0 5.0rem 3.0rem;
  }
}
@media print, screen and (min-width: 768px) {
  #top-hotnews #top-hotnews-list li a .title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  #top-hotnews #top-hotnews-list li a .title-box figure {
    width: 23.0rem;
    margin: 0 0 0 -5.0rem;
    border-radius: 0 0 0.6rem 0;
    overflow: hidden;
  }
}
#top-hotnews #top-hotnews-list li a .title-box .title {
  font-size: 3.4rem;
  line-height: 1.4705882353;
  margin-top: 5.0rem;
}
@media print, screen and (min-width: 768px) {
  #top-hotnews #top-hotnews-list li a .title-box .title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    line-height: 1.6666666667;
    margin: 0 0 0 3.0rem;
  }
}
#top-hotnews #top-hotnews-list li a .txt {
  font-size: 2.8rem;
  line-height: 1.9642857143;
  margin-top: 3.0rem;
  padding-bottom: 5.0rem;
}
@media print, screen and (min-width: 768px) {
  #top-hotnews #top-hotnews-list li a .txt {
    font-size: 16px;
    margin-top: 2.5rem;
    padding-bottom: 1.0rem;
  }
}
#top-hotnews #top-hotnews-list li a i {
  top: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  bottom: 5.0rem;
  right: 5.0rem;
}
@media print, screen and (min-width: 768px) {
  #top-hotnews #top-hotnews-list li a i {
    bottom: 3.0rem;
  }
}
#top-hotnews #top-hotnews-list li a:hover {
  color: inherit;
}
#top-hotnews #top-hotnews-list li a:hover i {
  right: 3.5rem;
}

/*---------------------------------------------------------
top-lab
---------------------------------------------------------*/
#top-lab {
  padding: 26.5rem 0 13.0rem;
  margin-top: -12.5rem;
  background: no-repeat center center / cover;
}
@media only screen and (max-width: 767px) {
  #top-lab {
    background-image: url(../img/top/top-lab-bg-sp.jpg);
  }
}
@media print, screen and (min-width: 768px) {
  #top-lab {
    padding: 12.5rem 0 16.0rem;
    margin-top: -6.3rem;
    background-image: url(../img/top/top-lab-bg-pc.jpg);
  }
}
#top-lab .top-lab-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5.0rem;
}
@media print, screen and (min-width: 768px) {
  #top-lab .top-lab-title {
    padding-bottom: 2.0rem;
  }
}
#top-lab .top-lab-title:before {
  position: absolute;
  display: block;
  content: " ";
  background-color: #333333;
  width: 1px;
  height: 2.0rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  #top-lab .top-lab-title:before {
    height: 1.0rem;
  }
}
#top-lab .top-lab-title > span {
  display: block;
  font-size: 0;
}
#top-lab .top-lab-title > span.jp {
  width: 21.3rem;
}
@media print, screen and (min-width: 768px) {
  #top-lab .top-lab-title > span.jp {
    width: 10.0rem;
  }
}
#top-lab .top-lab-title > span.en {
  width: 16.8rem;
  margin-left: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  #top-lab .top-lab-title > span.en {
    width: 9.4rem;
    margin-left: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #top-lab .txt-box {
    position: relative;
    padding-left: 53.0rem;
    padding-right: 12.0rem;
  }
}
#top-lab .txt-box figure {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #top-lab .txt-box figure {
    position: absolute;
    top: 0;
    left: 12.0rem;
    display: block;
    width: 36.0rem;
    border: 1px solid #333333;
    background-color: #fff;
    padding: 0.7rem;
    border-radius: 0.6rem;
  }
}
#top-lab .top-lab-catch {
  font-size: 3.4rem;
  line-height: 1.4705882353;
  text-align: center;
  font-weight: bold;
  margin-top: 6.0rem;
}
@media print, screen and (min-width: 768px) {
  #top-lab .top-lab-catch {
    font-size: 26px;
    line-height: 1.5769230769;
    text-align: left;
    margin-top: 4.0rem;
  }
}
#top-lab .top-lab-txt {
  font-size: 2.8rem;
  line-height: 1.9642857143;
  margin-top: 6.0rem;
  letter-spacing: 0.075em;
}
@media print, screen and (min-width: 768px) {
  #top-lab .top-lab-txt {
    font-size: 16px;
    line-height: 2.125;
    margin-top: 3.0rem;
  }
}
#top-lab .icon-line {
  margin-top: 6.0rem;
}
@media print, screen and (min-width: 768px) {
  #top-lab .icon-line {
    margin-top: 4.0rem;
  }
}

/*---------------------------------------------------------
top-index
---------------------------------------------------------*/
#top-index {
  margin-top: 14.0rem;
}
@media print, screen and (min-width: 768px) {
  #top-index #top-index-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  #top-index #top-index-list li {
    width: 38.0rem;
  }
}
#top-index #top-index-list li:nth-child(n+2) {
  margin-top: 10.0rem;
}
@media print, screen and (min-width: 768px) {
  #top-index #top-index-list li:nth-child(n+2) {
    margin: 0;
  }
}
#top-index #top-index-list li .top-index-head {
  position: relative;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 7.0rem 5.0rem 11.0rem;
  -webkit-box-shadow: 0 0.3rem 0 #cfedf0;
  box-shadow: 0 0.3rem 0 #cfedf0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  #top-index #top-index-list li .top-index-head {
    padding: 7.0rem 3.0rem 8.0rem;
    -webkit-box-shadow: 0 0.3rem 0 #cfedf0;
    box-shadow: 0 0.3rem 0 #cfedf0;
  }
}
#top-index #top-index-list li .top-index-head:before {
  position: absolute;
  display: block;
  content: " ";
  background: no-repeat center center / contain;
  width: 40px;
  height: 20px;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  #top-index #top-index-list li .top-index-head:before {
    background-image: url(../img/top/top-index-arrow-sp.png);
  }
}
@media print, screen and (min-width: 768px) {
  #top-index #top-index-list li .top-index-head:before {
    background-image: url(../img/top/top-index-arrow-pc.png);
    width: 46px;
    height: 24px;
    bottom: -24px;
  }
}
#top-index #top-index-list li .top-index-head .top-index-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 4.8rem;
  font-family: "游明朝", YuMincho, 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.6666666667;
  letter-spacing: 0.2em;
  margin: 0 auto;
  min-height: 35.0rem;
}
@media print, screen and (min-width: 768px) {
  #top-index #top-index-list li .top-index-head .top-index-title {
    font-size: 28px;
    line-height: 1.5;
    min-height: 225px;
  }
}
#top-index #top-index-list li .top-index-head .top-index-icon {
  position: absolute;
  top: 24.3rem;
  left: 8.2rem;
  z-index: -1;
  display: block;
  width: 18.0rem;
}
@media print, screen and (min-width: 768px) {
  #top-index #top-index-list li .top-index-head .top-index-icon {
    top: 18.5rem;
    left: 3.6rem;
    width: 10.8rem;
  }
}
#top-index #top-index-list li .top-index-head .top-index-txt {
  margin-top: 4.5rem;
  font-size: 2.8rem;
  line-height: 1.9642857143;
}
@media print, screen and (min-width: 768px) {
  #top-index #top-index-list li .top-index-head .top-index-txt {
    margin-top: 3.0rem;
    font-size: 16px;
    line-height: 1.875;
    padding-bottom: 7.0rem;
  }
}
#top-index #top-index-list li .top-index-head .icon-line {
  margin-top: 6.0rem;
}
@media print, screen and (min-width: 768px) {
  #top-index #top-index-list li .top-index-head .icon-line {
    position: absolute;
    bottom: 8.0rem;
    left: 3.0rem;
    margin-top: 0;
  }
}
#top-index #top-index-list li .top-index-body {
  margin-top: 9.8rem;
  padding: 0 5.0rem;
}
@media print, screen and (min-width: 768px) {
  #top-index #top-index-list li .top-index-body {
    margin-top: 8.0rem;
    padding: 0 3.5rem;
  }
}
#top-index #top-index-list li .top-index-body .icon {
  display: block;
  width: 11.2rem;
  border-radius: 100vw;
  overflow: hidden;
  border: 2px solid #e3f7ef;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #top-index #top-index-list li .top-index-body .icon {
    width: 6.6rem;
    border-width: 4px;
  }
}
#top-index #top-index-list li .top-index-body .title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 3.0rem;
}
@media print, screen and (min-width: 768px) {
  #top-index #top-index-list li .top-index-body .title {
    font-size: 16px;
    margin-top: 1.0rem;
  }
}
#top-index #top-index-list li .top-index-body .txt {
  font-size: 2.8rem;
  line-height: 1.9642857143;
  margin-top: 4.0rem;
}
@media print, screen and (min-width: 768px) {
  #top-index #top-index-list li .top-index-body .txt {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 2.0rem;
  }
}
#top-index #top-index-list li .top-index-body .icon-line {
  margin-top: 6.0rem;
}
@media print, screen and (min-width: 768px) {
  #top-index #top-index-list li .top-index-body .icon-line {
    margin-top: 3.0rem;
  }
}
#top-index #top-index-list li .top-index-body .top-index-hyg-box {
  border: 2px solid #8ce2e0;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  #top-index #top-index-list li .top-index-body .top-index-hyg-box {
    border-width: 4px;
  }
}
#top-index #top-index-list li .top-index-body .top-index-hyg-box .top-index-hyg-txt {
  padding: 1.5rem 2.0rem;
  font-size: 2.6rem;
  line-height: 1.7307692308;
}
@media print, screen and (min-width: 768px) {
  #top-index #top-index-list li .top-index-body .top-index-hyg-box .top-index-hyg-txt {
    font-size: 16px;
    line-height: 1.6875;
  }
}
#top-index #top-index-list li:nth-child(3) .top-index-body .icon {
  border-color: #fdeed7;
}

/*---------------------------------------------------------
top-youtube
---------------------------------------------------------*/
#top-youtube {
  background-color: #fff;
  padding: 13.0rem 0;
  margin-top: 13.0rem;
}
@media print, screen and (min-width: 768px) {
  #top-youtube {
    padding: 10.0rem 0 7.0rem;
  }
}
@media print, screen and (min-width: 768px) {
  #top-youtube #top-youtube-head {
    position: relative;
    padding-right: 55.0rem;
    min-height: 23.0rem;
  }
}
#top-youtube #top-youtube-head .top-yt-name {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  #top-youtube #top-youtube-head .top-yt-name {
    font-size: 18px;
    text-align: left;
  }
}
#top-youtube #top-youtube-head .title-box {
  margin-top: 3.0rem;
}
@media print, screen and (min-width: 768px) {
  #top-youtube #top-youtube-head .title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2.0rem;
  }
}
#top-youtube #top-youtube-head .title-box .top-yt-title {
  width: 57.6rem;
  margin: 0 auto;
  font-size: 0;
}
@media print, screen and (min-width: 768px) {
  #top-youtube #top-youtube-head .title-box .top-yt-title {
    width: 38.3rem;
    margin: 0 1.0rem 0 0;
  }
}
#top-youtube #top-youtube-head .title-box .btn-yt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30.0rem;
  height: 6.0rem;
  background-color: #fd031c;
  border-radius: 0.6rem;
  margin: 4.8rem auto 0;
  font-size: 2.2rem;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #top-youtube #top-youtube-head .title-box .btn-yt {
    width: 200px;
    height: 40px;
    margin: 0;
    font-size: 13px;
  }
}
#top-youtube #top-youtube-head .top-yt-txt {
  margin-top: 5.0rem;
  font-size: 2.8rem;
  line-height: 1.9642857143;
}
@media print, screen and (min-width: 768px) {
  #top-youtube #top-youtube-head .top-yt-txt {
    margin-top: 3.0rem;
    font-size: 16px;
    line-height: 1.9375;
  }
}
#top-youtube #top-youtube-head .img {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #top-youtube #top-youtube-head .img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 48.0rem;
  }
}
#top-youtube #top-youtube-list {
  margin-top: 9.0rem;
  padding: 0 5.0rem;
}
@media print, screen and (min-width: 768px) {
  #top-youtube #top-youtube-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 7.0rem -1.5rem -4.5rem;
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #top-youtube #top-youtube-list li {
    width: calc( (100% - 9.01rem) / 3 );
    margin: 0 1.5rem 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #top-youtube #top-youtube-list li:nth-child(n+2) {
    margin-top: 7.0rem;
  }
}
#top-youtube #top-youtube-list li .txt {
  margin-top: 3.5rem;
  font-size: 2.6rem;
  line-height: 1.7307692308;
}
@media print, screen and (min-width: 768px) {
  #top-youtube #top-youtube-list li .txt {
    margin-top: 2.5rem;
    font-size: 16px;
  }
}

/*---------------------------------------------------------
top-news
---------------------------------------------------------*/
#top-news {
  padding: 14.0rem 0 15.0rem;
}
@media print, screen and (min-width: 768px) {
  #top-news {
    padding: 7.5rem 0 8.0rem;
  }
}
@media print, screen and (min-width: 768px) {
  #top-news .sec-title,
  #top-news .top-news-box {
    padding: 0 12.0rem;
  }
}
#top-news .top-news-box {
  margin-top: 2.0rem;
}
@media print, screen and (min-width: 768px) {
  #top-news .top-news-box {
    margin-top: 2.5rem;
  }
}
#top-news .top-news-box li {
  padding: 5.0rem 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 2.8rem;
}
@media print, screen and (min-width: 768px) {
  #top-news .top-news-box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    padding: 2.5rem 2.0rem;
  }
}
#top-news .top-news-box li .date {
  color: #7c7a70;
}
@media print, screen and (min-width: 768px) {
  #top-news .top-news-box li .date {
    font-size: 13px;
    margin: 3px 3.0rem 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  #top-news .top-news-box li .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

#float-btn {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 9;
  width: 9.0rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#float-btn:hover {
  opacity: 0.8;
}

#top-hotnews #top-hotnews-list .pickup .title{
    font-size: 3.4rem;
    line-height: 1.4705882353;
    margin-top: 5rem;
}
#top-hotnews #top-hotnews-list img{
    border-radius: 4px;
}

    .top-hotnews-btn{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-top: 1rem;
}
.top-hotnews-btn li{
    width: 48% !important;
    margin: 0 0rem 0rem !important;
}
.top-hotnews-btn li a{
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 1rem;
    text-align: center;
    background-color: #267311;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.top-hotnews-btn li a:hover{
    opacity: .8;
}

.top-hotnews-btn li a img{
    margin: auto;
    width: 110px;
}



.pickup.noimage_txt a{
    display: block !important;
}
.pickup.noimage_txt .txt-box{
    width: 100% !important;
    padding: 5rem !important;
}
.pickup.noimage_txt .box-white{
    text-align: center;
}

.pickup.noimage_txt .top-hotnews-btn{
    justify-content: center;
    width: 100%;
}

/*
.noimage_txt a{
    background-color: #008150;
    color: #fff;
}
.noimage_txt a:hover{
     color: #fff !important;
}
#top-hotnews #top-hotnews-list li.noimage_txt a i:before {
    background-color: #fff;
}
#top-hotnews #top-hotnews-list li.noimage_txt a i:after {
    border: 1px solid #fff;
}
*/
    #top-hotnews #top-hotnews-list .pickup.imprtant_pick .img-box {
        width: 35%;
    }

    #top-hotnews #top-hotnews-list .pickup.imprtant_pick .txt-box {
        width: 65%;
    }

@media print,
    screen and (max-width: 768px) {
        
            #top-hotnews #top-hotnews-list .pickup.imprtant_pick .img-box {
        width: 100%;
    }

    #top-hotnews #top-hotnews-list .pickup.imprtant_pick .txt-box {
        width: 100%;
    }
        .noimage_txt .title{
    text-align: left;
            margin-top: 0 !important;
}
        
        .pickup.noimage_txt .txt-box{
    padding: 0rem !important;
}
        .top-hotnews-btn{
    width: 100%;
            margin-top: 2rem;
}
        .top-hotnews-btn li a{
        position: inherit !important;
    display: block !important;
    padding-right: 0 !important; 
    display: flex!important;
  overflow: hidden !important;
}
        }

@media print,
screen and (min-width: 768px) {

    #top-hotnews #top-hotnews-list img{
    border-radius: 0px;
}
    #top-hotnews #top-hotnews-list .pickup .title{
    margin-top: 0rem;
        font-size: 18px;
    line-height: 1.6666666667;
}
    
    #top-hotnews #top-hotnews-list .pickup {
        flex-direction: column;
        width: 100%;
    }

    #top-hotnews #top-hotnews-list .pickup a {
        padding: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #top-hotnews #top-hotnews-list .pickup .img-box {
        width: 48%;
    }

    #top-hotnews #top-hotnews-list .pickup .txt-box {
        width: 52%;
        padding: 0 5rem;
    }
    
    #top-hotnews #top-hotnews-list .pickup .txt-box .txt{
            margin-top: 1rem !important;
    }
    
    .box_flex{
        padding: 0rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}


.new_icon_add{
    position: relative;
}

.new_icon{
    color: #fff;
    background-color: #fd031c;
    font-size: 14px;
    font-weight: bold;
    padding: 0rem 1.2rem;
    display: inline-block;
    position: absolute;
    top: -15px;
    left: -15px;
    border-radius: 2px;
}
@media print,
    screen and (max-width: 768px) {
       .new_icon{
           font-size: 12px;
    left: 15px;
} 
}