<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =========================================================================

SHOWA NOW! 基本

========================================================================== */
.topics2 .lo-breads ul li:nth-child(2) {
  display: none;
}

@media only screen and (max-width: 1279px) {
  .topics2 .lo-navWrap__nav .lv2-folder &gt; div:first-child {
    display: block;
  }
  .topics2.page-index .lo-tops {
    margin: 0 0 14px;
  }
}

.topics2 .lo-underContents {
  max-width: 1300px;
  padding-top: 95px;
}
@media only screen and (max-width: 1279px) {
  .topics2 .lo-underContents {
    padding-top: 12px;
  }
}


/* =========================================================================

SHOWA NOW! サブナビ

========================================================================== */
.lo-subNavi {
  padding: 0 20px;
}
@media only screen and (max-width: 1279px) {
  .lo-subNavi {
    display: none;
  }
}

.lo-subNavi .lv2-folder {
  display: flex;
  justify-content: center;
  max-width: 1700px;
  margin: 0 auto;
  border-top: 1px solid #2688BC;
  border-bottom: 1px solid #2688BC;
}

.lo-subNavi .lv2-folder &gt; base-header0-nest-list {
  display: block;
}

.lo-subNavi .lv2-folder &gt; base-header0-nest-list a {
  display: block;
  text-align: center;
  color: #222;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: 'Noto serif JP', sans-serif;
  letter-spacing: .1em;
  padding: 16px 30px 14px;
}
@media screen and (min-width: 1280px) {
  .lo-subNavi .lv2-folder &gt; base-header0-nest-list a:hover {
    text-decoration: none;
    background: #D6EAF5;
  }
}

.lo-subNavi .lv2-folder &gt; base-header0-nest-list a.is-current {
  background: #D6EAF5;
}


/* =========================================================================

SHOWA NOW! 見出し

========================================================================== */
.ob-topicsTtl {
  display: flex;
  align-items: center;
  margin: 0 0 0 1px;
}
@media only screen and (max-width: 1279px) {
  .ob-topicsTtl {
    margin: 0;
  }
}

.ob-topicsTtl__main {
  font-size: 3.6rem;
  line-height: 1;
  font-family: 'Bodoni Moda', serif;
  letter-spacing: .04em;
}
@media only screen and (max-width: 1279px) {
  .ob-topicsTtl__main {
    font-size: 2.7rem;
  }
}

.ob-topicsTtl__sub {
  font-weight: 500;
  font-family: 'Noto serif JP', sans-serif;
  letter-spacing: 0;
  margin: -3px 0 0 18px;
}
@media only screen and (max-width: 1279px) {
  .ob-topicsTtl__sub {
    font-size: 1.15rem;
    margin: -1px 0 0 8px;
  }
}



/* ==========================================================================

プルダウンエリア

========================================================================== */
.ob-sort {
  display: flex;
  margin: 51px 0 32px;
}
@media only screen and (max-width: 1279px) {
  .ob-sort {
    display: block;
    margin: 30px 0;
  }
}

.en2 .ob-sort {
  margin-top: 0;
}


/* ==========================================================================

カテゴリー：プルダウン

========================================================================== */
.ob-sort__category {
  position: relative;
  margin: 0 16px 0 0;
  width: 169px;
}
@media only screen and (max-width: 1279px) {
  .ob-sort__category {
    margin: 0 0 10px;
    width: 100%;
  }
}

.ob-sort__category .name,
.ob-sort__category .cp-category-lists {
  display: none;
}

.ob-sort__category-selected {
  padding: 9px 30px 9px 14px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  height: 40px;
  font-size: 1.4rem;
  color: #444;
  background: #fff;
  border: 1px solid #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  line-height: 1.5;
  transition: .2s;
}
@media only screen and (max-width: 1279px) {
  .ob-sort__category-selected {
    width: 100%;
    font-size: 1.6rem;
    height: 50px;
    padding: 11px 29px 11px 10px;
  }
}

.ob-sort__category-selected::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  top: -5px;
  bottom: 0;
  right: 19px;
  margin: auto 0;
  transform: rotate(135deg);
  transition: transform .3s, top .3s;
}
@media only screen and (max-width: 1279px) {
  .ob-sort__category-selected::after {
    right: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .ob-sort__category-selected:hover {
    color: #fff;
    background: #2688BC;
    border-color: #2688BC;
  }
  .ob-sort__category-selected:hover::after {
    border-color: #fff;
  }
}

.ob-sort__category-selected:active,
.ob-sort__category-selected.is-active {
  color: #fff;
  background: #2688BC;
  border-color: #2688BC;
}

.ob-sort__category-selected:active:after,
.ob-sort__category-selected.is-active:after {
  top: 4px;
  border-color: #fff;
  transform: rotate(-45deg);
}


[data-area="content"] ul#ob-sort__category-cateLists {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #2688BC;
}
@media only screen and (max-width: 1279px) {
  [data-area="content"] ul#ob-sort__category-cateLists {
    width: 100%;
  }
}

[data-area="content"] ul#ob-sort__category-cateLists li {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  border-top: 1px solid #fff;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
}

[data-area="content"] ul#ob-sort__category-cateLists li:before {
  content: none;
}

[data-area="content"] ul#ob-sort__category-cateLists li.is-active {
  background: rgba(255, 255, 255, .2);
}

[data-area="content"] ul#ob-sort__category-cateLists li.is-active:first-child {
  background: none;
}
@media screen and (min-width: 1280px) {
  [data-area="content"] ul#ob-sort__category-cateLists li.is-active:first-child:hover {
    background: rgba(255, 255, 255, .2);
  }
}

[data-area="content"] ul#ob-sort__category-cateLists li a {
  color: #fff;
  display: block;
  cursor: pointer;
  line-height: 1.5;
  font-size: 1.4rem;
  padding: 9px 15px;
  letter-spacing: 0;
}
@media only screen and (max-width: 1279px) {
  [data-area="content"] ul#ob-sort__category-cateLists li a {
    font-size: 1.6rem;
    padding: 13px 11px;
  }
}

@media screen and (min-width: 1280px) {
  [data-area="content"] ul#ob-sort__category-cateLists li:hover {
    background: rgba(255, 255, 255, .2);
  }
  [data-area="content"] ul#ob-sort__category-cateLists li:hover a {
    text-decoration: none;
  }
}


/* ==========================================================================

年度：プルダウン

========================================================================== */
.ob-sort__year {
  cursor: pointer;
  background: #fff;
  width: 169px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1279px) {
  .ob-sort__year {
    width: 100%;
    font-size: 1.6rem;
  }
}

.ob-sort__year .select {
  position: relative;
  height: 40px;
  transition: .2s;
}
@media only screen and (max-width: 1279px) {
  .ob-sort__year .select {
    height: 50px;
  }
}

.ob-sort__year-selected {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 7px 30px 7px 14px;
  letter-spacing: 0;
  border: 1px solid #666;
  background: #fff;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: .2s;
}
@media only screen and (max-width: 1279px) {
  .ob-sort__year-selected {
    padding: 11px 29px 11px 10px;
  }
}

.ob-sort__year-selected::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  top: -5px;
  bottom: 0;
  right: 19px;
  margin: auto 0;
  transform: rotate(135deg);
  transition: transform .3s, top .3s;
}
@media only screen and (max-width: 1279px) {
  .ob-sort__year-selected::after {
    right: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .ob-sort__year-selected:hover {
    color: #fff;
    background: #2688BC;
    border-color: #2688BC;
  }
  .ob-sort__year-selected:hover::after {
    border-color: #fff;
  }
}

.ob-sort__year-selected:active,
.ob-sort__year-selected.is-active {
  color: #fff;
  background: #2688BC;
  border-color: #2688BC;
}

.ob-sort__year-selected:active:after,
.ob-sort__year-selected.is-active:after {
  top: 4px;
  border-color: #fff;
  transform: rotate(-45deg);
}

[data-area="content"] ul.ob-sort__year-selectOptions {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 998;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #2688BC;
}
@media only screen and (max-width: 1279px) {
  .ob-sort__year-selectOptions {
    top: 36px;
  }
}

[data-area="content"] ul.ob-sort__year-selectOptions li {
  color: #fff;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0;
  padding: 9px 15px;
  text-indent: 0;
  border-top: 1px solid #fff;
  transition: .2s;
}
@media only screen and (max-width: 1279px) {
  [data-area="content"] ul.ob-sort__year-selectOptions li {
    padding: 13px 11px 12px;
  }
}

[data-area="content"] ul.ob-sort__year-selectOptions li.is-active {
  background: rgba(255, 255, 255, .2);
}

[data-area="content"] ul.ob-sort__year-selectOptions li::before,
[data-area="content"] ul.ob-sort__year-selectOptions li[rel='hide'] {
  display: none;
}

@media screen and (min-width: 1280px) {
  [data-area="content"] ul.ob-sort__year-selectOptions li:hover {
    background: rgba(255, 255, 255, .2);
  }
}


/* ==========================================================================

NEWS お知らせ用

========================================================================== */
.page-index.topics2 .ob-newsList__inner {
  border-color: #BF4433;
}

.page-index.topics2 .ob-newsList__area-date {
  color: #BF4433;
}


/* ==========================================================================

トピックス用

========================================================================== */
.page-index.topics2 .ob-sort {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1279px) {
  .page-index.topics2 .ob-sort {
    margin-bottom: 30px;
  }
}

.page-index.topics2 .ob-sort__category {
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  opacity: 0;
  margin: 0;
  width: 100%;
  max-width: 952px;
}
@media only screen and (max-width: 1279px) {
  .page-index.topics2 .ob-sort__category {
    margin: 0 0 10px;
    max-width: inherit;
  }
}

.page-index.topics2 .ob-sort__category.is-show {
  opacity: 1;
}

.page-index.topics2 .ob-topicsTtl {
  margin-left: 3px;
}
@media only screen and (max-width: 1279px) {
  .page-index.topics2 .ob-topicsTtl {
    margin: 0;
  }
}

.page-index.topics2 .ob-topicsTtl__main {
  letter-spacing: .02em;
}

.page-index.topics2 .ob-topicsTtl__sub {
  margin-left: 14px;
}
@media only screen and (max-width: 1279px) {
  .page-index.topics2 .ob-topicsTtl__sub {
    margin-left: 8px;
  }
}

.page-index.topics2 .ob-sort__year {
  margin-left: auto;
}

#ob-sort__category-topicsLists {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media only screen and (max-width: 1279px) {
  #ob-sort__category-topicsLists {
    justify-content: center;
    gap: 10px;
    margin: 0 0 20px;
  }
}

#ob-sort__category-topicsLists li {
  margin-right: 8px;
  margin-bottom: 8px;
  padding-left: 0;
  text-indent: 0;
}
@media only screen and (max-width: 1279px) {
  #ob-sort__category-topicsLists li {
    margin: 0;
  }
}

#ob-sort__category-topicsLists li:nth-child(8n) {
  margin-right: 0;
}

#ob-sort__category-topicsLists li:last-child {
  margin-right: 0;
}

#ob-sort__category-topicsLists li::before {
  content: none;
}

#ob-sort__category-topicsLists li a {
  display: block;
  cursor: pointer;
  width: 100%;
  min-width: 112px;
  border-radius: 20px;
  padding: 6px 5px;
  text-align: center;
  font-size: 1.4rem;
  transition: .3s;
  color: #FFF;
  background: #FFF;
  border: 1px solid #7E7E7E;
}
@media only screen and (max-width: 1279px) {
  #ob-sort__category-topicsLists li a {
    min-width: inherit;
    padding: 7px 15px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1280px) {
  #ob-sort__category-topicsLists li a:hover {
    text-decoration: none;
  }
}

#ob-sort__category-topicsLists li a:first-child {
  color: #7E7E7E;
}
@media screen and (min-width: 1280px) {
  #ob-sort__category-topicsLists li a:first-child:hover {
    color: #fff;
    background: #7E7E7E;
  }
}

#ob-sort__category-topicsLists li a.is-active {
  color: #fff;
  background: #7E7E7E;
}


/* ==========================================================================

お知らせ一覧

========================================================================== */
.ob-newsList {
  display: block;
  border-bottom: 1px solid #CCC;
}

.ob-newsList:first-child {
  border-top: 1px solid #CCC;
}

.ob-newsList__inner {
  display: flex;
  align-items: center;
  border-left: 3px solid #2688BC;
  margin: 14px 0 14px 1px;
  padding: 5px 0 6px 21px;
}
@media only screen and (max-width: 1279px) {
  .ob-newsList__inner {
    display: block;
    border-width: 2px;
    margin: 10px 0;
    padding: 0 0 0 14px;
  }
}

.ob-newsList__box {
  display: flex;
  align-items: center;
}

.ob-newsList__area-date {
  color: #2688BC;
  font-weight: 500;
  font-family: "Noto serif JP", sans-serif;
  letter-spacing: .12em;
}
@media only screen and (max-width: 1279px) {
  .ob-newsList__area-date {
    font-size: 1.3rem;
    margin: 3px 0 0;
  }
}

.ob-newsList__area-category {
  margin: 0 0 0 29px;
}
@media only screen and (max-width: 1279px) {
  .ob-newsList__area-category {
    margin: 0 0 0 10px;
  }
}

@media only screen and (max-width: 1279px) {
  .ob-newsList__area-category .is-category {
    font-size: 1rem;
    min-width: 67px;
    padding: 3px 5px;
  }
}

.ob-newsList__area-ttl {
  margin: 0 0 0 37px;
}
@media only screen and (max-width: 1279px) {
  .ob-newsList__area-ttl {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 5px 0 0;
  }
}

.ob-newsList__area-ttl a {
  color: #222;
}
@media screen and (min-width: 1280px) {
  .ob-newsList__area-ttl a:hover {
    text-decoration: none;
  }
}


/* ==========================================================================

TOPICS

========================================================================== */
.ob-topNews__lists {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
@media only screen and (max-width: 1279px) {
  .ob-topNews__lists {
    justify-content: space-between;
  }
}

.ob-topNews__list {
  display: block;
  position: relative;
  width: 23.96%;
  margin-right: 1.37%;
  margin-bottom: 46px;
}
@media only screen and (max-width: 1279px) {
  .ob-topNews__list {
    width: 48.5%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*
.top .ob-topNews__list {
  margin-bottom: 20px;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  .top .ob-topNews__list {
    width: 32.333%;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .top .ob-topNews__list {
    width: 100%;
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 1279px) {
  .top .ob-topNews__list:nth-child(n + 4) {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .top .ob-topNews__list:nth-child(n + 3) {
    display: none;
  }
}
*/

.ob-topNews__list:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 1279px) {
  .top .ob-topNews__list:nth-child(n + 4) {
    display: none;
  }
}

.ob-topNews__list a {
  display: block;
  color: #222;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .ob-topNews__list a:hover {
    text-decoration: none;
  }
  .ob-topNews__list a:hover .is-txtHoverNnderline {
    background-size: 100% 1px;
  }
  .ob-topNews__list a:hover .ob-topNews__list-img--thumbnail {
    transform: scale(1.15);
  }
}

.ob-topNews__list-img {
  position: relative;
  background: #fff;
  padding-top: 58.28%;
  overflow: hidden;
  margin: 0 0 14px;
}
@media only screen and (max-width: 1279px) {
  .ob-topNews__list-img {
    padding-top: 59.16%;
    margin: 0 0 2px;
  }
}

.ob-topNews__list-img.is-border {
  border: 1px solid #DDD;
}

.ob-topNews__list-img--thumbnail {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fff url(/albums/css/basic-news/abm00016654.svg) center center no-repeat;
  background-size: cover;
  transition: .3s;
}

.ob-topNews__list-contents {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1279px) {
  .ob-topNews__list-contents {
    margin: 11px 0 0;
  }
}

.ob-topNews__list-contents--category {
  display: grid;
}

.ob-topNews__list-contents--date {
  color: #555;
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 0 16px 0 0;
}
@media only screen and (max-width: 1279px) {
  .ob-topNews__list-contents--date {
    margin: 0;
    letter-spacing: -.04em;
    padding: 0 8px 0 0;
  }
}

.ob-topNews__list-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  color: #222;
  line-height: 1.8;
  letter-spacing: -.001em;
  margin: 8px 0 0;
}
@media only screen and (max-width: 1279px) {
  .ob-topNews__list-ttl {
    font-size: 1.5rem;
    margin: 3px 0 0;
    height: auto !important;
  }
}

.ob-topNews__topics-btn {
  margin: 40px 0 0;
}
@media only screen and (max-width: 1279px) {
  .ob-topNews__topics-btn {
    margin: 25px 0 0;
  }
}


/* ==========================================================================

ページング

========================================================================== */
.ob-paging {
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media only screen and (max-width: 1279px) {
  .ob-paging {
    margin-top: 20px;
  }
}

paging-list&gt;a,
paging-list&gt;span {
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  margin: 4px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  background: #999;
  outline: 1px solid #2688BC;
  border-radius: 4px;
}
@media only screen and (min-width: 1280px) {
  paging-list&gt;a:hover {
    color: #fff;
    background: #2688BC;
    text-decoration: none;
  }
}
@media only screen and (max-width: 1279px) {
  paging-list&gt;a,
  paging-list&gt;span {
    border-radius: 2px;
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}

paging-list&gt;.active {
  background: #2688BC;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  outline: 1px solid #2688BC;
}

paging-list:first-of-type,
paging-list:last-of-type {
  display: none;
}

paging-list:nth-of-type(2)&gt;*,
paging-list:nth-last-of-type(2)&gt;* {
  position: relative;
  width: 110px;
  font-size: 0;
}
@media only screen and (max-width: 1279px) {
  paging-list:nth-of-type(2)&gt;*,
  paging-list:nth-last-of-type(2)&gt;* {
    width: 80px;
  }
}

paging-list:nth-of-type(2)&gt;*::before,
paging-list:nth-last-of-type(2)&gt;*::before {
  font-size: 1.5rem;
  transition: .2s;
}

paging-list:nth-of-type(2)&gt;a:hover::before,
paging-list:nth-last-of-type(2)&gt;a:hover::before {
  color: #fff;
}

paging-list:nth-of-type(2)&gt;a::before,
paging-list:nth-of-type(2)&gt;span::before {
  content: '前へ';
}

@media only screen and (max-width: 1279px) {
  paging-list:nth-of-type(2)&gt;a::before,
  paging-list:nth-of-type(2)&gt;span::before {
    margin-right: -12px;
  }
}

paging-list:nth-last-of-type(2)&gt;a::before,
paging-list:nth-last-of-type(2)&gt;span::before {
  content: '次へ';
}

@media only screen and (max-width: 1279px) {
  paging-list:nth-last-of-type(2)&gt;a::before,
  paging-list:nth-last-of-type(2)&gt;span::before {
    margin-left: -12px;
  }
}

paging-list:nth-of-type(2)&gt;a::after,
paging-list:nth-of-type(2)&gt;span::after {
  content: '';
  position: absolute;
  top: 16px;
  left: 11px;
  width: 8px;
  height: 12px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.412%22%20height%3D%2212%22%20viewBox%3D%220%200%207.412%2012%22%3E%3Cpath%20d%3D%22M-13998.679-20990.174l-5.707-5.705a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.414%2C0l4.293%2C4.291%2C4.293-4.291a1%2C1%2C0%2C0%2C1%2C1.414%2C0%2C1%2C1%2C0%2C0%2C1%2C0%2C1.414Z%22%20transform%3D%22translate(20997.586%20-13992.68)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 12px;
  transform: rotate(180deg);
}

@media only screen and (max-width: 1279px) {
  paging-list:nth-of-type(2)&gt;a::after,
  paging-list:nth-of-type(2)&gt;span::after {
    left: 7px;
  }
}

paging-list:nth-last-of-type(2)&gt;a::after,
paging-list:nth-last-of-type(2)&gt;span::after {
  content: '';
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 12px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.412%22%20height%3D%2212%22%20viewBox%3D%220%200%207.412%2012%22%3E%3Cpath%20d%3D%22M-13998.679-20990.174l-5.707-5.705a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.414%2C0l4.293%2C4.291%2C4.293-4.291a1%2C1%2C0%2C0%2C1%2C1.414%2C0%2C1%2C1%2C0%2C0%2C1%2C0%2C1.414Z%22%20transform%3D%22translate(20997.586%20-13992.68)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 12px;
}
@media only screen and (max-width: 1279px) {
  paging-list:nth-last-of-type(2)&gt;a::after,
  paging-list:nth-last-of-type(2)&gt;span::after {
    right: 7px;
  }
}

paging-list:nth-of-type(2)&gt;span,
paging-list:nth-last-of-type(2)&gt;span {
  opacity: 0;
  pointer-events: none;
  font-weight: 500;
  background: #999;
  color: #fff;
  outline: 1px solid #999;
}
@media only screen and (max-width: 1279px) {
  paging-list:nth-of-type(2)&gt;span,
  paging-list:nth-last-of-type(2)&gt;span {
    display: none;
  }
}


/* ==========================================================================

下層　NEWS

========================================================================== */
.ob-underNews__ttl {
  font-size: 3.2rem;
  line-height: 1;
  font-family: 'Bodoni Moda', serif;
  letter-spacing: .04em;
  margin: 19px 0 33px;
}
@media only screen and (max-width: 1279px) {
  .ob-underNews__ttl {
    font-size: 2.8rem;
    margin: 0 0 22px;
  }
}

.ob-underNews__topics-btn {
  margin: 35px 20px 78px 0;
}
@media only screen and (max-width: 1279px) {
  .ob-underNews__topics-btn {
    margin: 20px 0 47px;
  }
}

.ob-underTopics__ttl {
  text-align: center;
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: .03em;
  font-family: "Bodoni Moda", serif;
  margin: 0 0 52px;
}
@media only screen and (max-width: 1279px) {
  .ob-underTopics__ttl {
    font-size: 3.6rem;
    margin: 0 0 23px -2px;
  }
}

.ob-underTopics .ob-topNews__lists {
  margin: 0 calc(50% - 36.98vw);
}
@media only screen and (max-width: 1279px) {
  .ob-underTopics .ob-topNews__lists {
    margin: 0;
  }
}

.ob-underTopics .ob-underNews__topics-btn {
  margin-top: -24px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1279px) {
  .ob-underTopics .ob-underNews__topics-btn {
    margin-top: 20px;
  }
}


/* ==========================================================================

動画ギャラリー

========================================================================== */
.page-movies.topics2 .cp-videos {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 51px 0 0;
}
@media only screen and (max-width: 1279px) {
  .page-movies.topics2 .cp-videos {
    flex-direction: inherit;
    margin: 30px 0 0;
  }
}

.page-movies.topics2 .cp-videos.cp-videos-04 .cp-videos-l {
  margin-right: 0;
  width: 23.97%;
}
@media only screen and (max-width: 1279px) {
  .page-movies.topics2 .cp-videos.cp-videos-04 .cp-videos-l {
    width: calc(50% - 5px);
    margin: 0 0 22px;
  }
}

.page-movies.topics2 .cp-videos.cp-videos-04 .cp-videos-thumb {
  padding-top: 6.623%;
}
@media only screen and (max-width: 1279px) {
  .page-movies.topics2 .cp-videos.cp-videos-04 .cp-videos-thumb {
    padding-top: 58.62%;
  }
  .page-movies.topics2 .cp-videos-thumb::before {
      width: 8.27vw;
      height: 5.34vw;
      top: calc(50% - 2.6vw);
      left: calc(50% - 4.2vw);
      background-size: contain;
  }
}


/* ==========================================================================

媒体記事紹介・リンク

========================================================================== */
.ob-bnrLinks {
  display: flex;
  flex-wrap: wrap;
  margin: 51px 0 0;
}
@media only screen and (max-width: 1279px) {
  .ob-bnrLinks {
    flex-direction: inherit;
    justify-content: space-between;
    margin: 30px 0 0;
  }
}

.ob-bnrLinks__box {
  width: 23.97%;
  margin-right: 1.35%;
  margin-bottom: 17px;
}
@media only screen and (max-width: 1279px) {
  .ob-bnrLinks__box {
    width: calc(50% - 5px);
    margin: 0 0 2.5%;
  }
}

.ob-bnrLinks__box:nth-child(4n) {
  margin-right: 0;
}

.ob-bnrLinks__box-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.ob-bnrLinks__box-img img {
  display: block;
  width: 100%;
  transition: all .3s;
  opacity: 1;
}
@media screen and (min-width: 1280px){
  .ob-bnrLinks__box-img a:hover img {
    opacity: .7;
  }
}


/* ==========================================================================

ニュースの詳細

========================================================================== */
.lo-detail base-header,
.lo-detail base_en-header,
.lo-detail base-footer,
.lo-detail base_en-footer {
  opacity: 0;
}

.lo-detail .is-show {
  opacity: 1;
}

.lo-detail .lo-underContents {
  overflow: hidden;
  padding-top: 59px;
}
@media only screen and (max-width: 1279px) {
  .lo-detail .lo-underContents {
    padding-top: 10px;
  }
}

.lo-detail__ttl {
  padding: 0;
  letter-spacing: .1em;
  line-height: 1.58;
  font-size: 3.2rem;
  font-family: 'Noto serif JP', sans-serif;
  text-align: left;
}
@media only screen and (max-width: 1279px) {
  .lo-detail__ttl {
    font-size: 2.2rem;
    line-height: 1.5;
    padding: 20px 0 0;
  }
}

.lo-detail__status {
  display: flex;
  align-items: center;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 15px 0 18px;
  margin: 50px 0;
}
@media only screen and (max-width: 1279px) {
  .lo-detail__status {
    padding: 13px 0;
    margin: 20px 0;
  }
}

.lo-detail__status-date {
  font-weight: 500;
  font-family: "Noto serif JP", sans-serif;
  letter-spacing: .12em;
}
@media only screen and (max-width: 1279px) {
  .lo-detail__status {
    font-size: 1.3rem;
  }
}

.lo-detail__status-category {
  margin: 0 0 0 29px;
}
@media only screen and (max-width: 1279px) {
  .lo-detail__status-category {
    margin: 0 0 0 10px;
  }
  .lo-detail__status-category .is-category {
    font-size: 1rem;
    min-width: 67px;
    padding: 3px 5px;
  }
}

.lo-detail__btn {
  max-width: 280px;
  margin: 100px auto 0;
  position: relative;
  width: 100%;
  text-align: center;
  transition: all .2s;
}
@media only screen and (max-width: 1279px) {
  .lo-detail__btn {
    max-width: 233px;
    right: 4px;
    margin: 50px auto 0;
  }
}

.lo-detail__btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  right: -8px;
  bottom: -8px;
  background: #BAD6E5;
  width: 100%;
  max-width: 280px;
  height: 54px;
}
@media only screen and (max-width: 1279px) {
  .lo-detail__btn::before {
    right: -7px;
    bottom: -7px;
    height: 43px;
    max-width: 233px;
  }
}

.lo-detail__btn::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -21px;
  top: 2px;
  bottom: 0;
  margin: auto 0;
  background: #2688BC;
  width: 23px;
  height: 1px;
  transition: transform ease .3s;
}
@media only screen and (max-width: 1279px) {
  .lo-detail__btn::after {
    top: 2px;
    right: -18px;
  }
}

.lo-detail__btn a {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Bodoni Moda", serif;
  backface-visibility: hidden;
  position: relative;
  z-index: 1;
  color: #2688BC;
  background: #fff;
  border: 1px solid #2688BC;
  text-align: center;
  padding: 16px 38px 13px 30px;
  letter-spacing: 0;
  line-height: 1.4;
  display: block;
  overflow: hidden;
  text-decoration: none;
  transition: color ease .3s, border ease .3s;
}
@media only screen and (max-width: 1279px) {
  .lo-detail__btn a {
    font-size: 1.25rem;
    line-height: 1;
    padding: 16px 19px 13px 11px;
  }
}

.lo-detail__btn a::before {
  content: '';
  width: 150%;
  height: 200%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  z-index: -1;
  background: #2688BC;
  transform: translateX(-100%);
  transition: transform ease .3s;
}

.lo-detail__btn a::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0px;
  top: 2px;
  bottom: 0;
  margin: auto 0;
  background: #2688BC;
  width: 38px;
  height: 1px;
  transition: transform ease .3s;
}
@media only screen and (max-width: 1279px) {
  .lo-detail__btn a::after {
    top: 2px;
    width: 13px;
  }
}

@media screen and (min-width: 1280px) {
  .lo-detail__btn:hover::after {
    background: #2688BC;
  }

  .lo-detail__btn a:hover {
    color: #fff;
    border-color: #2688BC;
  }

  .lo-detail__btn a:hover::before {
    transform: translateX(10%);
  }

  .lo-detail__btn a:hover::after {
    background: #fff;
  }
}


/* ==========================================================================

記事がない場合

========================================================================== */
.non-news:empty {
  display: block;
  padding: 35px 0 !important;
  text-align: center;
}

.non-news:empty::before {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  content: "お知らせはございません。";
  font-size: 1.6rem;
}

.en2 .non-news:empty::before {
  content: "There is no notification.";
}

.non-info:empty {
  display: block;
  padding: 35px 0 !important;
  text-align: center;
}

.non-info:empty::before {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  content: "入試情報はございません。";
  font-size: 1.6rem;
}

.non-topics:empty {
  display: block;
  padding: 35px 0 !important;
  text-align: center;
}

.non-topics:empty::before {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  content: "トピックスはございません。";
  font-size: 1.6rem;
}


/* ==========================================================================

アイコン（カテゴリー）

========================================================================== */
.is-category {
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  line-height: 17px;
  text-align: center;
  min-width: 72px;
  width: 100%;
  font-weight: 600;
  letter-spacing: .01em;
  padding: 3px 10px;
  border-radius: 12px;
}
@media only screen and (max-width: 1279px) {
  .is-category {
    min-width: 68px;
    padding: 2px 5px 3px;
    line-height: 13px;
    font-size: 1rem;
  }
}


/* ==========================================================================

ホバーの処理（詳細ページのない記事）

========================================================================== */
@media screen and (min-width: 1280px) {
  .news-all-wrap a[href*="javascript:void(0)"]:hover {
    cursor: initial;
    text-decoration: none;
  }

  .news-all-wrap a[href*="javascript:void(0)"]:hover .ttl {
    color: #333;
    text-decoration: none;
  }
}</pre></body></html>