.inner.contents {
  padding-bottom: 150px;
}
.contents article {
  background: #fff;
  margin: 120px 0 0 0;
  padding: 0px 70px 60px;
}

article .timeslogo_sns {
  display: flex;
  justify-content: space-between;
}
article .timeslogo_sns .timeslogo {
  position: relative;
  background: #c7a840;
  width: 300px;
  padding: 30px 0 35px;
  text-align: center;
}
.timeslogo .catname {
  position: absolute;
  bottom: -15px;
  width: 100%;
  left: 0;
}
.timeslogo .catname span {
  background: #002c5b;
  padding: 0 3em;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  min-width: 140px;
  font-size: 86%;
}
.timeslogo_sns .snss { margin-top: 60px;}
article ul.snsBanners li { width: 100px;}
article ul.snsBanners li a { padding: 0; width: 100px; height: 60px; display: flex; justify-content: center; align-items: center;}

.tlcBtn {
  margin: 60px 0;
  text-align: center;
}
.tlcBtn a {
  display: inline-flex;
  width: 450px;
  height: 100px;
  border: #dadada 1px solid;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.tlcBtn a:hover {
  border: #1362a9 1px solid;
  animation: none;
}
@media only screen and (max-width: 782px) {
  article .timeslogo_sns {
  }
  article .timeslogo_sns .timeslogo {
    width: 140px;
    padding: 25px 0 28px;
  }
  article .timeslogo_sns .timeslogo img { width: 107px;}
  .timeslogo .catname {
    bottom: -8px;
  }
  .timeslogo .catname span {
    padding: 0;
    height: 16px;
    line-height: 16px;
    min-width: 110px;
    font-size: max(1vw, 5px);
  }
  .timeslogo_sns .snss { margin-top: 30px;}
  article ul.snsBanners li { width: 58px;}
  article ul.snsBanners li a { width: 58px; height: 40px; }

  .tlcBtn {
    margin: 45px 0;
  }
  .tlcBtn a {
    display: inline-flex;
    width: 315px;
    max-width: 90vw;
    height: 60px;
  }
  .tlcBtn a img { width: 100px;}
}
@media only screen and (max-width: 330px) {
  article ul.snsBanners li { width: 40px;}
  article ul.snsBanners li a { width: 40px; height: 28px; }
  article ul.snsBanners li a figure{ height: 20px;}
}
.cat_sns {
  border-top: #e1e1e1 1px solid;
  margin-top: 60px;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cat_sns p {
  font-size: 92%;
  margin-top: 0;
}
.cat_sns p a {
  color: #007bff;
  text-decoration: underline;
}
.cat_sns p a:hover { text-decoration: none;}
.cat_sns p {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 782px) {
  .cat_sns {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}


article .header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

h2.title {
  font-size: 160%;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 30px;
}

.eyecatch img {
  width: 100%;
  height: auto;
  margin-top: 60px;
}

article.new .date::after {
  content: "NEW";
  font-family: 'THESPA', sans-serif;
  color: #fff;
  width: 44px;
  height: 20px;
  line-height: 20px;
  font-size: 90%;
  text-align: center;
  background: #e84d70;
  font-weight: normal;
  margin-left: 15px;
  display: inline-block;
}

.the-contents { margin-top: 50px;}
.the-contents > *:first-child {
  margin-top: 0!important;
}
.prev_next {
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 400px;
}
.prev_next .prev,
.prev_next .next {
  width: 40px;
  height: 40px;
  position: relative;
}
.prev_next .prev::before,
.prev_next .next::before,
.prev_next .prev a,
.prev_next .next a{
  content: "";
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-top: #002c5b 2px solid;
  border-right: #002c5b 2px solid;
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 6px);
}
.prev_next .prev::before,
.prev_next .next::before { opacity: 0.3;}
.prev_next .prev::before,
.prev_next .prev a { transform: rotate(-135deg);}
.prev_next .next::before,
.prev_next .next a { transform: rotate(45deg);}

@media only screen and (max-width: 782px) {
  .inner.contents {
    padding: 0 0 30vw 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .contents article { padding: 0 2.5vw;margin: 0;}
  article .header span {
    height: 20px;
    padding: 0;
    letter-spacing: 0;
  }
  article .header .en {
    min-width: inherit;
  }
  h2.title {margin-top: 20px;}
  article.new .date::after {
    width: 28px;
    height: 16px;
    line-height: 16px;
    margin-left: 10px;
    font-size: 85%;
    letter-spacing: 0.1rem;
  }
  .eyecatch img { margin-top: 7vw;}
  .the-contents { margin-top: 7vw;}
  .prev_next { margin: 10vw auto 0;width: auto;}
}


