@media screen and (min-width: 769px), print {
  .news-cont {
    padding-bottom: 90px;
  }
  .news-cont__list {
    margin: 25px 0 40px;
  }
  .news-cont__list__item {
    border-top: 1px solid #eeeeee;
  }
  .news-cont__list__item a {
    display: block;
    text-decoration: none;
    -webkit-transition: opacity .35s ease;
    -moz-transition: opacity .35s ease;
    transition: opacity .35s ease;
    will-change: opacity;
  }
  .news-cont__list__item a dl {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    padding: 14px 0;
  }
  .news-cont__list__item a dl dt {
    width: 120px;
    font-weight: bold;
    letter-spacing: 1.6px;
    color: #1f71bf;
  }
  .news-cont__list__item a dl dd {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    padding-right: 30px;
  }
  .news-cont__list__item a dl:after {
    content: '';
    display: block;
    width: 9px;
    height: 16px;
    background: url(../images/arrow.png) 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 19px;
    right: 0;
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -moz-transition: transform .35s ease, -moz-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease, -moz-transform .35s ease;
    will-change: transform;
  }
  .news-cont__list__item a:hover {
    opacity: .7;
  }
  .news-cont__list__item a:hover dl:after {
    -webkit-transform: translateX(4px);
       -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
            transform: translateX(4px);
  }
  .news-cont__list__item:last-of-type {
    border-bottom: 1px solid #eeeeee;
  }
  .news-cont__detail {
    padding: 20px 100px 0 100px;
  }
  .news-cont__detail__time {
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    color: #1f71bf;
  }
  .news-cont__detail__title {
    font-size: 2.4rem;
    font-weight: 400;
    margin-top: 2px;
  }
  .news-cont__detail figure {
    display: block;
    margin-top: 14px;
    margin-bottom: 23px;
  }
  .news-cont__detail figure img {
    width: 100%;
  }
  .news-cont__detail > p {
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .news-cont__detail .btn-area {
    text-align: center;
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .news-cont {
    padding-bottom: 13.02083vw;
  }
  .news-cont__list {
    margin: 4.55729vw 0 6.51042vw;
  }
  .news-cont__list__item {
    border-top: 1px solid #eeeeee;
  }
  .news-cont__list__item a {
    display: block;
    text-decoration: none;
    -webkit-transition: opacity .35s ease;
    -moz-transition: opacity .35s ease;
    transition: opacity .35s ease;
    will-change: opacity;
  }
  .news-cont__list__item a dl {
    position: relative;
    font-size: 3.64583vw;
    padding: 3.125vw 0;
  }
  .news-cont__list__item a dl dt {
    font-weight: bold;
    letter-spacing: 0.36458vw;
    color: #1f71bf;
  }
  .news-cont__list__item a dl dd {
    margin-top: 1.30208vw;
    padding-right: 9.76562vw;
  }
  .news-cont__list__item a dl:after {
    content: '';
    display: block;
    width: 2.34375vw;
    height: 4.16667vw;
    background: url(../images/arrow.png) 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: -webkit-calc(50% - 2.08333vw);
    top: -moz-calc(50% - 2.08333vw);
    top: calc(50% - 2.08333vw);
    right: 0;
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -moz-transition: transform .35s ease, -moz-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease, -moz-transform .35s ease;
    will-change: transform;
  }
  .news-cont__list__item:last-of-type {
    border-bottom: 1px solid #eeeeee;
  }
  .news-cont__detail {
    padding-top: 3.90625vw;
  }
  .news-cont__detail__time {
    font-weight: bold;
    font-size: 3.64583vw;
    letter-spacing: 0.36458vw;
    color: #1f71bf;
  }
  .news-cont__detail__title {
    font-size: 4.42708vw;
    font-weight: 400;
    margin-top: 1.30208vw;
  }
  .news-cont__detail figure {
    display: block;
    margin-top: 5.20833vw;
    margin-bottom: 5.20833vw;
  }
  .news-cont__detail figure img {
    width: 100%;
  }
  .news-cont__detail > p {
    font-size: 3.38542vw;
    line-height: 1.625;
  }
  .news-cont__detail .btn-area {
    text-align: center;
    margin-top: 5.85938vw;
  }
}
