/* -----------------------------------------------------------------------------

 news.css

----------------------------------------------------------------------------- */
.illustMain {
  top: 100px;
  margin: 0 0 0 450px;
}

.illustMain div {
  -webkit-animation: vertical 1s ease-in-out infinite alternate;
  animation: vertical 1s ease-in-out infinite alternate;
  position: relative;
}

.illustMain .imgAnime {
  position: absolute;
}

.illustMain .imgAnime.imgAnime01 {
  top: 32px;
  left: 270px;
  width: 173px;
}

.illustMain .imgAnime.imgAnime02 {
  top: 153px;
  left: 45px;
  width: 36px;
}

.illustMain .imgAnime.imgAnime03 {
  top: 41px;
  left: 246px;
  width: 51px;
}

#newsList ul {
  border-top: 1px solid #d2d8d8;
}

#newsList ul li {
  border-bottom: 1px solid #d2d8d8;
  cursor: pointer;
  position: relative;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#newsList ul li:nth-child(even) {
  background: #fbfbfb;
}

#newsList ul li:before,
#newsList ul li:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#newsList ul li:before {
  top: -1px;
  right: -1px;
  background: #ffb900;
}

#newsList ul li:after {
  bottom: -1px;
  left: -1px;
  background: #00a4ef;
}

#newsList ul li a {
  display: block;
}

#newsList ul li a:before,
#newsList ul li a:after {
  content: "";
  display: block;
  width: 2px;
  height: 0;
  position: absolute;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#newsList ul li a:before {
  top: -1px;
  left: -1px;
  background: #7fba00;
}

#newsList ul li a:after {
  bottom: -1px;
  right: -1px;
  background: #454545;
}

.pcView #newsList ul li:hover {
  z-index: 10;
  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}

.pcView #newsList ul li:hover:before,
.pcView #newsList ul li:hover:after {
  width: 100%;
}

.pcView #newsList ul li:hover a:before,
.pcView #newsList ul li:hover a:after {
  height: 100%;
}

#newsList ul li .newsInner {
  width: 100%;
  height: 85px;
  display: table;
  position: relative;
}

#newsList ul li .newsInner:before {
  content: "";
  width: 13px;
  height: 13px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -7px;
}

#newsList ul li .newsInner:after {
  content: "";
  width: 3px;
  height: 3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 35px;
  margin-top: -2px;
}

#newsList ul li .time {
  width: 150px;
  padding: 0 0 0 30px;
  display: table-cell;
  vertical-align: middle;
  color: #acb1b1;
  font-weight: 500;
  line-height: 1.5;
}

#newsList ul li .txt {
  padding: 0 60px 0 0;
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
  line-height: 1.5;
  word-break: break-all;
}

.detail #newsDetail .time {
  color: #acb1b1;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 5px;
}

.detail #newsDetail .ttl {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0 0 30px;
}

.detail #newsDetail p+p {
  margin: 20px 0 0;
}

.detail #newsDetail+.btn {
  width: 220px;
  margin: 60px auto 0;
}

/* -----------------------------------------------------------------------------

 min-width: 751px

----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------

 max-width: 1240px

----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------

 max-width: 1000px

----------------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {
  .illustMain {
    top: 39px;
    margin: 0 0 0 273px;
  }
}

/* -----------------------------------------------------------------------------

 max-width: 750px

----------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  .illustMain {
    top: -20px;
    margin: 0 0 0 90px;
  }

  .illustMain .imgBase {
    width: 200px;
  }

  .illustMain .imgAnime {
    position: absolute;
  }

  .illustMain .imgAnime.imgAnime01 {
    top: 12px;
    left: 109px;
    width: 71px;
  }

  .illustMain .imgAnime.imgAnime02 {
    top: 61px;
    left: 18px;
    width: 15px;
  }

  .illustMain .imgAnime.imgAnime03 {
    top: 16px;
    left: 99px;
    width: 22px;
  }

  .pcView #newsList ul li:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #newsList ul li:before,
  #newsList ul li:after {
    content: none;
  }

  #newsList ul li a:before,
  #newsList ul li a:after {
    content: none;
  }

  #newsList ul li .newsInner {
    width: 100%;
    height: auto;
    padding: 20px 0;
    display: block;
    position: relative;
  }

  #newsList ul li .newsInner:before {
    content: "";
    width: 15px;
    height: 15px;
    right: 0px;
    margin-top: -8px;
  }

  #newsList ul li .newsInner:after {
    content: "";
    width: 5px;
    height: 5px;
    right: 6px;
    margin-top: -3px;
  }

  #newsList ul li .time {
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    display: block;
  }

  #newsList ul li .txt {
    padding: 0 32px 0 0;
    display: block;
  }

  .detail #newsDetail .time {
    font-size: 1.4rem;
    margin: 0 0 3px;
  }

  .detail #newsDetail .ttl {
    font-size: 1.7rem;
    margin: 0 0 20px;
  }

  .detail #newsDetail p+p {
    margin: 15px 0 0;
  }

  .detail #newsDetail+.btn {
    margin: 30px auto 0;
  }
}

/* -----------------------------------------------------------------------------

 max-width: 374px

----------------------------------------------------------------------------- */