@charset "UTF-8";

.newsList .Img, .sideNewsBox ul .Img, .newsList .Txt, .sideNewsBox ul .Txt {
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .contentBox > .leftBox {
    padding-right: 100px;
  }
}

.contentBox .rightBox {
  padding-right: 0;
}

.newsList .item, .sideNewsBox ul .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsList .Img img, .sideNewsBox ul .Img img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.newsList h3 a, .sideNewsBox ul h3 a {
  display: block;
  font-weight: 400;
  color: #009bb3;
}

.newsList li + li {
  margin-top: 45px;
}

@media (min-width: 1181px) {
  .newsList .item:hover .arrowRight svg {
    -webkit-animation: 2s arrowRight ease-out infinite;
            animation: 2s arrowRight ease-out infinite;
  }
}

@media (max-width: 600px) {
  .newsList .item {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 769px) {
  .newsList .Img {
    width: 300px;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .newsList .Img {
    width: 200px;
  }
}

@media (min-width: 601px) {
  .newsList .Img {
    margin-right: 20px;
  }
}

@media (max-width: 600px) {
  .newsList .Img {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .newsList .Txt {
    width: calc(100% - 320px);
  }
}

@media (min-width: 641px) and (max-width: 768px) {
  .newsList .Txt {
    width: calc(100% - 220px);
  }
}

@media (max-width: 640px) {
  .newsList .Txt {
    width: 100%;
    padding-top: 10px;
  }
}

.newsList .topBox {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.newsList .arrowRight {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 30px;
}

.newsList .arrowRight svg {
  width: 34px;
  height: 7px;
  color: #009bb3;
}

.newsList h3 a {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
}

@media (min-width: 601px) {
  .newsList p {
    height: 45px;
  }
}

.articleTitle {
  font-size: 23px;
}

@media (max-width: 1180px) {
  .articleTitle {
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  .sideNewsBox {
    margin-top: 30px;
  }
}

.sideNewsBox li + li {
  margin-top: 15px;
}

.sideNewsBox .Img {
  width: 100px;
  margin-right: 10px;
}

@media (max-width: 400px) {
  .sideNewsBox .Img {
    width: 70px;
    margin-right: 5px;
  }
}

.sideNewsBox .Txt {
  width: calc(100% - 110px);
}

@media (max-width: 400px) {
  .sideNewsBox .Txt {
    width: calc(100% - 75px);
  }
}

.sideNewsBox h3 a {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}