@charset "utf-8";

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot') format('embedded-opentype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.svg') format('svg');
}

/* 共通
--------------------------------------------------*/

.pc {
  display: none !important;
}

img {
  width: 100%;
  height: auto;
}

body {
  color: #313131;
  font-size: 17px;
}

a {
  text-decoration: none;
  color: #018ed7;
}


/* ヘッダー
--------------------------------------------------*/

header {
  padding-top: 0px;
  height: auto !important;

}

header form {
  padding: 10px;
  border-bottom: 1px #dddee0 solid;
}

header form input.text {
  width: 80%;
  height: 30px;
  background: #fff url(../images/sp/search-icon-sp.png) 8px center no-repeat;
  background-size: 18px auto;
  text-align: left;
  border: none;
  font-size: 14px;
  padding: 0 10px 0 32px;
  border-left: 1px #deddde solid;
  border-top: 1px #deddde solid;
  -webkit-appearance: none;
  border-radius: 0;
}

header form .btn {
  width: 20%;
  height: 30px;
  background-color: #00a7eb;
  font-size: 14px;
  color: #fff;
  float: right;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}

header .header-in {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  transition: left 0.2s ease;
  background-color: #fff;
  box-sizing: border-box;
}

/* ピンチインでヘッダー内のボタンが重なるのを防ぐ */

header .header-in {
  min-width: 600px;
}

@media only screen and (max-width: 600px) {
  header .header-in {
    min-width: 550px;
  }
}

@media only screen and (max-width: 550px) {
  header .header-in {
    min-width: 500px;
  }
}

@media only screen and (max-width: 500px) {
  header .header-in {
    min-width: 450px;
  }
}

@media only screen and (max-width: 450px) {
  header .header-in {
    min-width: 400px;
  }
}

@media only screen and (max-width: 400px) {
  header .header-in {
    min-width: 350px;
  }
}

@media only screen and (max-width: 350px) {
  header .header-in {
    min-width: 300px;
  }
}



/*@media only screen and (max-width: 600px) {
  header .header-in {
    min-width: 300px;
  }
}


@media only screen and (max-width: 500px) {
  header .header-in {
    min-width: 250px;
  }
}

@media only screen and (max-width: 400px) {
  header .header-in {
    min-width: 200px;
  }
}

@media only screen and (max-width: 300px) {
  header .header-in {
    min-width: 150px;
  }
}*/

#pagetitle {
  margin-bottom: 30px;
}

#pagetitle h1 {
  padding: 15px 0 15px 0;
  border-bottom: 1px #dcdcdc solid;
  background-image: url(../images/sp/unit-pagetitle-bg.gif);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

#pagetitle span.ja {
  margin-right: 25px;
  font-size: 20px;
}

#pagetitle span.en {
  position: relative;
  bottom: 5px;
  font-size: 14px;
}

#pagetitle .pagetitle-link {
  margin-top: 10px;
  text-decoration: none;
  color: #018ed7;
  font-size: 18px;
}

#pagetitle .pagetitle-link a {
  padding: 0 0 0 18px;
  background-image: url(../images/pc/unit-h1-a-arw.png);
  background-repeat: no-repeat;
  background-position: left center;
}

#right .tmpl_h1 a:hover {
  text-decoration: underline;
}

header .logo {
  width: 120px;
  margin: 15px 0 0 15px;
}

header #hbtns {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  height: 60px;
  width: 195px;
  font-weight: bold;
}

header #hbtns li {
  float: left;
  width: 65px;
  height: 60px;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}

header #hbtns li a {
  display: block;
  box-sizing: border-box;
  width: 65px;
  height: 60px;
  padding-top: 38px;
  font-size: 11px;
}

header #hbtns li.menu1 a {
  color: #000;
  background: #e0e8f3 url(../images/sp/cmn-hdr-icon-01.png) center 8px no-repeat;
  background-size: auto 24px;
  font-size: 10px;
  padding-top: 39px;
}

header #hbtns li.menu2 a {
  color: #fff;
  background: #00a7eb url(../images/sp/cmn-hdr-icon-02.png) center 8px no-repeat;
  background-size: auto 22px;
}

header #hbtns li.menu3 {
  display: none;
}

header #hbtns li.hamburger {
  text-indent: -9999px;
  background: url(../images/sp/cmn-btn-menu.gif) 0 0 no-repeat;
  background-size: 100% 100%;
}

.menu-open header #hbtns li.hamburger {
  background-image: url(../images/sp/cmn-btn-close.gif);
  background-size: 100% 100%;
}

@media only screen and (max-width: 320px) {

  header {
    padding-top: 50px;
  }


  header .header-in {
    height: 50px;
  }

  header .logo {
    width: 100px;
    margin: 12px 0 0 15px;
  }


  header #hbtns li {
    width: 55px;
    height: 50px;
  }

  header #hbtns li a {
    width: 55px;
    height: 50px;
  }

  header #hbtns li.menu1 a {
    background-size: auto 18px;
    font-size: 8px;
    padding-top: 30px;
    background-position: center 6px;
  }

  header #hbtns li.menu2 a {
    background-size: auto 18px;
    font-size: 8px;
    padding-top: 30px;
    background-position: center 6px;
  }



  header #hbtns {
    width: 165px;
  }


}


#header #hbtns-sp {
  position: absolute;
  top: 0;
  right: 0;
  width: 50.7vw;
}

header .nav-wpr {
  z-index: 100;
  box-sizing: border-box;
  padding-bottom: 10px;
  background-color: #f2f4f7;
  font-size: 17px;
}

header .hnav br {
  display: none;
}

header .hnav ul {
  border-top: 1px #dddee0 solid;
  display: none;
}

header .hnav li.current_page_item > ul,
header .hnav li.current-page-ancestor > ul {
  display: block;
}

header .hnav li {
  border-bottom: 1px #dddee0 solid;
}

header .hnav > li > a {
  font-weight: bold;
}

header .hnav li a {
  display: block;
  padding: 14px 40px 14px 15px;
  color: #000;
  background: url(../images/sp/hnav-arw-open.png) right 14px center no-repeat;
  background-size: 15px auto;
}

header .hnav li.home a {
  background: url(../images/sp/hnav-arw.png) right 14px center no-repeat;
  background-size: 7px auto;
}

/* 第二階層　current 子要素無し */
header .hnav > li:nth-child(n+2).current_page_item > a,
header .hnav > li:nth-child(n+2).current-page-ancestor > a {
  background: url(../images/sp/hnav-arw-close.png) right 14px center no-repeat;
  background-size: 15px auto;
}

/* 第二階層　current 子要素有り */
header .hnav > li:nth-child(n+2).current_page_item.menu-item-has-children > a,
header .hnav > li:nth-child(n+2).current-page-ancestor > a,
header .hnav > li:nth-child(n+2).open > a {
  background: url(../images/sp/hnav-arw-close.png) right 14px center no-repeat;
  background-size: 15px auto;
}

header .hnav > li:nth-child(n+2).close > a {
  background: url(../images/sp/hnav-arw-open.png) right 14px center no-repeat !important;
  background-size: 15px auto !important;
}

header .hnav > li:first-child > a {
  background: url(../images/sp/hnav-arw.png) right 14px center no-repeat;
  background-size: 7px auto;
}

header .hnav ul li:last-child {
  border-bottom: none;
}

header .hnav ul li a {
  color: #018ed7;
}

header .hnav ul li {
  font-size: 15px;
}

header .hnav li ul li > a {
  background: url(../images/sp/hnav-arw.png) right 14px center no-repeat;
  background-size: 7px auto;
}

header .hnav > li > ul {
  background-color: #e9ecf1;
}

header .hnav li li a {
  padding-left: 30px;
}

header .hnav li li li a {
  padding-left: 45px;
}

header .hnav li li li li a {
  padding-left: 60px;
}


/* 第三階層　current 子要素無し */
header .hnav > li > ul > li:nth-child(n+2).current_page_item > a,
header .hnav > li > ul > li:nth-child(n+2).current-page-ancestor > a {
  color: #fff;
  background: #00a7eb url(../images/sp/hnav_arw_02.png) right 14px center no-repeat;
  background-size: auto 12px;
}

/* 第三階層　current 子要素有り */
header .hnav > li > ul > li:nth-child(n+2).current_page_item.menu-item-has-children > a,
header .hnav > li > ul > li:nth-child(n+2).current-page-ancestor > a {
  background: #00a7eb url(../images/sp/hnav-arw-open2.png) right 12px center no-repeat;
  background-size: 12px auto;
}

header .hnav li ul li ul li > a {
  color: #018ed7;
  /*background: #f2f4f7 url(../images/sp/hnav-arw-g.png) right 14px center no-repeat;*/
  background: url(../images/sp/hnav-arw-g.png) right 14px center no-repeat;
  background-size: 7px auto;
}


header .hnav > li > ul > li > ul {
  background-color: #dde2ea;
}

/* 第四階層　current 子要素無し */
header .hnav > li > ul > li > ul > li.current_page_item > a,
header .hnav > li > ul > li > ul > li.current-page-ancestor > a {
  background-color: #d0d8e4;
}

/* 第四階層　current 子要素有り */
header .hnav > li > ul > li > ul > li.current_page_item.menu-item-has-children > a,
header .hnav > li > ul > li > ul > li.current-page-ancestor > a {
  background: #d0d8e4 url(../images/sp/hnav_arw_open4.png) right 12px center no-repeat;
  background-size: 12px auto;
}

header .hnav > li > ul > li > ul > li > ul {
  background-color: #d0d8e4;
}

header #object-nav {
  margin: 10px 10px 0 10px;
  background-color: #fff;
  font-size: 17px;
}

header #object-nav dt {
  padding: 10px 15px;
  color: #000;
  font-weight: bold;
}

header #object-nav dd ul li {
  border-top: 1px #dddee0 solid;
}

header #object-nav dd ul li a {
  display: block;
  padding: 10px 40px 10px 15px;
  color: #018ed7;
  background: url(../images/sp/hnav-arw.png) right 14px center no-repeat;
  background-size: 9px auto;
}

header #tnav-pc {
  display: none;
}

.remodal-overlay,
.remodal-wrapper {
  display: none !important;
}

footer #footer1 {
  width: 100%;
  padding-bottom: 12px;
  background-color: #313131;
}

footer #footer2 {
  width: 100%;
  padding: 13px 0 13px 0;
  background-color: #fff;
}

footer #footer1-in {
  position: relative;
  width: 100%;
  padding-top: 1px;
}

footer .logo {
  width: 140px;
  margin: 20px auto 20px auto;
}

footer .ftr-sns {
  margin: 15px 0 30px 15px;
}

footer .ftr-sns li {
  text-indent: -9999px;
  display: inline;
  margin-right: 10px;
}

footer .ftr-sns li a {
  width: 33px;
  height: 33px;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
}

footer .ftr-sns li:first-child a {
  background-image: url(../images/cmn/twiiter.svg);
}

footer .ftr-sns li:nth-child(2) a {
  background-image: url(../images/cmn/fb.svg);
  background-color: #fff;
}

footer .ftr-sns li:nth-child(3) a {
  background-image: url(../images/cmn/youtube.svg);
}

footer .ftr-sns li:nth-child(4) a {
  background-image: url(../images/cmn/line.svg);
}

footer #footer1 .pagetop a {
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 12px;
  display: block;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  padding-top: 15px;
  text-align: center;
  color: #fff;
  background-color: #00a7eb;
  font-size: 14px;
}

footer .fnav1 {
  display: none;
}

footer .contact-wpr {
  margin: 0 12px 12px 12px;
  text-align: center;
}

footer .contact-wpr br {
  display: none;
}

footer .contact-wpr .contact1 {
  margin-bottom: 8px;
}

footer .contact-wpr .contact1 > *,
footer .contact-wpr .contact2 > * {
  display: block;
  padding: 15px 0 12px 0;
  background-color: #222;
}

footer .contact-wpr .txt1 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

footer .contact-wpr .txt2 {
  color: #018ed7;
  vertical-align: baseline;
}

footer .contact-wpr .txt2 .tel {
  font-size: 30px;
}

footer .contact-wpr .txt2 .parenth {
  vertical-align: middle;
  font-size: 15px;
}

footer .contact-wpr .contact2 .txt2 {
  display: inline;
  padding-right: 22px;
  background: url(../images/pc/cmn-ftr-arw.png) right center no-repeat;
  background-size: 8px auto;
  font-size: 24px;
}

footer .fnav2 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 12px;
  border-bottom: 1px #535353 solid;
}

footer .fnav2 li {
  float: left;
  box-sizing: border-box;
  width: 50%;
  border-top: 1px #535353 solid;
  border-right: 1px #535353 solid;
}

footer .fnav2 li:nth-child(even) {
  border-right: none;
}

footer .fnav2 li:nth-child(even):after {
  display: block;
  margin-bottom: -1px;
  content: '';
  border-top: 1px #535353 solid;
}

footer .fnav2 li a {
  display: block;
  padding: 16px 0 16px 24px;
  color: #fff;
  background: url(../images/sp/cmn-fnav-arw.png) 10px 1.6em no-repeat;
  background-size: 5px auto;
  font-size: 12px;
}

footer .forpc {
  width: auto;
  margin: 0 12px;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  background-color: #00a7eb;
  font-size: 20px;
}

footer .forpc span {
  padding-left: 34px;
  background: url(../images/sp/ftr-pc.gif) left center no-repeat;
  background-size: 20px auto;
}

footer p.copy {
  text-align: center;
  font-size: 12px;
}


/* トップ
--------------------------------------------------*/

header #top-main {
  position: relative;
  width: auto;
  text-align: center;
  /*height:109vw;*/
  background: #f00;
  background-color: #000;
}

header #top-main #top-main-video {
  display: none;
}

header #switch_img img {
  width: 100%;
}

header #top-main:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  background: url(../images/pc/top-video-overlay.png);
  background-color: rgba(0, 0, 0, 0.2);
}

header #top-sp-slider {}

header #top-sp-slider li {
  width: 100%;
}

header #top-sp-slider img {
  width: 100%;
}

header #top-main-vieo_wrap {
  position: relative;
  width: 100%;
  height: 350px;
  height: 109.375vw;
  overflow: hidden;
}

header #top-main-video_sp {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -47.5%;
}

header #top-main-video_btn {
  position: absolute;
  top: 38%;
  right: 50%;
  width: 50px;
  height: 50px;
  margin-right: -25px;
  z-index: 1001;
}

header #top-main-video_btn.pause {
  position: absolute;
  top: 1.6%;
  right: 1.6%;
  width: 25px;
  height: 25px;
  margin: 0;
}

header #top-main-in {
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4% 0;
  background-color: rgba(0, 0, 0, 0.5);
}

header #top-main .pic {
  width: 76vw;
  margin-bottom: 2.5vw;
}

header #top-main .txt {
  color: #fff;
  font-size: 3.6vw;
  line-height: 1.7;
}


/*- 20170111追記ここから -*/
#top-main-in .top-main-linkbtn2 {
  margin-top: 3.6vw;
  margin-bottom: 2.1vw;
  width: 100%;
}

#top-main-in .top-main-linkbtn2 a {
  display: block;
  margin: auto;
  width: 60vw;
  line-height: 3.5;
  font-size: 3.6vw;
  color: #fff;
  border: solid 1px #fff;
  background-color: rgba(0, 0, 0, 0.4);
}

#top-main-in .top-main-linkbtn2 a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.7);
}

#top-main-in .top-main-linkbtn2 a span.main-blank-icon {
  padding-left: 3vw;
  margin-left: 5px;
  background: url(../images/pc/blank-icon-l.png) left center no-repeat;
  background-size: 100%;
}

/*- 20170111追記ここまで -*/

/*- 20170412追記ここから -*/
#top-main-in .top-main-linkbtn4 {
  width: 100%;
}

#top-main-in .top-main-linkbtn4 a {
  display: block;
  margin: auto;
  padding: 1.5vw 0;
  width: 70vw;
  line-height: 1.6;
  font-size: 13px;
  color: #fff;
  border: solid 1px #fff;
  background-color: rgba(0, 0, 0, 0.4);
}

#top-main-in .top-main-linkbtn4 a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.7);
}

#top-main-in .top-main-linkbtn4 a span.main-blank-icon {
  padding-left: 3vw;
  margin-left: 5px;
  background: url(../images/pc/blank-icon-l.png) left center no-repeat;
  background-size: 100%;
}

/*- 20170412追記ここまで -*/

header #top-main .btn {
  display: none;
}

#top-sp {
  width: auto;
  margin: 12px;
  padding-top: 50px;
}

#tnav {
  overflow: hidden;
  width: auto;
  font-size: 3.8vw;
}

#tnav li {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 4px;
  font-weight: bold;
}

#tnav li:nth-child(odd) {
  float: left;
  border-right: #fff 2px solid;
}

#tnav li:nth-child(even) {
  float: right;
  border-left: #fff 2px solid;
}

#tnav li a {
  position: relative;
  display: block;
  height: 15vw;
  padding-left: 18vw;
  color: #313131;
  background-color: #e9ecf1;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15vw auto;
}

#tnav li a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#tnav li.menu1 a {
  background-image: url(../images/sp/cmn-hnav-icon-01.gif);
}

#tnav li.menu2 a {
  background-image: url(../images/sp/cmn-hnav-icon-02.gif);
}

#tnav li.menu3 a {
  background-image: url(../images/sp/cmn-hnav-icon-03.gif);
}

#tnav li.menu4 a {
  background-image: url(../images/sp/cmn-hnav-icon-04.gif);
}

#tnav li.menu5 a {
  background-image: url(../images/sp/cmn-hnav-icon-05.gif);
}

#tnav li.menu6 a {
  background-image: url(../images/sp/cmn-hnav-icon-06.gif);
}

#tnav li.menu7 a {
  background-image: url(../images/sp/cmn-hnav-icon-07.gif);
}

#tnav li.menu8 a {
  background-image: url(../images/sp/cmn-hnav-icon-08.gif);
}

#top-object-nav {
  margin: 8px 0 12px 0;
  border: 1px #8ea2c3 solid;
}

#top-object-nav dt {
  padding: 6px 0;
  text-align: center;
  font-weight: bold;
  background: url(../images/sp/top-object-btn-open.gif) 10px center no-repeat;
  background-size: 2em;
  padding-left: 30px;
  font-size: 13px;
  line-height: 1.4;
}

#top-object-nav dt span {}

#top-object-nav dt.qua-open {
  background-image: url(../images/sp/top-object-btn-close.gif);
  background-size: 2em;
}

#top-object-nav dd {
  display: none;
}

#top-object-nav dd li {
  border-top: 1px #dcdcdc solid;
  font-size: 16px;
}

#top-object-nav dd a {
  display: block;
  padding: 12px 12px;
  background: url(../images/sp/hnav-arw.png) right 15px center no-repeat;
  background-size: 7px auto;
}

#fromcollege {
  margin: 0 auto 30px auto;
}

#fromcollege h2 {
  padding: 10px 0;
  text-align: center;
  border-top: 1px #b5b5b5 solid;
  font-size: 2.2rem;
}

#fromcollege ul {
  font-size: 13px;
}

#fromcollege li {
  width: auto;
  overflow: hidden;
  padding: 10px 10px 10px 10px;
  border-top: 1px #a5a5a5 dotted;
}

#fromcollege li.important {
  background: url(../images/sp/fromcollege-icon1.gif) 10px 8px no-repeat;
  background-size: 18px;
}

#fromcollege li.info {
  background: url(../images/sp/fromcollege-icon2.gif) 10px 8px no-repeat;
  background-size: 18px;
}

#fromcollege li time {
  padding-left: 30px;

}

#fromcollege li .txt {
  margin-top: 5px;
  display: block;
}

#top-news {
  margin-bottom: 25px;
}

#top-news h2 {
  padding: 10px 0 0 0;
  text-align: center;
  border-top: 1px #b5b5b5 solid;
  font-size: 28px;
  margin-bottom: 10px;
}

#top-news .news-nav {
  text-align: center;
  margin-bottom: 10px;
}

#top-news .news-nav li {
  color: #018ed7;
  display: inline-block;
  padding: 0 1px 5px 1px;
  margin: 0 6px 5px 6px;
  font-size: 13px;
}

#top-news .news-nav li.current {
  color: #313131;
  border-bottom: 1px #018ed7 solid;
}

.news-list-wpr {
  border-top: 1px #b5b5b5 solid;
}

.news-list-wpr .in {
  border-bottom: 1px #b5b5b5 solid;
  position: relative;
}

.news-list-wpr .in_dummy {
  border-bottom: none;
}

.news-list-wpr .in a {
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
}

.news-list-wpr .in .cnt {
  width: 56.6%;
  float: right;
}

.news-list-wpr .in .pic {
  width: 38%;
  float: left;
  position: relative;
}

.news-list-wpr .in .pic-in {
  position: relative;
  text-align: center;
  height: 0;
  padding-bottom: 65%;
}

.news-list-wpr .in .pic img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}



.news-list-wpr .in.is_movie .pic:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/cmn/play.png) 0 0 no-repeat;
  background-size: 30px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news-list-wpr .in .date {
  width: 100%;
  display: flex;
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
}

.news-list-wpr .in .date .cat {
  width: 55%;
  background-color: #00a7eb;
  padding: 5px;
  box-sizing: border-box;
}

.news-list-wpr .in .date time {
  width: 45%;
  text-align: left;
  background-color: #313131;
  padding: 5px;
  box-sizing: border-box;
}

.news-list-wpr .in .txt {
  font-size: 1.3rem;
}

.news-list {
  display: none;
}

.news-list.current {
  display: block;
}



.news-list-wpr .in.is_fixed:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #00a7eb;
}

.news-list-wpr .in.is_fixed .date time {
  display: none;
}

.news-list-wpr .in.is_fixed .date .cat {
  width: 100%;
  text-align: center;
}

#top-news .link-wpr {
  text-align: center;
  margin: 13px 0 23px 0;
}

#top-news .link-wpr div {
  text-align: center;
  margin: 0 10px 10px 10px;
}

#top-news .link-wpr div.link span {
  background: url(../images/cmn/top-news-more.gif) left center no-repeat !important;
  background-size: 16px auto !important;
  color: #018ed7;
  font-size: 1.4rem;
  padding: 2px 0 2px 23px;
}

#top-news .link-wpr ul {
  overflow: hidden;
  margin: 0 10px;
  font-size: 1.4rem;
}

#top-news .link-wpr ul li {
  width: 48.3%;
  float: left;
  text-align: center;
}

#top-news .link-wpr ul li:last-child {
  float: right;
}

#top-news .news-link {
  overflow: hidden;
  width: auto;
  margin: 0 10px;
  font-size: 16px;
}

#top-news .news-link li {
  float: left;
  width: calc(50% - 6px);
  text-align: center;
  font-weight: bold;
}

#top-news .link-wpr ul li.link2 {
  width: 48.3%;
  float: right;
  text-align: center;
}

#top-news .news-link li:last-child {
  float: right;
}

#top-news .news-link li a {
  display: block;
  padding: 10px 0;
  background-color: #f3f5f8;
}

#top-news .news-link li.link1 a span {
  padding-left: 15px;
  background: url(../images/sp/top-arw.png) left center no-repeat;
  background-size: 8px auto;
}

#top-news .news-link li.link2 a span {
  padding-left: 18px;
  background: url(../images/sp/top-rss.png) left center no-repeat;
  background-size: 12px auto;
}

#top-news .news-link li.link3 a span {
  padding-left: 22px;
  background: url(../images/pc/top-book.gif) left center no-repeat;
  background-size: 17px auto;
  margin-top: 10px;
}

#top-news .link-wpr ul li.link3 {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 10px;
}

/*
#top-news  .news-ttl ul {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
  border-top: 2px #f3f5f8 solid;
  font-size: 18px;
  line-height: 1.5;
}

#top-news  .news-ttl ul li {
  float: left;
  width: 50%;
  cursor: pointer;
  text-align: center;
}

#top-news  .news-ttl ul li span {
  display: block;
  padding: 10px 0;
  color: #313131;
  background-color: #f3f5f8;
}

#top-news  .news-ttl ul li.current span {
  color: #018ed7;
  background-color: #fff;
}

#top-news .news-list{
  display: none;
}

#top-news .news-list-wpr{
  margin-bottom: 12px;
}


#top-news .news-list.current{
  display: block;
}


#top-news  .news-list li {
  width: 100%;
}

#top-news  .news-list li:nth-child(n+7){
  display: none;
}

#top-news  .news-list li .in {
  display: block;
  padding: 10px 12px;
}

#top-news  .news-list li:nth-child(even) {
  background-color: #f6f6f6;
}

#top-news  .news-list li.important {
  border-top: 1px #e86aa2 solid;
  border-bottom: 1px #e86aa2 solid;
}

#top-news  .news-list .icon {
  display: inline-block;
  width: 60px;
  margin-left: 10px;
  padding: 2px 0 2px 0;
  text-align: center;
  color: #fff;
  background-color: #458acb;
  font-size: 10px;
}

#top-news  .news-list li.important .icon {
  background-color: #ea68a2;
}

#top-news  .news-list time {
  font-size: 13px;
}

#top-news  .news-list .txt {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.4;
}

#top-news  .news-list .txt .new{
  margin-right: 10px;
  color: #ca0000;
  font-style: italic;
  font-weight: bold;
}

#top-news  .link {
  width: auto;
  margin: 0 12px 12px 12px;
  font-size: 16px;
  font-weight: bold;
}

#top-news  .link a {
  display: block;
  padding: 10px 0;
  text-align: center;
  background-color: #f3f5f8;
}

#top-news  .link span {
  padding-left: 33px;
  background: url(../images/sp/top-icon.png) left center no-repeat;
  background-size: 20px auto;
}

#top-news  .news-link {
  overflow: hidden;
  width: auto;
  margin: 0 10px;
  font-size: 16px;
}

#top-news  .news-link li {
  float: left;
  width: calc(50% - 6px);
  text-align: center;
  font-weight: bold;
}

#top-news  .news-link li:last-child {
  float: right;
}

#top-news  .news-link li a {
  display: block;
  padding: 10px 0;
  background-color: #f3f5f8;
}

#top-news  .news-link li.link1 a span {
  padding-left: 15px;
  background: url(../images/sp/top-arw.png) left center no-repeat;
  background-size: 8px auto;
}

#top-news  .news-link li.link2 a span {
  padding-left: 18px;
  background: url(../images/sp/top-rss.png) left center no-repeat;
  background-size: 12px auto;
}
*/

#top-about {
  margin-bottom: 20px;
}

#top-about h2 {
  margin-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  border-top: 1px #b5b5b5 solid;
  font-size: 28px;
}

h2.undergraduate-h {
  margin: 10px 0;
  padding-top: 0 !important;
  border-top: none !important;
}

#top-about .about-new ul {
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-bottom: 129px;
}

#top-about .about-new ul li {
  width: calc(100% / 2 - 0.5px);
  overflow: hidden;
  /*margin-bottom: 1px;*/
  border-bottom: #fff 1px solid;
}

#top-about .about-new ul li.about-new4 {
  width: 100%;
  position: relative;
  z-index: 2;
}

#top-about .about-new ul li a {
  height: 129px;
  color: #fff;
  font-size: 0.9rem;
  display: block !important;
  position: relative;
}

#top-about .about-new ul li.about-new5 .in1 a {
  height: 63px;
  margin-bottom: 1px;
  overflow: hidden;
}

#top-about .about-new ul li.about-new5 .in2 a {
  height: 64px;
  overflow: hidden;
}

#top-about .about-new ul li a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  transition: transform 0.5s ease-out;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#top-about .about-new ul li.about-new1 a:before {
  background-image: url(../images/cmn/top-link1.png);
}

#top-about .about-new ul li.about-new2 a:before {
  background-image: url(../images/cmn/top-link2.png);
}

#top-about .about-new ul li.about-new3 a:before {
  background-image: url(../images/cmn/top-link3.png);
}

#top-about .about-new ul li.about-new4 a:before {
  background-image: url(../images/cmn/top-link4.png);
}

#top-about .about-new ul li.about-new5 .in1 a:before {
  background-image: url(../images/cmn/top-link5.png);
}

#top-about .about-new ul li.about-new5 .in2 a:before {
  background-image: url(../images/cmn/top-link6.png);
}

#top-about .about-new ul li .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding-top: 6px;
  box-sizing: border-box;
  font-size: 12px;
}

#top-about .about-new ul li.about-new2 .txt {
  letter-spacing: -1px;
}

#top-about .about-new ul li.about-new3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#top-about .about-new ul li.about-new5 {
  position: absolute;
  bottom: 0;
  right: 0;
}

#top-about .about-new ul li .txt1,
#top-about .about-new ul li .txt2 {
  position: absolute;
}

#top-about .about-new ul li.about-new1 .txt1 {
  width: 77.2%;
  top: 38%;
  left: 50%;
  transform: translateX(-50%);
}

#top-about .about-new ul li.about-new2 .txt1 {
  display: none;
}

#top-about .about-new ul li.about-new2 .txt2 {
  width: 20%;
  top: 55%;
  left: 85%;
  transform: translateX(-50%);
}

/*#top-about .about-new ul li.about-new3 .txt1{
	width:72%;
	top: 20%;
	left:50%;
	transform:translateX(-50%);
}*/
#top-about .about-new ul li.about-new3 .txt1 {
  display: none;
}

#top-about .about-new ul li.about-new3 .txt2 {
  width: 100%;
  top: 25%;
  left: 0;
  color: #fff;
  font-size: 4vw;
  line-height: 1.4;
  text-align: center;
}

/*#top-about .about-new ul li.about-new3 .txt2{
	display:none;
}*/
#top-about .about-new ul li.about-new4 .txt1 {
  width: 30%;
  top: 8.3%;
  left: 3.4%;
}

#top-about .about-new ul li a:hover:before {
  transform: scale(1.1)
}

#top-about .about .in {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 190px;
  background-color: rgba(0, 0, 0, 0.5);
}


#top-about .about .about-full .in {
  position: absolute;
  top: 0;
  left: 0;
  height: 190px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}

#top-about .about1,
#top-about .about2,
#top-about .about3,
#top-about .about4,
#top-about .about5,
#top-about .about6,
#top-about .about-full {
  position: relative;
  height: 190px;
  font-size: 18px;
  border-bottom: #fff 1px solid;
}


#top-about .about a {
  display: block;
  height: 190px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  background-color: #000;
}

#top-about .about a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transition: transform .3s ease-out;
  /* opacity: 0.9;*/
}

#top-about .about1 a:before {
  background-image: url(../images/sp/top-pic-01.jpg);
}

#top-about .about2 a:before {
  background-image: url(../images/sp/top-pic-02.jpg);
}

#top-about .about3 a:before {
  background-image: url(../images/sp/top-pic-03.jpg);
}

#top-about .about4 a:before {
  background-image: url(../images/sp/top-pic-04.jpg);
}

#top-about .about5 a:before {
  background-image: url(../images/sp/top-pic-r-01sp.jpg);
}

#top-about .about6 a:before {
  background-image: url(../images/sp/top-pic-17.jpg);
}

#top-about .about-full a:before {
  background-image: url(../images/sp/top-pic-r-90th-sp.jpg);
}

#top-about .about .qua-active a:before {
  transform: scale(1.1);
  opacity: 1;
}

#top-about .about .arw {
  width: 12px;
  height: auto;
}

#top-about .about1 .txt1 {
  position: absolute;
  top: 30px;
  left: 15px;
  font-size: 12px;
}

#top-about .about1 .txt2 {
  position: absolute;
  top: 55px;
  left: 15px;
  font-size: 14px;
  padding-right: 10px;
}

#top-about .about1 .arw {
  position: absolute;
  bottom: 15px;
  left: 45.6%;
}

#top-about .about1 .name {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 15px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  text-align: center;
}

#top-about .about1 .name span {
  font-size: 12px;
  display: block;
}

#top-about .about2 .txt1 {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 13px;
}

#top-about .about2 .txt2 {
  position: absolute;
  top: 56px;
  left: 15px;
  font-size: 12px;
}

#top-about .about2 .txt3 {
  position: absolute;
  top: 111px;
  left: 15px;
  font-size: 12px;
}

#top-about .about2 .pic1 {
  position: absolute;
  top: 56px;
  left: 95px;
}

#top-about .about2 .pic2 {
  position: absolute;
  top: 111px;
  left: 95px;
}

#top-about .about2 .pic1 img,
#top-about .about2 .pic2 img {
  width: 70px;
  padding-left: 15px;
}

#top-about .about2 .pic {
  position: absolute;
  top: 50px;
  left: 85px;
}

#top-about .about2 .pic img {
  width: 64px;
}

#top-about .about2 .arw {
  position: absolute;
  bottom: 10px;
  left: 45.6%;
}

#top-about .about3 .txt1 {
  position: absolute;
  top: 30px;
  left: 15px;
  font-size: 13px;
}

#top-about .about3 .txt2 {
  position: absolute;
  top: 92px;
  left: 15px;
  font-size: 9px;
}

#top-about .about3 .arw {
  position: absolute;
  bottom: 15px;
  left: 45.6%;
}

#top-about .about4 .txt1 {
  position: absolute;
  top: 65px;
  left: 15px;
  font-size: 13px;
}


#top-about .about4 .txt2 {
  /*display: none;*/
  position: absolute;
  top: 92px;
  left: 15px;
  font-size: 9px;

}

#top-about .about4 .txt3 {
  position: absolute;
  top: 64px;
  left: 15px;
  right: 10px;
  font-size: 9px;
}

#top-about .about4 .arw {
  position: absolute;
  bottom: 15px;
  left: 45.6%;
}

#top-about .about4 .pic {
  position: absolute;
  top: 10px;
  left: 30px;
}

#top-about .about4 .pic img {
  width: 80%;
}


#top-about .about5 .txt1 {
  position: absolute;
  top: 50px;
  left: 15px;
  font-size: 12px;
}

#top-about .about5 .arw {
  position: absolute;
  bottom: 15px;
  left: 45.6%;
}

#top-about .about6 .txt1 {
  position: absolute;
  top: 30px;
  left: 18px;
  font-size: 13px;
}

#top-about .about6 .txt2 {
  position: absolute;
  top: 100px;
  left: 18px;
  font-size: 24px;
}

#top-about .about6 .pic {
  position: absolute;
  top: 65px;
  left: 30px;
}

#top-about .about6 .pic img {
  width: 120px;
}

#top-about .about6 .arw {
  position: absolute;
  bottom: 10px;
  left: 45.6%;
}

#top-about .about-full .txt1 {
  width: 80%;
}

#top-about .undergraduate {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
}

#top-about .undergraduate li {
  float: left;
  width: 50%;
  height: 129px;
  font-weight: bold;
  border-bottom: #fff 1px solid;
  box-sizing: border-box;
}

#top-about .undergraduate li:nth-child(odd) {
  border-right: #fff 1px solid;
}


#top-about .undergraduate li span.in {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  font-size: 19px;
}

#top-about .undergraduate li span.in-in {
  display: none;
}

#top-about .undergraduate li a,
#top-about .undergraduate2 li a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  font-weight: bold;
}

#top-about .undergraduate2 li a {
  padding-top: 38px;
}

#top-about .undergraduate li.menu1 a {
  background-image: url(../images/sp/top-pic-05.jpg);
}

#top-about .undergraduate li.menu2 a {
  background-image: url(../images/sp/top-pic-06.jpg);
}

#top-about .undergraduate li.menu3 a {
  background-image: url(../images/sp/top-pic-07.jpg);
}

#top-about .undergraduate li.menu4 a {
  background-image: url(../images/sp/top-pic-08.jpg);
}

#top-about .undergraduate li.menu5 a {
  background-image: url(../images/sp/top-pic-09.jpg);
}

#top-about .undergraduate li.menu6 a {
  background-image: url(../images/sp/top-pic-10.jpg);
}

#top-about .undergraduate li.menu7 a {
  background-image: url(../images/sp/top-pic-18.jpg);
}

#top-about .undergraduate li.menu8 a {
  background-image: url(../images/sp/top-pic-14.jpg);
}

#top-about .undergraduate li.menu9 a {
  background-image: url(../images/sp/top-pic-15.jpg);
}

#top-about .undergraduate2 {
  display: flex;
  overflow: hidden;
  margin-bottom: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
}

#top-about .undergraduate2 li {
  overflow: hidden;
  box-sizing: border-box;
  width: calc(100% / 2);
  height: auto;
  vertical-align: middle;
  justify-content: center;
}

#top-about .undergraduate2 li span.in {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  font-size: 17px;
}

#top-about .undergraduate2 li:first-child {
  box-sizing: border-box;
  border-right: #fff 1px solid;
}

#top-about .undergraduate2 li a {
  position: relative;
  display: block;
  height: 100px;
}

/*#top-about .undergraduate2 li.menu1 a {
  background-image: url(../images/sp/top-pic-14.jpg);
}

#top-about .undergraduate2 li.menu2 a {
  background-image: url(../images/sp/top-pic-15.jpg);
}*/

#top-campus {
  color: #fff;
  margin-bottom: 20px;
}

#top-campus .campus1,
#top-campus .campus2,
#top-campus .campus3 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 234px;
  padding: 45px 30px 0 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-bottom: #fff 1px solid;
}

#top-campus .campus1 {
  background-image: url(../images/pc/top-pic-11.jpg);
}

#top-campus .campus2 {
  background-image: url(../images/pc/top-pic-12.jpg);
}

#top-campus .campus3 {
  background-image: url(../images/pc/top-pic-13.jpg);
}

#top-campus dl {
  margin-bottom: 30px;
  text-align: center;
}

#top-campus dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

#top-campus dd {
  font-size: 14px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

#top-campus ul {
  width: 100%;
}

#top-campus li a {
  display: block;
  float: left;
  width: calc(50% - 6px);
  box-sizing: border-box;
  margin: 0 auto 10px auto;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: 1px #fff solid;
  font-size: 16px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

#top-campus li:last-child a {
  float: right;
}

#top-main-content #top-link h2 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 28px;
}

#top-main-content #top-link .pnav {
  margin-bottom: 20px;
  text-align: center;
  font-size: 13px;
}

#top-main-content #top-link .pnav li {
  display: inline;
  margin: 0 10px;
  cursor: pointer;
  color: #00a0e5;
}

#top-main-content #top-link .pnav li.current span {
  padding-bottom: 5px;
  color: #313131;
  border-bottom: 2px #00a0e5 solid;
}

#top-main-content #top-link ul.links {
  overflow: hidden;
  width: auto;
  margin: 0 12px 30px 12px;
}

#top-main-content #top-link ul.links li {
  width: calc(50% - 6px);
  margin-bottom: 20px;
}

#top-main-content #top-link ul.links li:nth-child(odd) {
  float: left;
  clear: both;
}

#top-main-content #top-link ul.links li:nth-child(even) {
  float: right;
}

#top-main-content #top-link ul.links li .txt {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.4;
}


/* タブ切り替え */

#top-link [data-tab="cnt"] > * {
  display: none;
}

#top-link [data-tab="cnt"] > .current {
  display: block;
}


/* ニュース
--------------------------------------------------*/

#news-list {
  border-top: 1px #4e4e4e dotted;
}

#news-list li {
  overflow: hidden;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px #4e4e4e dotted;
}

#news-list .cat,
#news-list .icon {
  width: 9em;
  display: inline-block;
  margin-left: 6px;
  padding: 3px 5px 2px 5px;
  text-align: center;
  color: #fff;
  background-color: #458acb;
  font-size: 10px;
}

.old-topics #news-list .icon {
  padding: 0;
  text-align: inherit;
  color: auto;
  background-color: transparent;
  font-size: auto;
  line-height: auto;
}

.old-topics #news-list .icon span {
  padding: 3px 5px 2px 5px;
  text-align: center;
  color: #fff;
  background-color: #458acb;
  font-size: 10px;
  display: block;
}

#news-list time {
  font-size: 12px;
}

#news-list .txt {
  display: block;
  margin-top: 5px;
  font-size: 17px;
}

#news-list .txt span {
  margin-right: 10px;
  color: #ca0000;
  font-style: italic;
}

.pagenavi {
  margin-top: 22px;
  text-align: center;
  font-size: 20px;
}

.pagenavi li {
  display: inline-block;
}

.pagenavi a,
.pagenavi span {
  display: inline-block;
  margin: 0 2px;
  padding: 4px 12px;
}

.pagenavi a {
  border-bottom: 1px #cfdced solid;
  background-color: #f6f6f6;
}

.pagenavi a:hover {
  text-decoration: none;
}

.pagenavi span {
  color: #fff;
  border-bottom: 1px #007bd0 solid;
  background-color: #00a7eb;
}

#news-detail .h {
  margin-bottom: 25px;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px #dcdcdc solid;
  background-color: #f6f6f6;
  font-size: 13px;
}

#news-detail .h span {
  margin: 0 3px;
}

.old-topics #news-detail p {
  margin-bottom: 25px;
  line-height: 1.75;
}


#news-detail .newsttl {
  font-size: 22px;
  font-weight: bold;
  color: #018ed7;
}

#news-detail .newsttl2 {
  margin-top: 0;
  margin-bottom: 20px;
}


#news-detail .link {
  margin: 0 -10px;
  padding-top: 10px;
  text-align: center;
  border-top: 2px #dcdcdc solid;
  font-size: 3.6vw;
  margin-top: 20px;
  position: relative;
}

#news-detail .link li {
  display: inline-block;
  box-sizing: border-box;
}

#news-detail .link .prev {
  background: url(../images/sp/news-detail-prev.gif) 10px center no-repeat;
  background-size: 8px auto;
  position: absolute;
  left: 0;
  padding-left: 24px;
}

#news-detail .link .next {
  background: url(../images/sp/news-detail-next.gif) right 10px center no-repeat;
  background-size: 8px auto;
  position: absolute;
  right: 0;
  padding-right: 24px;
}

#news-detail .link .list {
  border-right: 1px #dcdcdc solid;
  border-left: 1px #dcdcdc solid;
  float: none;
  padding: 0 12px 0 10px;
}

#news-detail .link .golist span {
  display: none;
  text-align: center;
}

/* セカンド
--------------------------------------------------*/

#title {
  height: 65px;
  background: url(../images/sp/cmn-main.jpg) center top no-repeat;
  background-size: cover;
}

#title .title-in {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 18px 10px 0 10px;
  color: #fff;
  font-size: 22px;
}

#title .title-in span {
  display: none;
}

.bread {
  margin: 10px 0;
  font-size: 12px;
}

.bread li {
  display: inline-block;
}

.bread li a {
  display: block;
  margin-right: 8px;
  padding-right: 15px;
  background-image: url(../images/sp/cmn-bread-arw.gif);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 5px auto;
}

#main {
  margin: 0 10px;
  padding-bottom: 40px;
}

#main #left {
  display: none;
}


/* ボタン
--------------------------------------------------*/

.unit-btn-blue {
  margin: auto;
  text-align: center;
  background-color: #00a7eb;
  font-size: 20px;
  border-bottom: 2px #008ae2 solid;
  position: relative;
}

.unit-btn-blue::after {
  content: "";
  background-image: url('../images/sp/unit-btn-arw-w.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px;
  width: 58px;
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0px;
  border-left: #007bd0 2px solid;
}

.unit-btn-blue a {
  text-decoration: none;
  color: #ffffff;
  padding: 18px 50px 18px 0;
  display: block;
}

/* Not Found
--------------------------------------------------*/

.notfound {
  text-align: center;
  margin: 100px auto;
}

.notfound .unit-notfound {
  width: 90%;
  margin: auto;
}

.notfound .unit-notfound img {
  margin-bottom: 25px;
  width: 100%;

}

.notfound p {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 45px;
}

.notfound .unit-btn-blue {}

/* サイドメニュー
--------------------------------------------------*/

.menu-open header .header-in {
  left: calc(-100vw + 65px);
}


.sidr {
  width: calc(100vw - 65px);
}

.sidr.right {
  left: auto;
  right: calc(-100vw + 65px);
}


@media only screen and (max-width: 320px) {

  .menu-open header .header-in {
    left: calc(-100vw + 55px);
  }


  .sidr {
    width: calc(100vw - 55px);
  }

  .sidr.right {
    left: auto;
    right: calc(-100vw + 55px);
  }

}


/* トップニュース
--------------------------------------------------*/

.topics-entry-wrap .topics-entry {
  padding: 10px;
}

.topics-entry-wrap.important {
  border-top: 1px solid #ea68a2;
  border-bottom: 1px solid #ea68a2;
}

.topics-entry-wrap.important .topics-entry {
  margin-bottom: 0;
}

.topics-entry-wrap.important .left span {
  background: #ea68a2;
}

.topics-entry-wrap.even {
  background: #f6f6f6;
}

.topics-entry-wrap .entrydate,
.topics-entry-wrap .left,
.topics-entry-wrap .topics-entrytitle {
  display: inline-block;
}

.topics-entry-wrap .entrydate {
  display: inline-block;
  font-size: 13px;
}

.topics-entry-wrap .topics-entrytitle {
  margin-top: 5px;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
}

.topics-entry-wrap .new {
  color: #ca0000;
  font-style: italic;
  font-weight: bold;
}

.topics-entry-wrap .new span {
  color: #ca0000 !important;
}

/* アイコン */
.topics-entry-wrap .left span {
  display: inline-block;
  min-width: 40px;
  margin-left: 10px;
  padding: 2px 10px;
  text-align: center;
  color: #fff;
  background-color: #458acb;
  font-size: 10px;
}

.topics-entry-wrap.important .left span {
  /* 重要 */
  background: #ea68a2;
}

.juyo {
  background: #e30000 !important;
}

/* 重要 */
.newsrelease {
  background: #fc8600 !important;
}

/* ニュースリリース */
.nyusi {
  background: #F59D34 !important;
}

/* 入試 */
.manabi {
  background: #4A98E0 !important;
}

/* 学び */
.clife {
  background: #34B3A9 !important;
}

/*キャンパスライフ */
.syuusyoku {
  background: #a582d4 !important;
}

/* 就職 */
.jyukensei {
  background: #87c7f2 !important;
}

/* 受験生 */
.hogosya {
  background: #448aca !important;
}

/* 保護者 */
.zaigakusei {
  background: #448aca !important;
}

/* 在学生 */
.sotugyousei {
  background: #8957a1 !important;
}

/* 卒業生 */
.chuui {
  background: #ea68a2 !important;
}

/* 注意 */
.daigakusougou {
  background: #00B0EC !important;
}

/* 大学総合 */
.kigyou {
  background: #458acb !important;
}

/* 企業 */
.information {
  background: #458acb !important;
}

/* information */

/* トピックス（受験生の方へ）
--------------------------------------------------*/
#topics-cont {
  position: relative;
  overflow: hidden;
}

#topics-cont .topics-ttl {
  padding: 0 0 2px;
}

#topics-cont .topics-ttl-in {
  position: relative;
  width: 100%;
  height: 30px;
}

#topics-cont .topics-ttl ul {
  display: table;
  width: 99%;
  margin: 0 0 0 1%;
}

#topics-cont .topics-ttl ul li {
  float: left;
  width: 19%;
  height: 30px;
  margin-right: 1%;
  cursor: pointer;
}

#topics-cont .topics-ttl ul li span {
  display: block;
  width: 100%;
  height: 30px;
  color: #fff;
  font-size: 10px;
  line-height: 30px;
  text-align: center;
}

#topics-cont .topics-ttl ul li.topics-nav01 {
  background-color: #d14f4f;
}

#topics-cont .topics-ttl ul li.topics-nav02 {
  background-color: #f49727;
}

#topics-cont .topics-ttl ul li.topics-nav03 {
  background-color: #4194df;
}

#topics-cont .topics-ttl ul li.topics-nav04 {
  background-color: #2fb1a7;
}

#topics-cont .topics-ttl ul li.topics-nav04 span {
  padding: 5px 0 0;
  font-size: 9px;
  line-height: 1.1;
}

#topics-cont .topics-ttl ul li.topics-nav05 {
  background-color: #9a6cdb;
}

#topics-cont .topics-ttl ul li.topics-nav01.current {
  border-bottom: 2px solid #d14f4f;
}

#topics-cont .topics-ttl ul li.topics-nav02.current {
  border-bottom: 2px solid #f49727;
}

#topics-cont .topics-ttl ul li.topics-nav03.current {
  border-bottom: 2px solid #4194df;
}

#topics-cont .topics-ttl ul li.topics-nav04.current {
  border-bottom: 2px solid #2fb1a7;
}

#topics-cont .topics-ttl ul li.topics-nav05.current {
  border-bottom: 2px solid #9a6cdb;
}

#topics-cont .topics-list-wrap {
  display: none;
}

#topics-cont .topics-list-wrap.current {
  display: block;
}

#topics-cont .topics-list dt {
  position: relative;
  padding: 8px 0 5px;
  font-size: 12px;
}

#topics-cont .topics-list dd {
  padding: 0 0 8px;
  border-bottom: #4e4e4e dotted 1px;
  font-size: 14px;
}

#topics-cont .topics-list#topics_all {
  border-top: 2px #d14f4f solid;
}

#topics-cont .topics-list#topics_exam {
  border-top: 2px #f49727 solid;
}

#topics-cont .topics-list#topics_studied {
  border-top: 2px #4194df solid;
}

#topics-cont .topics-list#topics_campus {
  border-top: 2px #2fb1a7 solid;
}

#topics-cont .topics-list#topics_recruit {
  border-top: 2px #9a6cdb solid;
}

/* アイコン */
#topics-cont .topics-list .cat > span {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 80px;
  width: 9em;
  padding: 0 5px;
  color: #fff;
  background: #458acb;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

#topics-cont .topics-list a + span {
  /* NEW */
  color: #ca0000 !important;
  font-style: italic;
  font-weight: bold;
}

#topics-cont .topics-link {
  margin-top: 10px;
  text-align: right;
}

#topics-cont .topics-link li {
  display: inline-block;
  font-size: 14px;
}

#topics-cont .topics-link li.link2 {
  margin-left: 15px;
}

#topics-cont .topics-link li.link1 a {
  padding-left: 10px;
  background: url(../images/pc/unit-h3-topics-list.png) left center no-repeat;
  background-size: 5px auto;
}

#topics-cont .topics-link li.link2 a {
  padding-left: 15px;
  background: url(../images/pc/unit-h3-topics-rss.png) left center no-repeat;
  background-size: 8px auto;
}


/* トピックス（在学生・保護者の方へ）
--------------------------------------------------*/
#topics-cont.no-tab {
  margin: -12px 0 0;
}

#topics-cont .entry {
  position: relative;
  padding: 8px 0;
  border-bottom: #4e4e4e dotted 1px;
}

#topics-cont .entry .entrydate {
  padding: 0 0 5px;
  font-size: 12px;
}

#topics-cont .entry .top-entrytitle {
  font-size: 14px;
}

#topics-cont .entry .left > span {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 80px;
  min-width: 40px;
  padding: 0 5px;
  color: #fff;
  background: #458acb;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

#topics-cont .topics-list a + span {
  /* NEW */
  color: #ca0000 !important;
  font-style: italic;
  font-weight: bold;
}

/* トピックス表組修正_20161228
--------------------------------------------------*/
table.topics {
  width: 100%;
  border-collapse: collapse;
}

table.topics th,
table.topics td {
  vertical-align: middle;
  padding: 6px 10px 5px;
  border: #d9d9d9 solid 1px;
}

table.topics th {
  font-weight: bold;
  text-align: center;
  background: #f5f5f5;
}

table.topics .bd2 {
  border-width: 2px;
}

table.noline th,
table.noline td {
  border: none;
}

table.noline th {
  border: none;
}


/* 児童学科NEWS
--------------------------------------------------*/
#feed {
  margin: 0 0 10px;
  border-top: 1px dotted #898989;
}

#feed .blog_feed {
  padding: 10px 0 8px;
  border-bottom: 1px dotted #898989;
}

#feed .blog_feed .date {
  font-size: 13px;
}

#feed .blog_feed .title {
  margin: 5px 0 0;
  font-size: 15px;
  line-height: 1.3;
}

#feed .blog_feed br {
  display: none;
}

#feed .blog_feed a[target="_blank"] {
  position: relative;
  margin-right: 0.5em;
}

#feed .blog_feed a[target="_blank"]:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 18px;
  background: url("../images/cmn/icon-external.png") right center no-repeat;
  position: relative;
  bottom: -3px;
}



#news-detail img {
  height: auto !important;
}

#news-detail table {
  width: 100% !important;
}

#news-detail table td {
  width: auto !important;
  vertical-align: top;
}

/* トピックス（2017年度入試志願者速報）
--------------------------------------------------*/
#topics-cont .topics-list .ichiran-entry {
  border-bottom: #4e4e4e dotted 1px;
}

#topics-cont .topics-list .ichiran-entry:first-child {
  border-top: #4e4e4e dotted 1px;
  margin-top: 30px !important;
  padding-top: 10px;
}

#topics-cont .topics-list .ichiran-entry .entrydate {
  margin: 0;
  font-size: 12px;
}

#topics-cont .topics-list .ichiran-entry .ichiran-entrytitle {
  margin: 0;
  font-size: 14px;
}

.news-sns {
  height: 12vw;
  margin: 25px 0 10px 0;
  display: flex;
  justify-content: center;
}

.news-sns li {
  width: 20%;
  height: 12vw;
  margin-left: 1px;
  text-align: center;
}

.news-sns li:first-child {
  margin-left: 0;
}

.news-sns li a {
  width: 100%;
  height: 12vw;
  display: inline-block;
  color: #fff;
  font-size: 2.6vw;
  padding-top: 1.2vw;
  box-sizing: border-box;
}

.news-sns li:nth-child(2) a {
  padding-top: 0.4vw;
}

.news-sns li span {
  display: inline-block;
}

.news-sns li a:hover {
  text-decoration: none;
}

.news-sns li:first-child a {
  background-color: #59adeb;
}

.news-sns li:nth-child(2) a {
  background-color: #335294;
}

.news-sns li:nth-child(3) a {
  background-color: #00c200;
}

.news-sns li:nth-child(4) a {
  background-color: #00a4de;
}

.news-sns li:nth-child(5) a {
  background-color: #e03e53;
}

.news-sns li a .icon:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.news-sns li a .icon {
  display: block;
  line-height: 1;
}


.news-sns li:first-child a .icon:before {
  content: "\ea91";
}

.news-sns li:nth-child(2) a .icon:before {
  content: "\ea8c";
}

.news-sns li:nth-child(3) a .icon:before {
  content: "\e603";
}

.news-sns li:nth-child(4) a .icon:before {
  content: "\e602";
}

.news-sns li:nth-child(5) a .icon:before {
  content: "\e601";
}

.news-sns li:first-child a .icon {
  font-size: 6vw;
}

.news-sns li:nth-child(2) a .icon {
  font-size: 6.3vw;
}

.news-sns li:nth-child(3) a .icon {
  font-size: 6vw;
}

.news-sns li:nth-child(4) a .icon {
  font-size: 5.2vw;
  margin-bottom: 0.8vw;
}

.news-sns li:nth-child(5) a .icon {
  font-size: 5.2vw;
  margin-bottom: 0.8vw;
}

.form2 .name,
.form2 .mail,
.form2 .message {
  font-size: 16px;
}

/* 20200210 追記　杉野 */
#title {
  padding-top: 60px;
}
