@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;
  }
}

@media screen and (max-width: 767px) {
  .Side {
    padding-bottom: 13.33333vw;
  }
}

@media print, screen and (min-width: 768px) {
  .Main-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1240px;
    margin: 70px auto 0;
  }

  .Main-contents {
    width: 950px;
    margin: 0 30px 0 0;
  }

  .Main + .Pagetop + footer {
    background-color: #fff !important;
  }
}

.SideNav-tit {
  background-color: #f1f1ec;
  line-height: 1;
}

.SideNav-item {
  border-bottom: 1px solid #f1f1ec;
}

.SideNav-item a {
  position: relative;
  display: block;
  color: #333;
  line-height: 1;
  text-decoration: none;
}

.SideNav-item._active a {
  color: #ccc;
}

@media screen and (max-width: 767px) {
  .SideNav {
    margin: 10vw 0 0;
    padding: 0 5.33333vw 14.66667vw;
  }

  .SideNav-tit {
    padding: 3.6vw 4vw;
    font-size: 3.2vw;
  }

  .SideNav-item a {
    padding: 3.6vw 0 4vw 2.4vw;
    font-size: 3.2vw;
  }

  .SideNav-item a:after {
    position: absolute;
    right: 2.66667vw;
    top: 50%;
    content: '';
    display: block;
    height: 3.46667vw;
    width: 2vw;
    background: url('/img/arr3.png') 0 0 no-repeat;
    background-size: 2vw 3.46667vw;
    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);
  }

  .SideNav._multiple {
    margin: 0;
    padding: 0 5.33333vw;
  }

  .SideNav._multiple + ._multiple {
    margin-top: 5.33333vw;
  }
}

@media print, screen and (min-width: 768px) {
  .SideNav {
    width: 260px;
    margin-bottom:50px;
  }

  .SideNav-tit {
    padding: 29px 30px 20px;
    border: 1px solid #ededed;
    font-size: 20px;
  }

  .SideNav-list {
    padding: 16px 30px 13px;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
  }

  .SideNav-item:last-child {
    border-bottom: none;
  }

  .SideNav-item a {
    padding: 14px 0 12px;
    font-size: 14px;
    transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .SideNav-item a:hover {
    color: #d30000 !important;
  }

  .SideNav._multiple + ._multiple {
    margin-top: 20px;
  }
}

.ArchiveList-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: -0.4em;
}

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

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

.ArchiveList-inner {
  flex: 1;

  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.ArchiveList-date {
  display: inline-block;
  color: #4c4c4c;
  font-family: 'Oswald Regular';
  letter-spacing: 0.1em;
  line-height: 1;
  vertical-align: middle;
}

.ArchiveList-date._end {
  color: #f00;
  font-weight: bold;
}

/*20190402 hata start */
.InfoEntry-cat {
    padding: 4px 0 4px 0;
	width: 90px;
    font-size: 12px;
    margin-left: 10px;
    display:inline-block;
text-align: center;
}

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

.InfoEntry-cat._info {
    border: 1px solid #e6e6e6;
    letter-spacing:0;
    padding: 4px 20px;
}
.InfoEntry-cat._press {
    background-color: #656565;
    border: 1px solid #656565;
    color: #fff;
    letter-spacing: 0;
}
/*20190402 hata end */



@media screen and (max-width: 767px) {
.InfoEntry-cat {
    margin: 2.66667vw 0 4.66667vw;
    font-size: 10px;

}
}


.ArchiveList-cat {
  display: inline-block;
  border: 1px solid #e6e6e6;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.ArchiveList-txt {
  color: #1a1a1a;
  letter-spacing: normal;
}

.ArchiveList a {
  color: #1a1a1a;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .ArchiveList {
    margin-bottom: 6.66667vw;
    padding: 3.33333vw 5.33333vw 6.66667vw;
    background-color: #fbfbf9;
  }

  .ArchiveList-item {
    padding: 2.66667vw 4vw;
  }

  .ArchiveList-pic {
    width: 20vw;
    margin-right: 4vw;
  }

  .ArchiveList-date {
    margin-right: 2vw;
    font-size: 2.66667vw;
  }

  .ArchiveList-cat {
    min-width: 16.66667vw;
    padding: 0.26667vw 0.66667vw 0.26667vw;
    font-size: 2.4vw;
  }

  .ArchiveList-txt {
    margin-top: 2.4vw;
    font-size: 2.93333vw;
    line-height: 1.8;
  }
}

@media print, screen and (min-width: 768px) {
  .ArchiveList {
    margin-bottom: 70px;
  }

  .ArchiveList-item {
    padding: 20px 40px 18px;
  }

  .ArchiveList-pic {
    width: 270px;
    margin-right: 40px;
  }

  .ArchiveList-date {
    font-size: 16px;
  }

  .ArchiveList-cat {
    min-width: 105px;
    margin-left: 20px;
    padding: 2px 5px;
    font-size: 12px;
  }

  .ArchiveList-txt {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.625;
  }

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

.Paging-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;

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

.Paging-item._active a {
  background-color: #d30000;
  color: #fff;
}

.Paging-item a {
  position: relative;
  display: block;
  background-color: #fff;
  border: 1px solid #d30000;
  border-radius: 50%;
  color: #d30000;
  text-align: center;
  text-decoration: none;
}

.Paging-item a span {
  position: relative;
  top: 50%;
  display: block;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}

.Paging-item._prev a {
  text-indent: -9999px;
}

.Paging-item._prev a:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  display: block;
  height: 12px;
  width: 7px;
  background: url('/img/slide_arr_prev.png') 0 0 no-repeat;
  background-size: 7px 12px;
  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);
}

.Paging-item._next a {
  text-indent: -9999px;
}

.Paging-item._next a:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  display: block;
  height: 12px;
  width: 7px;
  background: url('/img/slide_arr_next.png') 0 0 no-repeat;
  background-size: 7px 12px;
  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);
}

.Paging-item._connect {
  padding-bottom: 8px;
  color: #d30000;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .Paging {
    padding: 0 0 8vw;
  }

  .Paging-item {
    margin: 0 0.8vw;
  }

  .Paging-item a {
    height: 9.06667vw;
    width: 9.06667vw;
    font-size: 3.73333vw;
  }
}

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

  .Paging-item {
    margin: 0 8px;
  }

  .Paging-item a {
    height: 34px;
    width: 34px;
    font-size: 14px;
  }

  .Paging-item a:hover {
    background-color: #d30000;
    color: #fff;
  }

  .Paging-item._prev a:hover:after {
    background: url('/img/slide_arr_prev_on.png') 0 0 no-repeat;
    background-size: 7px 12px;
  }

  .Paging-item._next a:hover:after {
    background: url('/img/slide_arr_next_on.png') 0 0 no-repeat;
    background-size: 7px 12px;
  }
}
