:root {
  --clr-main: #F49222;
  --clr-sub: #75B600;
  --clr-black: #333333;
  --clr-white: #fff;
  --clr-pink: #F88598;
  --clr-blue: #74CEE1;
  --fw-thin: 100;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  --fw-black: 900;
  --cubic: cubic-bezier(0.13, 1.05, 0.96, 1);
  --cubicHigh: cubic-bezier(.18,1.07,.55,1.07);
}

@media screen and (min-width: 768px), print {
  .news .articleContents h2 {
    font-size: 2.4rem;
    font-weight: 500;
    padding: 0 0 2rem 1.4rem;
    position: relative;
    margin-bottom: 1rem;
  }
  .news .articleContents h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 1rem);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0.4rem;
    height: 2.4rem;
    background: #f49222;
  }
  .news__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 4rem;
    position: relative;
    z-index: 1;
  }
  .news__list__item::before {
    content: "";
    background-image: linear-gradient(to right, #f49222, #f49222 3px, transparent 3px, transparent 8px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }
  .news__list__item__time {
    width: 9rem;
  }
  .news__list__item__head {
    width: 24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
  }
  .news__list__item__body {
    padding-left: 1rem;
    font-size: 1.5rem;
    width: calc(100% - 24rem);
  }
  .news__list__item__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.2rem;
    width: 5.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    border-radius: 1.2rem;
    padding: 0 1rem;
  }
  .news__list__item__tag:nth-of-type(n + 2) {
    margin-left: 1rem;
  }
  .news__list__item__tag--pr {
    background: #F49222;
  }
  .news__list__item__tag--kantou {
    background: #8fc615;
  }
  .news__list__item__tag--tokai {
    background: #74cee1;
  }
  .news__list__item__tag--kansai {
    background: #f88598;
  }
  .news__list__item__tag--kyushu {
    background: #f9b337;
  }
  .news__list__item__tag--chugoku {
    background: #BC72CA;
  }
  .news__list__item__tag--all {
    background: #ff4444;
  }
}

@media screen and (max-width: 767px), print {
  .news .articleContents h2 {
    font-size: 4.26667vw;
    font-weight: 500;
    padding: 0 0 2.66667vw 2.13333vw;
    position: relative;
    margin-bottom: 0.53333vw;
  }
  .news .articleContents h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 0.4rem);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1.06667vw;
    height: 6.4vw;
    background: #f49222;
  }
  .news .articleContents h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
  }
  .news__list__item {
    display: block;
    padding: 3.2vw 8vw 3.2vw 2.66667vw;
    position: relative;
    z-index: 1;
  }
  .news__list__item::before {
    content: "";
    background-image: linear-gradient(to right, #f49222, #f49222 3px, transparent 3px, transparent 8px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .news__list__item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.2vw;
    margin-bottom: 2.13333vw;
  }
  .news__list__item__time {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .news__list__item__body {
    font-size: 4vw;
  }
  .news__list__item__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 5.33333vw;
    width: 10.66667vw;
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    border-radius: 2.66667vw;
    padding: 0 1.6vw;
    margin-right: 2.13333vw;
  }
  .news__list__item__tag--pr {
    background: #F49222;
  }
  .news__list__item__tag--kantou {
    background: #8fc615;
  }
  .news__list__item__tag--tokai {
    background: #74cee1;
  }
  .news__list__item__tag--kansai {
    background: #f88598;
  }
  .news__list__item__tag--kyushu {
    background: #f9b337;
  }
  .news__list__item__tag--chugoku {
    background: #BC72CA;
  }
  .news__list__item__tag--all {
    background: #ff4444;
  }
  .news__list__item__arrow {
    position: absolute;
    right: 2.66667vw;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 2.13333vw;
  }
  .news__list__item__arrow img {
    width: 100%;
  }
}
