@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------

 INDEX

  ----------------------------------------------------------------------------------------------------
 PC

  ----------------------------------------------------------------------------------------------------
 Media Queries
  ----------------------------------------------------------------------------------------------------
 SP
---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------
 PC main
---------------------------------------------------------------------------------------------------- */
/* PC top */
#box-calendar {
  padding: 26px 36px;
  width: 100%;
  min-width: 960px;
  background: url(../img/contents/top/bg_calendar.jpg) repeat-x left top;
  text-align: left;
}

#box-calendar h2 {
  margin-bottom: 6px;
}

#tab {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 64px;
  border-left: 1px #22a4d0 solid;
  display: table;
  table-layout: fixed;
}

#tab li {
  margin: 0;
  padding: 0 2px;
  border-right: 1px #22a4d0 solid;
  /*width:16.5%;*/
  height: 64px;
  line-height: 1.2;
  background: url(../img/contents/top/bg_calendar_tab.gif) repeat-x left top;
  cursor: pointer;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  /*white-space:nowrap;*/
}

#tab li.current {
  background: url(../img/contents/top/bg_calendar_tab.gif) repeat-x left -64px;
}

#tab li.current span {
  display: inline-block;
  position: relative;
  padding-left: 36px;
}

#tab li.current span:before {
  position: absolute;
  content: url(../img/contents/top/icon_tab.png);
  top: 50%;
  left: 0;
  margin-top: -15px;
}

.contents-box {
  height: 640px;
}

.contents-box .pc {
  height: 720px;
}

.contents-box .sp {
  height: 500px;
}

embed,
iframe,
object {
  max-width: 100%;
}

.contents-box .sp iframe {
  height: 500px !important;
}

.dn {
  display: none;
}

.calendar-wrapper {
  margin: 0 auto;
  width: 100%;
  height: 680px;
  overflow: hidden;
  text-align: left;
}

.pc {
  display: block;
}

.sp-text {
  display: none;
  font-size: 113%;
  text-align: center;
  color: #2da5ce;
  text-decoration: underline;
  font-weight: bold;
}

.sp-text span {
  cursor: pointer;
}

.sp-text:before {
  content: url(../img/contents/top/icon_sp.png);
  position: relative;
  top: 6px;
}

#box-sp-check {
  display: none;
}

#box-sp-check-i {
  width: 760px;
  height: 90%;
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #fff;
  position: fixed;
  z-index: 10000;
  text-align: left;
}

#btn-close-sp-check {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

#box-sp-check-ii {
  width: 636px;
  height: 100%;
  overflow: auto;
  margin: 0 auto;
}

#box-sp-check-ii .title {
  margin-bottom: 10px;
  text-align: center;
}

#box-sp-check-ii .text {
  margin-bottom: 28px;
  text-align: center;
  font-size: 88%;
}

#box-sp-check-ii dl {
  border-top: 1px #dbdbdb solid;
  display: table;
  width: 100%;
}

#box-sp-check-ii dt,
#box-sp-check-ii dd {
  padding: 26px 8px;
  display: table-cell;
  vertical-align: middle;
}

#box-sp-check-ii dt {
  width: 430px;
  font-weight: bold;
}

#box-sp-check-ii dd {
  width: 186px;
  text-align: right;
}

.top-mv {
  padding: 0 202px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 21.81vw;
  background: url("../img/contents/top/top-mv-bg.jpg") no-repeat center center/cover;
}

@media screen and (max-width: 1280px) {
  .top-mv {
    padding: 0 30px;
    height: 292px;
  }
}

@media screen and (max-width: 768px) {
  .top-mv {
    padding: 0 20px;
    background: url("../img/contents/top/top-mv-bg-sp.jpg") no-repeat center center/cover;
    height: 38.4vw;
  }
}

.top-mv__ttl {
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 1280px) {
  .top-mv__ttl {
    width: 876px;
  }
}

@media screen and (max-width: 768px) {
  .top-mv__ttl {
    width: 100%;
  }
  .top-mv__ttl img {
    width: 138px;
  }
}

.top-sec {
  padding: 60px 30px;
  background: #f7f7f7 url("../img/contents/top/top-sec-bg.png") no-repeat center bottom/100% auto;
}

@media screen and (max-width: 1280px) {
  .top-sec {
    background: #f7f7f7 url("../img/contents/top/top-sec-bg.png") no-repeat center bottom/1280px auto;
  }
}

@media screen and (max-width: 768px) {
  .top-sec {
    padding: 30px 20px;
    background: #f7f7f7 url("../img/contents/top/top-sec-bg-sp.png") no-repeat center bottom/100% auto;
  }
}

.top-sec__inner {
  margin: 0 auto;
  max-width: 1000px;
  background: url("../img/contents/top/top-sec-logo.svg") no-repeat right 80px center;
}

@media screen and (max-width: 768px) {
  .top-sec__inner {
    background: none;
  }
}

.top-sec__lists-wrap {
  margin: 0 0 24px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top-sec__lists-wrap {
    margin: 0 0 16px;
  }
}

.top-sec__lists-wrap:last-child {
  margin: 0 auto;
}

.top-sec__lists {
  margin: 0 -4px -8px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .top-sec__lists {
    margin: 0 -3px -6px;
  }
}

.top-sec__lists__list {
  margin: 0 4px 8px;
  padding: 0;
  width: calc(100% / 6 - 8px);
}

@media screen and (max-width: 768px) {
  .top-sec__lists__list {
    margin: 0 3px 6px;
    width: calc(100% / 2 - 6px);
  }
}

.top-sec__lists__list a {
  padding-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 160px;
  border: 1px #e3e3e3 solid;
  background-color: #fff;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}

@media screen and (max-width: 768px) {
  .top-sec__lists__list a {
    padding: 10px 12px 10px 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
  }
}

.top-sec__lists__list a:hover {
  opacity: 0.8;
}

.top-sec__lists__img {
  margin-bottom: 1.4rem;
}

@media screen and (max-width: 768px) {
  .top-sec__lists__img {
    margin-bottom: 0;
    width: 30px;
    margin-right: 10px;
  }
}

.top-sec__lists__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 44px;
  line-height: 1.37;
}

@media screen and (max-width: 768px) {
  .top-sec__lists__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    font-size: 12px;
  }
}

#box-btm {
  padding: 30px 36px 48px;
  width: 100%;
  min-width: 960px;
  background-color: #f5f7ff;
  text-align: left;
}

#box-btm h3 {
  margin-bottom: 10px;
}

#box-btm-1 {
  margin-bottom: 22px;
  width: 100%;
  padding-right: 15px;
}

.box-btm-i {
  margin-right: 15px;
  background-color: #fff;
  width: 50%;
}

.box-btm-i:last-child {
  margin-right: -15px;
}

.box-btm-i2 {
  padding: 14px;
  background-color: #fff;
  width: 100%;
}

.title-box {
  padding: 14px;
  width: 100%;
}

.title-box.line {
  border-top: 1px #e5e5e5 solid;
}

.title-box h4,
.title-box .title {
  float: left;
  width: 224px;
  font-weight: bold;
}

.title-box ul.list-nav {
  margin: 0 0 0 234px;
  padding: 0;
  list-style: none;
  text-align: right;
  letter-spacing: -0.4em;
  white-space: nowrap;
}

.title-box ul.list-nav li {
  display: inline-block;
  letter-spacing: normal;
  line-height: 20px;
}

.title-box ul.list-nav li:before {
  content: "｜";
  padding-left: 10px;
  padding-right: 10px;
}

.title-box ul.list-nav li:first-child:before {
  content: normal;
}

.title-box ul.list-nav li a {
  color: #000;
  text-decoration: none;
}

.title-box ul.list-nav li li a {
  color: #000;
  text-decoration: underline;
}

.title-box ul.list-nav li li a:hover {
  color: #f00;
  text-decoration: underline;
}

.title-box ul.list-nav li.list {
  position: relative;
}

.title-box ul.list-nav li.list a {
  display: inline-block;
  padding-left: 24px;
  background: url(../img/contents/top/icon_list.png) no-repeat left center;
}

.title-box ul.list-nav li.gakka {
  position: relative;
}

.title-box ul.list-nav li.gakka.active {
  background: url(../img/contents/top/bg_nav_gakka.gif) repeat-x left bottom;
}

.title-box ul.list-nav li.gakka .btn-gakka {
  padding-left: 24px;
  background: url(../img/contents/top/icon_list_2.png) no-repeat left 2px;
  padding-bottom: 8px;
  cursor: pointer;
}

.btn-gakka-info {
  display: inline-block;
  padding-left: 24px;
  background: url(../img/contents/top/icon_list.png) no-repeat left center;
  cursor: pointer;
}

.gakka-info-list {
  display: none;
  border: 1px #000 solid;
  background-color: #fff;
  padding: 24px;
  position: absolute;
  top: 28px;
  right: -14px;
  z-index: 10;
}

.gakka-info-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.gakka-info-list li.top {
  margin-top: 18px;
}

.title-box ul.list-nav li .gakka-info-list ul li {
  display: block;
  line-height: 1.6;
  cursor: pointer;
}

.title-box ul.list-nav li.list .gakka-info-list ul li a {
  display: inline-block;
  padding-left: 0;
  background: none;
}

.title-box ul.list-nav li .gakka-info-list ul li:before {
  content: normal;
  padding-left: 0;
  padding-right: 0;
}

.title-box ul.list-nav li .gakka-info-list ul li span {
  text-decoration: underline;
}

.gakka-list {
  display: none;
  border: 1px #000 solid;
  background-color: #fff;
  padding: 24px;
  position: absolute;
  top: 28px;
  right: -14px;
}

.gakka-list.active {
  display: block;
}

.gakka-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.gakka-list li.top {
  margin-top: 18px;
}

.title-box ul.list-nav li .gakka-list ul li {
  display: block;
  line-height: 1.6;
  cursor: pointer;
}

.title-box ul.list-nav li .gakka-list ul li:before {
  content: normal;
  padding-left: 0;
  padding-right: 0;
}

.title-box ul.list-nav li .gakka-list ul li span {
  text-decoration: underline;
}

.text-annotation {
  margin-bottom: 16px;
  border: 1px #f00 solid;
  padding: 10px;
  font-size: 75%;
}

.news-box-w,
.gakka-news-box {
  width: 100%;
  padding: 0 14px 14px 14px;
}

.news-box {
  width: 100%;
  font-size: 88%;
  padding-left: 50px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-box dt {
  margin-right: 10px;
  width: 80px;
}

.news-box dt.is-important {
  position: relative;
}

.news-box dt.is-important::before {
  content: "【重要】";
  color: #f00;
  position: absolute;
  left: -56px;
  top: 0;
}

.news-box dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news-box dd a {
  text-decoration: underline;
}

.news-box dd a:hover {
  text-decoration: underline;
}

#gakka-news-box-w .news-box {
  padding-left: 0;
  width: auto;
  font-size: 88%;
  display: block;
  margin-bottom: 16px;
}

#gakka-news-box-w .news-box dt {
  margin-right: 0;
  width: auto;
}

#tab2 {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 64px;
  border-left: 1px #22a4d0 solid;
}

#tab2 li {
  margin: 0;
  padding: 0;
  border-right: 1px #22a4d0 solid;
  width: 25%;
  height: 64px;
  float: left;
  line-height: 64px;
  background: url(../img/contents/top/bg_calendar_tab.gif) repeat-x left top;
  cursor: pointer;
  text-align: center;
}

#tab2 li.current {
  background: url(../img/contents/top/bg_calendar_tab.gif) repeat-x left -64px;
}

#box-btm .calendar-wrapper {
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: left;
}

#box-btm-bnr {
  margin: 0 auto;
  padding: 26px 0;
  width: 900px;
  text-align: left;
}

#box-btm-bnr h3 {
  margin-bottom: 6px;
}

#box-btm-bnr ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  letter-spacing: -0.4em;
  white-space: nowrap;
  text-align: center;
}

#box-btm-bnr ul li {
  margin: 0 0 0 17px;
  padding: 0;
  letter-spacing: normal;
  display: inline-block;
}

#box-btm-bnr ul li:first-child {
  margin: 0;
}

/* gakuhi/studentship/ コーナー追加 */
.stuBox {
  margin: 30px 0 36px;
  padding: 0 20px 36px;
  border-bottom: 1px #d0d0d0 solid;
}

.stuBox__im {
  margin: 0 0 18px;
  text-align: center;
}

.stuBox__im .sp {
  display: none;
}

.stuBoxItem {
  margin: 0 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
}

.stuBoxItem__item {
  margin: 0 40px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 2px #d6d6d6 solid;
  position: relative;
}

.stuBoxItem__item::after {
  content: "";
  width: 14px;
  height: 22px;
  display: block;
  background: url(../img/contents/gakuhi/studentship/icon-arrow-right.gif) no-repeat left top;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
}

.stuBoxItem__item:last-child {
  margin: 0;
}

.stuBoxItem__item:last-child::after {
  display: none;
}

.stuBoxItem__title {
  padding: 6px 28px;
  color: #e93a0f;
  background-color: #fbe5e0;
  font-size: 138%;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: center;
}

.stuBoxItemList {
  margin: 0;
  padding: 24px 28px;
  list-style: none;
}

.stuBoxItemList li {
  margin: 0 0 4px;
  padding: 0 0 0 1em;
  position: relative;
}

.stuBoxItemList li:last-child {
  margin: 0;
}

.stuBoxItemList li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.stuBoxItemInner {
  padding: 24px 28px;
}

.stuBoxItemInner__text--red {
  color: #e93a0f;
  font-weight: bold;
}

.stuBoxItemInner__text--mb {
  margin: 0 0 10px;
}

/* ----------------------------------------------------------------------------------------------------
 Media Queries
---------------------------------------------------------------------------------------------------- */
@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

@media screen and (max-width: 740px) {
  /* ブラウザの幅が740px以下のときの指定 */
  /* ----------------------------------------------------------------------------------------------------
    SP main
  ---------------------------------------------------------------------------------------------------- */
  /* top */
  #box-calendar {
    padding: 20px 10px;
    min-width: 0;
    background: url(../img/contents/top/bg_calendar.jpg) repeat-x left top;
  }
  #box-calendar h2 {
    margin-bottom: 6px;
  }
  #tab {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    width: 100%;
    height: auto;
    border-top: 1px #22a4d0 solid;
    border-left: 1px #22a4d0 solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #tab li {
    margin: 0;
    padding: 0;
    border-right: 1px #22a4d0 solid;
    border-bottom: 1px #22a4d0 solid;
    width: 33.3%;
    height: 52px;
    /*float:left;*/
    line-height: 51px;
    background: #fff url(../img/sp/contents/top/bg_calendar_tab.gif) repeat-x left bottom;
    -ms-background-size: 1px 3px;
    background-size: 1px 3px;
    font-size: 71%;
    display: block;
  }
  #tab li.current {
    color: #fff;
    background: #22a4d0 url(../img/sp/contents/top/bg_calendar_tab_over.gif) repeat-x left bottom;
    -ms-background-size: 1px 3px;
    background-size: 1px 3px;
  }
  #tab li.current span {
    min-height: 51px;
    display: inline-block;
    padding-left: 0;
    background: none;
    padding-left: 0;
  }
  #tab li.current span:before {
    content: normal;
  }
  .dn {
    display: none;
  }
  .calendar-wrapper {
    margin: 0 auto;
    width: 100%;
    height: 580px;
    overflow: hidden;
    text-align: left;
  }
  .pc {
    display: none;
  }
  .contents-box {
    height: 500px;
  }
  .sp-text {
    display: block;
    text-align: left;
  }
  #box-sp-check-i {
    width: auto;
    height: auto;
    margin: 10px;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #fff;
    position: static;
    text-align: left;
  }
  #btn-close-sp-check {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 26px;
    height: 26px;
    cursor: pointer;
  }
  #box-sp-check-ii {
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 0 auto;
    padding: 10px;
  }
  #box-sp-check-ii .title {
    margin-bottom: 10px;
    text-align: center;
  }
  #box-sp-check-ii .text {
    margin-bottom: 16px;
    text-align: left;
  }
  #box-sp-check-ii ul {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
  }
  #box-sp-check-ii li {
    padding: 0 0 12px;
    text-align: center;
  }
  #box-btm {
    padding: 26px 10px;
    min-width: 0;
  }
  #box-btm h3 {
    margin-bottom: 4px;
  }
  #box-btm-1 {
    margin-bottom: 0;
    width: 100%;
    padding-right: 0;
  }
  .box-btm-i {
    margin-bottom: 10px;
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
  .box-btm-i:last-child {
    margin-right: 0;
  }
  .box-btm-i2 {
    padding: 0;
    width: 100%;
  }
  .title-box {
    margin-bottom: 0;
    padding: 16px 18px;
    width: 100%;
    height: auto;
  }
  .title-box h4 {
    padding-top: 6px;
    width: 140px;
  }
  .title-box .title {
    width: auto;
    float: none;
  }
  .title-box ul.list-nav {
    margin-left: 140px;
    text-align: right;
  }
  .title-box ul.list-nav.sub {
    margin-left: 0;
    text-align: right;
  }
  .title-box ul.list-nav li:before {
    content: normal;
  }
  .title-box ul.list-nav li:first-child:before {
    content: normal;
  }
  .title-box ul.list-nav li a {
    color: #000;
    text-decoration: none;
  }
  .title-box ul.list-nav li li a {
    color: #000;
    text-decoration: underline;
  }
  .title-box ul.list-nav li li a:hover {
    color: #f00;
    text-decoration: underline;
  }
  .title-box ul.list-nav li.list a {
    display: inline-block;
    padding-left: 24px;
    background: url(../img/contents/top/icon_list.png) no-repeat left center;
  }
  .title-box ul.list-nav li.gakka {
    position: relative;
  }
  .title-box ul.list-nav li.gakka.active {
    background: url(../img/contents/top/bg_nav_gakka.gif) repeat-x left bottom;
  }
  .title-box ul.list-nav li.gakka .btn-gakka {
    padding-left: 24px;
    background: url(../img/contents/top/icon_list_2.png) no-repeat left 2px;
    padding-bottom: 8px;
    cursor: pointer;
  }
  .gakka-info-list {
    display: none;
    border: 1px #000 solid;
    width: 300px;
    background-color: #fff;
    padding: 10px;
    position: absolute;
    top: 28px;
    left: auto;
    right: -16px;
    z-index: 100;
  }
  .gakka-info-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    width: 100%;
    white-space: normal;
  }
  .gakka-info-list li.top {
    margin-top: 18px;
  }
  .title-box ul.list-nav li .gakka-info-list ul li {
    padding: 4px 0;
    display: block;
    font-size: 100%;
    line-height: 1.6;
    cursor: pointer;
  }
  .gakka-list {
    display: none;
    border: 1px #000 solid;
    width: 300px;
    background-color: #fff;
    padding: 10px;
    position: absolute;
    top: 28px;
    left: auto;
    right: -16px;
    z-index: 100;
  }
  .gakka-list.active {
    display: block;
  }
  .gakka-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    width: 100%;
    white-space: normal;
  }
  .gakka-list li.top {
    margin-top: 18px;
  }
  .title-box ul.list-nav li .gakka-list ul li {
    padding: 4px 0;
    display: block;
    font-size: 100%;
    line-height: 1.6;
    cursor: pointer;
  }
  .title-box ul.list-nav li .gakka-list ul li:before {
    content: normal;
    padding-left: 0;
    padding-right: 0;
  }
  .title-box ul.list-nav li .gakka-list ul li span {
    text-decoration: underline;
  }
  .text-annotation {
    margin: 0 14px 16px;
  }
  .news-box-w {
    padding: 0 0 14px 0;
  }
  .gakka-news-box {
    padding: 0 0 14px 0;
  }
  .news-box {
    padding: 6px 40px 6px 18px;
    border-top: 1px #e5e5e5 solid;
    font-size: 100%;
    cursor: pointer;
    margin-bottom: 0;
    display: block;
    position: relative;
  }
  .news-box::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/sp/contents/top/news_icon.gif) no-repeat 0 0;
    -ms-background-size: 20px 20px;
    background-size: 20px 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
  }
  .news-box dt {
    margin-right: 0;
    width: auto;
  }
  .news-box dt.is-important::before {
    margin-right: 0;
    position: relative;
    left: -6px;
  }
  .news-box dd a,
  .news-box dd a:hover {
    color: #000;
    text-decoration: none;
  }
  #gakka-news-box-w .news-box {
    margin-bottom: 0;
    padding: 6px 40px 6px 18px;
    width: auto;
    font-size: 100%;
  }
  #gakka-news-box-w .news-box dt {
    width: auto;
  }
  #tab2 {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: auto;
    border-top: 1px #22a4d0 solid;
  }
  #tab2 li {
    margin: 0;
    padding: 0;
    border-right: 1px #22a4d0 solid;
    border-bottom: 1px #22a4d0 solid;
    width: 33.3%;
    min-width: 0;
    height: 52px;
    float: left;
    line-height: 51px;
    background: #fff url(../img/sp/contents/top/bg_calendar_tab.gif) repeat-x left bottom;
    -ms-background-size: 1px 3px;
    background-size: 1px 3px;
    font-size: 71%;
  }
  #tab2 li.current {
    color: #fff;
    background: #22a4d0 url(../img/sp/contents/top/bg_calendar_tab_over.gif) repeat-x left bottom;
    -ms-background-size: 1px 3px;
    background-size: 1px 3px;
  }
  #box-btm .contents-box2 {
    margin-top: 20px;
  }
  #box-btm .calendar-wrapper {
    margin: 0 auto;
    width: 100%;
    height: auto;
    text-align: left;
  }
  #box-btm-bnr {
    margin: 0 auto;
    padding: 26px 0;
    width: 100%;
    text-align: left;
  }
  #box-btm-bnr h3 {
    margin: 0 0 6px 10px;
  }
  #box-btm-bnr ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 300px;
    letter-spacing: normal;
    white-space: normal;
    text-align: left;
  }
  #box-btm-bnr ul li {
    margin: 0 0 10px;
    padding: 0;
    letter-spacing: normal;
    display: block;
  }
  #box-btm-bnr ul li img {
    width: 100%;
    height: auto;
  }
  #box-btm-bnr ul li:first-child {
    margin: 0 0 10px;
  }
  #box-btm-bnr ul.list li {
    margin: 0 0 10px 10px;
    width: 144px;
    float: left;
  }
  #box-btm-bnr ul li:nth-child(2n + 1) {
    margin: 0 0 10px;
  }
  /* gakuhi/studentship/ コーナー追加 */
  .stuBox {
    margin: 24px 0 24px;
    padding: 0 0 24px;
  }
  .stuBox__im {
    margin: 0 0 28px;
    text-align: center;
  }
  .stuBox__im .pc {
    display: none;
  }
  .stuBox__im .sp {
    display: block;
  }
  .stuBox__im img.sp {
    display: inline-block;
  }
  .stuBoxItem {
    margin: 0 auto 18px;
    display: block;
  }
  .stuBoxItem__item {
    margin: 0 0 28px 0;
  }
  .stuBoxItem__item::after {
    width: 16px;
    height: 11px;
    background: url(../img/contents/gakuhi/studentship/icon-arrow-bottom.gif) no-repeat left top;
    background-size: cover;
    top: auto;
    bottom: -22px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .stuBoxItem__item:last-child {
    margin: 0;
  }
  .stuBoxItem__item:last-child::after {
    display: none;
  }
  .stuBoxItem__title {
    padding: 10px 18px;
    font-size: 129%;
  }
  .stuBoxItemList {
    padding: 14px 18px;
  }
  .stuBoxItemInner {
    padding: 14px 18px;
  }
}

@media print {
  .news-box dd {
    white-space: normal;
    overflow: visible;
  }
  .btn-gakka {
    position: absolute;
    top: -10px;
    right: 10px;
  }
  .box-btm-i {
    height: auto !important;
  }
  #box-btm .title-box {
    position: relative;
  }
  #box-btm .title-box .list-nav {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

#contents-main-top-i h3.ts {
  font-size: 200%;
  line-height: 0.8;
}

#contents-main-top-i h3.ts .m--fs {
  display: inline-block;
  font-size: 50%;
}

@media screen and (max-width: 1024px) {
  #contents-main-top-i h3.ts {
    line-height: 1.2;
  }
  #contents-main-top-i h3.ts .ttl {
    position: relative;
    top: 10px;
  }
  #contents-main-top-i h3.ts .spbr {
    display: block;
  }
}

@media screen and (max-width: 740px) {
  #contents-main-top-i h3.ts {
    font-size: 100%;
    line-height: 1.3;
  }
  #contents-main-top-i h3.ts .ttl {
    position: relative;
    top: 0;
  }
  #contents-main-top-i h3.ts .m--fs {
    font-size: 75%;
  }
}

.tsTabs {
  margin: 0 auto 28px;
  padding: 0;
  list-style: none;
  max-width: 940px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tsTabs__tab {
  margin: 0 2px 0 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
}

.tsTabs__tab:last-child {
  margin: 0;
}

.tsTabs__tab a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  color: #000;
  background-color: #ededed;
  text-decoration: none;
}

.tsTabs__tab a.is-current {
  color: #fff;
  background-color: #4cc5c9;
}

@media screen and (max-width: 1024px) {
  .tsTabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tsTabs__tab {
    font-size: 12px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(33.33% - 2px);
    margin: 0 2px 2px 0;
  }
  .tsTabs__tab:last-child {
    margin: 0 2px 2px 0;
  }
  .tsTabs__tab:nth-child(3n) {
    margin: 0 0 2px 0;
  }
}

.tsTtl {
  margin: 0 auto 10px;
  max-width: 940px;
  font-size: 22px !important;
  color: #000;
  padding-left: 14px;
  border-left: 6px #4cc5c9 solid;
}

@media screen and (max-width: 740px) {
  .tsTtl {
    font-size: 20px !important;
  }
}

.tsTblWrap {
  margin: 0 auto 60px;
  max-width: 940px;
  border-top: 1px #c7c7c7 solid;
}

.tsTbl {
  border-bottom: 1px #c7c7c7 solid;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tsTbl__gakka {
  font-size: 14px;
}

.tsTbl__name {
  font-size: 20px;
}

.tsTbl__name .m--degree {
  display: inline-block;
  margin-right: 14px;
  font-size: 14px;
}

.tsTbl__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 40px;
  border-radius: 3px;
  color: #000;
  background-color: #e1e1e1;
  font-size: 12px;
  text-decoration: underline;
  font-weight: bold;
  letter-spacing: 2px;
}

.tsTbl__btn a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 740px) {
  .tsTbl__btn a {
    width: 46px;
    height: 46px;
    font-size: 10px;
  }
  .tsTbl__btn a:hover {
    opacity: 1;
  }
}
