@charset "utf-8";

/* =========================================================================

ニュース・イベント土台

========================================================================== */
.news-all-wrap {
  width: 100%;
}

/* TOICSニュース一覧
-------------------------------------------------------------*/
.newsLists {
  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;
  margin: 0 0 -5px;
}
@media only screen and (max-width: 959px) {
  .newsLists {
    margin: 0;
  }
}

.newsLists .list {
  position: relative;
  width: 31.666666666666664%;
  margin-right: 2.5%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 959px) {
  .newsLists .list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .newsLists .list:last-child {
    margin-bottom: 0;
  }
}

.newsLists .list:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 959px) {
  .newsLists .list:nth-child(3n) {
    margin-right: 20px;
  }
}

.newsLists .list.empty {
  margin: 0;
  padding: 0;
  height: 0;
  border: none;
}

.newsLists .list a {
  display: block;
  width: 100%;
  color: #555;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .newsLists .list a:hover {
    text-decoration: none;
  }
  .newsLists .list a:hover .topicTtl {
    text-decoration: underline;
  }
}

.newsLists .list a[target="_blank"]::after {
  content: none;
}

.newsLists .list a .ns-imgbox {
  position: relative;
  background: #fff;
  padding-top: 60.942%;
  overflow: hidden;
  border-radius: 6px;
}
@media only screen and (max-width: 959px) {
  .newsLists .list a .ns-imgbox {
    padding-top: 61.012%;
    border-radius: 3px;
  }
}

.newsLists .list a .ns-thumbnail {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fff url(/ahs/albums/css/basic-news/abm00006318.svg) center center no-repeat;
  background-size: cover;
  transition: .3s;
}
@media screen and (min-width: 960px) {
  .newsLists .list a:hover .ns-thumbnail {
    transform: scale(1.2);
  }
}

.page-topics .newsLists .list a .ns-thumbnail {
  background-image: url(/ahs/albums/css/basic-news/abm00006811.svg);
}

.newsLists .list a .topicTtl {
  font-weight: 500;
  font-size: 1.6rem;
  color: #222;
  min-height: 48px;
  transition: .2s;
  line-height: 1.55;
  padding: 20px 0 18px;
  letter-spacing: -.001em;
}
@media only screen and (max-width: 959px) {
  .newsLists .list a .topicTtl {
    line-height: 1.5;
    min-height: inherit;
    padding: 11px 0 12px;
    height: auto !important;
  }
}

.newsLists .list a .under-area {
  display: flex;
  color: #333;
}

.newsLists .list a .is-date {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: .04em;
}
@media only screen and (max-width: 959px) {
  .newsLists .list a .is-date {
     font-size: 1.25rem;
  }
}

.newsLists .list a .category {
  line-height: 1;
  letter-spacing: .01em;
  margin: 0 0 0 12px;
}
@media only screen and (max-width: 959px) {
  .newsLists .list a .category {
    margin: 0 0 0 12px;
  }
}

.newsLists .list a .category .is-category {
  display: block;
  color: #333;
  line-height: 1;
  padding: 0;
}

/* NEWS
-------------------------------------------------------------*/
.normalNewsLists .list {
  display: flex;
  border-top: 1px solid #E7E7E7;
  padding: 27px 0 30px;
}
@media only screen and (max-width: 959px) {
  .normalNewsLists .list {
    display: block;
    padding: 4px 0 0;
  }
}

.normalNewsLists .list:last-child {
  border-bottom: 1px solid #E7E7E7;
}

.normalNewsLists .list .leftTtl {
  display: flex;
  max-width: 235px;
}
@media only screen and (max-width: 959px) {
  .normalNewsLists .list .leftTtl {
    width: 100%;
    max-width: inherit;
  }
}

.normalNewsLists .list .leftTtl .is-date {
  color: #222;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .02em;
  padding: 6px 0 0;
  margin-right: 31px;
}
@media only screen and (max-width: 959px) {
  .normalNewsLists .list .leftTtl .is-date {
    font-size: 1.2rem;
    margin: 7px 14px 0 0;
    padding: 0;
  }
}

.normalNewsLists .list .leftTtl .is-category {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0;
  padding: 5px 0 6px;
  min-width: 132px;
}
@media only screen and (max-width: 959px) {
  .normalNewsLists .list .leftTtl .is-category {
    font-size: 1.15rem;
    letter-spacing: -.005em;
    min-width: 120px;
    padding: 4px 0 3px;
  }
}

.normalNewsLists .list .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  color: #222;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0 0 0 36px;
}
@media only screen and (max-width: 959px) {
  .normalNewsLists .list .ttl {
    margin: 0;
    padding: 8px 0;
    line-height: 1.3;
  }
}

.normalNewsLists .list .ttl a {
  color: #222;
}


/* ==========================================================================

重要なお知らせ

========================================================================== */
.importantBox {
  display: none;
}
@media only screen and (max-width: 959px) {
  .importantBox {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.importantBox.openElem {
  display: block;
}

.importantBox dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  border: 2px solid #FF0000;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  .importantBox dl {
    display: block;
    border-radius: 0;
  }
}

.importantBox dl dt {
  position: relative;
  background: #FF0000;
  color: #fff;
  font-weight: 700;
  letter-spacing: -.02em;
  width: 18.454%;
  font-size: 1.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 959px) {
  .importantBox dl dt {
    width: 100%;
    height: auto;
    min-height: 30px;
    font-size: 1.68rem;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 7px;
  }
}

.importantBox dl dt::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1000vh;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 0;
  background: #FF0000;
}
@media only screen and (max-width: 959px) {
  .importantBox dl dt::before {
    display: none;
  }
}

.importantBox dl dt span {
  position: relative;
  z-index: 2;
}

.importantBox dl dd {
  width: 81.5%;
  padding: 12px 39px 10px 39px;
  box-sizing: border-box;
}
@media only screen and (max-width: 959px) {
  .importantBox dl dd {
    width: 100%;
    padding: 8px 14px 5px;
  }
}

.importantBox dl dd .link {
  margin-bottom: 10px;
}
@media only screen and (max-width: 959px) {
  .importantBox dl dd .link {
    margin-bottom: 14px;
  }
}

.importantBox dl dd .link a {
  display: inline-block;
}
@media only screen and (max-width: 959px) {
  .importantBox dl dd .link a {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .importantBox dl dd .link a:hover {
    text-decoration: none;
  }
  .importantBox dl dd .link a:hover .ttl {
    text-decoration: underline;
  }
}

.importantBox dl dd .link a[target="_blank"]::after {
  display: none;
}

.importantBox dl dd .link a time {
  color: #222;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .02em;
}
@media only screen and (max-width: 959px) {
  .importantBox dl dd .link a time {
    width: 100%;
    font-size: 1.2rem;
    letter-spacing: .01em;
  }
}

.importantBox dl dd .link a .ttl {
  margin: 3px 0 0;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -.001em;
}
@media only screen and (max-width: 959px) {
  .importantBox dl dd .link a .ttl {
    width: 100%;
    font-size: 1.68rem;
    line-height: 1.35;
    letter-spacing: -.01em;
  }
}


/* ==========================================================================

記事がない場合

========================================================================== */
.ns-content:empty {
  display: block;
  padding: 35px 0 !important;
  text-align: center;
}

.ns-content:empty::before {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	content: "お知らせはございません。";
	font-size: 1.6rem;
}


/* ==========================================================================

医療衛生学部 NEWS

========================================================================== */
.parent-724 .container {
  background: #F6F6F8;
}

/* メインビジュアル
-------------------------------------------------------------*/
.parent-724 .cp-nav {
  display: none;
}

.parent-724 .ob-mainWrap {
  height: 180px;
}
@media only screen and (max-width: 959px) {
  .parent-724 .ob-mainWrap {
    height: 140px;
  }
}

.parent-724 .ob-mainWrap__inner {
  max-width: 1600px;
  justify-content: flex-start;
}
@media only screen and (max-width: 959px) {
  .parent-724 .ob-mainWrap__inner {
    justify-content: center;
  }
}

.parent-724 .ob-mainWrap__inner h1 {
  margin: 0;
}

.parent-724 .ob-mainWrap__ttl {
  font-size: 2rem;
  margin: 2px 0 0;
  letter-spacing: .2em;
}
@media only screen and (max-width: 959px) {
  .parent-724 .ob-mainWrap__ttl {
    font-size: 2.16rem;
    letter-spacing: -.01em;
  }
}

/* ナビゲーション
-------------------------------------------------------------*/
.lo-onlineNav {
  min-height: 89px;
  padding: 0;
  background: #fff;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #DDD;
}
@media only screen and (max-width: 959px) {
  .lo-onlineNav {
    min-height: inherit;
    background: #DC091A;
  }
}

.lo-onlineNav base-header0-nest-list {
  display: block;
  margin-right: 44px;
}
@media only screen and (max-width: 959px) {
  .lo-onlineNav base-header0-nest-list {
    width: 100%;
    position: relative;
    margin-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.25);
    transition: all .3s]
  }
  .lo-onlineNav base-header0-nest-list:last-child {
    border-bottom: none;
  }
}

.lo-onlineNav > a {
  display: none;
}
@media only screen and (max-width: 959px) {
  .lo-onlineNav > a {
    display: block;
  }
  .lo-onlineNav > a::after {
    content: none;
  }
  .lo-onlineNav.is-color > a {
    background-color: #192B65;
  }
  .lo-onlineNav a {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 12px 50px 13px 15px;
    white-space: normal;
    color: #fff;
    font-size: 1.68rem;
    line-height: 1.4;
    letter-spacing: -.001em;
    transition: .2s;
  }
}

.lo-onlineNav > a + .triggerBox {
  display: none;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 50px;
  height: 49px;
}
@media only screen and (max-width: 959px) {
  .lo-onlineNav > a + .triggerBox {
    display: block;
  }
}

.lo-onlineNav > a + .triggerBox .miniTrigger {
  width: 15px;
  height: 15px;
  position: absolute;
  transition: .2s;
  cursor: pointer;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lo-onlineNav > a + .triggerBox .miniTrigger span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  left: 2px;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 1px;
  margin: auto;
  background: #fff;
}

.lo-onlineNav > a + .triggerBox .miniTrigger span:nth-of-type(1) {
  transform: rotate(0deg);
}

.lo-onlineNav > a + .triggerBox .miniTrigger.open span:nth-of-type(1) {
  display: none;
}

.lo-onlineNav > a + .triggerBox .miniTrigger span:nth-of-type(2) {
  transform: rotate(90deg);
}

.lo-onlineNav > a + .triggerBox .miniTrigger.open span:nth-of-type(2) {
  transform: rotate(180deg);
}

.lo-onlineNav .lv2-folder {
  display: flex;
  max-width: 1240px;
  margin: 0 auto;
  padding: 33px 20px 0;
}
@media only screen and (max-width: 959px) {
  .lo-onlineNav .lv2-folder {
    display: none;
    padding: 0;
    background-color: #192B65;
    border-top: 1px solid rgba(255,255,255,.25);
  }
}

.lo-onlineNav .lv3-link {
  color: #222;
  position: relative;
  font-weight: 500;
  letter-spacing: -.05em;
}
@media only screen and (max-width: 959px) {
  .lo-onlineNav .lv3-link {
    color: #fff;
  }
}
@media screen and (min-width: 960px){
  .lo-onlineNav .lv3-link:hover {
    text-decoration: none;
  }
}

.lo-onlineNav .lv3-link::after {
  content: '';
  position: absolute;
  top: 34px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 1px;
  margin: 0 auto;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #DC091A;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media screen and (min-width: 960px){
  .lo-onlineNav .lv3-link:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.lo-onlineNav .lv3-link.is-active::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
@media only screen and (max-width: 959px) {
  .lo-onlineNav .lv3-link::after,
  .lo-onlineNav .lv3-link.is-active::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: inherit;
    right: 22px;
    margin: auto 0;
    display: block;
    width: 9px;
    height: 9px;
    min-width: 9px;
    background-color: inherit;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  .lo-onlineNav .lv3-link[target="_blank"]::after {
    background: inherit;
  }
}

.parent-724 .navList.lv3-item {
  margin-right: 42px !important;
}
@media only screen and (max-width: 959px) {
  .parent-724 .navList.lv3-item {
    margin-right: 0 !important;
  }
}

/* 基本コンテンツ土台
-------------------------------------------------------------*/
.parent-724 .lo-nav .lv2-item > .lnav-link {
  display: none;
}

/* NEWS */
.parent-724.page-index .ob-news__newsBox {
  margin: 0;
}

.parent-724.page-index .ob-news__newsBox .ob-news__right .news-all-wrap .ttl {
  margin: 5px 0 0;
}

.parent-724.page-index .ob-news__newsBox .ob-news__right .news-all-wrap .link {
  padding: 21px 0 24px;
}
@media only screen and (max-width: 959px) {
  .parent-724.page-index .ob-news__newsBox .ob-news__right .news-all-wrap .link {
    padding: 0 5px 10px;
  }
}


/* ==========================================================================

NEWS 見出し等の調整

========================================================================== */
.parent-724 .lo-tops {
  background: #fff;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
@media only screen and (max-width: 959px) {
  .parent-724 .lo-tops {
    border-top: none;
  }
}

.parent-724 .lo-tops__ttl {
  color: #222;
}

.parent-724 .cp-h2-text {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-shadow: 1px 0 1px #333;
  border: 0;
  margin: 0 0 61px -2px;
  padding: 10px 0 0;
}
@media only screen and (max-width: 959px) {
  .parent-724 .cp-h2-text {
    font-size: 2.2rem;
    margin: 0 0 20px;
    padding: 0;
    text-shadow: none;
  }
}

.parent-724 .cp-h2-text::after {
  content: none;
}


/* ==========================================================================

動画コーナー（オリブロ）

========================================================================== */
.ob-movieCorner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 38px 0 -8px;
}
@media only screen and (max-width: 959px) {
  .ob-movieCorner {
    flex-direction: column-reverse;
    margin: 40px 0;
  }
}

.ob-movieCorner__rightTxt {
  width: 47.37%;
}
@media only screen and (max-width: 959px) {
  .ob-movieCorner__rightTxt {
    width: 100%;
    padding: 10px 0 0;
  }
}

.ob-movieCorner__rightTxt-ttl {
  padding: 30px 0 17px;
  letter-spacing: 0.03em;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
}
@media only screen and (max-width: 959px) {
  .ob-movieCorner__rightTxt-ttl {
    font-size: 1.8rem;
    padding: 5px 0 10px;
  }
}

.ob-movieCorner__leftMovie {
  width: 47.37%;
}
@media only screen and (max-width: 959px) {
  .ob-movieCorner__leftMovie {
    width: 100%;
  }
}

.movieCorner-video-thumb {
  transition: .2s;
}
@media only screen and (min-width: 960px) {
  .movieCorner-video-thumb:hover {
    opacity: .7;
  }
}

.movieCorner-video-thumb img {
  border-radius: 0;
}


/* ==========================================================================

医療衛生学部ニュース

========================================================================== */
.ob-gallery {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  margin: 75px 0 0;
}
@media only screen and (max-width: 959px) {
  .ob-gallery {
    margin: 30px 0 0;
  }
}

.ob-gallery__item {
  margin-right: 1.76%;
  margin-bottom: 38px;
}
@media only screen and (max-width: 959px) {
  .ob-gallery__item {
    margin-right: 2.5%;
    margin-bottom: 30px;
  }
}

.ob-gallery__item:last-child {
  margin-bottom: 0;
}

/*
.ob-gallery__item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #5654DE;
  text-decoration: none;
}
*/

.ob-gallery__item a::after {
  content: none;
}
@media screen and (min-width: 960px){
  .ob-gallery__item a:hover .ob-gallery__item-title {
    text-decoration: underline;
  }
}

.ob-gallery.is-col4 .ob-gallery__item {
  width: 23.68%;
}
@media only screen and (max-width: 959px) {
  .ob-gallery.is-col4 .ob-gallery__item {
    width: 48.7%;
  }
  .ob-gallery.is-col4 .ob-gallery__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.ob-gallery.is-col4 .ob-gallery__item:nth-of-type(4n) {
  margin-right: 0;
}

.ob-gallery__item-img {
  justify-content: center;
}

.cms .ob-gallery__item-img {
  justify-content: start;
}

.ob-gallery__item-img img {
  border-radius: 0;
  border: 1px solid #666;
}

.ob-gallery__item-title {
  margin-top: 11px;
  font-size: 1.5rem;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 959px) {
  .ob-gallery__item-title {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}


/* ==========================================================================

絞り込み土台

========================================================================== */
.ns-searchArea {
  display: flex;
  margin-bottom: 27px;
}
@media only screen and (max-width: 959px) {
  .ns-searchArea {
    display: block;
  }
}


/* ==========================================================================

プルダウン装飾

========================================================================== */
.selectColumn .select {
  cursor: pointer;
  position: relative;
  width: 120px;
  height: 40px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 959px) {
  .selectColumn .select {
    width: 100%;
    font-size: 1.6rem;
  }
}

.selectColumn .select select {
  opacity: 0;
}

.selectColumn .selectStyled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px 34px 7px 13px;
  border: 1px solid #C1C1C1;
  background-color: #fff;
  transition: .2s;
  border-radius: 2px;
}
@media only screen and (max-width: 959px) {
  .selectColumn .selectStyled {
    height: 44px;
  }
}

.selectColumn .selectStyled::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #DC091A;
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto 0;
}

.selectColumn .selectStyled::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: -1px;
  bottom: 0;
  right: 14px;
  margin: auto 0;
  transform: rotate(135deg);
}
@media only screen and (max-width: 959px) {
  .selectColumn .selectStyled::after {
    top: -3px;
  }
}
@media screen and (min-width: 960px){
  .selectColumn .selectStyled:hover {
    color: #fff;
    background: #DC091A;
    border: 1px solid #DC091A;
  }
}

.selectColumn .selectStyled:active,
.selectColumn .selectStyled.active {
  color: #fff;
  background: #DC091A;
  border: 1px solid #DC091A;
}

.selectColumn .selectStyled:active:after,
.selectColumn .selectStyled.active:after {
  width: 5px;
  height: 5px;
  border: none;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 4px;
}

.selectColumn .selectOptions {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 998;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #DC091A;
}

.selectColumn .selectOptions li {
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
  padding: 4px 23px 5px;
  list-style: none !important;
  border-top: 1px solid #fff;
  transition: .2s;
}
@media only screen and (max-width: 959px) {
  .selectColumn .selectOptions li {
    font-size: 1.6rem;
    padding: 7px 24px 8px;
  }
}

.selectColumn .selectOptions li::before,
.selectColumn .selectOptions li[rel='hide'] {
  display: none;
}

@media screen and (min-width: 960px) {
  .selectColumn .selectOptions li:hover {
    background: rgba(255, 255, 255, .2);
  }
}


/* ==========================================================================

カテゴリーソート

========================================================================== */
.cpCategoryLists {
  position: relative;
  margin-right: 20px;
}
@media only screen and (max-width: 959px) {
  .cpCategoryLists {
    margin: 10px 0;
  }
}

.cpCategoryLists .name,
.cpCategoryLists .cp-category-lists {
  display: none;
}

.cpCategoryLists .categorySelected {
  transition: .2s;
  padding: 8px 34px 6px 13px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  width: 220px;
  height: 40px;
  font-size: 1.5rem;
  background-color: #fff;
  border: 1px solid #C1C1C1;
  border-radius: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  line-height: 1.5;
}
@media only screen and (max-width: 959px) {
  .cpCategoryLists .categorySelected {
    width: 100%;
    font-size: 1.6rem;
    height: 44px;
  }
}

.cpCategoryLists .categorySelected::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #DC091A;
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto 0;
}

.cpCategoryLists .categorySelected::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: -1px;
  bottom: 0;
  right: 14px;
  margin: auto 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media only screen and (max-width: 959px) {
  .cpCategoryLists .categorySelected::after {
    top: -3px;
  }
}
@media screen and (min-width: 960px){
  .cpCategoryLists .categorySelected:hover {
    color: #fff;
    background: #DC091A;
    border: 1px solid #DC091A;
  }
}

.cpCategoryLists .categorySelected.active {
  color: #fff;
  background: #DC091A;
  border: 1px solid #DC091A;
}

.cpCategoryLists .categorySelected.active:after {
  width: 5px;
  height: 5px;
  border: none;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 4px;
}

.cpCategoryLists #cateLists {
  display: none;
  position: absolute;
  width: 220px;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #DC091A;
}
@media only screen and (max-width: 959px) {
  .cpCategoryLists #cateLists {
    width: 100%;
  }
}

.cpCategoryLists #cateLists li {
  font-size: 1.5rem;
  margin: 0;
  list-style: none !important;
  border-top: 1px solid #fff;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
}
@media only screen and (max-width: 959px) {
  .cpCategoryLists #cateLists li {
    font-size: 1.6rem;
  }
}

.cpCategoryLists #cateLists li:before {
  content: none;
}

.cpCategoryLists #cateLists li a {
  color: #fff;
  display: block;
  padding: 6px 9px 7px;
}
@media only screen and (max-width: 959px) {
  .cpCategoryLists #cateLists li a {
    padding: 7px 9px 8px;
  }
}
@media screen and (min-width: 960px) {
  .cpCategoryLists #cateLists li:hover {
    background: rgba(255, 255, 255, .2);
  }
  .cpCategoryLists #cateLists li:hover a {
    text-decoration: none;
  }
}


/* ==========================================================================

年度、カテゴリーテキスト

========================================================================== */
.ns-names {
  margin: 0 13px 0 27px;
  font-size: 1.5rem;
  line-height: 1;
}
@media only screen and (max-width: 959px) {
  .ns-names {
    margin: 16px 0 12px;
    font-size: 1.6rem;
    line-height: 1;
  }
}


/* ==========================================================================

ページング

========================================================================== */
.paging-list {
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media only screen and (max-width: 959px) {
  .paging-list {
    margin-top: 30px;
  }
}

.paging-list paging-list > a,
.paging-list paging-list > span {
  display: block;
  width: 40px;
  height: 40px;
  margin: 3px;
  text-align: center;
  line-height: 40px;
  font-size: 1.5rem;
  font-weight: 500;
  background: #fff;
  color: #333;
  outline: 1px solid #CCC;
}

@media only screen and (min-width: 960px) {
  .paging-list paging-list > a:hover {
    background: #DC091A;
    outline: 1px solid #DC091A;
    color: #fff;
    text-decoration: none;
  }
}

.paging-list paging-list > .active {
  background: #DC091A;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  outline: 1px solid #DC091A;
}

.paging-list paging-list:first-of-type,
.paging-list paging-list:last-of-type {
  display: none;
}

.paging-list paging-list:nth-of-type(2) > *,
.paging-list paging-list:nth-last-of-type(2) > * {
  position: relative;
  width: 120px;
  font-size: 0;
}
@media only screen and (max-width: 959px) {
  .paging-list paging-list:nth-of-type(2) > *,
  .paging-list paging-list:nth-last-of-type(2) > * {
    width: 70px;
  }
}

.paging-list paging-list:nth-of-type(2) > *::before,
.paging-list paging-list:nth-last-of-type(2) > *::before {
  font-size: 1.4rem;
  transition: .2s;
}

.paging-list paging-list:nth-of-type(2) > a:hover::before,
.paging-list paging-list:nth-last-of-type(2) > a:hover::before {
  color: #fff;
}

.paging-list paging-list:nth-of-type(2) > a::before,
.paging-list paging-list:nth-of-type(2) > span::before {
  content: '前へ';
}
@media only screen and (max-width: 959px) {
  .paging-list paging-list:nth-of-type(2) > a::before,
  .paging-list paging-list:nth-of-type(2) > span::before {
    margin-right: -12px;
  }
}

.paging-list paging-list:nth-last-of-type(2) > a::before,
.paging-list paging-list:nth-last-of-type(2) > span::before {
  content: '次へ';
}
@media only screen and (max-width: 959px) {
  .paging-list paging-list:nth-last-of-type(2) > a::before,
  .paging-list paging-list:nth-last-of-type(2) > span::before {
    margin-left: -12px;
  }
}

.paging-list paging-list:nth-of-type(2) > a::after,
.paging-list paging-list:nth-of-type(2) > span::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 13px;
  width: 8px;
  height: 12px;
  background: url(/ahs/albums/css/basic-news/abm00006813.svg) no-repeat center center;
  background-size: 8px 12px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 959px) {
  .paging-list paging-list:nth-of-type(2) > a::after,
  .paging-list paging-list:nth-of-type(2) > span::after {
    left: 7px;
  }
}

.paging-list paging-list:nth-last-of-type(2) > a::after,
.paging-list paging-list:nth-last-of-type(2) > span::after {
  content: '';
  position: absolute;
  top: 15px;
  right: 13px;
  width: 8px;
  height: 12px;
  background: url(/ahs/albums/css/basic-news/abm00006813.svg) no-repeat center center;
  background-size: 8px 12px;
}
@media only screen and (max-width: 959px) {
  .paging-list paging-list:nth-last-of-type(2) > a::after,
  .paging-list paging-list:nth-last-of-type(2) > span::after {
    right: 7px;
  }
}

@media only screen and (min-width: 960px) {
  .paging-list paging-list:nth-of-type(2) > a:hover::after,
  .paging-list paging-list:nth-last-of-type(2) > a:hover::after {
    background-image: url(/ahs/albums/css/basic-news/abm00006812.svg);
  }
}

.paging-list paging-list:nth-of-type(2) > span,
.paging-list paging-list:nth-last-of-type(2) > span {
  opacity: 0;
  pointer-events: none;
  font-weight: 500;
  background: #fff;
  color: #333;
}
@media only screen and (max-width: 959px) {
  .paging-list paging-list:nth-of-type(2) > span,
  .paging-list paging-list:nth-last-of-type(2) > span {
    display: none;
  }
}


/* ==========================================================================

ニュースの詳細

========================================================================== */
#news-detail,
#events-detail {
  overflow: hidden;
}

.is-detail .lo-tops {
  background: #fff;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

.is-detail .lo-tops__ttl {
  color: #222;
  padding: 70px 20px 0;
}
@media only screen and (max-width: 959px) {
  .is-detail .lo-tops__ttl {
    padding: 20px 20px 0;
  }
}

.is-detail .status {
  max-width: 1180px;
  margin: 0 auto;
  padding: 25px 20px 25px;
}
@media only screen and (max-width: 959px) {
  .is-detail .status {
    padding: 15px 20px 20px;
  }
}

.is-detail .status .exTxt {
  font-size: 1.3rem;
  letter-spacing: .05em;
  margin: 0 0 0 11px;
}
@media only screen and (max-width: 959px) {
  .is-detail .status .exTxt {
    margin: 0;
  }
}

.is-detail .status .exTxt .is-date {
  font-weight: 700;
  display: inline-block;
  margin: 0 11px 0 0;
  letter-spacing: .02em;
}

.is-detail .is-category {
  color: #333;
  padding: 0;
  letter-spacing: 0;
  font-weight: 700;
}


/* ==========================================================================

ホバーの処理（詳細ページのない記事）

========================================================================== */
@media screen and (min-width: 960px) {
  .news-all-wrap a[href*="javascript:void(0)"]:hover {
    cursor: initial;
    text-decoration: none;
  }
  .news-all-wrap a[href*="javascript:void(0)"]:hover .topicTtl {
    text-decoration: none;
  }
  .news-all-wrap a[href*="javascript:void(0)"]:hover .ns-thumbnail {
    transform: scale(1);
  }
  .news-all-wrap a[href*="javascript:void(0)"]:hover .ttl {
    color: #333;
    text-decoration: none;
  }
  .ob-news__newsBox .ob-news__right .news-all-wrap .link a[href*="javascript:void(0)"]:hover .ttl {
    text-decoration: none;
  }
}


/* ==========================================================================

アイコン（カテゴリー）

========================================================================== */
.is-category {
  color: #fff;
  font-size: 1.3rem;
  padding: 0 5px;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 959px) {
  .is-category {
    line-height: 18px;
  }
}