@font-face {
  font-family: 'Oswald Regular';
  src: url('/font/Oswald-Regular.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'Oswald Bold';
  src: url('/font/Oswald-Bold.ttf') format('truetype');
  font-style: normal;
}

@-webkit-keyframes open {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes open {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.Main-txt {
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .Main-inner {
    padding: 0 0 9.33333vw;
  }

  .Main-txt {
    padding: 9.33333vw 5.33333vw 5.33333vw;
    font-size: 3.73333vw;
    line-height: 1.7;
  }
}

@media print, screen and (min-width: 768px) {
  .Main-inner {
    padding: 0 0 70px;
  }

  .Main-txt {
    padding: 70px 0 40px;
    font-size: 24px;
    line-height: 1.5;
  }
}

.InfoEntry-item:nth-child(even) {
  background-color: #f5f5f2;
}

.InfoEntry-date {
  font-weight: bold;
}

.InfoEntry._csr .InfoEntry-item:nth-child(odd) {
  background-color: #fbfbf9;
}

.InfoEntry._info .InfoEntry-date {
  line-height: 1;
}

.InfoEntry-cat {
  line-height: 1;
}

.InfoEntry-cat span {
  display: block;
  letter-spacing: 0.08em;
  text-align: center;
}

.InfoEntry-cat._info span {
  border: 1px solid #e6e6e6;
}

.InfoEntry-cat._press span {
  background-color: #656565;
  border: 1px solid #656565;
  color: #fff;
  letter-spacing: 0;
}

.InfoEntry a {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .InfoEntry._info {
    margin: 2.66667vw 0 1.73333vw;
  }

  .InfoEntry._info .InfoEntry-item {
    padding: 4vw;
  }

  .InfoEntry._news, .InfoEntry._csr {
    margin: 2.66667vw 0 4.66667vw;
  }

  .InfoEntry._news .InfoEntry-item, .InfoEntry._csr .InfoEntry-item {
    padding: 2vw 4vw;
  }

  .InfoEntry-date {
    float: left;
    width: 20.53333vw;
    padding: 1.06667vw 0 0;
    font-size: 2.66667vw;
  }

  .InfoEntry-cat {
    float: left;
    width: 21.33333vw;
    font-size: 2.4vw;
  }

  .InfoEntry-cat span {
    padding: 0.66667vw 0;
  }

  .InfoEntry-txt {
    clear: both;
    padding: 2.4vw 0 0;
    font-size: 2.93333vw;
    line-height: 1.8;
  }

  .InfoEntry._headInfo .InfoEntry-txt {
    margin: -0.53333vw 0 0;
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .InfoEntry-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .InfoEntry._headInfo .InfoEntry-item {
    align-items: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .InfoEntry._info {
    width: 1170px;
    margin: 32px auto 36px;
  }

  .InfoEntry._info .InfoEntry-item {
    padding: 18px 74px;
  }

  .InfoEntry._info .InfoEntry-date {
    padding: 5px 0 0;
  }

  .InfoEntry._info .InfoEntry-cat {
    padding: 3px 0 0;
  }

  .InfoEntry._news, .InfoEntry._csr {
    width: 1170px;
    margin: 21px auto 30px;
  }

  .InfoEntry._news .InfoEntry-item, .InfoEntry._csr .InfoEntry-item {
    padding: 18px 50px;
  }

  .InfoEntry._news .InfoEntry-date, .InfoEntry._news .InfoEntry-txt, .InfoEntry._csr .InfoEntry-date, .InfoEntry._csr .InfoEntry-txt {
    line-height: 1.8;
  }

  .InfoEntry._news .InfoEntry-date, .InfoEntry._csr .InfoEntry-date {
    width: 140px;
  }

  .InfoEntry-date {
    width: 112px;
    font-size: 16px;
  }

  .InfoEntry-cat {
    width: 127px;
    font-size: 12px;
  }

  .InfoEntry-cat span {
    width: 107px;
    padding: 3px 0;
  }

  .InfoEntry-txt {
    width: 692px;
    font-size: 16px;
  }

  .InfoEntry a:hover {
    text-decoration: underline;
  }
}
