/*
Theme Name: Kanazawa-U
*/


/*
Elements
*/

body {
font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
z-index: 0;
}

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

a {
color: #446EA3;
}

a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

.carousel a:hover img {
opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "alpha(opacity=100)";
}


/*
Header
*/

.top-navigation {
background: #fcfcfc !important;
}

#search {
float: right;
/* max-width: 420px; */
font-size: 11.5px;
text-align: right;
}

#search a {
color: #333 !important;
padding: .5em .25em;
display: inline-block;
}

#search .hd-fb img,
#search .hd-tw img,
#search .hd-ig img,
#search .hd-yt img {
  width: 20px;
}

#cse-search-box input {
font-size: 12px;
border-radius: 0;
height: 30px;
width: 280px;
}

#cse-search-box button {
padding: 4px 1.5em;
border-radius: 0;
color: #fff;
background: #666;
}

.site-branding {
background: #1d324d !important;
text-align: center;
border-bottom: solid #121E2E 1px;
}

.site-logo {
margin: 0;
padding: 0;
}

.site-branding img {
padding: 20px 20px 15px 20px;
width: 300px;
}

.main-navigation {
background: #1d324d !important;
border-top: solid 1px #2E496C;
}

.main-navigation .container {
padding-left: 0 !important;
padding-right: 0 !important;
}

.main-navigation ul {
text-align: center;
}

.main-navigation li {
display: inline;
}

.main-navigation a {
display: inline-block !important;
padding: 10px 30px !important;
background: #1d324d !important;
color: #fff !important;
border-radius: inherit !important;
}

.main-navigation a:hover,
.main-navigation .active a,
.current-menu-item a,
.current-page-ancestor a {
background: #004169 !important;
color: #fff;
}

@media screen and (min-width: 768px) {

.target-navigation {
clear: none;
margin: 0;
width: 100%;
}
.target-navigation .nav li {
float: left;
margin-right: -1px;
width: 16.6%;
}
.target-navigation .nav a {
display: inline-block !important;
color: #333;
text-align: center;
border-left: dotted 1px #ccc;
border-right: dotted 1px #ccc;
font-size: 11px;
width: 100%;
padding: 10px 5px !important;
}
.target-navigation .nav a .target-text {
display: block;
}
}

@media screen and (max-width: 768px) {
.top-navigation {}
.navbar {
margin: 0;
}
.navbar-header {
text-align: right;
line-height: 50px;
}
.visible-xs {
display: inline !important;
}

.visible-xs .hd-fb img,
.visible-xs .hd-tw img,
.visible-xs .hd-ig img,
.visible-xs .hd-yt img {
  width: 20px;
}
.top-navigation .icon-bar {
background: #333;
}
.target-navigation .nav {
width: 160%;
}
.target-navigation .nav li {
float: left;
}
.target-navigation .nav a {
display: inline-block;
padding: 0 10px;
color: #333;
}
#search {
/* display: none;*/
margin: 10px 0;
}
#search span {
display: none;
}
#search {
width: 100%;
}
#cse-search-box input {
width: 80%;
float: left;
}
#cse-search-box button {
width: 20%;
float: left;
height: 30px;
}
#cse-search-box button span {
display: block;
}
#open {
display: block !important;
color: #999;
text-align: center;
padding: 10px 0;
border-bottom: solid 1px #2A4160;
}
body:not(.home) .main-navigation .nav {
display: none;
}
.main-navigation li {
display: block !important;
width: 25%;
float: left;
border-right: solid 1px #2A4160;
border-bottom: solid 1px #2A4160;
/* margin-right: -1px; */
}
.main-navigation li a {
padding: 10px 5px !important;
display: block;
}
.visible-xs a {
color: #333;
padding-right: 8px;
}
}

@media screen and (max-width: 480px) {
.main-navigation li {
width: 50%;
}
.visible-xs {
font-size: 13px;
}
.navbar {
  min-height: 30px;
}
.navbar-header {
  line-height: 30px;
}
.navbar-toggle {
padding: 0px 5px;
}
/*
.main-navigation li:nth-of-type(3),
.main-navigation li:nth-of-type(4),
.main-navigation li:nth-of-type(5),
.main-navigation li:nth-of-type(6),
.main-navigation li:nth-of-type(7) {
width: 20%;
}
*/
}

.main-navigation-drop-wrapper {
position: absolute;
z-index: 20;
background: #fff;
display: none;
width: 100%;
max-width: 100%;
background: #fdfdfd;
border-bottom: solid 1px #ccc;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
padding: 20px 0;
font-size: 90%;
}

.main-navigation-drop-wrapper li {
width: 50%;
float: left;
}

.main-navigation-drop-wrapper li:nth-child(2n+1) {
clear: left;
}


/*
Body
*/

.site-body {
background: #fff;
min-height: 600px;
}

main {
line-height: 200%;
}

main h1 {
font-size: 25px;
margin: 0 0 10px;
font-weight: normal;
padding: 15px 0;
border-bottom: solid 2px #1d324d;
color: #1d324d;
}

main h2 {
font-size: 18px;
margin: 27px 0 18px;
color: #1d324d;
padding: 12px;
border: solid 1px #1d324d;
}

main h3 {
font-size: 16px;
margin: 24px 0 16px 4px;
color: #1d324d;
border-left: solid 3px #1d324d;
padding: 4px 0 4px 12px;
}

main h4 {
font-size: 16px;
}

.breadcrumbs {
margin: 0 0 30px;
padding: 15px 0;
font-size: 12px;
background: #CCDDE3;
color: #333;
}

.breadcrumbs a {
color: #333;
}

.single-post .site-main {
text-indent: 1em;
}

.index-thumbnail .item {
margin-bottom: 15px;
}

.index-thumbnail .item a {
display: block;
background: #f0f0f0;
color: #333;
text-decoration: none;
}

.index-thumbnail .item a:hover {
background: #f5f9fd;
}

.index-thumbnail .thumbnail {
margin: 0;
padding: 0;
border: 0 !important;
border-radius: 0 !important;
height: 150px;
max-height: 150px;
overflow: hidden;
background: #ccc;
}

.index-thumbnail .thumbnail p {
line-height: 150px !important;
text-align: center;
}

.index-thumbnail .item h3 {
font-size: 110%;
font-weight: bold;
margin: 20px 15px 15px 15px;
}

.index-thumbnail .item p {
font-size: 90%;
line-height: 150%;
margin: 0 15px 15px;
padding-bottom: 15px;
}

.alignleft {
float: left;
margin: 0 20px 20px 0;
}

.alignright {
float: right;
margin: 0 0 20px 20px;
}

.wp-caption-text {
display: block;
font-size: 85%;
line-height: 1.5em;
text-align: left;
margin: .5em 0;
}


/* アイキャッチ画像 */

.eyecatchimg {
float: right;
margin: 0 0 20px 20px;
}

.eyecatchimg .wp-post-image {
display: block;
border: solid 1px #ccc;
padding: 10px;
}


/*
Sidebar
*/

#secondary {
padding-left: 40px;
}

#secondary ul {
margin: 0;
padding: 0;
}

#secondary li {
margin: 0;
padding: 0;
list-style: none;
}

#secondary a {
color: #333;
}

#secondary .side-banner {
margin-bottom: 10px;
}

#secondary .side-banner li {
margin-bottom: 2px;
}

#secondary .sub-menu {
background: #f0f0f0;
border: none;
border-radius: inherit;
padding: 15px 10px 5px 10px;
margin-bottom: 20px;
}

#secondary .sub-menu li {
font-size: 12px;
border-top: solid 1px #dfdfdf;
padding: 10px 5px;
}

.widgettitle {
font-size: 18px;
}

.widgettitle:first-child {
margin-top: 0;
}


/*
Footer
*/

.site-footer {
margin-top: 30px;
background: #1d324d !important;
color: #fff !important;
font-size: 85%;
padding: 30px 0;
}

.site-footer a {
color: #fff !important;
}

.site-footer h3 {
margin: 0 0 20px 0;
text-align: center;
}

.site-info {
margin-top: 30px;
text-align: center;
}


/*
HOME
*/

#myCarousel {
padding: 0;
/* margin: 0 0 50px; */
margin: 0 0 70px;
}

#myCarousel .item {
margin-bottom: 0;
}

#myCarousel .item img {
width: 100%;
}


.carousel-control {
z-index: 10 !important;
}

.carousel-control.left {
background-image: linear-gradient(to right, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .0001) 100%)
}

.carousel-control.right {
background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .2) 100%)
}


.carousel-indicators li {
/*
background-color: #ccc;
border: 1px solid #eee;
*/
border: 3px solid #ccc;
border: 0;
}


.carousel-indicators {
  width: 100%;
  left: 0;
  right: 0;
  /* bottom: -55px; */
  bottom: -50px;
  margin: 0 auto;
  /*
  background-color: #f1f1f1;
  background-color: #1d324d;
  background-color: #003051;
  background-color: #004e84;
  background-color: #ccc;
  background-color: #fcfcfc;
  */
  background: #fcfcfc linear-gradient(180deg, rgba(252,252,252,1) 0%, rgba(204,204,204,1) 100%);
  /*
  padding: 10px 0;
  padding: 3px 0;
  */
  padding: 1px 0;
  letter-spacing: -.4em;
}

.carousel-indicators li {
  /* width: 150px; */
  width: 210px;
  height: auto;
  border-radius: 0;
  /*
  border: 1px solid #004e84;
  background-color: #000;
  */
  background-color: #fff;
  text-indent: 0;
  margin: 0 1px 0 0;
}

.carousel-indicators img {
  opacity: .5;
}

.carousel-indicators .active {
  /* width: 150px; */
  width: 210px;
  height: auto;
  margin: 0 1px;
  /*
  background-color: #ccc;
  border: 3px solid #1d324d;
  border: 1px solid #fff;
  */
  position: relative;
}

.carousel-indicators .active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* border: 5px solid #003051; */
  border: 4px solid #fff;
}

.carousel-indicators .active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #003051;
}

.carousel-indicators .active img {
  opacity: 1;
}



@media screen and (min-width: 1200px) {
.carousel-caption {
background: #fff;
/*
filter:alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
*/
text-shadow: none;
left: 10%;
top: 35%;
width: 360px;
height: 180px;
padding: 10px;
text-align: left;
border: solid 1px #eee;
}
.carousel-caption.center {
left: 40%;
}
.carousel-caption.right {
left: 65%;
}
.carousel-caption h5 {
background: transparent url("/wp-content/themes/kanazawa-u/images/carousel-bg.jpg") repeat;
margin: 0 0 5px 0;
text-align: center;
padding: 25px 10px;
font-weight: bold;
color: #393939;
}
.carousel-caption p {
padding: 10px;
font-size: 85%;
line-height: 200%;
font-weight: bold;
color: #393939;
}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
.carousel-caption {
background: #fff;
/*
filter:alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
*/
text-shadow: none;
left: 10%;
top: 20%;
/*違うところ*/
width: 360px;
height: 180px;
padding: 10px;
text-align: left;
border: solid 1px #eee;
}
.carousel-caption.center {
left: 35%;
/*違うところ*/
}
.carousel-caption.right {
left: 60%;
/*違うところ*/
}
.carousel-caption h5 {
background: transparent url("/wp-content/themes/kanazawa-u/images/carousel-bg.jpg") repeat;
margin: 0 0 5px 0;
text-align: center;
padding: 25px 10px;
font-weight: bold;
color: #393939;
}
.carousel-caption p {
padding: 10px;
font-size: 85%;
line-height: 200%;
font-weight: bold;
color: #393939;
}
}

@media screen and (max-width: 768px) {

#myCarousel {
margin: 0;
}
.carousel-caption.black {
color: #000!important;
text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6)!important;
}
.carousel-caption.white {}
.carousel-indicators {
display: none;
}
}

@media screen and (max-width: 480px) {
#myCarousel .item {
/* height: 200px; */
height: 180px;
overflow: hidden;
}
#myCarousel .item a {
display: block;
overflow: hidden;
}
#myCarousel .item a:first-child {
height: 130px;
/* position: relative; */
}
#myCarousel .item img {
margin: 0;
max-width: none!important;
/*
margin: -1% 0 0 -20%;
width:500px!important;
position: absolute;
top: -5px;
left: -30%;
*/
}

.carousel-caption {
width: 100%;
height: 110px;
height: auto;
left: 0;
bottom: 0;
padding: 5px;
text-shadow: none!important;
}
.carousel-caption h5 {
background: none;
padding: 0;
color: #000!important;
font-size: 90%;
}
.carousel-caption p {
padding: 0;
font-size: 75%;
line-height: 150%;
color: #000!important;
margin-bottom: 5px;
}
}

.emergency {
margin-top: 20px;
}

.emergency .container {
border: solid 3px #CC0000;
/* background: #FED7D0; */
padding: 20px 20px 15px;
}

.emergency .container p {
margin: 0 0 5px;
}

.tab-navigation {
padding-top: 20px;
}

.tab-navigation h2 {
font-size: 16px;
margin: 0;
padding: 10px 0 0 0;
}

.tab-content {
padding: 20px 0;
background: #f1f1f1;
}

.nav-tab {
border: none;
background: none;
}

.panel-item a {
color: #000;
display: block;
background: #fff;
}

.panel-item a:hover {
text-decoration: none;
background: #fdfdfd;
}

.panel-item-content-thumbnail {
display: block;
max-height: 160px;
overflow: hidden;
position: relative;
}

.panel-item-content-category,
.news-archive-item-category {
position: absolute;
color: #fff;
padding: 5px;
font-size: 90%;
}

.news-archive-item-category {
line-height: normal;
}

.nav-tabs a {
color: #fff;
font-size: 90%;
border: 0 !important;
border-radius: 0 !important;
}

.nav-tabs a:hover {
color: #333;
}

.nav-tabs a.all,
.category-archive.all a {
background: #999;
}

.nav-tabs a.adm,
.panel-item .adm,
.news-archive-item .adm,
.category-archive.adm a {
background: #568e8d;
}

.nav-tabs a.news,
.panel-item .news,
.news-archive-item .news,
.category-archive.news a,
.panel-item .message,
.panel-item .tv,
.panel-item .media {
background: #645782;
}

.nav-tabs a.rd,
.panel-item .rd,
.news-archive-item .rd,
.category-archive.rd a {
background: #1d6e9d;
}

.nav-tabs a.update {
background: #999;
}

.nav-tabs a.opening {
background: #1d324d;
}

.nav-tabs a.rss,
.nav-tabs a.archive,
.nav-tabs a.calendar {
background: #fff;
color: #333;
}

.nav-tabs a.rss i {
color: #fa0;
}

.nav-tabs a.rss,
.nav-tabs a.archive {
padding-right: 0;
}

.nav-tabs a.rss:hover,
.nav-tabs a.archive:hover,
.nav-tabs a.calendar:hover {
background: none;
}

.nav-tabs li.active a {
background: #f1f1f1 !important;
color: #000;
}

.category-archive {
text-align: right;
font-size: 12px;
margin: 10px 0 -5px 0;
}

.category-archive a {
color: #fff;
padding: 5px 10px;
}

@media screen and (max-width: 768px) {
.tab-navigation h2 {
font-size: 16px;
margin: 0 0 10px 0;
}
.tab-navigation {
font-size: 95%;
}
.panel-item {
margin-bottom: 15px;
}
.panel-item-content a {
background: #fff;
display: block;
height: auto;
overflow: hidden;
}
.panel-item-content-thumbnail {
width: 40%;
float: left;
margin-right: 10px;
}
.panel-item-date {
display: block;
clear: both;
}
}


/*
Index
*/

.panel-item-content-title {
display: block;
padding: 15px;
}

.panel-item-date {
display: block;
padding: 5px 15px;
background: #fff;
border-top: dotted 1px #eee;
font-size: 90%;
}

.panel-item-opening {
display: block;
padding: 10px 15px;
background: #ccc;
border-bottom: solid 1px #eee;
font-size: 100%;
}

.banner-panel .row {
margin-top: 30px;
}

#news-page {
/*background: #f1f1f1;*/
padding: 10px 20px;
margin-bottom: 30px;
border: solid 1px #ccc;
}

#news-page ul {
padding-left: 1.5em;
}

#news-page a {
color: #333;
 /* text-decoration: underline; */
}

#news-page h3 {
border: none;
padding-left: 0;
margin: 16px 4px;
}

#news-page p {
text-align: right;
}


/*
#news-page h3 a {
display:inline-block;
float:right;
}
*/


/*
Archive
*/

.news-archive-item-thumbnail {
display: block;
/* width: 100%; */
max-width: 270px;
height: auto;
max-height: 180px;
/* background: #ccc; */
vertical-align: middle;
overflow: hidden;
}

.news-archive a {
display: block;
color: #333;
height: auto;
overflow: hidden;
}

.news-archive a:hover {
background: #fdfdfd;
}

.index-thumbnail h3 {
border: none;
padding: 0;
}

@media screen and (max-width: 480px) {
.news-archive-item-thumbnail {
background: none;
max-width: 100%;
max-height: 200px;
}
.news-archive-item-thumbnail img {
width: 100%;
}
}


/*
Related Page
*/

.yarpp-related {}

.yarpp-related h4 {
border-left: 3px solid #1d324d;
color: #1d324d;
font-size: 16px;
margin: 24px 0 16px 4px;
/* padding: 4px 0 4px 12px; */
padding: 4px 0;
}


/*
Bootstrap be killed
*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
position: relative;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
}

.col-xs-15 {
width: 20%;
float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
width: 20%;
float: left;
}
}

@media (min-width: 992px) {
.col-md-15 {
width: 20%;
float: left;
}
}

@media (min-width: 1200px) {
.col-lg-15 {
width: 20%;
float: left;
}
}


/* タブレットでヘッダのメニュー格納 */

@media (max-width: 768px) {
.navbar-header {
float: none;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin: 7.5px -15px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-text {
float: none;
margin: 15px 0;
}
/* since 3.1.0 */
.navbar-collapse.collapse.in {
display: block!important;
}
.collapsing {
overflow: hidden!important;
}
}


/*
追加分
*/
/* クリック開閉 */
.site-main .op_btn {
  cursor:pointer;
  display: flex;
  justify-content: space-between;
}
.site-main .op_cont {
  display:none;
}
.site-main h2.open .bi-caret-down-fill,
.site-main h2 .bi-caret-up-fill,
.site-main h2.op_btn br,
.site-main h3.open .bi-caret-down-fill,
.site-main h3 .bi-caret-up-fill,
.site-main h3.op_btn br,
.site-main h4.open .bi-caret-down-fill,
.site-main h4 .bi-caret-up-fill,
.site-main h4.op_btn br {
  display: none;
}
.site-main h2.open .bi-caret-up-fill,
.site-main h3.open .bi-caret-up-fill,
.site-main h4.open .bi-caret-up-fill {
  display: block;
}


/* youtube埋め込み */
@media (max-width: 768px) {
.site-main iframe[allowfullscreen] {
width: 100% !important;
}
}


/* 固定ページ埋め込み */

#page-embed {
padding: 0;
margin-bottom: 30px;
}


/* 最新ニュース1件表示 */

.latest-news {
padding: 0;
margin-bottom: 30px;
}

.latest-news a {
/*background:#3167A3;*/
background: #1d324d;
display: block;
color: #fff;
height: auto;
overflow: hidden;
padding: 16px;
}

.latest-news a:hover {
background: #004169;
color: #fff;
}


/* 投稿画像 */

.postimg {
clear: both;
margin: 20px 0;
padding: 0;
overflow: hidden;
text-indent: 0!important;
}

.postimg li {
list-style: none;
display: inline-block;
/display: inline;
/zoom: 1;
margin: 0 1% 20px 0;
padding: 0;
width: 48%;
height: auto;
text-align: center;
vertical-align: top;
}

.postimg img {
margin: 0;
padding: 10px;
border: solid 1px #ccc;
width: 100%;
}

@media screen and (max-width: 479px) {
.postimg li {
display: block;
width: 100%;
}
}


/* 合格発表 */

.pass {
margin: 16px 0;
padding: 0;
overflow: hidden;
text-indent: 0!important;
}

.pass li {
display: inline-block;
list-style: none;
padding: 0 .7em;
}


/* パンくず年挿入 */

.breadcrumbs .date-year:after {
content: "年";
}


/* 大学概要 */

.page-id-125 .row ul {
list-style: none;
padding-left: 20px;
}

.type-overview thead th {
text-align: center;
vertical-align: middle!important;
}

/*
.cat_overview-en2017 td,
.cat_overview-jp2017 td
*/
.type-overview td {
text-align: right;
}
.type-overview td[rowspan] {
vertical-align: middle;
}

.tdleft td {
text-align: left!important;
}

.thcenter th {
text-align: center!important;
}


/* 大学概要 英語表 */

.etbl {
table-layout: fixed;
}

.etbl th,
.etbl td {
word-wrap: break-word;
}


/* 「文系・理系一括」入試 */
/*
.page-id-86640 .op_btn {
  cursor:pointer;
}
.page-id-86640 .op_cont {
  display:none;
}
.page-id-86640 h2 {
  display: flex;
  justify-content: space-between;
}
.page-id-86640 h2.open .bi-caret-down-fill,
.page-id-86640 h2 .bi-caret-up-fill,
.page-id-86640 h2 br,
.page-id-86640 h4 br{
  display: none;
}
.page-id-86640 h2.open .bi-caret-up-fill {
  display: block;
}
*/
.page-id-86640 h4 br{
  display: none;
}
.page-id-86640 h3 {
  background-color:#eee;
  padding: 8px 0 8px 12px!important;
}
.page-id-86640 h4 {
  margin:20px 0 15px;
}
.page-id-86640 .under {
  background: linear-gradient(transparent 90%, #999 10%);
}
.page-id-86640 .red_line {
  color: #f00;
  text-decoration: underline;
}
.page-id-86640 thead {
  background-color:#eee;
}
.page-id-86640 thead th {
  text-align:center;
}
.page-id-86640 table th,
.page-id-86640 table td {
  white-space: nowrap;
}
.page-id-86640 .outline {
  border-collapse: collapse;
  border-top: solid 1px #000;
}
.page-id-86640 .outline>thead>tr>th {
  border-bottom: solid 1px #000;
}
.page-id-86640 .outline th,
.page-id-86640 .outline td {
  border: solid 1px #000;
  vertical-align: middle!important;
}
.page-id-86640 .indent_chu {
  list-style: none;
  text-indent: -4em;
  padding-left: 4em;
}


/* 大学入学共通テストを金沢大学で受験するみなさんへ */
.page-id-87159 .bus-info { font-size: 18px; margin: 1.5em 0 .5em;}
.page-id-87159 .bus-route { background-color: #1d324d; color: #fff;display: inline-block; padding: 10px;}
.page-id-87159 .bus-stop { list-style: none; padding: 0; }
.page-id-87159 .bus-stop li { border: 1px solid #1d324d; display: inline-block; margin: 0 5px 10px; padding: 3px 10px; }
.page-id-87159 .bus-stop li.arrow { border: 0 solid #1d324d; margin: 0 0 10px; padding: 3px 0; }
.page-id-87159 .rinji-bus { background-color:#eee; padding: 30px; }
.page-id-87159 .rinji-bus .table { margin-bottom:0; }

/* サイトマップ */

ul.sitemap {
margin: 0;
padding: 0;
list-style: none;
}

.sitemap a {
display: block;
padding: 5px 0;
border-bottom: 1px solid #CCC;
}

.sitemap li {
padding: 0 5px;
}

.Asitemap li {
background: #EEE;
font-weight: bold;
margin-top: 2em;
}

.A.Asitemap,
.Peventinfo.Aeventinfo {
/*display:none!important;*/
}

.Auniversity li,
.Acolleges li,
.Aeducation li,
.Aresearch li,
.Asociety li,
.Acampuslife li,
.Afacility li,
.Aexamination li,
.Aparents li,
.Aalumni li,
.Alocal li,
.Astudents li,
.Astaffs li {}

.Pmanagement li,
.Pjyouhoukoukai li,
.Ppublication li,
.Pcorporation li,
.Pprstrategy li,
.Paccess li,
.Pfacilities li,
.Padministration li,
.Pinquiry li,
.P10_hs li,
.P20_se li,
.P30_mph li,
.Pgraduate_school li,
.Pdistinctive li,
.Padmission li,
.Peducational li,
.Pstudy li,
.Pinternational li,
.Pemployment li,
.Pcenters li,
.Psupport li,
.Pcooperation li,
.Putilization li,
.Pfraud_prevention li,
.Pregional li,
.Puse li,
.Plivelihood li,
.Peconomic li,
.Pextracurricular li,
.Pconsultation li,
.Plibrary li,
.Presearch_center li,
.Pcollaborative li,
.Pshared li,
.Pother li,
.Pevent li,
.Phomecoming li,
.Passociation li,
.Pindustry_university li,
.Precruitment_staff li,
.Pinformation li,
.Peducability li,
.Pglobalization li,
.Presearch_capabilities li,
.Pmanuals li,
.Pprocedures li,
.Plink li {
margin-left: 1.5em;
}

.Pkouhyou li,
.Pkyoiku li,
.Pgyoumu li,
.Pdocument li,
.Pcompliance li,
.Pdisclosure li,
.Ppublication li,
.Pphotocon li,
.Pmember li,
.Pconference li,
.Pregulation li,
.Phuman_socio_environmental li,
.Pmedical_sciences li,
.Punion li,
.Ppolicy li,
.Psab li,
.Penglish li,
.Pasrc_other li,
.Pinet_other li,
.Pgoal li,
.Pnumeric_value li,
.Pmanagement_ifno li,
.Pgrant li,
.Pfunds li,
.Pnotification li {
margin-left: 3em;
}

.Pmovie li,
.P16081.Padmission li,
.Pcurriculum li,
.Pdiploma li,
.Pmaptree li,
.Poffice_report li {
margin-left: 4.5em;
}

/* 入試情報｜'21.12.16 安 */
  /* ボックス 体裁 共通 */
  .page-id-18 .anchor-box, 
  .page-id-18 .terms-box {
    width: calc(100% + 30px);
    line-height: 1.5;
    box-sizing: border-box;
  }
  .page-id-18 .anchor-box .row-eq-height, 
  .page-id-18 .terms-box .row-eq-height {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  
  /* ボックス 体裁 アンカー・項目 共通 */
  .page-id-18 .anchor-box .row-eq-height div,
  .page-id-18 .terms-box .row-eq-height div {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 14px;
    margin: 0px;
    border-radius: 0.5em;
    box-sizing: border-box;
  }
  /* ボックス 体裁 アンカー */
  .page-id-18 .anchor-box .row-eq-height div {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(67, 110, 163);
  }
  /* ボックス 体裁 項目 */
  .page-id-18 .terms-box .row-eq-height div {
    background-color: rgb(67, 110, 163);
    border: 2px solid rgb(67, 110, 163);
  }
  .page-id-18 .anchor-box a, 
  .page-id-18 .terms-box a, 
  .page-id-18 .anchor-box a:hover, 
  .page-id-18 .terms-box a:hover {
    text-decoration: none;
    padding-left: 3.25em;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 14px;
    width: 100%;
  }
  .page-id-18 .anchor-box a {
    color: rgb(67, 110, 163);
  }
  .page-id-18 .terms-box a {
    color: rgb(255, 255, 255);
  }
  /* 矢印 体裁 共通 */
  .page-id-18 .anchor-box .row-eq-height div, 
  .page-id-18 .terms-box .row-eq-height div {
    position: relative;
    display: flex;
    align-items: center;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .page-id-18 .anchor-box .row-eq-height div::before, 
  .page-id-18 .anchor-box .row-eq-height div::after,
  .page-id-18 .terms-box .row-eq-height div::before, 
  .page-id-18 .terms-box .row-eq-height div::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.0em;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .page-id-18 .anchor-box .row-eq-height a:hover, 
  .page-id-18 .terms-box .row-eq-height a:hover
  .page-id-18 .anchor-box .row-eq-height div:hover,
  .page-id-18 .terms-box .row-eq-height div:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  /* 矢印 体裁 共通 */
  .page-id-18 .anchor-box .row-eq-height div::before, 
  .page-id-18 .terms-box .row-eq-height div::before {
    width: 1.5em;
    height: 1.5em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .page-id-18 .anchor-box .row-eq-height div:hover::before, 
  .page-id-18 .terms-box .row-eq-height div:hover::before {
    opacity: 0.7;
    transition: 0.3s;
  }

  .page-id-18 .anchor-box .row-eq-height div::after, 
  .page-id-18 .terms-box .row-eq-height div::after {
    left: 1.35em;
    top: 0.0em;
    width: 0.625em;
    height: 0.625em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* 矢印 体裁 アンカー */
  .page-id-18 .anchor-box .row-eq-height div::before {
    background-color: rgb(67, 110, 163);
  }
  .page-id-18 .anchor-box .row-eq-height div::after {
    border-top: 0.25em solid rgb(255, 255, 255);
    border-right: 0.25em solid rgb(255, 255, 255);
  }
  /* 矢印 体裁 項目 */
  .page-id-18 .terms-box .row-eq-height div::before {
    background-color: rgb(255, 255, 255);
  }
  .page-id-18 .terms-box .row-eq-height div::after {
    border-top: 0.25em solid rgb(67, 110, 163);
    border-right: 0.25em solid rgb(67, 110, 163);
  }
  /* 学域・学類（バナー） */
  .page-id-18 .underg-box {
    width: 100%;
    padding: 14px;
    background-color: rgb(245, 245, 245);
    margin: 40px auto 30px;
    text-align: center;
  }
  .page-id-18 .underg-box p {
    width: 300px;
    max-width: 300px;
    text-align: left;
    margin: 5px auto;
    padding: 0px;
  }
  .page-id-18 .underg-box img {
    width: 100%;
    max-width: 300px;
    margin: 5px auto;
  }
  .page-id-18 .underg-box hr {
    border-top: solid 1px rgb(0, 0, 0);
  }
  /* Bootstrap rowの高さ調整 */
  .page-id-18 .row-eq-height {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .page-id-18 .row-eq-height div.col {
    width: calc(50% - 30px);
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
  }
  @media screen and (max-width: 768px) {
    .page-id-18 .row-eq-height div.col {
      width: calc(100% - 30px);
    }
  }
  /* H2・トップに戻る */
  .page-id-18 h2 span {
    font-size: 80%;
  }
  .page-id-18 p.page-top {
    text-align: right;
    margin-top: 30px;
    margin-bottom: 70px;
  }


@media print {
a[href]:after {
content: "" !important;
}
}

@media print {
@page {
size: auto;
margin: 14mm;
}
.container {
width: 1000px;
}
}
