@charset "utf-8";

/*
Theme Name: KIIS
Author: 
Author URI: 
Description: 九州情報大学レスポンシブテーマ
Version: 1.0
License: 
License URI: 
*/
/* ===================================================================
 style info :
=================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, address, input, button select, textarea,
em, img, small, strong, b, i, a, hr, menu, main,
dl, dt, dd, ol, ul, li, form, label, time,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, section {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
  font-style: normal;
}

article, aside, footer, main, header, menu, nav, section {
  display: block;
}


/*----------------------------------------------------
	common
----------------------------------------------------*/
html {
  font: 62.5%/1.6 "メイリオ", sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[lang="ko-KR"],
html[lang="en-US"],
html[lang="zh-hans"] {
  font: 62.5%/1.6 sans-serif;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: "pkna";
  width: 100%;
  /*  margin-top: 59px; */
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  border-top-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: transparent;
}

th,
td {
  display: block;
  padding: 5px;
  border: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: transparent;
}

th {
  font-weight: normal;
  color: #555;
  text-align: center;
  vertical-align: middle;
}

/*
caption,
th {
  text-align: left;
}
*/

img {
  max-width: 100%;
  height: auto;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1rem 0;
}

/* input:not([type="checkbox"],[type="radio"]), */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"],
textarea,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input[type="submit"] {
  font-weight: bold;
}

select {
  background: #fff;
}

input[type="checkbox"] {
  vertical-align: middle;
}


/* link
----------------------------------------------- */
a {
  text-decoration: none;
  outline: 0;
  color: #333;
  border: 0;
}

a:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
}

:focus {
  outline: 0;
}

a>img {
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  backface-visibility: hidden;
  border: 0;
}

a>img:hover {
  opacity: 0.70;
}


/* icon font
----------------------------------------------- */
i {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* 見出し
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-size: 10px;
  font-size: 1rem;
}


/* table
----------------------------------------------- */
table {
  width: 100%;
}

caption {
  font-weight: bold;
  margin-bottom: 8px;
}


/* text align
----------------------------------------------- */
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}


/* ボタン
----------------------------------------------- */
.btn {
  width: 200px;
  margin: 30px auto 0;
  line-height: 36px;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: #055ed6;
  color: #fff;
  border: 2px solid #055ed6;
  font-weight: bold;
}

.btn i:after {
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
  position: absolute;
  overflow: hidden;
  right: 15px;
  top: 50%;
  margin-top: -11px;
}

.btn:hover {
  background: #fff;
  color: #055ed6;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn.wide {
  width: 100%;
  line-height: 60px;
}

.prev.btn:after {
  right: auto;
  left: 7px;
}

.prev.btn,
.next.btn {
  display: inline-block;
  margin: 0 10px !important;
}

#sp #header .btn {
  background: #fff;
  color: #F4821D;
}


/* 上下中央
----------------------------------------------- */
.v-h-center {
  /*
  position: absolute;
  max-width: none;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
  font-family: 'object-fit: cover;'
*/
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.vhc-txt {
  position: absolute;
  overflow: hidden;
  max-width: none;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}


/* 初期化
----------------------------------------------- */
.init {
  all: initial;
}


/* WPデフォルトClass
----------------------------------------------- */
img[class*="wp-image-"],
img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
  display: block;
  padding: 0;
  margin: 0 auto;
  /*
  outline: 4px double #ccc;
  outline-offset: -8px;
*/
}

.aligncenter,
.alignright,
.alignleft {
  padding: 0 !important;
  margin: 0 auto 15px !important;
  display: block;
  text-align: center;
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.screen-reader-text {
  display: none;
}


/*----------------------------------------------------
	サイト幅
----------------------------------------------------*/
#page {
  width: 100%;
}

.inner {
  width: 100%;
  padding: 0 10px;
  height: 100%;
}

#contents {
  width: 100%;
}

#main-content {
  width: 100%;
}

#main.column2 {
  margin-bottom: 30px;
}


/* パンくず
----------------------------------------------- */
#breadcrumbs {
  padding-top: 20px;
  margin: 0 0 20px;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Meiryo UI', 'メイリオ', sans-serif;
  /*	font-family: "Oswald", "メイリオ", sans-serif; */
}

.trail-items li:after {
  content: ">" !important;
  padding: 0 0.5em;
}


/* PC・SP表示
----------------------------------------------- */
.pc-view {
  display: none !important;
}

.sp-view {
  display: block !important;
}


/*----------------------------------------------------
	ページ・投稿
----------------------------------------------------*/
.entry-content {
  overflow: hidden;
}

.page-title,
.entry-title {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
}

.page-title:after,
.entry-title:after {
  display: block;
  width: 20%;
  position: absolute;
  bottom: -2px;
  content: "";
  border-bottom: 2px solid #055ed6;
}

.section-title {
  font-size: 26px;
  font-size: 2.6rem;
  color: #055ed6;
  /*  font-weight: bold; */
  height: auto;
  display: block;
  text-align: center;
  margin: 0 0 40px;
  padding-top: 0;
  letter-spacing: 0.3em;
  position: relative;
  /*  font-family: 'Oswald', "Noto Sans J", sans-serif; */
  font-family: "Oswald", "メイリオ", sans-serif;
}

.section-title:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #aaa;
  border-radius: 2px;
}

#page-header-img {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

#page-header-img img {
  /*
  width: 160%;
  max-width: none;
  margin: 0 -30%;
  height: auto;
  max-width: 150%;
*/
}

#page-header-img h1 {
  letter-spacing: 0.1em;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  padding: 5px 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  max-width: 80%;
  position: absolute;
  overflow: hidden;
  top: 50%;
  right: 0;
  transform: translateY(-54%) translateX(0);
  -webkit- transform: translateY(-54%) translateX(0);
  font-family: "Oswald", "メイリオ", sans-serif;
}

#page-header-img.upload-image h1 {
  position: static;
  overflow: hidden;
  padding: 0;
}

#page-header-img.j-home h1 {
  position: static;
  overflow: hidden;
  top: auto;
  right: auto;
  padding: 0;
  max-width: 100%;
  transform: none;
  -webkit- transform: none;
}

.child-title,
.entry-content h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1em;
  /*
  border-left: 4px solid #055ed6;
  border-bottom: 1px solid #ccc;
*/
  padding: 10px 18px;
  letter-spacing: 0.05em;
  background: rgb(5, 94, 214);
  background: linear-gradient(rgb(24, 143, 247), rgb(5, 94, 214));
  border-radius: 4px;
  color: #fff;
  /*  font-family: 'Oswald', "Noto Sans J", sans-serif; */
  font-family: "Oswald", "メイリオ", sans-serif;
}

.entry-content h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
  /*
  padding: 0 0 0 15px;
  border-left: 3px solid #055ed6;
*/
  margin-bottom: 1em;
  border-left: 4px solid #055ed6;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 12px 18px;
  letter-spacing: 0.05em;
  /*  font-family: 'Oswald', "Noto Sans J", sans-serif; */
  font-family: "Oswald", "メイリオ", sans-serif;
}

.entry-content h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1em;
  /*  color: #055ed6; */

  letter-spacing: 0.1em;
  padding: 0;
  color: #055ed6;
  /*  font-family: 'Oswald', "Noto Sans J", sans-serif; */
  font-family: "Oswald", "メイリオ", sans-serif;
}

.child-title a,
.entry-content h2 a,
.entry-content h3 a {
  color: #fff;
}

:not('.top') .entry-content {
  margin-bottom: 40px;
}

.entry-content p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1.5em;
}

.entry-content p+h2,
.entry-content p+h3 {
  margin-top: 2.5em;
}

.entry-content a {
  color: #333;
  text-decoration: underline;
}

.entry-content a:hover {
  text-decoration: none;
}

.entry-content a.btn {
  color: #fff;
  text-decoration: none;
}

.entry-content a.btn:hover {
  color: #055ed6;
}

#btm-contents {
  margin-bottom: 60px;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  height: 5px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 10px;
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 10px;
}

.entry-content table td img {
  margin-bottom: 5px;
}

.entry-content table td input[type="text"],
.entry-content table td input[type="password"] {
  border: 1px solid #ccc;
  padding: 5px;
  width: 300px;
  font-size: 14px;
  font-size: 1.4rem;
}

.entry-content table td input[type="submit"] {
  border: 2px solid #055ed6;
  padding: 8px 25px;
  background: #055ed6;
  color: #fff;
  font-weight: bold;
}

.entry-content table td input[type="submit"]:hover {
  cursor: pointer;
  background: #fff;
  color: #055ed6;
}

#sp .entry-content video {
  width: 100%;
}

#sp .entry-content table {
  width: 100%;
  margin-bottom: 30px;
}

#sp .entry-content th,
#sp .entry-content td {
  /*  width: 100% !important; */
  vertical-align: top;
}

#sp .entry-content table.pdg th,
#sp .entry-content table.pdg td {
  padding: 2%;
}

.entry-content table.pdg th,
.entry-content table.pdg td {
  padding: 10px;
}

#sp .entry-content table.line-table td {
  display: table-cell;
}

.entry-content table.line-table th,
.entry-content table.line-table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.entry-content table.club tbody td {
  vertical-align: middle !important;
  text-align: center;
}

.entry-content table.club tbody td:last-child {
  text-align: left;
}

.entry-content td img {
  margin: 0 auto;
}

.img-horizontal img {
  display: inline-block !important;
  margin: 0 5px 0 0 !important;
  padding: 0 !important;
  vertical-align: middle;
}

.entry-content ol {
  list-style-type: decimal;
  margin: 0 0 1.5em 25px;
}

.entry-content ul {
  list-style-type: disc;
  margin: 0 0 1.5em 25px;
}

.post_password input[type="password"] {
  border: 1px solid #ccc;
  padding: 3px 5px 4px;
  width: 65%;
  /*
  font-size: 14px;
  font-size: 1.4rem;
*/
  font-size: 16px;
  -webkit-transform: scale(0.99);
  transform: scale(0.999);
  vertical-align: top;
}

.post_password input[type="submit"] {
  border: 2px solid #055ed6;
  padding: 4px 25px;
  background: #055ed6;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.no-pdf {
  color: #999;
}

#sp #contents .entry-content iframe {
  width: 100%;
  margin-top: 30px;
}


/*----------------------------------------------------
	ページャ
----------------------------------------------------*/
.nav-links {
  overflow: hidden;
  margin-bottom: 30px;
}

.nav-links>div {
  width: 45%;
  float: left;
  position: relative;
  overflow: hidden;
  padding-left: 20px;
}

.nav-links>div a {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav-links>div a:after {
  content: "\f104";
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 0;
  margin-top: -17px;
  margin-top: -1.7rem;
}

.nav-links .nav-next {
  float: right;
  text-align: right;
  padding-right: 20px;
}

.nav-links .nav-next a:after {
  content: "\f105";
  right: 0;
}

.wp-pagenavi {
  text-align: center;
  font-size: 0;
  margin-bottom: 30px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  width: 40px;
  line-height: 40px;
  border: 1px solid #055ed6;
  background: #fff;
  color: #055ed6;
  margin: 0 5px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border: 1px solid #055ed6;
  color: #fff;
  background: #055ed6;
  font-weight: normal;
  opacity: 1;
}


/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#header {
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 1000;
  border-bottom: 1px solid #ccc;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  /*
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
*/
}

#header .inner {
  position: relative;
  /*  overflow: hidden; */
  padding: 0 10px 10px;
}

#site-title {
  padding-top: 10px;
}

#site-title img {
  display: block;
  width: auto;
  height: 40px;
}

#header-help {
  display: none;
}

/* メニューボタン */
#spmenu-btn {
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  background: #055ed6;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  line-height: 1;
  overflow: hidden;
}

#spmenu-btn i:after {
  content: "\f0c9";
  color: #fff;
  font-size: 23px;
  font-size: 2.3rem;
}

.open-gmenu #spmenu-btn i:after {
  content: "\f00d";
}

.header-btn span {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  margin-top: 7px;
  color: #fff;
  text-align: center;
}


/* 検索ボタン */
#spsearch-btn {
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  background: #055ed6;
  top: 0;
  right: 60px;
  position: absolute;
  cursor: pointer;
  line-height: 1;
  overflow: hidden;
}

#spsearch-btn i:after {
  content: "\f002";
  color: #fff;
  font-size: 23px;
  font-size: 2.3rem;
}

.open-spsearch #spsearch-btn i:after {
  content: "\f00d";
}

#header-lng,
#header-font,
#header-access,
#header-search {
  display: none;
}

/* 検索ブロック */
#header-search {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  letter-spacing: -0.4em;
  z-index: 1000;
  width: 100%;
  padding: 15px;
  background: #efefef;
  overflow: hidden;
}

#header-search input {
  width: calc(100% - 45px);
  vertical-align: top;
  border: 1px solid #ccc;
  line-height: 38px;
  padding: 0 5px;
  letter-spacing: 0;
}

#sp #header-search input {
  font-size: 16px;
  -webkit-transform: scale(0.99);
  transform: scale(0.999);
  line-height: 39px;
}

#header-search #header-searchbtn {
  border: 0;
  background: #055ed6;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-size: 2rem;
  cursor: pointer;
  padding: 0;
}


/*----------------------------------------------------
	グローバルナビゲーション
----------------------------------------------------*/
#globalNav {
  width: 100%;
  display: none;
  background: rgb(5, 94, 214);
  background: linear-gradient(rgb(24, 143, 247), rgb(5, 94, 214));
}

#globalNav ul li {
  width: 100%;
  /*  position: relative; */
}

#globalNav ul li a {
  display: block;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: left;
  padding: 0 5%;
  font-weight: bold;
}

#globalNav ul li .sub-menu a {
  color: #fff;
}

#globalNav .menu-item-has-children .sub-menu {
  display: none;
}

body#sp #globalNav {
  /*  position: fixed; */
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 100;
  overflow: auto;
  padding-bottom: 10px;
  overflow: hidden;
}

body#sp #globalNav.library {
  padding-bottom: 0;
}

body#sp #globalNav.library .inner {
  padding: 0;
}

body#sp #globalNav.library li {
  border-bottom: 1px solid #ddd;
}

#sp-menu1,
#sp-menu2 ul,
#sp-menu3 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sp-menu1 a {
  margin-top: 10px;
  display: block;
  width: calc(50% - 5px);
  background: #fff;
  color: #055ed6;
  text-align: center;
  padding: 7px 0;
  font-weight: bold;
}

#sp-menu1 a.inq,
#sp-menu1 a.siryo {
  background: #e74c3c;
  color: #fff;
}

#sp-menu1 a:nth-child(odd) {
  margin-right: 10px;
}

#globalNav #sp-menu2 li {
  margin: 10px 2% 0 0;
  display: block;
  width: 32%;
}

#globalNav #sp-menu2 li:nth-child(3n) {
  margin: 10px 0 0;
}

#globalNav #sp-menu2 li a {
  background: #055ed6;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  padding: 7px 0;
  font-weight: bold;
  line-height: 1.6;
}

#globalNav #sp-menu3 li {
  margin-top: 10px;
  display: block;
  width: calc(50% - 5px);
}

#globalNav #sp-menu3 li:nth-child(odd) {
  margin-right: 10px;
}

#globalNav #sp-menu3 li a {
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  padding: 7px 0;
  font-weight: bold;
  line-height: 1.6;
}

#globalNav #sp-menu3 li:last-child {
  width: 100%;
  margin: 10px 0 0;
}

#globalNav #sp-menu3 li:last-child a {
  border: 2px solid #FFEB3B;
  background: #FFEB3B;
  color: #333;
  font-weight: bold;
}


/*----------------------------------------------------
	サイドバー
----------------------------------------------------*/
#sidebar {
  width: 100%;
  margin-bottom: 30px;
}

.side-title {
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  letter-spacing: 0.05em;
  background: rgb(5, 94, 214);
  background: linear-gradient(rgb(24, 143, 247), rgb(5, 94, 214));
  border-radius: 4px;
  color: #fff;
  /*  font-family: 'Oswald', "Noto Sans J", sans-serif; */
  font-family: "Oswald", "メイリオ", sans-serif;
  margin-bottom: 10px;
}

.side-title i:after {
  content: "\f107";
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  color: #fff;
  font-weight: normal;
  margin-left: 10px;
  position: absolute;
  top: 25%;
  right: 15px;
  overflow: hidden;
}

#sp .side-title.open-sidebar i:after {
  content: "\f106";
}

.side-title+ul {
  display: none;
}

#sidebar li {
  border-bottom: 2px solid rgb(5, 94, 214);
  list-style-type: none;
  position: relative;
  color: #010079;
  text-shadow: 0 0 5px white;
  background: -webkit-repeating-linear-gradient(-45deg, rgba(204, 231, 255, .7), rgba(204, 231, 255, .7) 3px, rgba(233, 244, 255, .5) 3px, rgba(233, 244, 255, .5) 7px);
  background: repeating-linear-gradient(-45deg, rgba(204, 231, 255, .7), rgba(204, 231, 255, .7) 3px, rgba(233, 244, 255, .5) 3px, rgba(233, 244, 255, .5) 7px);
}

/*#sidebar li:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #5472cd;
  bottom: -1px;
  width: 40%;
}*/

#sidebar li a {
  display: block;
  padding: 15px 30px 15px 15px;
}

#sidebar li i {
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  top: 23%;
  right: 15px;
}

#sidebar li i:after {
  font-weight: normal;
  content: "\f105";
  font-size: 20px;
  font-size: 2rem;
}

#sidebar a:hover,
#sidebar .current_page_item>a,
#sidebar .current-cat,
#sidebar .current {
  background: rgb(5, 94, 214);
  color: #fff;
  text-shadow: none;
}

#sidebar .current-cat a,
#sidebar .current a {
  color: #fff;
}

#sidebar>li>a {
  font-weight: bold;
}

#sidebar .children>li>a {
  padding-left: 30px;
}

#sidebar .children .children>li>a {
  padding-left: 50px;
}

#sidebar .children li:first-child {
  border-top: 1px solid #055ed6;
}

#sidebar .children li:last-child {
  border-bottom: 0;
}

.side-widget {
  margin-bottom: 30px;
}


/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footer {
  text-align: center;
  padding: 40px 0 0;
  color: #fff;
  position: relative;
  background: rgb(5, 94, 214);
  background: linear-gradient(rgb(24, 143, 247), rgb(5, 94, 214));
}

#footer-logo {
  margin-bottom: 30px;
}

#footer-logo img {
  display: block;
  margin: 0 auto 20px;
  width: 50%;
}

#footer-logo li {
  margin-bottom: 10px;
}

#footer-logo span {
  display: block;
  font-weight: bold;
}

/* MAP */
#footer-logo ul li a {
  display: inline-block;
  margin-left: 10px;
  background: #fff;
  color: rgb(5, 94, 214);
  padding: 0 8px;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 4px;
  font-family: "Oswald", "メイリオ", sans-serif;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
}

#footer-logo ul li a:hover {
  background: rgb(5, 94, 214);
  color: #fff;
}

#footer-nav {
  padding-bottom: 10px;
}

#footer-nav .menu {
  margin-bottom: 20px;
}

#footer-nav .menu li {
  display: inline-block;
  margin: 0 7px 7px;
}

#footer-nav .menu li a {
  color: #fff;
  position: relative;
  overflow: hidden;
}

#footer-siryobtn {
  width: 50%;
  margin: 0 auto 20px;
  line-height: 50px;
  background: #ffeb3b;
  display: block;
  text-align: center;
  color: #30336b;
  font-weight: bold;
}

#footer-pamphletbtn {
  width: 50%;
  margin: 0 auto;
  line-height: 50px;
  background: #fff;
  display: block;
  text-align: center;
  color: #055ed6;
  font-weight: bold;
  border: 2px solid #fff;
}

#footer-sns {
  margin-top: 20px;
  letter-spacing: -0.4em;
}

#footer-btn a {
  display: inline-block;
  letter-spacing: 0;
}

#footer-sns a {
  margin: 0 0 0 30px;
}

#footer-sns a:first-child {
  margin: 0;
}

#footer-btn i {
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
}

/* 多言語リンク */
#footer-lng {
  width: 70%;
  margin: 20px auto 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  display: table;
}

#footer-lng a {
  display: table-cell;
  width: 33.33%;
  width: 25%;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 3px 0;
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#footer-lng a:hover {
  background: #fff;
  color: #055ed6;
}

#footer small {
  clear: both;
  display: block;
  padding: 30px 0 10px;
  text-align: center;
}

/* 上へ戻る
----------------------------------------------- */
#goto-top {
  text-align: center;
  clear: both;
  overflow: hidden;
}

#goto-top a {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  line-height: 1;
  padding: 0;
  background: #fff;
  border: 2px solid #055ed6;
  color: #fff;
  display: inline-block;
  /*  box-shadow: 0 0 10px 1px rgba(5,94,214,0.4); */
  color: #055ed6;
}

#goto-top i:after {
  content: "\f106";
  font-size: 30px;
}

#goto-top a:hover {
  color: #fff;
  background: #055ed6;
  border: 2px solid #fff;
  color: #fff;
}


/*----------------------------------------------------
	TOPページ
----------------------------------------------------*/
.home #breadcrumbs {
  display: none;
}


/* スライド
----------------------------------------------- */
.slick-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slick-slide img {
  width: 100%;
  max-width: none;
  height: auto;
}

.slick-slide p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  width: 100%;
}

.slick-slide p span {
  margin-top: 10px;
  display: block;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
}

.slick-dotted.slick-slider {
  /*  overflow: hidden; */
  margin-bottom: 40px;
}

/* dots */
/*
.slick-dots {
  text-align: right;
  bottom: 10px;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
*/

.slick-dots {
  text-align: center;
  bottom: -20px;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.slick-dots li {
  margin: 0 7px;
  display: inline-block;
}

.slick-dots li button {
  border: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #c7c7c7;
  font-size: 0;
  padding: 0;
}

.slick-dots li.slick-active button {
  background: #055ed6
}

/* arrow */
.slide-arrow {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 1000;
  font-size: 30px;
  font-size: 3rem;
  margin-top: -15px;
  color: #fff;
}

.slide-arrow i {
  padding: 13px 15px 15px;
  background: #055ed6;
}

.slide-arrow i:hover {
  opacity: 0.70;
}


/*	動画
----------------------------------------------------*/
#sp #movie {
  margin-top: 60px;
}

#movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#movie iframe {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#special-bnr {
  overflow: hidden;
  margin: 10px 0 20px;
  line-height: 1;
}

#special-bnr a {
  display: block;
  margin-bottom: 10px;
}


/*	学部バナー
----------------------------------------------------*/
#department-bnr {
  padding: 0 0 30px;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)), url(./img/bk/bk_top04.jpg) center top;
  background-size: cover;
}

#department-bnr .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

#sp #department-bnr .section-title {
  color: #fff;
  background: rgb(5, 94, 214);
  background: linear-gradient(rgb(24, 143, 247), rgb(5, 94, 214));
  margin: 0;
  border-top-left-radius: 16px;
}

#sp #department-bnr .section-title span {
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  overflow: hidden;
  max-width: none;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  letter-spacing: 0;
}

#sp #department-bnr .section-title span b {
  width: 8em;
  display: block;
  border: 1px solid #fff;
  margin: 7px auto 0;
  padding: 2px 5px 4px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.2em;
}

#department-bnr .inner>div {
  width: 50%;
}

#department-bnr .inner img {
  display: block;
  line-height: 1;
}


/*	受験生応援バナー
----------------------------------------------------*/
#juken {
  padding: 10px 0 0;
}

#juken a {
  display: block;
  line-height: 0;
}

.txt-juken {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #055ed6;
  margin: 10px 0 0;
}


/*	重要なお知らせ
----------------------------------------------------*/
#post-important {
  margin: 10px 10px 0;
}

#post-important .inner {
  text-align: left;
  background: #FFF2F2;
  border: double #A20000;
  padding: 0;
}

#post-important-title {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #A20000;
  padding: 10px;
  letter-spacing: 0.2em;
}

#post-important-title i {
  margin-right: 5px;
}

#post-important-title i:after {
  content: "\f06a";
}

#post-important ul {
  padding: 10px;
  background: #fff;
}

#post-important li time {
  display: block;
  color: #055ed6;
}

/*
#post-important li span {
  text-align: center;
  display: block;
  width: 9em;
  font-weight: bold;
  margin: 0 15px 5px 0;
  background: #A01E23;
  color: #fff;
  padding: 3px 14px 1px;
  border-radius: 50px;
}
*/

#post-important li span.post-new {
  position: static;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 1px 10px;
  margin-right: 10px;
  font-family: "Oswald", "メイリオ", sans-serif;
}

#post-important li div {
  display: none;
}

#post-important time {
  margin-right: 10px;
}

#post-important a {
  text-decoration: underline;
}

#post-important a:hover {
  text-decoration: none;
}

.important-list+.important-list {
  margin-top: 7px;
}


/*	TOPボタン
----------------------------------------------------*/
#top-btn {
  padding-bottom: 20px;
}

#top-btn ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#top-btn li {
  width: 25%;
  padding: 0 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

#top-btn li img {
  padding: 0 0 5px;
  display: block;
}


/*	NEWS
----------------------------------------------------*/
#top-news {
  padding: 25px 0 30px;
  /*  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5)), url(./img/bk/bk_top01.jpg); */
  background: url(./img/bk/bk_top06.jpg);
  background-size: cover;
}

#news-tab {
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
}

#news-tab div {
  width: 33.333%;
  width: calc(100% / 3);
  float: left;
  color: #055ed6;
  border-top: 2px solid #055ed6;
  border-right: 2px solid #055ed6;
  border-bottom: 2px solid #055ed6;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

#news-tab div:hover {
  background: #055ed6;
  color: #fff;
}

#news-tab div:first-child {
  border-left: 2px solid #055ed6;
}

#news-tab div.active {
  color: #fff;
  background: #055ed6;
}

#top-news ul {
  padding: 0;
}

#top-news li {
  width: 100%;
  margin: 0 0 20px;
  background: #fff;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

#top-news li .post-body a {
  line-height: 1.4;
  margin-top: 5px;
  display: inline-block;
}

.news-content {
  display: none;
}

.post-img {
  width: 115px;
  height: 115px;
  position: relative;
  overflow: hidden;
  float: left;
}

/*
.post-img img {
  width: 100%;
  height: auto;
}
*/

.post-img img.v-h-center {
  width: 100%;
  height: 100%;
}

.post-body {
  padding: 10px;
  margin-left: 115px;
}

.post-body time {
  display: block;
  margin-right: 5px;
  color: #055ed6;
}

.post-new {
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
  background: #EA2027;
  padding: 2px 5px;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  letter-spacing: 0.1em;
  overflow: hidden;
  font-family: "Oswald", "メイリオ", sans-serif;
}


/* 学生・OB・OG インタビュー
----------------------------------------------- */
#interview-slide-wrap {
  padding: 25px 0 40px;
}

#interview-slide-wrap .section-title {
  padding: 0 10px;
}

#interview-slide {
  width: 260px;
  margin: 0 auto 60px;
}

.interview-name {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background: rgba(5, 94, 214, 0.8);
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}

#interview-slide-wrap .prev-arrow {
  left: -18%;
}

#interview-slide-wrap .next-arrow {
  right: -18%;
}

#interview-slide-wrap .slick-dots {
  bottom: -30px;
}


/*	TOPICS
----------------------------------------------------*/
#top-topics {
  padding: 25px 0 10px;
  background: #f0f0f0;
}

#top-topics ul {
  padding: 0;
}

#top-topics li {
  width: 100%;
  margin: 0 0 20px;
  background: #fff;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

#top-topics li a {
  color: #055ed6;
  font-weight: bold;
}

#top-topics li p {
  margin-top: 5px;
  line-height: 1.4;
}


/*	TOPバナー
----------------------------------------------------*/
#top-bnr-top {
  padding-bottom: 20px;
}

.txt-bnr li {
  display: inline-block;
}

.txt-bnr li a {
  display: block;
  text-align: center;
  color: #055ed6;
  border-top: 1px solid #055ed6;
  border-right: 1px solid #055ed6;
  border-bottom: 1px solid #055ed6;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 17px 0;
}

.txt-bnr li a:hover {
  background: #055ed6;
  color: #fff;
}

.txt-bnr li a:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  overflow: hidden;
  position: absolute;
  top: 25%;
  right: 15px;
  font-size: 18px;
  font-size: 1.8rem;
}

#about-eng {
  margin: 0 0 30px;
  text-align: center;
}

#about-eng a {
  display: block;
  background: #055ed6;
  position: relative;
  overflow: hidden;
}

#about-eng a img {
  /* border: 2px solid #055ed6; */
  display: block;
}

#about-eng a span {
  white-space: nowrap;
  word-wrap: normal;
  font-size: 18px;
  font-size: 1.8rem;
  text-shadow: 0 0 10px #242683;
  color: #fff;
}


/*	バナー下
----------------------------------------------------*/
#top-bnr-bottom {
  padding: 30px 0;
  background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url(./img/bk/bk_top03.jpg) center bottom;
  background-size: cover;
}

#top-bnr-bottom .txt-bnr {
  overflow: hidden;
}

#top-bnr-bottom .txt-bnr ul {
  width: 100%;
}

#top-bnr-bottom .txt-bnr li {
  width: 100%;
  margin-bottom: 8px;
}

#top-bnr-bottom .txt-bnr li a {
  border: 2px solid #055ed6;
  border-radius: 5px;
}

.menu-top-bnr-container {
  padding-bottom: 10px;
}

/* Facebook */
.fb-page {
  width: 100%;
  height: 300px;
}


/*----------------------------------------------------
	投稿
----------------------------------------------------*/
.entry-meta {
  color: #777;
  margin: -10px 0 15px;
}

.entry-meta time {
  display: inline-block;
  margin-bottom: 8px;
}

.post-cat {
  display: inline-block;
  background: #ffef00;
  padding: 2px 10px 0;
  /*  border-radius: 4px; */
  margin: 0 10px 5px 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.post-cat a {
  font-size: 12px !important;
  font-size: 1.2rem !important;
  text-decoration: none !important;
  display: block;
  color: #fff;
}

/* カテゴリー色 */
.post-cat.important {}

.post-cat.important a {
  color: #222 !important;
}

.post-cat.info {
  background: #8bc500;
}

.post-cat.admissions {
  background: #FD7272;
}

.post-cat.job {
  background: #0a964a;
}

.post-cat.student {
  background: #00B7C3;
}

.post-cat.graduates {
  background: #5D5A58;
}

.post-cat.grad_school {
  background: #FF8C00;
}

.post-cat.j-topics {
  background: #0078D7;
}

.post-cat.c-news {
  background: #C239B3;
}

.post-cat.staff {
  background: #666;
}

.post-cat.library {
  background: #847545;
}

.single .entry-content {
  text-align: left;
  margin-bottom: 50px;
  padding: 0;
}

.entry-meta .post-new {
  position: static;
  padding: 2px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 8px;
  vertical-align: middle;
}


/*----------------------------------------------------
	アーカイブ
----------------------------------------------------*/
#archive-lists {
  margin-bottom: 30px;
}

#archive-lists ul {
  overflow: hidden;
  padding: 20px 10px;
  list-style-type: none;
  margin: 0;
}

#archive-lists li {
  width: 100%;
  margin: 0 0 15px;
  padding-bottom: 15px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ccc;
}

#archive-lists .post-title {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0;
  border: 0;
}

#archive-lists .post-title a {
  text-decoration: none;
}

#archive-lists .post-body {
  padding: 0 20px;
}

#archive-lists .post-cat {
  vertical-align: top;
}

#archive-lists .post-body p {
  display: none;
  padding: 0;
}

#archive-lists .post-body time {
  margin-bottom: 5px;
  display: inline-block;
}


/*----------------------------------------------------
	一覧表示
----------------------------------------------------*/
#news-lists {
  margin-bottom: 30px;
}

#news-lists ul {
  overflow: hidden;
  padding: 20px 10px;
  list-style-type: none;
  margin: 0;
}

#news-lists li {
  width: 100%;
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
}

#news-lists .post-title {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

#news-lists .post-body {
  padding: 10px;
}

#news-lists .post-body p {
  display: none;
}

#news-lists .post-body time {
  margin-bottom: 5px;
  display: inline-block;
}

/* ページ上部 */
#post-lists {
  margin-bottom: 60px;
  list-style-type: none;
  margin: 0;
}

#post-lists li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

#post-lists time {
  display: block;
  margin-right: 20px;
  color: #055ed6;
}

#post-lists .post-cat {
  margin-bottom: 0;
}

#post-lists .post-new {
  position: static;
  margin-right: 10px;
}

#post-lists .post-new {
  font-size: 12px;
  font-size: 1.2rem;
}


/*----------------------------------------------------
	エラー
----------------------------------------------------*/
#error-404,
#no-results {
  margin-bottom: 50px;
  text-align: center;
}

#error-404 .btn,
#no-results .btn {
  margin-top: 80px;
}


/*----------------------------------------------------
	受験生応援ページ
----------------------------------------------------*/
#juken-image img {
  display: block;
  margin: 0 auto;
}

#juken-bnr {
  padding: 30px 0;
  background: #f0f0f0;
}

#juken-bnr ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

#juken-bnr ul li {
  width: 48%;
  max-width: 240px;
  margin: 0 0 10px;
}

#sp #juken-bnr ul li:nth-child(even) {
  margin: 0 0 10px 4%;
}

.juken #post-content {
  padding: 0 0 15px;
}

.juken #juken-bnr+#top-news {
  margin-bottom: 0;
}


/*----------------------------------------------------
	親ページ
----------------------------------------------------*/
#page-list {
  margin-top: 30px;
}

.grandson-page {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.grandson-page:after {
  content: "";
  display: block;
  width: 48%;
}

.grandson {
  width: 48%;
}

.grandson-title a {
  font-weight: bold;
  color: #055ed6;
  font-size: 18px;
  font-size: 1.8rem;
}

#page-list a {
  display: block;
  overflow: hidden;
  position: relative;
}

.grandson a img {
  width: 100%;
  height: 100%;
}

#page-list a img {
  /*
  width: 100%;
  height: auto;
*/
}

.grandson {
  margin-bottom: 30px;
}

.grandson h2 {
  margin-bottom: 10px;
}

.grandson>a {
  width: 100%;
  /*  height: 140px; */
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}

/* 画像無し */
#news-lists.line-list li,
#page-list.line-list .grandson {
  width: 100%;
  display: block;
  position: static;
  margin: 0 0 15px;
}

#page-list.line-list .grandson>a {
  display: inline;
  height: auto;
}

#news-lists.line-list li .post-img,
#page-list.line-list .grandson a img {
  display: none;
}

#news-lists.line-list li .post-body {
  min-height: auto;
  padding: 10px 0 0;
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px;
}

#news-lists.line-list li .post-new {
  position: static;
  top: auto;
  left: auto;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 1px 10px;
  margin-right: 8px;
}

#page-list.line-list .grandson .grandson-title {
  border: 2px solid #055ed6;
  overflow: hidden;
  position: relative;
  margin: 0 0 10px;
}

#page-list.line-list .grandson .grandson-title a {
  display: block;
  padding: 12px;
}

#page-list.line-list .grandson .grandson-title a:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  /*  margin-left: 10px; */
  overflow: hidden;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -13px;
}

#page-list.line-list .grandson .grandson-title:hover a {
  background: #055ed6;
  color: #fff;
}


/*----------------------------------------------------
	サイトマップ
----------------------------------------------------*/
#sitemap {
  margin: 0 0 30px;
}

#sitemap li {
  margin-bottom: 5px;
}

#sitemap li:last-child {
  margin-bottom: 0;
}

#sitemap li a {
  text-decoration: underline;
}

#sitemap li a:hover {
  text-decoration: none;
}

#sitemap>li>a {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  /*
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
*/
  padding: 0 0 7px;
  letter-spacing: 0.1em;
  /*  display: block; */
  display: inline-block;
}

#sitemap>li>ul>li>a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 7px;
  color: #055ed6;
  /*  display: block; */
  display: inline-block;
}

#sitemap>li ul {
  padding: 0 0 0 20px;
}

#sitemap>li>.children>.page_item.page_item_has_children>a i:after {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  margin-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

#sitemap>li>.children>.page_item.page_item_has_children>a.sitemap-open i:after {
  content: "\f068";
}

#sitemap>li>.children>.page_item.page_item_has_children>a+ul {
  display: none;
}
















/*----------------------------------------------------
	お問い合わせフォーム
----------------------------------------------------*/
.entry-content table.mwwpform {
  width: 100%;
  border-top: 1px dotted #ccc;
}

.mwwpform th,
.mwwpform td {
  width: auto;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
}

.mwwpform input[type="email"],
.mwwpform input[type="text"],
.mwwpform textarea {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  padding: 5px;
}

.mwwpform .adder input[type="text"] {
  width: 100%;
}

.mwwpform select {
  border: 1px solid #ccc;
  padding: 6px;
  margin-bottom: 10px;
}

.schoolyear span {
  display: inline-block;
  margin: 0 15px 5px 0 !important;
  cursor: pointer;
}

.btns {
  width: 100%;
  margin: 10px auto 50px;
  letter-spacing: -0.4em;
  text-align: center;
}

.btns>* {
  width: 48%;
  display: inline-block;
  letter-spacing: 0;
  margin: 0 1%;
  border: 2px solid #055ed6;
  line-height: 44px;
  cursor: pointer;
}

.required {
  display: inline-block;
  background: #a01e23;
  padding: 0 10px;
  border-radius: 4px;
  margin-left: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  vertical-align: top;
}

.btn.back {
  background: #999;
  border: 2px solid #999;
  color: #fff;
}

.btn.back:hover {
  background: #fff;
  color: #999;
}

.conf_send:hover {
  color: #055ed6;
  border: 2px solid #055ed6;
}

.mw_wp_form th {
  text-align: left;
}

.mw_wp_form .error {
  margin-top: 5px;
}

#youkou-form {
  margin-top: 40px;
}

#youkou-form .label {
  display: block;
  padding-bottom: 3px;
  margin-bottom: 5px;
  border-bottom: 2px solid #ccc;
  position: relative;
  font-weight: bold;
  color: #666;
  /*
  width: 11em;
  background: #efefef;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 20px;
*/
}

#youkou-form .label:after {
  content: "";
  border-bottom: 2px solid #055ed6;
  width: 9em;
  position: absolute;
  bottom: -2px;
  left: 0;
}

#youkou-form .label+div {
  margin: 5px 0 20px;
}

#youkou-form .label+div:nth-child(6) {
  margin: 5px 0 0;
}

.mwwpform label {
  display: inline-block;
  margin-right: 15px;
}

.mw_wp_form .horizontal-item {
  margin: 2px 0 !important;
  display: inline-block;
}

#youkou-form .zip input,
#youkou-form .highschool input {
  width: 70%;
}

#ao-form .zip input,
#ao-form .department input,
#ao-form .teacher input,
#ao-form .highschool input {
  width: 70%;
}

#ao-form .department input {
  width: 60%;
  margin-left: 10px;
}

#ao-form .graduate select {
  margin-right: 20px;
}

#ao-form .mwform-checkbox-field {
  width: 100%;
  display: inline-block;
}

#youkou-form input[name="section"] {
  width: 100%;
}


/*----------------------------------------------------
	J大のツボ
----------------------------------------------------*/
#j-home-cat {
  margin-bottom: 30px;
}

#j-home-cat ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#j-home-cat ul li {
  width: 30%;
  margin-bottom: 10px;
}

#j-home-cat ul li a {
  display: block;
  text-align: center;
  color: #fff;
  /*  background: #ffef00; */
  /*  border-radius: 4px; */
  padding: 5px 0 3px;
  font-weight: bold;
}

#sp .j-home .entry-content td {
  width: 100% !important;
}

#sp .j-home .entry-content .scroll-table td {
  width: auto !important;
  vertical-align: middle !important;
}

#sp .j-home .entry-content .scroll-table td:first-child {
  white-space: nowrap;
}

#news-lists.j-home-lists .post-body {
  padding: 10px;
  min-height: 115px;
}

#news-lists.j-home-lists .post-cat {
  background: #fff;
}

#news-lists.j-home-lists .post-title a {
  color: #fff;
}

/*
#j-home-cat ul li.active a {
  background: #055ed6;
  color: #fff;
}
*/

#news-lists.j-home-lists .post-title {
  margin: 0;
}


/* カテゴリーカラー
----------------------------------------------- */
#news-lists.j-home-lists .post-cat a {
  font-weight: bold;
}

/* 全内容 */
.all-cat {
  background: #999;
}

/* 就職 */
.syusyoku-list>li,
.syusyoku {
  background: #996633 !important;
}

.syusyoku-list .post-cat a,
.syusyoku .post-cat a {
  color: #996633;
}

/* 資格 */
.shikaku-list>li,
.shikaku {
  background: #663399 !important;
}

.shikaku-list .post-cat a,
.shikaku .post-cat a {
  color: #663399;
}

/* サークル */
.circle-list>li,
.circle {
  background: #0066CC !important;
}

.circle-list .post-cat a,
.circle .post-cat a {
  color: #0066CC;
}

/* 研究 */
.kenkyu-list>li,
.kenkyu {
  background: #339900 !important;
}

.kenkyu-list .post-cat a,
.kenkyu .post-cat a {
  color: #339900;
}

/* ゼミ */
.zemi-list>li,
.zemi {
  background: #CC9900 !important;
}

.zemi-list .post-cat a,
.zemi .post-cat a {
  color: #CC9900;
}

/* 授業 */
.jyugyo-list>li,
.jyugyo {
  background: #CC66CC !important;
}

.jyugyo-list .post-cat a,
.jyugyo .post-cat a {
  color: #CC66CC;
}

#news-lists .post-body time.j-home-time {
  color: #fff;
}

#fb-btn-list {
  letter-spacing: -0.4em;
  text-align: center;
}

#fb-btn-list a {
  width: 100%;
  display: block;
  letter-spacing: 0;
  padding: 20px 20px 18px 20px;
  margin: 0 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
  border: 2px solid #055ed6;
  background: #fff;
  color: #055ed6;
  font-weight: bold;
}

#fb-btn-list a i {
  margin-right: 8px;
  font-size: 16px;
  font-size: 1.6rem;
}

#fb-btn-list a:hover {
  background: #055ed6;
  color: #fff;
}

#j-home-cat ul li .post-body {
  padding: 20px;
  min-height: 110px;
}

body.zemi {
  background: transparent !important;
}


/*----------------------------------------------------
	リンク集
----------------------------------------------------*/
.link .entry-content p a {
  display: block;
  margin-bottom: 10px;
}


/*----------------------------------------------------
	入試情報
----------------------------------------------------*/
.outline #archive-lists+a {
  margin-bottom: 60px;
}


/*----------------------------------------------------
	検索結果
----------------------------------------------------*/
.snumber {
  margin-bottom: 30px;
}

.snumber span {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  color: #ff0000;
}


/*----------------------------------------------------
	404・検索結果無し
----------------------------------------------------*/
#content-search {
  margin: 30px 0 100px;
}

#content-search input[type="search"] {
  width: 30%;
  vertical-align: top;
  border: 1px solid #ccc;
  line-height: 33px;
  padding: 0 5px;
  letter-spacing: 0;
}

#sp #content-search input[type="search"] {
  width: 70%;
}

#content-search .search-submit {
  border: 0;
  background: #055ed6;
  color: #fff;
  text-align: center;
  width: auto;
  height: 35px;
  padding: 0 15px;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  font-weight: bold;
}


/*----------------------------------------------------
	九州情報大学について
----------------------------------------------------*/
.general-campus td {
  display: table-cell;
  vertical-align: top;
}


/*----------------------------------------------------
	学部紹介
----------------------------------------------------*/
#sp .entry-content table.business {
  width: 100% !important;
}

#sp .entry-content table.business td {
  width: auto !important;
}

.entry-content table.business td {
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  vertical-align: middle;
}

.entry-content table.business>tbody>tr:first-child>td:first-child {
  padding: 10px 5px;
}

/*
.entry-content table.business td {
  padding: 0;
}
*/

.entry-content table.business td table {
  width: 100%;
  margin: 0;
  border: 0;
}

.entry-content table.business td table td {
  vertical-align: top;
  border: 0;
  text-align: left;
  padding: 2px 7px;
}

.entry-content table.business td table td.empty-cell {
  padding-top: 1.7em;
}

.entry-content table.business td table td+td {
  width: 10%;
  text-align: right;
}

/* セルが空の場合 */
#sp .entry-content table td:empty {
  /*
  padding: 0;
  border: 0;
*/
}

#sp .read br {
  display: none;
}


/*----------------------------------------------------
	受験生の方
----------------------------------------------------*/
#page-news {
  margin: 0 0 60px;
}

#page-news #news-tab {
  border-bottom: 2px solid #055ed6;
}

#page-news #news-tab div {
  width: 50%;
  border-bottom: 0;
}

#page-news #news-tab div:nth-child(3) {
  border-left: 2px solid #055ed6;
}

#page-news #news-body a {
  text-decoration: underline;
}

#page-news #news-body a.btn,
#page-news #news-body a:hover {
  text-decoration: none;
}

table.type-juken thead th {
  background: #efefef;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  /*  border-bottom: 2px solid #B670C2; */
  font-weight: bold;
  padding: 5px;
}

/*
.entry-content table.type-juken {
  margin-bottom: 15px !important;
}

#sp .type-juken td:before {
  content: attr(data-label);
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
*/

#sp .type-juken td,
#sp .life-shomei td,
#sp .kubun-nouki td {
  /*  width: 100% !important; */
}

#sp .sp-table td {
  width: 100% !important;
  display: block;
}

#sp .sp-table td:before {
  content: attr(data-label);
  font-weight: bold;
  display: inline-block;
  margin: 0 20px 5px 0;
}

#sp .scroll-table .type-juken td {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#sp .default-table td {
  display: table-cell;
}


#sp .life-shomei tr:nth-child(even) td,
#sp .kubun-nouki tr:nth-child(even) td {
  background: #eee;
}

#sp .type-juken.club td img {
  margin: 5px auto 0;
}

.entry-content .mw_wp_form th {
  font-weight: bold;
}

.entry-content .mw_wp_form table td textarea,
.entry-content .mw_wp_form table td input,
.entry-content .mw_wp_form table td select {
  border: 1px solid #666;
}

/* 入学までの流れ */
#nittei-flow dl {
  margin-bottom: 40px;
  position: relative;
}

#nittei-flow dl:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #ffa200 transparent transparent transparent;
}

#nittei-flow dl:last-child:before {
  display: none;
}

#nittei-flow dt,
#nittei-flow dd {
  display: block;
}

#nittei-flow dt {
  border: 2px solid #ffa200;
  border-radius: 6px;
  text-align: center;
  padding: 10px 0;
  color: #ffa200;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

#nittei-flow dd {
  padding: 10px 0 0;
}


/*----------------------------------------------------
	在学生の方
----------------------------------------------------*/
.scroll-table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 30px;
}

#sp .scroll-table table {
  width: 730px !important;
}

#sp .scroll-table table:last-child {
  margin: 0;
}

#sp .scroll-table.narrow table {
  width: 500px !important;
}

.scroll-table table th,
.scroll-table table td {
  display: table-cell !important;
}

.entry-content table.gakunenreki {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
}

.entry-content table.gakunenreki td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  vertical-align: middle;
}

.entry-content table.gakunenreki td:nth-child(odd) {
  background: #efefef;
}

.entry-content table.curriculum {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
}

.entry-content table.curriculum td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  vertical-align: middle;
}

.entry-content table.curriculum td .curriculum-txt {
  width: 90px;
}

.curriculum-note {
  margin: -20px 0 0;
  padding: 0 0 40px;
}

#sp .entry-content table.curriculum td {
  vertical-align: middle;
  display: table-cell;
  width: auto;
}

.entry-content table.shushokusien {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
}

.entry-content table.shushokusien td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  vertical-align: middle;
}

.entry-content table.shushokusien thead td {
  background: #F0F0F0;
  text-align: center;
}

#sp .entry-content table.shushokusien td {
  vertical-align: middle;
  display: table-cell;
  width: auto;
}

.page-content-list {
  border-top: 2px solid #055ed6;
}

.page-content-list a {
  display: block;
  padding: 15px;
  text-decoration: none;
  border-bottom: 1px solid #055ed6;
}

.page-content-list a:hover {
  background: #fffccc;
}

.page-content-list a+br {
  display: none;
}

.entry-content table.sikaku td {
  vertical-align: middle;
  text-align: center;
}

#zaigaku-menu {
  margin: 0 0 30px;
  overflow: hidden;
}

#zaigaku-menu li {
  width: 100%;
  margin-bottom: 15px;
}

#zaigaku-menu li a {
  border: 2px solid #055ed6;
}


/* 就職先一覧 */
#student-job-lists {
  display: block;
  margin: 0;
  list-style-type: none;
}

#student-job-lists li {
  margin-bottom: 30px;
  border: 1px solid #ccc;
}

#student-job-lists li br {
  display: none;
}

#student-job-lists p {
  margin: 0;
}

.joblists-img img {
  display: block;
  margin: 0 auto;
}

.joblists-info {
  background: #055ed6;
  color: #fff;
  padding: 10px;
}

.joblists-campany {
  padding: 10px;
  font-weight: bold;
  background: #273c75;
  color: #fff;
}

.job-place {
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 10px;
  font-weight: normal;
}

.joblists-name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.joblists-graduate {
  font-size: 12px;
  font-size: 1.2rem;
}

.joblists-comment {
  padding: 10px;
}


/*----------------------------------------------------
	保護者の方
----------------------------------------------------*/
#parents-menu {
  margin: 40px 0 30px;
  overflow: hidden;
}

#parents-menu li {
  width: 100%;
  margin-bottom: 15px;
}

#parents-menu li a {
  border: 2px solid #055ed6;
  border-radius: 5px;
}


/*----------------------------------------------------
	オープンキャンパス
----------------------------------------------------*/
#opencampus-message {
  margin: 20px 0;
  padding: 5% 5% 4%;
  border: 3px solid #ff0000;
}

#opencampus-message a {
  text-decoration: underline;
}

#opencampus-message a:hover {
  text-decoration: none;
}

#opencampus-flow {
  overflow: hidden;
  margin-bottom: 20px;
}

#opencampus-flow img {
  display: inline;
}

#opencampus-flow img:nth-child(odd) {
  width: 40%;
}

#opencampus-headernav {
  clear: both;
  text-align: center;
  letter-spacing: -0.4em;
}

#opencampus-headernav a {
  width: 49%;
  display: inline-block;
  text-align: center;
  letter-spacing: 0;
  padding: 1% 0;
  border: 1px solid #349DD1;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  margin: 0 0.5% 10px;
  overflow: hidden;
  position: relative;
  background: #55BDE5;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
}

#opencampus-headernav a i:after {
  content: "\f107";
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  left: 5%;
  font-size: 18px;
  font-size: 1.8rem;
}

#opencampus-headernav a:hover {
  background: #349DD1;
}

.entry-content .oc-body table.line-table {
  width: 450px;
}

.entry-content .oc-body table.line-table:last-child {
  float: right;
  margin: 0;
}

.flex-item-ttl {
  font-weight: bold;
  margin: 0 0 8px !important;
  font-size: 16px;
}

.flex-item iframe {
  margin-top: 0 !important;
}


/*----------------------------------------------------
	教員紹介
----------------------------------------------------*/
.staff-list {
  border-color: #ccc;
  margin-bottom: 30px;
}

.staff-list th,
.staff-list td,
.entry-content .staff-list th,
.entry-content .staff-list td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}

.table-header th,
.table-header td {
  background: #efefef;
  text-align: center;
  vertical-align: middle !important;
}

.staff-list td:nth-child(1) {
  /*  width: 180px; */
}

.staff-list td:nth-child(2) {
  width: 110px;
}

.staff-list td:last-child {
  width: 300px;
}

.entry-content .staff-list td a {
  text-decoration: underline;
}

.entry-content .staff-list td a:hover {
  text-decoration: none;
}

#parent-staff .alignnone {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}


/*----------------------------------------------------
	大学院紹介
----------------------------------------------------*/
.entry-content table.daigakuin {
  width: 100%;
  border-color: #ccc;
}

.entry-content table.daigakuin tr:first-child td {
  background: #eee;
}

.entry-content table.daigakuin td {
  border-color: #ccc;
  vertical-align: middle;
  text-align: center;
}

.scroll-table+.note {
  margin-top: -30px;
}


/*----------------------------------------------------
	スクールバス運行表
----------------------------------------------------*/
#sp.bus .entry-content table {
  float: none;
  width: 100% !important;
}


/*----------------------------------------------------
	入試について
----------------------------------------------------*/
#sp.boshu .scroll-table table td:first-child {
  width: 255px !important;
}

#sp.boshu .scroll-table table td:last-child {
  width: 140px !important;
}


/*----------------------------------------------------
	図書館
----------------------------------------------------*/
#header.library #site-title {
  width: 60%;
  height: 60px;
  padding: 0;
  line-height: 60px;
}

#header.library #site-title img {
  /*
  width: 60%;
	padding: 7px 0 0;
*/

  height: auto;
  display: inline-block;
  vertical-align: middle;
}

#page-header-img.library-top {
  margin-bottom: 25px;
}

#page-header-img.library-top img {
  width: 100%;
  max-width: none;
  display: block;
}

#library-calendar-block {
  margin-bottom: 30px;
}

.library-search-img {
  margin-bottom: 1.5em;
}

.library-calendar {
  margin-top: 10px;
}

.library-calendar img {
  width: 100%;
  height: auto;
}

#library-note span {
  display: inline-block;
  margin-right: 8px;
  border: 2px solid #aaa;
  height: 16px;
  width: 3em;
  vertical-align: middle;
}

#library-note .closing {
  background: #aaa;
}

#library-note .limit-closing {
  background: #fcc;
}

#library-note p {
  margin-top: 8px;
}

#library-note p a {
  text-decoration: underline;
}

#library-note p a:hover {
  text-decoration: none;
  background: none;
}

#twitter-widget-0 {
  width: 100% !important;
}

#library-twitter {
  width: 90% !important;
  margin: 0 auto 30px;
}

#library-menu {
  margin: 0;
}

#library-menu li {
  display: block;
  margin: 0 0 10px;
}

#library-menu a {
  border: 2px solid #055ed6;
  border-radius: 5px;
}

.txt-bnr .bnr-img a {
  border: 0 !important;
  padding: 0;
  border-radius: 0 !important;
  background: transparent !important;
}

.txt-bnr .bnr-img a:after {
  display: none;
}



/* 施設案内 */
.lity [data-content="shisets"] {
  background: #fff;
  padding: 30px;
  margin: 0 5%;
  border-radius: 6px;
}

.shisets-title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.lity [data-content="shisets"] img {
  width: 100%;
  max-width: none;
  margin-bottom: 15px;
}


/*----------------------------------------------------
	PC-Clinicメールマガジン
----------------------------------------------------*/
#subscription-bnr {
  margin-bottom: 20px;
}

#subscription-bnr img {
  border: 0;
  display: block;
  padding: 0;
}

.mailmagazine .entry-content form {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.mailmagazine .entry-content form p {
  margin-bottom: 1em;
}

.mailmagazine .entry-content form br,
.mailmagazine .entry-content form label[for="s2email"] {
  display: none;
}

.mailmagazine .entry-content form input[type="text"] {
  border: 1px solid #ccc;
  padding: 8px;
  width: 100%;
  margin-top: 10px;
}

.mailmagazine .entry-content form input[type="submit"] {
  width: 49%;
  padding: 10px 0;
  float: left;
  color: #fff;
  background: #055ed6;
  border: 2px solid #055ed6;
  cursor: pointer;
}

.mailmagazine .entry-content form input[name="subscribe"]:hover {
  background: #fff;
  color: #055ed6;
}

.mailmagazine .entry-content form input[name="unsubscribe"] {
  border: 2px solid #999;
  float: right;
  background: #999;
}

.mailmagazine .entry-content form input[name="unsubscribe"]:hover {
  background: #eee;
  color: #555;
}

.s2_error {
  border: 2px solid #e74c3c;
  padding: 10px;
  color: #e74c3c;
  display: inline-block;
}


/*----------------------------------------------------
	キャリアデザイン教育
----------------------------------------------------*/
.entry-content .shu_cd_table>ol li {
  margin-bottom: 10px;
}

.entry-content .shu_cd_table>ol li:last-child {
  margin-bottom: 0;
}

.entry-content .shu_cd_table>div,
.entry-content .shu_cd_table>ol {
  background: #fff;
  padding: 15px;
  border: 2px solid #055ed6;
  border-radius: 4px;
  margin: -10px 0 0;
  list-style-type: none;
}


/*----------------------------------------------------
	学生・OB・OG インタビュー
----------------------------------------------------*/
.interview_img {
  position: relative;
}

.interview_img div {
  position: absolute;
  text-align: center;
  background: #F7ED36;
  padding: 3px 10px 1px;
  font-weight: bold;
}

.interview_img .interview1,
.interview_img .oka {
  top: 80%;
  left: 10%;
}

.interview_img .interview2,
.interview_img .kawasaki {
  top: 80%;
  left: 60%;
}

.interview_img .interview4,
.interview_img .hayama {
  top: 5%;
  left: 40%;
}

.interview_img .interview3,
.interview_img .okamoto {
  bottom: 8%;
  left: 4%;
}

.interview_img .interview5,
.interview_img .hirabayashi {
  bottom: 8%;
  right: 4%;
}

.interview_img .interview6,
.interview_img .uto,
.interview_img .toki {
  top: 80%;
  left: 10%;
}

.interview_img .interview7,
.interview_img .oogami {
  top: 80%;
  right: 10%;
}

.interview_content>div {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.interview_content div .notes {
  font-size: 12px;
  font-size: 1.2rem;
}

.interview_wrap ul {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
}

.interview_wrap ul li {
  margin-bottom: 10px;
}

.qanda_content div,
.qanda_content span,
.interview_wrap ul li div,
.interview_wrap ul li span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.question {
  color: #3F6EB4;
}

.answer {
  color: #C83B2E;
}


/*----------------------------------------------------
	アクセス
----------------------------------------------------*/
#sp .access-map01 {
  width: 100%;
}

#open-app {
  margin-top: -1em;
}

#open-app i:after {
  content: "\f278";
  position: static;
  margin-right: 10px;
  vertical-align: middle;
}


/*----------------------------------------------------
	min tab
----------------------------------------------------*/
@media screen and (min-width: 480px) {
  #sp #department-bnr .section-title span {
    font-size: 26px;
    font-size: 2.6rem;
  }

  #sp .scroll-table.narrow table {
    width: 100% !important;
  }

  /*----------------------------------------------------
	図書館
----------------------------------------------------*/
  #sp #header.library #site-title img {
    width: 260px;
  }


}

/* @media screen and (min-width: 480px) */



/*----------------------------------------------------
	PC
----------------------------------------------------*/
@media print, screen and (min-width: 768px) {

  body {
    min-width: 1024px;
    margin: 0;
  }

  th,
  td {
    display: table-cell;
  }


  /* ボタン
----------------------------------------------- */
  .btn {
    width: 320px;
    margin: 30px auto 0;
    line-height: 60px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .btn:after {
    right: 10px;
  }


  .list-nav {
    margin-bottom: 100px;
  }

  .prev.btn,
  .next.btn {
    margin: 0 17px !important;
  }


  /* 上下中央
----------------------------------------------- */
  .v-h-center {
    object-fit: contain;
    font-family: 'object-fit: contain;'
  }


  /* WPデフォルトClass
----------------------------------------------- */
  img[class*="wp-image-"],
  img[class*="attachment-"] {
    margin: 0;
  }

  .alignright {
    margin: 0 0 15px 30px !important;
    float: right !important;
  }

  .alignleft {
    margin: 0 30px 15px 0 !important;
    float: left !important;
  }

  .entry-content .alignleft+.alignleft:nth-last-of-type(1),
  .entry-content .alignright+.alignright:nth-last-of-type(1) {
    margin: 0 0 15px !important;
  }


  /*----------------------------------------------------
	サイト幅
----------------------------------------------------*/
  #contents {
    overflow: hidden;
  }

  .inner {
    width: 1024px;
    margin: 0 auto;
    padding: 0;
  }

  #contents.inner {
    width: 1024px;
  }

  #main {
    width: 100%;
  }

  #main.column2 {
    float: right;
    width: 730px;
    margin-bottom: 50px;
  }


  /* パンくず
----------------------------------------------- */
  #breadcrumbs {
    padding: 20px 0 0;
    margin: 0 0 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }


  /* PC・SP表示
----------------------------------------------- */
  .pc-view {
    display: block !important;
  }

  .sp-view {
    display: none !important;
  }


  /*----------------------------------------------------
	ページ・投稿
----------------------------------------------------*/
  .page-title,
  .entry-title {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 50px;
  }

  .section-title {
    font-size: 42px;
    font-size: 4.2rem;
    margin: 0 0 70px;
    padding-top: 0;
  }

  #page-header-img {
    width: 1024px;
    margin: 0 auto;
  }

  #page-header-img img {
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: block;
  }

  #page-header-img h1 {
    top: 50%;
    right: 0;
    padding: 5px 30px;
    font-size: 26px;
    font-size: 2.6rem;
  }

  :not('.top') .entry-content {
    margin-bottom: 60px;
  }

  #btm-contents {
    margin-bottom: 100px;
  }

  .entry-content table {
    margin-bottom: 40px;
    width: auto;
  }

  .entry-content th,
  .entry-content td {
    width: auto;
    display: table-cell;
    vertical-align: top;
  }

  .entry-content th {
    vertical-align: middle;
  }

  .entry-content video {
    width: 326px;
  }

  /* 表横並び */
  .entry-content table.line-table {
    width: 350px;
    float: left;
  }

  .entry-content table.line-table:nth-child(even) {
    margin-right: 30px;
  }

  /*
.entry-content table.line-table +.line-table:after {
  content: "";
  display: block;
  clear: both;
}
*/

  .entry-content .tdwidth td:first-child {
    width: 25%;
  }

  .curriculum-note {
    margin: -45px 0 0;
    padding: 0 0 50px;
  }


  /*----------------------------------------------------
	ページャ
----------------------------------------------------*/
  .nav-links {
    overflow: hidden;
    margin-bottom: 70px;
  }

  .wp-pagenavi {
    margin-bottom: 75px;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
  }


  /*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
  #header {
    position: static;
    height: auto;
    border-bottom: 0;
  }

  #page.scrolled #header {
    position: fixed;
    top: 0;
    left: 0;
  }

  #page.scrolled #header #pc-header-nav2 {
    display: none !important;
  }

  #header .inner {
    overflow: hidden;
    padding: 0;
  }

  #site-title {
    width: 200px;
    float: left;
    padding-top: 27px;
  }

  #page.scrolled #header #site-title {
    width: 130px;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #site-title img {
    width: 100%;
    height: auto;
  }

  #header-contet {
    /*  width: 600px; */
    width: auto;
    float: right;
    position: relative;
    padding: 15px 0 0;
    overflow: hidden;
  }

  #header-nav {
    text-align: right;
  }

  #spmenu-btn {
    display: none;
  }

  #pc-header-nav1 {
    width: 125px;
    float: left;
    margin-top: 6px;
  }

  #pc-header-nav1 a {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 10px;
    display: inline-block;
  }

  #pc-header-nav1 a:after {
    content: "|";
    margin-left: 10px;
    color: #333;
  }

  #pc-header-nav1 a:last-child:after {
    display: none;
  }

  /* 英・韓・中 */
  #header-lng {
    /*  width: 125px; */
    letter-spacing: -0.4em;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    text-align: left;
    margin-right: 12px;
    font-family: sans-serif;
  }

  #header-lng a {
    display: inline-block;
    letter-spacing: 0;
    line-height: 35px;
    margin: 0 8px;
    /*
  width: 35px;
  height: 35px;
  background: #055ed6;
  border: 2px solid #055ed6;
  color: #fff;
  margin-right: 5px;
  text-align: center;
  font-weight: bold;
*/
  }

  #header-lng a:hover {
    background: #fff;
    color: #055ed6;
  }

  /* 検索ブロック */
  #header-search {
    padding: 0;
    width: auto;
    position: static;
    display: inline-block;
    top: auto;
    left: auto;
    vertical-align: top;
    line-height: 1;
  }

  #header-search input {
    width: 150px;
    height: 35px;
    vertical-align: top;
    border: 1px solid #ccc;
    line-height: 1;
    padding: 0 5px;
    letter-spacing: 0;
    background: #efefef;
  }

  #header-search #header-searchbtn {
    border: 0;
    background: #055ed6;
    color: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 20px;
    font-size: 2rem;
    cursor: pointer;
    line-height: 1;
    border: 2px solid #055ed6;
  }

  #header-search #header-searchbtn:hover {
    background: #fff;
    color: #055ed6;
  }

  #header-font {
    width: auto;
    letter-spacing: -0.4em;
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    margin-left: 10px;
    height: 35px;
  }

  #header-font span {
    letter-spacing: 0;
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 5px;
    line-height: 35px;
    display: inline-block;
    vertical-align: top;
  }

  #header-font div {
    display: inline-block;
    letter-spacing: 0;
    width: 35px;
    height: 35px;
    background: #055ed6;
    border: 2px solid #055ed6;
    color: #fff;
    margin-left: 5px;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
  }

  #header-font div:hover {
    background: #fff;
    color: #055ed6;
  }

  #header-access {
    width: 94px;
    display: inline-block;
    letter-spacing: 0;
    vertical-align: top;
    margin-left: 5px;
  }

  #header-access a {
    width: 100%;
    display: inline-block;
    letter-spacing: 0;
    height: 35px;
    background: #FFEB3B;
    color: #30336b;
    text-align: center;
    line-height: 35px;
    vertical-align: top;
    font-weight: bold;
  }

  #header-access a:hover {
    background: #fff;
    color: #333;
    box-shadow: 0 0 0 2px #FFEB3B inset;
  }


  /* 資料請求 */
  #header-siryobtn a {
    width: 130px;
    line-height: 50px;
    background: #FFEB3B;
    display: block;
    text-align: center;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
  }

  /* 訪問者別nav */
  #pc-header-nav2 {
    clear: both;
    float: right;
    margin: 10px 0 15px;
    width: 100%;
  }

  #pc-header-nav2 ul {
    overflow: hidden;
  }

  #pc-header-nav2 li {
    float: left;
    width: 20%;
  }

  #pc-header-nav2 li a {
    display: block;
    text-align: center;
    color: #055ed6;
    line-height: 35px;
    font-weight: bold;
    border-top: 2px solid #055ed6;
    border-right: 2px solid #055ed6;
    border-bottom: 2px solid #055ed6;
  }

  #pc-header-nav2 li:first-child a {
    border-left: 2px solid #055ed6;
  }

  #pc-header-nav2 li.current a,
  #pc-header-nav2 li a:hover {
    color: #fff;
    background: #055ed6;
  }


  /*----------------------------------------------------
	グローバルナビゲーション
----------------------------------------------------*/
  #globalNav {
    display: block !important;
    position: relative;
    z-index: 100;
    overflow: hidden;
  }

  #globalNav:hover {
    overflow: visible;
  }

  #page.scrolled #globalNav {
    position: fixed;
    top: 59px;
    left: 0;
  }

  #globalNav>div>ul {
    padding: 0;
    width: 1024px;
    letter-spacing: -0.4em;
  }

  #globalNav>div>ul>li {
    /*
  width: 170.66px;
  width: calc(100% / 6);
*/
    width: 146.283px;
    /*  width: calc(100% / 7); */
    display: inline-block;
    letter-spacing: 0;
    z-index: 100;
  }

  #globalNav>div>ul>li:hover>a,
  #globalNav>div>ul>li.current>a {
    background: rgba(255, 255, 255, 0.1);
  }

  #globalNav>div>ul>li:last-child>a>span {
    display: none;
  }

  #globalNav ul li a {
    display: block;
    height: auto;
    line-height: 1.3;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    padding: 15px 0;
  }

  #globalNav .sub-menu {
    overflow: hidden;
  }

  #globalNav>div>ul:not(.ja-view) .sub-menu {
    display: none !important;
  }

  #globalNav .sub-menu .inner>a {
    float: left;
    width: 200px;
    height: auto;
    display: block;
    padding: 0;
  }

  #globalNav .sub-menu .inner>a img {
    width: 150px;
    height: 150px;
    display: block;
  }

  #globalNav .parent-title {
    margin: 0 0 20px 250px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }

  #globalNav .parent-title a {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    padding: 0;
    letter-spacing: 0.1em;
    display: inline;
  }

  #globalNav .sub-menu ul {
    margin-left: 250px;
    letter-spacing: -0.4em;
  }

  #globalNav .sub-menu li {
    width: 33%;
    display: inline-block;
    letter-spacing: 0;
    vertical-align: top;
    margin: 8px 0;
  }

  #globalNav .sub-menu li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 0;
    margin: 0;
    display: inline-block;
    font-weight: normal;
  }

  #globalNav .parent-title i:after,
  #globalNav .sub-menu li i:after {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin-left: 10px;
    color: #fff;
  }

  #globalNav .parent-title a:hover,
  #globalNav .sub-menu li a:hover {
    text-decoration: underline;
  }

  #globalNav .menu-item-has-children>a:after {
    top: 30%;
    right: 0;
  }

  #globalNav .menu-item-has-children:hover .sub-menu {
    display: block;
    top: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 40px 0;
    background: rgb(5, 94, 214);
    background: linear-gradient(rgba(5, 94, 214, 0.9), rgba(24, 143, 247, 0.9));
  }

  #globalNav .menu-item-has-children:hover .sub-menu .inner {
    overflow: hidden;
  }

  #pc-header-nav2 li:nth-child(n + 6) {
    display: none;
  }

  #globalNav ul li .sub-menu a {
    /*  color: #055ed6; */
    color: #fff;
  }

  li.menu-item-has-children>a:nth-child(1) {
    cursor: default;
  }


  /* サイド固定ボタン
----------------------------------------------- */
  #side-btn {
    overflow: hidden;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 99;
    text-align: right;
  }

  #side-btn li+li {
    line-height: 1.2;
  }

  #side-btn a {
    width: 40px;
    padding: 10px;
    background: #A01E23;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    pointer-events: auto;
    border-radius: 6px 0 0 6px;
  }

  #side-btn li:hover a:hover {
    width: 50px;
    padding-right: 20px;
    color: #F7ED36;
  }

  #side-btn {
    overflow: visible;
  }

  #side-btn li {
    position: relative;
  }

  #side-btn li img {
    max-width: none;
    position: absolute;
    transition: .3s;
    z-index: -1;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
    /*
  -webkit-filter: drop-shadow(-1px 1px 4px #666);
  filter: drop-shadow(-1px 1px 4px #666);
*/
  }

  .fadein-img01 {
    top: -50px;
    right: -160px;
  }

  .fadein-img02 {
    top: -50px;
    right: -220px;
  }

  #side-btn li a:hover+.fadein-img01 {
    right: 40px;
  }

  #side-btn li a:hover+.fadein-img02 {
    right: 50px;
  }


  /*----------------------------------------------------
	サイドバー
----------------------------------------------------*/
  #sidebar {
    width: 250px;
    float: left;
    /*  margin-right: 40px; */
  }

  .side-title {
    cursor: default;
  }

  .side-title:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin: 0 0 0 -5px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(5, 94, 214);
    border-left: 10px solid transparent;
    z-index: -1;
  }

  .side-title i {
    display: none;
  }

  #sidebar .side-title+ul {
    display: block !important;
    border-top: 0;
  }

  #sidebar a {
    font-size: 16px;
    font-size: 1.6rem;
  }


  /*----------------------------------------------------
	フッター
----------------------------------------------------*/
  #footer {
    padding: 80px 0 0;
  }

  #footer .inner {
    position: relative;
    overflow: hidden;
  }

  #footer-logo {
    float: left;
    width: 250px;
  }

  #footer-logo img {
    width: 100%;
    margin: 0 0 30px;
  }

  #footer-logo span {
    text-align: left;
  }

  #footer-logo li {
    text-align: left;
  }

  /* 多言語リンク */
  #footer-lng {
    width: 240px;
    position: absolute;
    bottom: 105px;
    left: 0;
  }

  #footer-lng.no-ja {
    bottom: 100px;
  }

  #footer-nav {
    float: left;
    overflow: hidden;
    margin: 0 0 0 70px;
  }

  #footer-nav>div {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
  }

  #footer-nav>div:first-child {
    margin: 0;
  }

  #footer-nav .menu {
    float: left;
    margin-bottom: 20px;
  }

  #footer-nav .menu li {
    display: block;
    text-align: left;
  }

  #footer-btn {
    width: 150px;
    float: right;
  }

  #footer-siryobtn,
  #footer-pamphletbtn {
    width: 100%;
  }

  #footer-siryobtn:hover {
    background: #fff;
    color: #333;
    box-shadow: 0 0 0 2px #FFEB3B inset;
  }

  #footer-pamphletbtn {
    font-size: 12px;
    font-size: 1.2rem;
  }

  #footer-pamphletbtn:hover {
    background: #055ed6;
    color: #fff;
  }

  #footer-sns {
    margin-top: 20px;
  }

  #footer-sns a {
    margin: 0 0 0 10px;
  }

  #footer small {
    padding: 60px 0 10px;
  }


  /* 上へ戻る
----------------------------------------------- */
  #goto-top {
    padding: 0 20px 20px 0;
  }

  #goto-top a {
    position: absolute;
    bottom: 20px;
    right: 0;
  }


  /*----------------------------------------------------
	TOPページ
----------------------------------------------------*/

  /*	スライド
----------------------------------------------------*/
  .slick-dotted.slick-slider {
    margin-bottom: 80px;
  }

  /* dots */
  /*
.slick-dots {
  bottom: 20px;
  right: 14%;
}
*/
  .slick-dots {
    bottom: -40px;
  }


  .slick-dots li button {
    width: 14px;
    height: 14px;
    border-radius: 14px;
  }

  .prev-arrow {
    left: 8%;
  }

  .next-arrow {
    right: 8%;
  }


  /*	動画
----------------------------------------------------*/


  /*	重要なお知らせ
----------------------------------------------------*/
  #post-important {
    padding-top: 30px;
    text-align: center;
    margin-bottom: 30px;
  }

  #post-important .inner {
    letter-spacing: -0.4em;
    border-radius: 0;
  }

  #post-important-title {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 0 0 30px;
    font-weight: bold;
    width: 250px;
    text-align: left;
    letter-spacing: 0.05em;
    display: inline-block;
    vertical-align: middle;
  }

  #post-important ul {
    margin: 0;
    padding: 20px 30px;
    letter-spacing: 0;
    display: inline-block;
    width: 770px;
    width: calc(100% - 250px);
    vertical-align: middle;
    background: #fff;
  }

  #post-important li {
    text-align: left;
    margin: 3px 0;
  }

  /*
#post-important li div,
#post-important li span {
  display: inline-block;
  width: 9em;
  margin: 0 15px 0 0;
  text-align: center;
}
*/

  #special-bnr {
    margin: 20px 0 0;
  }

  #special-bnr a {
    display: block;
    width: 49%;
    float: left;
    margin: 0;
  }

  #special-bnr a+a {
    float: right;
  }

  #post-important li time {
    display: inline-block;
  }


  /*	学部バナー
----------------------------------------------------*/
  #department-bnr {
    padding: 62px 0 80px;
    margin-bottom: 25px;
    /*  margin-bottom: 60px; */
  }

  #department-bnr .inner {
    width: 100%;
    display: inline-block;
    letter-spacing: -0.4em;
    text-align: center;
  }

  #department-bnr .inner>div:not(.section-title) {
    width: 310px;
    margin: 0 0 0 49px;
    display: inline-block;
    letter-spacing: 0;
  }

  #department-bnr .inner>.section-title {
    display: block;
    width: 100%;
    margin: 0 0 50px;
  }

  #department-bnr .inner>.section-title+div {
    margin: 0;
  }

  #department-bnr .section-title span b {
    display: none;
  }

  #department-bnr .inner>div img {
    box-shadow: 0 0 5px 1px #ccc;
  }

  #department-bnr br {
    display: none;
  }


  /*	受験生応援バナー
----------------------------------------------------*/
  #juken {
    /*  padding: 60px 0 0; */
  }

  .txt-juken {
    font-size: 20px;
    font-size: 2rem;
    margin: 15px 0 20px;
  }


  /*	バナー上
----------------------------------------------------*/
  #top-bnr-top {
    padding: 15px 0 80px;
  }

  #top-bnr-top ul {
    overflow: hidden;
  }

  #top-bnr-top .img-bnr li {
    float: left;
  }

  #top-bnr-top .img-bnr li {
    width: 341px;
    overflow: hidden;
    position: relative;
    color: #fff;
  }

  #top-bnr-top .img-bnr li:nth-child(2) {
    width: 342px;
  }

  #top-bnr-top .img-bnr li a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    text-shadow: 0 0 10px #055ed6, 0 0 10px #055ed6, 0 0 10px #055ed6;
    letter-spacing: 3px;
  }

  #top-bnr-top .img-bnr li a img {
    display: block;
  }

  #top-bnr-top .img-bnr li span {
    width: 130px;
    display: block;
    line-height: 35px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    box-shadow: 0 0 10px 1px rgba(5, 94, 214, .5), inset 0 0 10px 1px rgba(5, 94, 214, .5);
    text-shadow: 0 0 10px #055ed6;
    letter-spacing: 0;
  }

  #top-bnr-top .txt-bnr li {
    width: 256px;
    background: #fff;
    float: left;
    /*  border-left: 1px solid #999; */
  }

  #top-bnr-top .txt-bnr li a {
    border-top: 2px solid #055ed6;
    border-right: 2px solid #055ed6;
    border-bottom: 2px solid #055ed6;
  }

  #top-bnr-top .txt-bnr li:first-child a {
    border-left: 2px solid #242683;
  }

  /*
#top-bnr-top .txt-bnr li:first-child a {
  border-left: 0;
}

#top-bnr-top .txt-bnr li a {
  background: #055ed6 url(./img/oc/2018/bg_oc_02.png) top left;
  color: #fff;
}

#top-bnr-top .txt-bnr li a:hover {
  color: #FFEB3B;
}
*/

  #about-eng {
    margin: 0 0 80px;
  }

  #about-eng a span {
    font-size: 40px;
    font-size: 4rem;
  }


  /*	NEWS
----------------------------------------------------*/
  #top-news {
    padding: 62px 0 80px;
  }

  #news-tab div {
    line-height: 60px;
  }

  #top-news ul {
    padding: 0;
    margin: 0 auto;
    letter-spacing: -0.4em;
  }

  #top-news li {
    width: 330px;
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 50px 0;
    letter-spacing: 0;
  }

  #top-news li:nth-child(3n) {
    margin: 0 0 50px 0;
  }

  .post-img {
    width: 330px;
    height: 330px;
    /*  height: 250px; */
    float: none;
  }

  .post-body {
    padding: 20px;
    margin-left: 0;
    /*  height: 110px; */
    min-height: 112px;
  }

  .post-body a {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .post-new {
    padding: 2px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }


  /* 学生・OB・OG インタビュー
----------------------------------------------- */
  #interview-slide-wrap {
    padding: 65px 0 90px;
  }

  #interview-slide-wrap .section-title br {
    display: none;
  }

  #interview-slide {
    width: 900px;
    margin-bottom: 100px;
  }

  .interview-name {
    line-height: 60px;
  }

  #interview-slide-wrap .prev-arrow {
    left: -5%;
  }

  #interview-slide-wrap .next-arrow {
    right: -5%;
  }

  #interview-slide-wrap .slick-dots {
    bottom: -40px;
  }


  /*	TOPICS
----------------------------------------------------*/
  #top-topics {
    padding: 62px 0 30px;
  }

  #top-topics ul {
    padding: 0;
    margin: 0 auto;
    letter-spacing: -0.4em;
  }

  #top-topics li {
    width: 330px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    margin: 0 17px 50px 0;
  }

  #top-topics li:nth-child(3n) {
    margin: 0 0 50px 0;
  }

  #top-topics .post-img {
    height: 250px;
  }


  /*	バナー下
----------------------------------------------------*/
  #top-bnr-bottom {
    padding: 80px 0;
    overflow: hidden;
  }

  .menu-top-bnr-container {
    width: 670px;
    float: left;
  }

  #top-bnr-bottom .txt-bnr li {
    width: 330px;
    margin-bottom: 15px;
  }

  #top-bnr-bottom .txt-bnr li:nth-child(even) {
    float: right;
  }


  /* Facebook */
  .fb-page {
    width: 330px;
    float: right;
  }


  /*----------------------------------------------------
	投稿
----------------------------------------------------*/
  .single .entry-title+.entry-meta {
    margin: -30px 0 50px;
  }

  .single .entry-content {
    margin-bottom: 100px;
  }


  /*----------------------------------------------------
	アーカイブ
----------------------------------------------------*/
  #archive-lists {
    margin: 0 auto 30px;
    overflow: hidden;
  }

  #archive-lists li {
    margin: 0 0 30px;
    padding: 0 0 30px;
    overflow: hidden;
  }

  #archive-lists .post-title a {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
  }

  #archive-lists .post-img {
    width: 150px;
    height: 150px;
    float: left;
  }

  #archive-lists .post-body {
    margin-left: 170px;
    height: auto;
    padding: 0;
  }

  #archive-lists .post-body p {
    display: block;
  }


  /*----------------------------------------------------
	一覧表示
----------------------------------------------------*/
  #news-lists {
    margin: 0 auto 30px;
    overflow: hidden;
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #news-lists ul {
    padding: 0;
    margin: 0;
    letter-spacing: -0.4em;
  }

  #news-lists li {
    width: 230px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 25px;
    letter-spacing: 0;
  }

  #news-lists .post-title {
    margin: 0;
  }

  #news-lists .post-title a {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }

  #news-lists .post-img {
    width: 230px;
    height: 230px;
    float: none;
  }

  #news-lists .post-body {
    margin-left: 0;
    /*  min-height: 240px; */
    height: auto;
    padding: 20px;
  }

  #news-lists .post-cat {
    display: inline-block;
  }

  #news-lists .post-body p {
    display: block;
  }

  #post-lists time {
    display: inline-block;
  }


  /*----------------------------------------------------
	受験生応援ページ
----------------------------------------------------*/
  #juken-image {
    padding-bottom: 80px;
  }

  #juken-bnr {
    padding: 80px 0 60px;
  }

  #juken-bnr ul {
    display: block;
    overflow: hidden;

  }

  #juken-bnr ul li {
    width: 240px;
    float: left;
    margin: 0 20px 20px 0;
  }

  #juken-bnr ul li:nth-child(4n) {
    margin: 0 0 20px;
  }

  #juken-bnr+#top-news {
    margin-bottom: 60px;
  }

  .juken #post-content {
    padding: 0 0 60px;
  }


  /*----------------------------------------------------
	親ページ
----------------------------------------------------*/
  .grandson-page {
    display: block;
    letter-spacing: -0.4em;
  }

  .grandson-page:after {
    display: none;
  }

  .grandson {
    /*  width: 30%; */
    width: 220px;
    display: inline-block;
    letter-spacing: 0;
    vertical-align: top;
    /*  margin: 0 5% 20px 0; */
    margin: 0 35px 20px 0;
  }

  .grandson>a {
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
  }

  .grandson:nth-child(3n) {
    margin-right: 0;
  }

  .grandson-title a {
    font-weight: bold;
    color: #055ed6;
  }

  /*
#page-list img {
  width: 100%;
}
*/


  /* 画像無し */
  #page-list.line-list {
    margin: 0;
  }

  #page-list.line-list .grandson {
    width: 100%;
    margin: 0 0 30px;
  }

  #page-list.line-list .grandson>a {
    display: inline;
    height: auto;
  }

  #page-list.line-list .grandson a img {
    display: none;
  }


  /*----------------------------------------------------
	サイトマップ
----------------------------------------------------*/
  #sitemap {
    margin: 0 0 80px;
  }

  #sitemap li.menu-item {
    margin-bottom: 40px;
  }

  #sitemap>li>ul>li {
    padding: 0 0 5px;
  }


  /*----------------------------------------------------
	お問い合わせフォーム
----------------------------------------------------*/
  .entry-content .mwwpform th,
  .entry-content .mwwpform td {
    padding: 20px 0;
  }

  .entry-content .mwwpform th {
    width: 33%;
    padding-right: 15px;
  }

  .entry-content .mwwpform td {
    width: 67%;
  }

  #youkou-form .zip input,
  #ao-form .zip input {
    width: 10em;
  }

  .btns {
    margin: 20px auto 80px;
  }

  .btns>* {
    line-height: 60px;
  }

  #youkou-form .hope-category div {
    display: inline-block;
    border: 0;
  }

  #youkou-form .label {
    width: 11em;
    font-weight: bold;
    color: #055ed6;
  }

  #youkou-form .label:after {
    display: none;
  }

  .btn.back {
    margin: 0 15px 0 0;
  }


  /*----------------------------------------------------
	リンク集
----------------------------------------------------*/
  .link .entry-content p a {
    display: inline;
    margin-bottom: 0;
  }


  /*----------------------------------------------------
	入試情報
----------------------------------------------------*/
  .outline #archive-lists+a {
    margin-bottom: 100px;
  }


  /*----------------------------------------------------
	受験生の方
----------------------------------------------------*/
  #page-news {
    margin: 0 0 80px;
  }

  #page-news #news-tab div {
    width: 25%;
  }

  #page-news #news-tab div:nth-child(3) {
    border-left: 0;
  }

  .scroll-table .type-juken td {
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  /* 入学までの流れ */
  #nittei-flow dl {
    margin-bottom: 60px;
    letter-spacing: -0.4em;
  }

  #nittei-flow dl:before {
    top: 70px;
    bottom: auto;
    left: 27%;
  }

  #nittei-flow dt,
  #nittei-flow dd {
    display: inline-block;
    letter-spacing: 0;
    width: 54%;
    vertical-align: top;
  }

  #nittei-flow dt {
    padding: 15px 0;
  }

  #nittei-flow dd {
    width: 46%;
    margin: 0;
    padding: 0 0 0 20px;
  }


  /*----------------------------------------------------
	在学生の方
----------------------------------------------------*/
  .entry-content table.gakunenreki td:nth-child(odd) {
    width: 40%;
  }

  #zaigaku-menu {
    margin: 0 0 80px;
  }

  #zaigaku-menu li {
    width: 49%;
    float: left;
  }

  #zaigaku-menu li:nth-child(even) {
    float: right;
  }

  /* 就職先一覧 */
  #student-job-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  #student-job-lists li {
    width: 222px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
  }

  #student-job-lists:after {
    content: "";
    width: 230px;
    display: block;
  }

  .joblists-img {
    position: relative;
    margin: 0;
  }

  .joblists-img img {
    margin: 0;
  }

  .joblists-info {
    width: 100%;
    /*  background: rgba(5,94,214,0.5); */
    background: rgba(3, 3, 3, 0.5);
    padding: 8px;
    position: absolute;
    bottom: 0;
    color: #fff;
  }

  .joblists-campany {
    font-weight: bold;
  }

  .job-place {
    margin: 3px 0 5px;
    display: block;
  }

  #student-job-lists li .joblists-graduate br {
    display: block;
  }

  .joblists-comment {
    margin-top: 0;
    padding: 10px;
  }


  /*----------------------------------------------------
	保護者の方
----------------------------------------------------*/
  #parents-menu {
    margin: 80px 0;
  }

  #parents-menu li {
    width: 49%;
    float: left;
  }

  #parents-menu li:nth-child(even) {
    float: right;
  }


  /*----------------------------------------------------
	オープンキャンパス
----------------------------------------------------*/
  #opencampus-message {
    margin: 0 0 20px;
    padding: 35px 35px 10px;
  }

  #opencampus-flow img:nth-child(odd) {
    width: 180px;
  }

  #opencampus-headernav a {
    width: 19%;
    padding: 1% 0;
    margin: 0 0 0 1.2%;
  }

  #opencampus-headernav a:first-child {
    margin: 0;
  }

  .entry-content .opencampus-table td {
    padding: 0 1.5% 10px 0;
  }

  .entry-content .opencampus-table td+td {
    padding: 0 0 15px 1.5%;
  }

  .flex-col2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .flex-item {
    width: 49%;
  }

  .flex-item iframe {
    width: 100%;
  }


  /*----------------------------------------------------
	J大のツボ
----------------------------------------------------*/
  #j-home-cat ul {
    display: block;
    letter-spacing: -0.4em;
  }

  #j-home-cat ul li {
    width: auto;
    display: inline-block;
    letter-spacing: 0;
    margin-right: 15px;
  }

  #j-home-cat ul li a {
    padding: 8px 25px 6px;
  }

  #news-lists.j-home-lists li {
    margin-bottom: 20px;
  }

  #news-lists.j-home-lists .post-body {
    padding: 10px;
    /*  min-height: 160px; */
  }

  #news-lists .post-body time.j-home-time {
    display: block;
    /*
  color: #E63A38;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 65px;
*/
  }

  #news-lists.j-home-lists .post-title a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }


  #fb-btn-list {
    margin-bottom: 50px;
  }

  #fb-btn-list a {
    width: auto;
    display: inline-block;
    padding: 20px 20px 18px 20px;
    margin: 0 0 0 10px;
  }

  #fb-btn-list a:first-child {
    width: 17%;
    margin: 0;
  }


  /*----------------------------------------------------
	教員紹介
----------------------------------------------------*/
  .entry-content table.staff-list {
    width: 100%;
  }

  .staff-list td:nth-child(1) {
    width: 180px;
  }

  .staff-list td:nth-child(2) {
    width: 110px;
  }

  .staff-list td:last-child {
    width: 280px;
  }


  /*----------------------------------------------------
	図書館
----------------------------------------------------*/
  #header.library #site-title {
    width: 260px;
    height: auto;
    padding: 0;
  }

  #header.library #site-title img {
    /*
  width: 60%;
	padding: 7px 0 0;
*/

    height: auto;
    display: inline-block;
    vertical-align: middle;
  }


  .library-top {
    overflow: hidden;
  }

  .library-search-img {
    margin-bottom: 3em;
  }

  #main.column2.library-top {
    width: 750px;
  }

  #library-main {
    width: 500px;
    float: left;
  }

  #library-bnr {
    width: 230px;
    float: right;
  }

  #library-twitter {
    width: 100% !important;
  }

  .library #site-title,
  #page.scrolled #header.library #site-title {
    width: 260px;
    height: auto;
    padding: 20px 0;
  }

  #header.library #header-lng.library {
    display: inline-block;
  }

  #header.library #header-lng.library a {
    background: #FFEB3B;
    padding: 0 15px;
    margin: 0;
    font-weight: bold;
  }

  #header.library #header-lng.library a:hover {
    background: #fff;
    color: #333;
    box-shadow: 0 0 0 2px #FFEB3B inset;
  }

  #page.scrolled #globalNav.library {
    position: fixed;
    top: 68px;
    left: 0;
  }

  #header.library #site-title img {
    width: 100%;
    height: auto;
    padding: 0;
  }

  #globalNav>div>ul#library-nav>li {
    width: 16.666666666666666%;
    /*  width: calc(100% / 6); */
  }

  #library-nav li:nth-child(n+7) {
    display: none;
  }

  .page-template-page-library #side-btn {
    display: none !important;
  }

  #library-bnr {
    overflow: hidden;
  }

  #library-menu {
    margin: 0 0 30px;
  }

  #library-menu li {
    width: 100%;
    float: none;
  }

  /* 施設案内 */
  .lity [data-content="shisets"] {
    width: 700px;
    margin: 0 auto;
    overflow: hidden;
  }

  .lity [data-content="shisets"] img {
    float: left;
    width: 320px;
    max-width: 100%;
    margin-bottom: 0;
  }

  .lity [data-content="shisets"] p {
    margin-left: 340px;
    width: calc(100% - 340px);
  }


  /*----------------------------------------------------
	PC-Clinicメールマガジン
----------------------------------------------------*/
  .mailmagazine .entry-content form {
    width: 60%;
  }


  /*----------------------------------------------------
	キャリアデザイン教育
----------------------------------------------------*/
  .shu_cd_table {
    position: relative;
  }

  .entry-content .shu_cd_table:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 30%;
    width: 100px;
    height: 600px;
    margin-top: -300px;
    border-right: 2px solid #555;
    border-radius: 16px;
  }

  .entry-content .shu_cd_table:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 44%;
    margin: -5px 0 0 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #555;
    border-bottom: 10px solid transparent;
  }

  .entry-content .shu_cd_table>div,
  .entry-content .shu_cd_table>ol {
    position: absolute;
    top: 37%;
    left: 50%;
    width: 45%;
    padding: 15px;
  }


  /*----------------------------------------------------
	学生・OB・OG インタビュー
----------------------------------------------------*/
  .interview_wrap {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
  }

  .interview_img div {
    padding: 5px 10px 2px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .interview_img div a {
    text-decoration: none;
  }

  .interview_img .interview1,
  .interview_img .oka {
    top: 40%;
    left: 2%;
  }

  .interview_img .interview6:after,
  .interview_img .interview7:after,
  .interview_img .interview1:after,
  .interview_img .uto:after,
  .interview_img .oogami:after,
  .interview_img .oka:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    margin: -5px 0 0 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #F7ED36;
    border-bottom: 5px solid transparent;
  }

  .interview_img .interview2,
  .interview_img .kawasaki {
    top: 36%;
    left: 84%;
  }

  .interview_img .interview4,
  .interview_img .hayama {
    top: 10%;
    left: 44%;
  }

  .interview_img .interview3,
  .interview_img .okamoto {
    bottom: 30px;
    left: 60px;
  }

  .interview_img .interview5,
  .interview_img .hirabayashi {
    bottom: 30px;
    right: 60px;
  }

  .interview_img .toki {
    top: 23%;
    left: 27%;
  }

  .interview_img .interview6,
  .interview_img .uto {
    top: 23%;
    left: 7%;
  }

  .interview_img .interview7,
  .interview_img .oogami {
    top: 12%;
    right: 30%;
  }

  .interview_img .interview4:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin: 0 0 0 -5px;
    width: 0;
    height: 0;
    border-top: 10px solid #F7ED36;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }

  .interview_img .interview2:after,
  .interview_img .toki:after,
  .interview_img .kawasaki:after,
  .interview_img .hayama:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    margin: -5px 0 0 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #F7ED36;
    border-bottom: 5px solid transparent;
  }

  .interview_img .interview3:after,
  .interview_img .interview5:after,
  .interview_img .okamoto:after,
  .interview_img .hirabayashi:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin: 0 0 0 -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-bottom: 10px solid #F7ED36;
    border-right: 5px solid transparent;
  }

  .interview_wrap {
    letter-spacing: -0.4em;
  }

  .interview_wrap ul,
  .interview_wrap ul li:last-child {
    margin-bottom: 0;
  }

  .interview_wrap>div {
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
  }

  .interview_wrap.column2>div {
    width: 50%;
    border-left: 1px solid #ccc;
    padding: 0 0 0 3%;
    margin: 0 0 0 3%;
  }

  .interview_wrap.column2>div:first-child {
    width: 47%;
    border-left: 0;
    padding: 0;
    margin: 0;
  }

  .interview_wrap.column3>div {
    width: 32%;
    border-left: 1px solid #ccc;
    padding: 0 0 0 3%;
    margin: 0 0 0 3%;
  }

  .interview_wrap.column3>div:first-child {
    width: 30%;
    border-left: 0;
    padding: 0;
    margin: 0;
  }

  .entry-content .question+p:last-child {
    margin-bottom: 0;
  }


  /*----------------------------------------------------
	ipad
----------------------------------------------------*/
  .ipad body {
    min-width: 1064px;
  }

  .ipad #globalNav>div>ul>.menu-item-has-children>a {
    pointer-events: none;
  }

  .ipad #main.column2 {
    width: 710px;
  }

  .ipad #globalNav>div>ul>li {
    width: calc(100% / 6);
  }

  .ipad #department-bnr .inner>div:not(.section-title) {
    width: 28%;
  }

}

/* @media screen and (min-width: 768px) */


/*-----------------------------
 ギャラリー
------------------------------*/
.gallery {
	width: 100%;
	margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.gallery br {
  display: none;
}

.gallery-item {
	margin-bottom: 0 !important;
}

.gallery-icon {
  text-align: center;
}

.gallery-icon img {
	width: 100%;
	height: auto;
  object-fit: cover;
	margin-bottom: 10px !important;
}

.gallery-caption {
  margin: 0 0 10px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  margin-right: 0;
}
.gallery-columns-2 .gallery-item {
	width: 48%;
	margin: 0 1%;
}
.gallery-columns-3 .gallery-item {
  width: 31.33333%;
	margin: 0 1%;
}
.gallery-columns-4 .gallery-item {
  width: 23%;
  margin: 0 1%;
}
.gallery-columns-5 .gallery-item {
  width: 18%;
  margin: 0 1%;
}

@media screen and (max-width: 640px) {
	.gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
		width: 48%;
		margin: 0 1%;
	}
	.gallery-columns-5 .gallery-item {
		width: 31.33333%;
		margin: 0 1%;
	}
}

@media screen and (max-width: 480px) {
	.gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item {
		width: 100%;
		margin: 0;
	}
}