/* SP CSS Document */

/*** header nav ***/
.header-nav {
  display: table;
  width: 100%;
}
.nav-target, .nav-global {
  display: table-cell;
  width: 50%;
  float: left;
  font-size: 12px;
}
label.nav-btn {
  background: #eee;
  margin: 0;
  text-align: center;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}
label.nav-btn:hover {
  cursor: pointer;
}
input[type="checkbox"].on-off {
  display: none;
}
ul.nav-list {
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.nav-list li {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
  text-indent: 1em;
  color: #FFF;
}
ul.nav-list li a {
  display: block;
  width: 100%;
  color: #FFF;
}
input[type="checkbox"].on-off + ul.nav-list {
  height: 0;
  overflow: hidden;
}
input[type="checkbox"].on-off:checked + ul.nav-list {
  height: auto;
  z-index: 999;
  position: absolute;
  width: 50%;
}
/* 利用者メニューcolor */
.nav-target label.nav-btn {
  background-color: #000;
  color: #FFF;
}
.nav-target ul.nav-list {
  background-color: #000;
}
.nav-target ul.nav-list li {
  border-top: solid 1px #999;
}
/* メニューcolor */
.nav-global label.nav-btn {
  background-color: #903;
  color: #FFF;
}
.nav-global ul.nav-list {
  background-color: #903;
}
.nav-global ul.nav-list li {
  border-top: solid 1px #000;
}
.blockcenter {
  display: block;
  margin: 0 auto;
}
.siteid {
  width: 100%;
  text-align: center;
  padding: 30px 0 20px 0;
}
.sitenav {
  background-color: #000000;
  display: block;
  height: 45px;
  width: 320px;
}
/* 重要なお知らせ */
.border {
  border-bottom: 3px solid;
  width: 100%;
}
.news-important-con {
  width: 100%;
  padding: 0 2.5%;
  margin: 0 auto;
  box-sizing: border-box;
}
.news-important-title {
  color: #971919;
  padding: 30px 0 20px 0;
  font-weight: 700;
}
.news-important {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 2.5% 30px 2.5%;
  margin: 0 auto;
}
.news-important dt {
  font-size: 11px;
  font-style: normal;
  padding: 1px 00 0 0;
  margin-bottom: 0.5em;
}
.news-important dd {
  font-size: 12px;
  padding: 1px 0 2px 0;
  margin-bottom: 1em;
  line-height: 1.5;
}
/* メインimg */
.main {
  height: 100%;
  min-height: 215px;
  width: 100%;
}
.arrow-main {
  max-width: 37px;
  height: auto;
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  margin-top: -50px;
  padding: 30px;
}
/* 受験生応援サイト */
.zyuken {
  width: 100%;
  margin: 0 auto;
  border-top: solid 3px #f7f7f7;
}
.zyuken img {
  width: 100%;
}
.shadow-box {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.33);
}
/* 見出し */
.title {
  margin: 20px 0 10px 10px;
  font-size: 18px;
}
/* TOPIC */
.topics-title-header {
  margin: 0 auto 10px auto;
}

.topics-con {
    width: 90%;
    flex-wrap: wrap;
    display:flex;
    justify-content: space-between;
    margin:0 auto;
}

.topic p {
    font-size: 12px;
    font-weight:600;
}

.topics-con a {
    width: 49%;
    text-align:center;
}

.topic {
  display:block;
  height:160px;
  padding: 0 0 0 0;
  margin: 1% auto;
  background-size: cover;
  background-position: 10%;
  position: relative;
}

.topics p {
  height: 50px;
  color: #fff;
  line-height: 1.25;
  padding: 5px 14px;
  text-align: center;
  display:table-cell;
  vertical-align:middle;
}

.topic-label {
    position: absolute;
    bottom: 0;
    width:100%;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    text-align: center;
}

/* 背景 */
.bg-gray {
  background-color: #f7f7f7;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
/* 新着情報 タイトル右リンク*/
.newtopics-title-header div:nth-child(1) {
  width: 50%;
}
.newtopics {
  margin: -25px 0 15px 0;
  position: absolute right;
  float: right;
  display: block;
}
.newtopics a {
  float: right;
  text-align: start;
}
/*イベント情報　 申し込み受付　一覧を見る　カレンダーから探す　*/
.eventinfonav {
  width: 100%;
  display: block;
}
.newtopics-con, .event-con {
  margin: 0 auto;
}
/* 現在申し込み受付中のイベント○件をすべて見るボタン */
.eventinfon-lastnav {
  margin-top: 10px;
  height: 20px;
  line-height: 20px;
}
/* 件数表示(赤) */
.eventinfonav ul li a span, .eventinfon-lastnav span {
  color: #a7003b;
  font-size: 12px;
  font-weight: 600;
}
/* 新着情報・イベント情報 */
.newtopics-title-header {
  width: 100%;
}
.newtopics li, .eventinfonav li {
  background-image: url("../images/icon-arrow-right-black.png");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 3px auto;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 0 20px;
  padding: 0 0 0 1em;
}
.eventinfonav li {
  margin: 0 0 0.5em 20px;
}
.newtopics li:nth-child(2), .eventinfonav li:nth-child(4) {
  background-image: none;
  display: block;
  padding: 0;
  width: 18px;
}

li.arrow-RSS {
    background-image: none;
    display: block;
    padding: 0;
    width: 18px;
}

.arrow-RSS img {
  width: 18px;
  margin-top:-5px;
}



.eventinfonav ul {
  width: 100%;
  max-width: 290px;
}
.infobox {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 0;
  border: 0;
  display: table;
  position: relative;
  table-layout: fixed;
  height: 70px;
  border-bottom: solid 1px #f4f4f4;
}
.infobox:first-child {
  margin-top: 20px;
}
.infobox a {
  display: block;
  height: 70px;
  margin: 0;
  padding: 0;
}
.infobox:after {
  display: block;
  width: 7px;
  height: 12px;
  position: absolute;
  content: " ";
  background: url(../images/icon-arrow-right-gray.png) no-repeat 0 0;
  background-size: 7px 12px;
  right: 5px;
  top: 50%;
  z-index: 999;
}
.infobox-image {
    display: table-cell;
  width: 90px;
  height: 70px;
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.event-con .infobox-image {
    float:left;
    display:block;
}

.event-con .infobox-content {
    padding-top: 35px;
    width:400px;
}

.event-con .event_infos {
    position: absolute;
    bottom: 1px;
    width: 345px;
}

.event-con .event_infos .app_due {
    margin-top:1em;
}

.event-con .infobox {
    width: 552px;
}

.infobox-image img {
  width: 100%;
  height: auto;
}
.infobox-content {
  display: table-cell;
  vertical-align: top;
  padding: 0.25em 12px 0em 0.25em;
  margin: 0;
  box-sizing: border-box;
}
.infobox-tag {
  display: inline-block;
  width: 58px;
  height: auto;
  margin: 0;
}
.infobox-content span.date {
  font-size: 12px;
  margin-right: 10px;
  vertical-align: super;
}
.infobox-content h3 {
    font-size:14.4px;
    font-weight:normal;
    line-height:20px;
    font-style: normal;
    margin: 0.25em 0 0 0;/* 文字入力 20文字以上の場合非表示指定*/
    height:1.3em;
}
/* 文字入力 20文字×3行推奨 */
.newtopics-con .infobox-content h3 {

}
.infobox-content p {
  font-size: 11px;
  margin-top: 5px;
  line-height: 1.1;
}
.event-con .title {
  padding: 40px 40px 0 40px;
  margin: 30px auto 0 auto;
}
/* 現在申し込み受付中のイベント20件をすべて見る */
.eventinfon-lastnav {
  background-color: #eee;
  height: 40px;
}
.eventinfon-lastnav p {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
}
.banner-box {
  width: 100%;
  margin: 0px auto 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner-box li {
  box-sizing: border-box;
  padding: 0;
  margin: 0 1% 1% 1%;
  white-space: nowrap;
  background-color: #fff;
  width: 48%;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
}
.banner-box img {
  width: 30px;
  height: 30px;
  float: left;
}

.banner-grid-contright {
  display:table-cell;
  vertical-align:middle;
  width: 140px;
  height: 60px;
  background-color: #fff;
  box-sizing: border-box;
  padding-left: 10px;
}

.border-red {
  border-bottom: 3px solid #a7003b;
}
.banner-con {
  background-color: #f4f4f4;
  display: block;
  padding: 25px 2.5% 30px 2.5%;
  margin: 20px -2.5% 0 -2.5%;
}
.banner-slider-box {
  background-color: #e3e3e3;
  width: 100%;
  margin: 20px 0 0 0;
  position: relative;
}
.banner-slider {
  box-sizing: border-box;
/*  width: 225px; */
  margin: 15px 0;
  margin-right:2px;
  box-shadow:0px 2px 4px #666;
  height:60px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-size: 50%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-size: 50%;
}
.banner-slider-contleft {
  width: 60px;
  height: 60px;
  float: left;
}
.banner-slider-contleft img {
  width: 60px;
  height: 60px;
}
.banner-slider-contright {
  display:table-cell;
  vertical-align:middle;
  width: 156px;
  height: 60px;
  background-color: #fff;
  box-sizing: border-box;
  padding-left: 5px;
}
.banner-slider-contright h3 {
    font-size: 14px;
    color:inherit;
}
.banner-slider-contright p {
  font-size: 12px;
  padding-top: 5px;
}
.arrouw-slider {
  width: 19px;
  height: 38px;
  display: block;
  position: absolute;
  top: 40%;
  margin: 0 0 0 300px;
}
.pagetop {
  float: right;
  margin: -10px 15px 0 0;
}
/***   footer   ***/
.footer-box h2 {
  margin: 10px 0 10px 0;
  font-size: 14px;
  font-weight: 700;
}
.footer-box {
  float: left;
  width: 50%;
  display: block;
  box-sizing: border-box;
  padding: 0 1em;
}
.footer-box ul {
  display: block;
  width: 100%;
}
.footer-box ul li {
  width: 40%;
  margin: 0 1% 0.5em;
  padding-left: 1em;
  background: url(../images/icon-arrow-right-black.png) no-repeat 0 0.2em;
  background-size: 3px auto;
  display: block;
  float: left;
  line-height: 1.2;
  font-size: 10px;
}
.footer-box.footerbox3 li {
  margin: 0 1% 0.5em;
  background: url(../images/icon-blank-thumbnail.png) no-repeat 0 0.2em;
  background-size: 6px auto;
}
.footer-box ul li:nht-child(2n), .footer-box.footerbox3 li:nht-child(2n) {
 margin:0 0% 0.5em;
}
.footer-box ul li:nht-child(2n+1) {
 clear:left;
}
/* ご寄付をお考えの皆様へ */
.donationarea {
  padding: 25px 0;
  clear: both;
}
.donation {
  background-color: #fafafa;
  width: 80%;
  height: 40px;
  margin: auto;
  border: solid 1px;
  text-align: center;
  margin-bottom: 5px;
}
.donation p {
  line-height: 40px;
  font-size: 12px;
  color: #333333;
  position:relative;
}
.footermenu {
  background-color: #000000;
  color: #ffffff;
}
.footermenuline {
  box-sizing:border-box;
  padding: 12px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.footermuneline ul {
  width: 100%;
  display: block;
}
.footermenuline ul li a {
  color: #ffffff !important;
  padding: 0 3px;
  font-size: 11px;
}
/* 全学ポータルバナー */
.portal {
  background-color: #ffffff;
  width: 70%;
  height: 33px;
  margin: 20px auto 0 auto;
  text-align: center;
}
.portal p {
  height: 33px;
  line-height: 33px;
  font-size: 12px;
  color: #333333;
  background: url(../images/icon_pc.png) no-repeat 10px center;
  background-size: 20px auto;
  padding-left: 30px;
}
.osakauni {
  background: url(../images/icon-symboll.png) no-repeat 0 center;
  background-size: 45px 45px;
  width: 70%;
  margin: 25px auto 0 auto;
  padding: 0 0 0 55px;
  font-size: 12px;
  box-sizing: border-box;
  text-align: left;
}
.osakauni h1, .osakauni p {
  margin: 5px 0 5px 0;
  color: #fff;
}
.osakauni h1 {
    font-size: 15px;
    font-weight:bold;
}
.osakauni p {
  font-size: 11px;
}
.copyright {
  text-align: center;
  padding-top: 12px;
  padding-bottom:0;
  font-size: 11px;
}