@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 1px;
}

html {
  font-size: 62.5%;
  /* 16pxに62.5%を掛けて10pxに */
}

body {
  font-family: "MS Pゴシック",sans-serif;
  /* font-family: YuGothic, 'Yu Gothic', sans-serif;*/
  font-size: 1.4rem;
  background-color: #ffffff;
  letter-spacing: 1px;
  background-image: url("../img/bg_body.png");
  background-repeat: repeat;
}

p {
  margin-bottom: 1.5rem;
}

ol,
ul {
  padding-left: 2rem;
}

@media (min-width: 768px) {
  ol,
  ul {
    padding-left: 1.5rem;
  }
}
a:hover {
  text-decoration: none;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

header {
  position: relative;
  position: fixed;
  z-index: 50;
  top: 0;
  width: 100%;
/*  height: 50px;*/
  height: 55px;
  padding-top: 3px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f29518+0,f3501d+100 */
  background: #f29518;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f29518), to(#f3501d));
  background: linear-gradient(to right, #f29518 0%, #f3501d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29518', endColorstr='#f3501d', GradientType=1);
  /* IE6-9 */
}

h1.header-logo {
  padding: 6px 0;
  margin: 0 auto;
  text-align: center;
  width: 180px;
  clear: inherit;
}
h1.header-logo img {
  max-width: 100%;
}

.nav-button {
  width: 50px;
  height: 44px;
  z-index: 999;
  text-align: center;
  float: left;
}

.menu-button {
  display: block;
  width: 18px;
  position: relative;
  top: 0;
  right: 0;
  overflow: hidden;
  *zoom: 1;
  cursor: pointer;
  margin: auto;
}

.active .menu-button {
  top: 2px;
}

.menu-button-icon {
  display: block;
  width: 18px;
  height: 40px;
  z-index: 3;
  cursor: pointer;
}
.menu-button-icon span {
  display: block;
  background: #fff;
  width: 18px;
  height: 2px;
  position: absolute;
  left: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.menu-button-icon span:first-child {
  top: 13px;
}
.menu-button-icon span:nth-child(2) {
  margin-top: 0;
  top: 50%;
}
.menu-button-icon span:last-child {
  bottom: 10px;
}

.nav-button.active .menu-button-icon span:first-child {
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.nav-button.active .menu-button-icon span:nth-child(2) {
  opacity: 0;
}
.nav-button.active .menu-button-icon span:last-child {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.all-index-wrap {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 40;
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0px #4222057d;
          box-shadow: 0 1px 1px 0px #4222057d;
  overflow-y: scroll;
}
.all-index-wrap.active {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header .icon {
  display: block;
  width: 50px;
  height: 55px;
  position: absolute;
  top: 0;
  text-align: center;
  padding-top: 10px;
}
header .icon.link-map {
  margin-right: 5px;
}
header .icon img {
  height: 34px;
}
header .icon.link-tiwtter {
  right: 0;
}
header .icon.link-map {
  right: 40px;
}

.header-sp,
.nav-sp {
  display: block;
}

.header-pc,
.nav-pc {
  display: none;
}

.nav-user {
  position: fixed;
  z-index: 30;
  top: 55px;
  width: 100%;
  height: 44px;
  background-color: #f5a84c;
  -webkit-box-shadow: 0 1px 1px 0px #4222057d;
          box-shadow: 0 1px 1px 0px #4222057d;
  text-align: center;
  font-size: 1.8rem;
}
.nav-user > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-user > ul > li {
  list-style: none;
  width: 50%;
  line-height: 44px;
}
.nav-user > ul > li:first-child:after {
  content: " ";
  width: 0;
  height: 18px;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 13px;
  left: 50%;
}
.nav-user > ul > li > a {
  color: #ffffff !important;
  display: block;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}
.nav-user > ul > li > a.active {
  background-color: #F28300;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

.inner {
  background-color: #F28300;
  width: 240px;
  padding: 0 10px 10px;
  border-radius: 6px;
  margin: 0 auto;
  position: fixed;
  top: 116px;
  left: 50%;
  margin-left: -120px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px #00000073;
          box-shadow: 0px 0px 8px 0px #00000073;
}
.inner span {
  display: block;
  line-height: 2;
}
.inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.inner li {
  list-style: none;
  margin-bottom: 5px;
}
.inner a {
  display: block;
  border-radius: 6px;
  width: 100%;
  background-color: #ffffff;
  color: #39B54A;
  text-align: left;
  padding-left: 15px;
}
.inner:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #F28300 transparent;
  position: absolute;
  top: -20px;
  left: 10%;
}
.inner:after {
  content: " ";
  width: 100%;
  height: 28px;
  display: block;
  position: absolute;
  top: -25px;
  background-color: transparent;
  left: 0;
}
.inner.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}
.inner.hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

#nav-st02.inner:before {
  left: 70%;
}

.nav-main {
  margin-top: 0px;
  margin-bottom: 20px;
}
.nav-main ul {
  margin: 0 0px;
  list-style: none;
  padding: 0;
/*  border-radius: 8px;*/
/*  overflow: hidden;*/
}
.nav-main li {
/*  overflow: hidden;*/
  list-style: none;
  margin-left: auto;
  margin-right: auto;
}
.nav-main a {
  display: block;
  position: relative;
  width: 100%;
/*  border: 1px solid #90cf0c;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  margin: 5px 0;
  padding: 10px 5px;
  font-size: 10px;
  color: #90cf0c;*/
}
.nav-main a:hover {
/*  background-color: #e2ffa547;*/
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.nav-main a img {
/*  height: 42px;*/
/*  width: 170px;*/
  margin-bottom: 0px;
/*  display: block;*/
}
.nav-main a img.ico-textbook {
  padding: 5px 0;
}
.nav-main a img.ico-license {
  padding: 8px 8px;
}
.nav-main a img.ico-campus-life {
  padding: 5px 0;
}
.nav-main a span {
  display: block;
}

body.admin-bar header {
  top: 46px;
}
body.admin-bar .nav-user {
  top: 96px;
}
body.admin-bar .inner {
  top: 163px;
}
body.admin-bar .all-index-wrap {
  top: 96px;
}

@media screen and (min-width: 768px) {
  body.admin-bar header {
    top: 32px;
    padding-right: 10px;
  }

  .header-sp,
  .nav-sp {
    display: none;
  }

  .header-pc,
  .nav-pc {
    display: block;
  }

  .menu-button-icon span:first-child {
    top: 12px;
  }

  .header-pc .header-logo {
    width: 420px;
    padding: 7px 0;
    float: left;
  }

  header .icon {
    position: relative;
    float: right;
    margin-top: 4px;
    margin-right: 5px;
    padding: 0 5px;
    width: auto;
    height: 40px;
  }
  header .icon img {
    margin-bottom: 0px;
    height: 32px;
  }
  header .icon span {
    display: block;
    color: #fff;
    letter-spacing: 2px;
    font-size: 10px;
  }

  header .icon.link-map {
    right: 0;
  }

  .nav-pc {
    width: 240px;
    float: right;
    background: transparent;
    position: relative;
    top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .inner {
    top: 74px;
    right: 100px;
    margin-left: 0;
    left: auto;
  }

  .nav-user > ul > li > a {
    border-radius: 5px;
  }

  .all-index-wrap {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    height: auto;
    z-index: 30;
    top: 50px;
  }

  .all-index-wrap.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  body.admin-bar .inner {
    top: 104px;
  }
  body.admin-bar .nav-user {
    top: 0;
  }
  body.admin-bar .all-index-wrap {
    top: 83px;
  }
}
article.style01 {
  background: #ffffff;
  border-radius: 8px;
  margin: 0;
  padding: 15px;
  margin-bottom: 20px;
}

section {
  margin: 0;
}
section.style01 {
  background: #ffffff;
  border-radius: 8px;
  margin: 0;
  padding: 15px;
  margin-bottom: 20px;
}

.sec-ttl01 {
  font-size: 2rem;
  color: #4D4D4D;
  overflow: hidden;
}
.sec-ttl01 h1 {
  font-size: 2rem;
}
.sec-ttl01 .ttl-ib {
  display: inline-block;
  vertical-align: middle;
}
.sec-ttl01.icon:before {
  content: "";
  background: #fff url(../img/ico-bell.png) no-repeat;
  width: 1em;
  height: 1em;
  background-size: contain;
  display: inline-block;
  vertical-align: text-bottom;
  background-position: right;
}
.sec-ttl01 .ttl-btn {
  float: right;
  color: #F28300;
  line-height: 1;
  padding-right: 0;
  padding-top: 6px;
}

.sidebar .sec-ttl01 {
  border-bottom: 1px solid #4ab54a;
  margin-bottom: 5px;
}

.breadcrumb-area {
  margin: 94px 0 0;
  background: #ffffff;
  border-bottom: 1px solid #39B54A;
  overflow-x: scroll;
}

.breadcrumb {
  background: transparent;
  margin: 0;
  display: table;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: none;
}

.breadcrumb-item {
  white-space: nowrap;
  display: table-cell;
}
.breadcrumb-item span {
  word-wrap: none;
  white-space: pre;
}

@media screen and (min-width: 768px) {
  .breadcrumb-area {
    margin-top: 50px;
  }
}
.sidebar h1 {
  font-size: 1.5rem;
}

.contact-area {
  text-align: center;
  font-weight: normal;
}
.contact-area.style01 {
  padding: 2rem 0 1.5rem;
  background-color: #546E7A;
  color: #ffffff;
}
.contact-area.style01 h3.style01 {
  margin-top: 0;
  text-align: center;
}
.contact-area strong {
  font-size: 2.2rem;
  padding-bottom: .5rem;
  display: block;
}
.contact-area small {
  line-height: 2;
}
.contact-area a {
  color: #fff;
}

.pagetop-area {
  padding: 3rem 0;
  background-color: #CED7DB;
  text-align: center;
}

.copy-area {
  padding: 3rem 0;
  background-color: #F28300;
  color: #ffffff;
  text-align: center;
}
.copy-area .footer-logo {
  max-width: 80%;
  margin-bottom: 1rem;
}

#page-top {
  position: fixed;
  display: block;
  z-index: 1000;
  right: 5px;
  bottom: 15px;
  width: 100px;
  -webkit-transition: .5s;
  transition: .5s;
}
#page-top.hide {
  bottom: -105px;
}

@media screen and (min-width: 768px) {
  #page-top {
    display: block;
    position: fixed;
    right: 50px;
    bottom: 55px;
    width: 110px;
  }
}
@media (min-width: 992px) {
  #page-top:hover {
    opacity: .6;
    text-decoration: none;
  }
}
.btn {
  text-decoration: none !important;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 1rem 1rem;
}

.btn-xlg,
.btn-group-xlg > .btn {
  padding: 2rem 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-style01 {
  font-weight: bold;
  color: #333;
  background-color: #FFE0B2;
  border-color: none;
}
.btn-style01:hover, .btn-style01:active {
  color: #333;
  background-color: #ffc166;
}
.btn-style01.color1 {
  color: #ffffff;
  background-color: #7abef5;
}
.btn-style01.color1:hover, .btn-style03.color1:active {
  color: #ffffff;
  background-color: #41A4F4;
}
.btn-style02 {
  font-weight: bold;
  color: #333;
  background-color: #25A599;
  border-color: none;
}
.btn-style02:hover, .btn-style02:active {
  color: #333;
  background-color: #17675f;
}

.btn-style03 {
  text-align: center;
  font-weight: bold;
  color: #F28300;
  background-color: #ffffff;
  border-color: none;
  border-radius: .4em;
  border: 1px solid #F28300;
}
.btn-style03:hover, .btn-style03:active {
  color: #ffffff;
  background-color: #f0832b;
}
.btn-style03.color1 {
  color: #4CB5AB;
  border: 1px solid #4CB5AB;
}
.btn-style03.color1:hover, .btn-style03.color1:active {
  color: #ffffff;
  background-color: #4CB5AB;
}
.btn-style03.color2 {
  color: #41A4F4;
  border: 1px solid #41A4F4;
}
.btn-style03.color2:hover, .btn-style03.color2:active {
  color: #ffffff;
  background-color: #41A4F4;
}

.btn + .btn {
  margin-top: 10px;
}

hr.under-arrow {
  width: 52px;
  height: 38px;
  background: #fff url(../img/obj_under_arrow.png) no-repeat;
  background-size: contain;
  margin: 0 auto 20px;
  border: 0;
}
hr.style01 {
  height: 54px;
  width: 100%;
  border: 0;
  background: #fff url(../img/hr.png) 0 0 repeat-x;
  background-size: contain;
  margin: 4rem 0;
}
hr.style02 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 0;
  /* width: 100px; */
  display: inline-block;
}

ul.news-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 2px solid #39B54A;
  border-bottom: 2px solid #39B54A;
}
ul.news-list .news-category {
  color: #F28300;
}
ul.news-list .news-category a {
  color: inherit;
  text-decoration: none;
}
ul.news-list .news-category.all {
  color: #F28300;
}
ul.news-list .news-category.cafe {
  color: #EB3F79;
}
ul.news-list .news-category.shop {
  color: #7D56C1;
}
ul.news-list .news-category.graduate {
  color: #41A4F4;
}
ul.news-list .news-category.job {
  color: #25A599;
}
ul.news-list .news-category.other {
  color: #9BCB64;
}
ul.news-list li {
  padding: 7px 0;
  border-bottom: 2px dotted #B3B3B3;
}
ul.news-list li:last-child {
  border: 0;
}
ul.news-list h3 {
  font-size: 1.4rem;
  margin: 5px 0;
}
ul.news-list h3 a {
  text-decoration: underline;
}
ul.news-list p {
  font-size: 1.2rem;
  margin: 0;
}

.news-info {
  padding: 10px 0;
  margin-bottom: 20px;
  list-style: none;
  border-top: 2px solid #39B54A;
  border-bottom: 1px solid #e4e4e4;
}
.news-info .news-category {
  color: #F28300;
}
.news-info .news-category a {
  color: inherit;
  text-decoration: none;
}
.news-info .news-category.all {
  color: #F28300;
}
.news-info .news-category.cafe {
  color: #EB3F79;
}
.news-info .news-category.shop {
  color: #7D56C1;
}
.news-info .news-category.graduate {
  color: #41A4F4;
}
.news-info .news-category.job {
  color: #25A599;
}
.news-info .news-category.other {
  color: #9BCB64;
}

.infoPager {
  margin-top: 15px;
}

.page-numbers {
  background: orange;
  color: #fff;
  min-width: 32px;
  display: inline-block;
  height: 32px;
  text-align: center;
  border-radius: 50%;
  line-height: 32px;
  opacity: 0.5;
}
.page-numbers.next, .page-numbers.prev {
  border-radius: 6px;
  padding: 0 10px;
}
.page-numbers.current {
  opacity: 1;
}
.page-numbers:hover {
  color: #ffffff;
  opacity: 1;
}
