/*
body class="university" にのみ適用されます
アクセントカラーを変更する場合は #35318f で検索＆置換
*/

.university {
  background-color: #f3f3f3;
}

.university .header {
  background: #1c194e;
}

.university footer {
  background: #fff;
}

.university .header__navItem a {
  color: #fff;
}

.university .header__navItem--twtr:before {
  content: "";
  background: url(/lock/common/img/icon_menu_twtr.svg) top left no-repeat;
}
.university .header__navItem--bbs:before {
  background: url(/lock/common/img/icon_menu_bbs-univ.svg) top left no-repeat;
}
.university .header__navItem--mail:before {
  background: url(/lock/common/img/icon_menu_mail-univ.svg) top left no-repeat;
}

.university .notice {
  line-height: 0;
  box-shadow: none;
}

.university .notice__content {
  background: #fff;
  text-align: left;
  line-height: 1.6;
}

.university .notice__title {
  line-height: 1.2;
  font-weight: 700;
  color: #333;
}

.university .notice__text {
  color: #333;
}

.university .archive__title {
  border-bottom: 1px solid #1c194e;
}

.university .archive__title:after {
  border-bottom: none;
}

.university .archive__label--new span {
    background: #35318f;
    border: 1px solid #35318f;
}

.university h3:not(.archive__itemTitle):not(.article__heading--plus) {
  line-height:1.2;
}

.university h3:not(.archive__itemTitle):not(.article__heading--plus) span {
  display: block;
}

.university .color {
  color: #35318f;
}

.university .archive__itemTitle a:hover {
  color: #00a0e9;
}

.university .archive__more a {
    background: #35318f;
}

.university .tweet__heading, .university .tweet__hashtag {
  color: #1c194e;
  font-family: "Noto Serif JP", serif;
}

.university .deliver {
  background-color: #1c194e;
  color: #fff;
}

.university .deliver__text {
  font-family: "Noto Serif JP", serif;
}

.university .deliver__sendList {
  display: table;
}

.university .deliver__sendItem {
  display: table-cell;
}

.university .locks {
  background-image: url(/lock/sakana/img/locks_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.list-link a {
    background: #35318f;
}

.university .info {
    border-bottom: 4px solid #1c194e;
}

.university .friend {
    border-bottom: 1px solid #1c194e;
}

.university .friend__heading,.university .friend__snsHeading{
    color: #1c194e;
}

.university .copyright__logo img {
  width: 120px;
}
.university .copyright {
    border-top: 1px solid #1c194e;
}

.university .copyright__logo {
    border-top:4px solid #1c194e;
}

.university .backtop {
  display: inline-block;
}

.university .backtop a {
  background: #1c194e;
  color: #fff;
  border-radius: 2em;
  display: block;
  line-height: 1;
}
.university .backtop a:hover {
  text-decoration: none;
  opacity: .8;
}

.university .article {
    background: #fff;
    border: 1px solid #ded8d8;
    text-align: left;
    overflow: hidden;
}

.university .article__body {
  margin-top: 0;
}

.university .article__image img {
    width: 100%;
    height: initial;
}

@media screen and (min-width: 1024px) {
  .university .header .content {
    padding: 22px 24px 22px 0;
  }
  .university .header__logo img {
    height: 40px;
  }
  .university .header__navItem--twtr {
    padding-left: 36px;
  }
  .university .header__navItem--twtr:before {
    position: absolute;
    top: -2px;
    left: 0;
    background-size: 30px;
    width: 30px;
    height: 24px;
  }
  
  .university .notice {
    display: table;
  }
  .university .notice__carousel, .notice__content {
    display: table-cell;
    vertical-align: top;
  }
  .university .notice__carousel {
    padding-right: 5px;
  }
  .university .notice__content {
    padding: 32px 12px;
  }
  .university .notice__title {
    font-size: 20px;
  }
  .university .notice__text {
    margin-top: 20px;
    font-size: 15px;
    width: 320px;
  }
  
  .university .content--main {
    padding: 87px 0 80px;
  }
  .university .content--locks {
    padding-bottom: 80px;
  }

  .university h3:not(.archive__itemTitle):not(.article__heading--plus) {
    border-left: 10px #1c194e solid;
    padding-left:20px;
    font-size:32px;
  }
  .university h3:not(.archive__itemTitle):not(.article__heading--plus) span {
    font-size: 20px;
  }

  .university .tweet {
    margin-top: 72px;
  }
  .university .tweet__heading {
    font-size: 16px;
  }
  .university .tweet__hashtag {
    font-size: 40px;
  }
  
  .university .deliver__logo img {
    width: 200px;
  }
  .university .deliver__text p {
    margin-top: 36px;
  }
  .university .deliver__send {
    margin-top: 54px;
  }
  .university .deliver__sendText {
    font-size: 24px;
  }
  .university .deliver__sendList {
    width: 320px;
    margin: 36px auto 0;
  }

  .university .locks__link {
    font-size: 18px;
  }
  
  .university .backtop {
    margin: 72px auto 0;
  }
  .university .backtop a {
    padding: 28px 60px;
    font-size: 30px;
  }
    
  .university .pageswitch:before {
  background: #35318f;
  }

  .university .article {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 481px) {
  .university .header__navItem--twtr {
    padding-left: 24px;
  }
  .university .header__navItem--twtr:before {
    position: absolute;
    top: -2px;
    left: 0;
    background-size: 20px;
    width: 20px;
    height: 18px;
  }
  
  .university .notice__content {
    margin-top: 4px;
    padding: 20px 10px;
    font-size: 14px;
  }
  .university .notice__text {
    margin-top: 8px;
  }
  
  .university .content--main {
    padding: 76px 10px 24px;
  }
  .university .content--locks {
    padding-bottom: 40px;
  }

  .university h3:not(.archive__itemTitle):not(.article__heading--plus) {
    border-left: 8px #1c194e solid;
    padding-left:12px;
    font-size:20px;
  }
  .university h3:not(.archive__itemTitle):not(.article__heading--plus) span {
    font-size: 12px;
  }
  
  .university .tweet {
    margin-top: 30px;
  }
  .university .tweet__heading {
    font-size: 14px;
  }
  .university .tweet__hashtag {
    font-size: 20px;
  }
  
  .university .deliver__logo img {
    width: 100px;
  }
  .university .deliver__text p {
    margin-top: 16px;
    font-size: 12px;
  }
  .university .deliver__send {
    margin-top: 24px;
  }
  .university .deliver__sendText {
    font-size: 14px;
  }
  .university .deliver__sendList {
    width: 180px;
    margin: 16px auto 0;
  }
  .university .deliver__sendItem a img {
    width: 60px;
  }
  
   .university .locks {
    background-size:cover;
    background-position: top center;
  }

  .university .locks__link {
    font-size: 16px;
  }
  .university .backtop {
    margin: 32px auto 0;
    display: block;
  }
  .university .backtop a {
    padding: 16px 20px 12px;
    font-size: 20px;
  }

  .university .article {
    margin-top: 24px;
  }
  
  .university .article__body {
    font-size: 14px;
  }
    
  .university .pageswitch {
  background: #35318f;
  }
}

@media screen and (max-width: 480px) {
  .university .header__navItem--twtr {
    padding-left: 24px;
  }
  .university .header__navItem--twtr:before {
    position: absolute;
    top: -2px;
    left: 0;
    background-size: 20px;
    width: 20px;
    height: 18px;
  }
  
  .university .notice__content {
    margin-top: 4px;
    padding: 20px 10px;
    font-size: 14px;
  }
  .university .notice__text {
    margin-top: 8px;
  }
  
  .university .content--main {
    padding: 76px 10px 24px;
  }
  .university .content--locks {
    padding-bottom: 32px;
  }

  .university h3:not(.archive__itemTitle):not(.article__heading--plus) {
    border-left: 5px #1c194e solid;
    padding-left:10px;
    font-size:20px;
  }
  .university h3:not(.archive__itemTitle):not(.article__heading--plus) span {
    font-size: 10px;
  }
  
  .university .tweet {
    margin-top: 30px;
  }
  .university .tweet__heading {
    font-size: 14px;
  }
  .university .tweet__hashtag {
    font-size: 20px;
  }
  
  .university .deliver__logo img {
    width: 100px;
  }
  .university .deliver__text p {
    margin-top: 16px;
    font-size: 12px;
  }
  .university .deliver__send {
    margin-top: 24px;
  }
  .university .deliver__sendText {
    font-size: 14px;
  }
  .university .deliver__sendList {
    width: 180px;
    margin: 16px auto 0;
  }
  .university .deliver__sendItem a img {
    width: 60px;
  }

  .university .locks {
    background-size: 170% 100%;
    background-position: 100%;
  }
  .university .locks__link {
    font-size: 16px;
  }
  
  .university .copyright__logo img {
    width: 90px;
  }

  .university .locks__link {
    font-size: 16px;
  }
  .university .backtop {
    margin: 32px auto 0;
    display: block;
  }
  .university .backtop a {
    padding: 16px 20px 12px;
    font-size: 20px;
  }
  
  .university .article__body {
    font-size: 14px;
  }
    
  .university .pageswitch {
  background: #35318f;
  }
}