/*
Theme Name: 福井大学ニュース専用
*/


/**
* 1.0 - Reset
*
* Resetting and rebuilding styles have been helped along thanks to the fine
* work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}


body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}


/**
* 3.0 Typography
*/

body,
button,
input,
select,
textarea {
  color: #333;
  color: #000;
  font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: bold;
  margin: 2em 0 1em;
  margin: 24px 0 12px;
}

p {
  margin-bottom: 1.6em;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  border-left: 4px solid #707070;
  border-left: 4px solid rgba(51, 51, 51, 0.7);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1.6667em;
  padding-left: 0.7778em;
}

blockquote p {
  margin-bottom: 1.6667em;
}

blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote cite,
blockquote small {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

address {
  font-style: italic;
  margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}

mark,
ins {
  background-color: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}


/**
* 4.0 Elements
*/

hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.6em;
}

ul,
ol {
  margin: 0 0 1.6em 1.3333em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
}

table,
th,
td {
  border: 1px solid #ddd;
  border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  width: 100%;
  background-color: #fff;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  padding:.4em;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
  background: #ddd;
}

td {
  border-width: 0 1px 1px 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

del {
  opacity: 0.8;
}


/**
* 5.0 Forms
*/

button,
input,
select,
textarea {
  background-color: #f7f7f7;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333;
}

input:focus,
select:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.7917em 1.5em;
  text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 0.375em;
  width: 100%;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
  padding: 0;
}


/**
* 6.0 Navigations
*/


/**
* 6.1 Links
*/

a,
a:link,
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  /*
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  */
  text-decoration: underline;
}

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


/**
* 8.0 Alignments
*/

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}


/**
* 9.0 Clearings
*/

.clear:before,
.clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}


/**
* 14.0 Media
*/

audio,
canvas {
  display: inline-block;
}

embed,
iframe,
object,
video {
  margin-bottom: 1.6em;
  max-width: 100%;
  vertical-align: middle;
}



/**
* 14.1 Captions
*/

.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption-text {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}






/**
* style.css
*/

/* wrap */
.wrap {
  position: relative;
  min-height: 100%;
  height: auto!important;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  /* font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif; */
}
.inner,
#main,
#page_main {
  clear: both;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
#main {
  background: #F0F0F0;
  background: #f6f6f6;
  padding-bottom: 30px;
}
#page_main {
  display: table;
  background: #F0F0F0;
  background: #f6f6f6;
}
#page_back {
  display: table-cell;
  width: 920px;
  overflow: hidden;
}

.even {
  display: table-cell;
  vertical-align: top;
}

/* 福井大学ロゴ */
.logo {
  padding: 0;
  margin: 20px 0 10px;
  background: none;
  float: left;
}

/* 検索フォーム */
#searchbox {
  /* width: 250px; */
  width: 200px;
  float: right;
}
#searchform {
  font-size: .8em;
  position: relative;
}
#search {
  height: 30px;
  /* width: 250px; */
  width: 200px;
  padding: 0 5px;
  border: none;
  left: 0;
  float: left;
  background: #CACACA;
}
#searchsubmit {
  color: #fff;
  font-weight: bold;
  width: 40px;
  height: 30px;
  border: none;
  cursor: pointer;
  position: absolute;
  position: relative\9;
  display: block;
  right: 0;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* header */
#header {
  padding: 0;
  width: 1200px;
  margin: 0 auto;
}

#head_nav {
  float: right;
  list-style: none;
  margin: 0;
  letter-spacing: -.4em;
}
#head_nav li {
  margin-right: 1px;
  /* float: left; */
  padding: 0;
  display: inline-block;
  letter-spacing: normal;
}
#subnav {
  float: right;
}
#subnav ul {
  list-style: none;
  margin: 0;
}
#subnav li {
  float: left;
  margin: 0 20px;
  margin: 0 15px;
  line-height: 50px;
}
#subnav li:last-child {
  margin-right:0;
}
/*
#subnav li a {
  text-decoration: none;
}
*/

.slicknav_menu {
  display: none;
}


/* 切替 */
#hd-txt,
#hd-bgc {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: -.4em;
}

#hd-txt li,
#hd-bgc li {
  display: inline-block;
  margin-right: 1px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  letter-spacing: normal;
  overflow: hidden;
}

#hd-txt li {
  background-color: #013975;
  width: 50px;
}

#ht-large {
  font-size: 110%;
}

#ht-extra {
  font-size: 120%;
}

#hb-white {
  background-color: #fff;
  color: #111!important;
}

#hb-blue {
  background-color: #06C;
}

#hb-yellow {
  background-color: #fe4;
  color: #111!important;
}

#hb-black {
  background-color: #222;
}

body.cng-blue,
body.cng-blue #main,
body.cng-blue #page_main,
body.cng-blue .topic,
body.cng-blue .tbl1 td,
body.cng-blue .page_news {
  background: #06c;
}
body.cng-black,
body.cng-black #main,
body.cng-black #page_main,
body.cng-black .topic,
body.cng-black .tbl1 td,
body.cng-black .page_news {
  background: #222;
}
body.cng-yellow,
body.cng-yellow #main,
body.cng-yellow #page_main,
body.cng-yellow .topic,
body.cng-yellow .tbl1 td,
body.cng-yellow .page_news {
  background: #fe4;
}

body.cng-blue,
body.cng-black,
body.cng-blue a,
body.cng-black a,
body.cng-blue .page_list h3 a,
body.cng-black .page_list h3 a {
  color: #fff!important;
}

body.cng-blue .page_list h3,
body.cng-black .page_list h3 {
  border: solid 1px #fff;
}
body.cng-yellow .page_list h3 {
  border: solid 1px #999;
}

body.cng-blue .page_list h3 a::before,
body.cng-black .page_list h3 a::before,
body.cng-yellow .page_list h3 a::before {
  display: none;
}

body.cng-blue table,
body.cng-black table,
body.cng-blue th,
body.cng-black th {
  background-color: transparent!important;
}

body.cng-blue table,
body.cng-black table,
body.cng-blue th,
body.cng-black th,
body.cng-blue td,
body.cng-black td {
  border: solid 1px #fff;
}



/* メインビジュアル */
#topimg {
  height: 576px;
  background: #003975;
}
.slides li{
  cursor:pointer;
}

/* パンくず */
#pankuzu {
  float: right;
  font-size: .9em;
  /* color: #000; */
  padding: 15px 20px;
}
#pankuzu a {
  text-decoration:none;
}


/* メインナビ */
#mainnav ul {
  background: #003975;
  margin: 0 auto;
  width: 1200px;
  height: 100px;
  text-align: center;
  list-style: none;
}
#mainnav li {
  background: #003975;
  margin: 0;
  float: left;
  width: 240px;
  height: 100px;
  line-height: 100px;
  font-size: 1em;
}
#mainnav li a {
  padding: 0;
  display: block;
  color: #fff;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

/* メインナビカレント */
.anc-about .nav_about,
.anc-life .nav_life,
.anc-scholar .nav_scholar,
.anc-facilities .nav_facilities,
.anc-inter .nav_inter,
.tax_school .nav_inter {
  background: #205DA8!important;
}


/* サイドバー */
#sidebar {
  width: 200px;
  height: 100%;
  background: #E9E9E9;
  line-height: 140%;
  padding-bottom: 130px;
}

#sidebar p {
  margin: 0;
  margin-bottom: 5px;
  font-size: .9em;
  line-height: 150%;
}
#sidebar span {
  display: block;
  line-height: 120%;
}

#sidebar .fac_sidenav {
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0;
  font-size: 0;
}
#sidebar .fac_sidenav li {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 50%;
}
#sidebar .fac_sidenav .graduatenav01 {
  background: #FFC54E;
}
#sidebar .fac_sidenav .graduatenav02 {
  background: #8DCDF3;
}
#sidebar .fac_sidenav .graduatenav03 {
  background: #D4E25E;
}
#sidebar .fac_sidenav .graduatenav04 {
  background: #F9ABBB;
}
#sidebar .fac_sidenav a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#sidebar .main_sidenav {
  clear: both;
  padding: 15px;
  background: #6A6A6A;
  color: #FFF;
  /* padding-bottom: 40px; */
}
#sidebar .main_sidenav h2 {
  color: #FFF;
  font-family: ",メイリオ,Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.1em;
  text-align: center;
  margin: 0;
  padding: 25px 0;
}
#sidebar .main_sidenav p {
  margin: 0 0 15px;
  line-height: 1.2;
}
#sidebar .main_sidenav p:last-child {
  margin: 0;
}
#sidebar .main_sidenav p img {
  display: block;
  margin-bottom: 3px;
}
#sidebar .main_sidenav a {
  display: block;
  color: #FFF;
  text-decoration: none;
}
#sidebar .main_sidenav span {
  color: #FFF;
  font-size: .8em;
}

#sidebar .sub_sidenav {
  padding: 15px;
  color: #000;
}
#sidebar .sub_sidenav h2 {
  text-align: center;
  color: #000;
  font-family: ",メイリオ,Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.1em;
  margin: 0;
  padding: 25px 0;
}
#sidebar .sub_sidenav a {
  display: block;
}

/*3階層*/
#sidebar .page_sidenav {
  background: #013975;
  padding: 25px;
  color: #FFF;
}

#sidebar .page_sidenav > form {
  margin-bottom: 2em;
  overflow: hidden;
}
#sidebar .page_sidenav > form #s {
  width: 80%;
  float: left;
}
#sidebar .page_sidenav > form #submit {
  width: 20%;
  background-color: #666;
  color: #fff;
  padding: .7617em 0;
  font-weight: normal;
}

#sidebar .page_sidenav h2,
#sidebar .page_sidenav h2 a {
  color: #FFF;
  font-family: ",メイリオ,Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.1em;
  margin: 0;
  text-decoration:none;
  padding: 0 0 10px;
  line-height: 1.3;
}
#sidebar .page_sidenav h3 {
  color: #FFF;
  font-family: ",メイリオ,Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1em;
  margin: 0;
  text-decoration:none;
  padding: 0 0 5px;
  line-height: 1.5;
}
#sidebar .page_sidenav ul + h2,
#sidebar .page_sidenav ul + h3 {
  padding-top: 2em;
}
#sidebar .page_sidenav ul {
  margin-left: 1em;
  margin-left: 0;
  margin-bottom: 0;
}
#sidebar .page_sidenav ul li {
  font-size: 0.9em;
  list-style: none;
  margin-bottom: .7em;
  line-height: 1.4;
}
#sidebar .page_sidenav ul li:last-child {
  margin-bottom: 0;
}
#sidebar .page_sidenav ul li a {
  display: inline-block;
  /* display: block; */
  color: #fff;
}
/*3階層入れ子*/
#sidebar .page_sidenav ul li ul {
  padding: .3em 0 0;
}
#sidebar .page_sidenav ul li ul li {
  font-size: 1em;
  list-style: none;
  position: relative;
  margin-bottom: .2em;
}
#sidebar .page_sidenav ul li ul li::before {
  content : "┣";
  position: absolute;
  color: #FFF;
}
#sidebar .page_sidenav ul li ul li a,
#sidebar .page_sidenav ul li ul li span {
  margin-left: 1.5em;
}

#sidebar .page_sidenav select {
  font-size: 1em;
  margin-top: 1em;
}

/*ページカレント*/
.page_sidenav li a.selected {
  background: #1B5BAA;
  padding: .5em;
}


/*ウィジェットリストスタイル*/
.widget {
  list-style: none!important;
}
ul.eo-events-widget {
  margin: 0!important;
}
.jaw_widget span {
  display: inline-block!important;
}


/* base */
.back_white #page_main {
  background: #FFF;
}

#page_content {
  width:1200px;
  margin: 0 auto;
  clear: both;
}
#page_content h1 {
  background: #205DA8;
  padding: 0 40px;
  margin: 0;
  width: inherit;
  height: 100px;
  color: #FFF;
  font-size: 1.4em;
  line-height: 1.5;
  /* line-height: 100px;
  display: block; */
  display: table-cell;
  font-weight: normal;
  vertical-align: middle;
}
#page_content .coc {
  margin:0 0 20px;
  padding: 20px 0;
  text-align: center;
  background:#FFF;
  height: 120px;
  line-height: 0;
}

.sub_content {
  overflow:hidden;
  padding: 35px 40px;
}

h2 {
  font-size: 1.6em;
  margin: 5px 0;
  line-height: 180%;
}
h3 {
  font-size: 1.4em;
  margin: 35px 0;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
  position: relative;
  padding-bottom: .3em;
  border-bottom: 2px solid #ccc;
  display: table;
}

p {
  line-height: 1.7;
  font-size: 1em;
  margin: 1em 0;
}

/* サークルページ見出し */
.single-circle .sub_content h3,
.single-circle .sub_content h4,
.single-circle .sub_content h5 {
  clear: none;
}


span.new {
  padding-left: 10px;
  color: #666;
  font-weight: bold;
  font-size: .7em;
}

.topic_title {
  padding: 10px 15px;
}
.topic_title a {
  color: #333!important;
}
.topic_title p {
  padding: 0!important;
  margin-bottom: 5px!important;
}
.tp_cat a {
  padding: 0;
  display: inline-block;
  margin-right: 10px;
  /* IE 6/7 */
  /display: inline;
  /zoom: 1;
  text-decoration: none;
  line-height: 1.2;
}
.search .topic_archive .tp_cat {
  display: inline-block;
  margin-left: 1em;
  margin-left: 0;
}

.pickup {
  clear: both;
  margin: 10px 0;
  margin: 1em 0;
  padding: 10px 0 0 0;
  padding: 1em;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border: 3px solid #ddd;
  overflow: hidden;
}
.pickup p:last-child,
.pickup ul:last-child,
.pickup ol:last-child {
  margin-bottom: 0!important;
}
.pickup2 {
  position: relative;
  background: #fff;
  padding: 20px;
  margin: 10px 0;
  z-index: 10;
  border: 4px #1B5BAA solid;
  top: 0;
  left: 0;
  clear: both;
}
.pickup2:before {
  content: "";
  position: absolute;
  background: #fff;
  margin: 3px;
  border: 2px #1B5BAA solid;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: -10;
}
.pickup3 {
  margin: 10px 0;
  clear: both;
  background: #FFF;
  padding: 10px 0;
}
.pickup:after,
.pickup2:after,
.pickup3:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}




.step{
  overflow: hidden;
  width: 100%;
}

.step li{
  float: left;
  margin: 0 .5em 0 1em !important;
  line-height: inherit !important;
}

.step a {
  background: #013975;
  padding: .7em 1em !important;
  float: left;
  text-decoration: none !important;
  color: #fff;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  position: relative;
}

.step a:hover{
  background: #1B5BAA;
}

.step a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #013975 #013975 #013975 transparent;
  left: -1em;
}

.step a:hover::before{
  border-color: #1B5BAA #1B5BAA #1B5BAA transparent;
}

.step a::after{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #013975;
  right: -1em;
}

.step a:hover::after{
  border-left-color: #1B5BAA;
}

.step .current,
.step .current:hover{
  font-weight: bold;
  background: none;
}

.step .current::after,
.step .current::before{
  content: normal;
}





.more {
  clear: both;
  font-size: 1em;
  text-align: center;
  margin: 20px 0;
}
.more a {
  height: 50px;
  display: block;
  line-height: 50px;
  color: #000;
  text-decoration: none;
  background: #DFDFDF;
}

.box {
  vertical-align: top;
  overflow: hidden;
  width: 48%;
  margin: 0 0.8%;
  display: inline-block;
  /* IE 6/7 */
  /display: inline;
  /zoom: 1;
}

.btn {
  background: #666;
  color:#FFF;
  min-width:200px;
  width:auto;
  min-height:40px;
  height:auto;
  display:inline-block;
  /* IE 6/7 */
  /display: inline;
  /zoom: 1;
}
.btn a,
.btn p {
  text-decoration:none;
  padding:5px;
  margin:0!important;
  font-weight:bold;
  text-align:center;
  display:block;
  color:#FFF;
}

/*  アイコン各種 // 固定ページ＆投稿ページ */
.icon {
  width: 14px!important;
  margin-left: 2px;
}

/*pdf*/
#page_back a[href$=".pdf"]:after,
.page_sidenav a[href$=".pdf"]:after,
.sidenav a[href$=".pdf"]:after,
.topic_title a[href$=".pdf"]:after {
  content: url(images/icon_pdf.png)!important;
  padding:0 5px;
  vertical-align: middle;
}

/*Word*/
#page_back a[href$=".doc"]:after,
#page_back a[href$=".docx"]:after,
.page_sidenav a[href$=".doc"]:after,
.page_sidenav a[href$=".docx"]:after,
.sidenav a[href$=".doc"]:after,
.sidenav a[href$=".docx"]:after,
.topic_title a[href$=".doc"]:after,
.topic_title a[href$=".docx"]:after {
  content: url(images/icon_doc.png)!important;
  padding:0 5px;
  vertical-align: middle;
}

/*Excel*/
#page_back a[href$=".xls"]:after,
#page_back a[href$=".xlsx"]:after,
.page_sidenav a[href$=".xls"]:after,
.page_sidenav a[href$=".xlsx"]:after,
.sidenav a[href$=".xls"]:after,
.sidenav a[href$=".xlsx"]:after,
.topic_title a[href$=".xls"]:after,
.topic_title a[href$=".xlsx"]:after {
  content: url(images/icon_xls.png)!important;
  padding:0 5px;
  vertical-align: middle;
}

/*外部リンク*/
#page_back a[target="_blank"]:after,
.page_sidenav a[target="_blank"]:after,
.sidenav a[target="_blank"]:after,
.topic_title a[target="_blank"]:after {
  content: url(images/icon_link.png);
  padding:0 5px;
  vertical-align: middle;
}

/*内部リンク*/
/*
#page_back .sub_content a[href*="//aa250t4zrn.smartrelease.jp/cont_"]:after,
#page_back .sub_content a[href*="//aa250t4zrn.smartrelease.jp/admission_sect"]:after,
#page_back .sub_content a[href*="//aa250t4zrn.smartrelease.jp/user_"]:after,
*/
#page_back .no-child a[href*="//aa250t4zrn.smartrelease.jp/cont_"]:after,
#page_back .no-child a[href*="//aa250t4zrn.smartrelease.jp/user_"]:after,
#page_back .no-child a[href*="//aa250t4zrn.smartrelease.jp/juken"]:after,
#page_back .list_name a.in-link:after,
#page_back .float250 a.in-link:after,
#page_back .sub_content a.in-link:after,
#page_back a.in-link:after,
.page_sidenav a.in-link:after,
.sidenav a.in-link:after,
.topic_title a.in-link:after {
  content: url(images/icon_inner_link.png);
  padding:0 5px;
  vertical-align: middle;
}

.no_icon:after,
.image:after,
.topic_img2 a:after {
  display:none!important;
}


/*  アーカイブ、検索 */
.topic {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 216px;
  height: 340px;
  background: #FFF;
  padding-bottom:5px;
  overflow: hidden;
}
.topic:nth-of-type(5n) {
  margin-right: 0;
}

/*
#cat-exams .topic_img {
  display: none;
}
#cat-exams .topic {
  height: 200px;
}
*/

.topic p {
  margin: 0;
  font-size: .8em;
}
.topic a {
  text-decoration: none;
}
.topic:hover a {
  text-decoration: underline;
  color: #333;
}
/*
.topic:hover a img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
*/

.topic_img,
.topic_img a {
  height: 216px;
  width: 216px;
  overflow: hidden;
  text-align: center;
  display: block;
}
.topic_img img {
  max-width: none!important;
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.topic_time {
  padding: 0;
  padding-right: 20px;
  display: inline-block;
  font-size: .9em;
}

/*アーカイブ*/
.topic_archive {
  clear: both;
  border-bottom: 1px dotted #CCC;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
.topic_archive h2 {
  margin: 0;
  padding: 0 0 15px!important;
  font-size: 1.3em;
}
.category_archive {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0;
}
.category_archive a {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  width: 110px;
  border: solid #999 1px;
  font-size: .8em;
  text-decoration: none;
  text-align: center;
}
.category_archive a + a {
  margin-left: 5px;
}
.category_archive {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0;
}
.category_archive a {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  width: 110px;
  border: solid #999 1px;
  font-size: .8em;
  text-decoration: none;
  text-align: center;
}
.category_archive a + a {
  margin-left: 5px;
}
.topic_img2 {
  height: 180px;
  width: 180px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-align: center;
}
.topic_img2 a {
  height: 180px;
  width: 180px;
  overflow: hidden;
  display: block;
}
.topic_img2 img {
  max-width: none!important;
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.topic_cont {
  display: inline-block;
  width: 650px;
  padding-left: 20px;
  vertical-align: top;
}
.topic_archive h3 {
  margin: 0!important;
}

.page_news {
  margin: 20px;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}
.page_news p {
  text-align: right;
}
.page-template-page_international .page_news p {
  margin-top: -3em!important;
}
.page_news dl {
  margin-bottom: 0;
}
.page_news dt {
  float: left;
  font-weight: bold;
}
.page_news dd {
  width: auto;
  margin-left: 10em;
  margin-bottom: .5em;
}
.page_news dd:last-child {
  margin-bottom: 0;
}

/* base */
#page_content h2 {
  padding: 0 40px 40px;
}
#page_back h3 {
  margin: 35px 0 15px;
}
#page_back h4 {
  margin: 15px 0 10px;
}
#page_back h5 {
  margin: 10px 0;
}
#page_back h3:first-child,
#page_back h4:first-child,
#page_back h5:first-child {
  margin-top: 0;
}
#page_back p {
  margin: 0 0 1em;
}
#page_back a {
  text-decoration: underline;
}



/* 投稿のナビ */
#pagenation {
  font-size: .8em;
  text-align: right;
  clear: both;
  margin: 30px 0;
}

/* カテゴリのナビ */
#pagelist {
  clear: both;
  padding: 0;
  overflow: hidden;
  text-align: center;
  font-size: 1em;
  margin: 20px 0;
}
#pagelist a.page-numbers {
  display: inline-block;
  padding: 5px 11px 5px 11px;
  width: auto;
  text-decoration: none;
  color: #003777;
  background: #fff;
  /* IE 6/7 */
  /display: inline;
  /zoom: 1;
}
#pagelist .current {
  display: inline-block;
  padding: 5px 11px 5px 11px;
  width: auto;
  text-decoration: none;
  color: #fff;
  background: #003777;
  font-weight: bold;
  border: solid 1px #003777;
  /* IE 6/7 */
  /display: inline;
  /zoom: 1;
}


/* 番号付きリスト */
#page_back ol {
  font-size: 1em;
  list-style-type: decimal;
  padding-left: 15px;
  margin: 5px 0;
}
#page_back ol li {
  margin: 0 8px;
  line-height: 1.8em;
}
#page_back ul {
  font-size: 1em;
  list-style: square;
  padding-left: 10px;
  margin: 5px 0;
}
#page_back li {
  line-height: 1.8em;
  margin: 0 10px;
}

/* 特殊番号付きリスト */
.make {
  counter-reset: li;
  list-style: none!important;
  *list-style: decimal!important; /* Keep using default numbering for IE6/7 */
  padding: 0;
  margin-bottom: 4em;
}
.make li {
  position: relative;
  float: left;
  width:25%;
  font-size:0.9em;
  min-height:40px;
  margin:0 4% 1em!important;
  text-decoration: none;
  transition: all .3s ease-out;
  line-height: 1.3!important;
}
.make li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -2.5em;
  top: 20%;
  margin-top: -1em;
  background: #1B5BAA;
  height: 2em;
  color:#fff;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
}
.make li a:after {
  position: absolute;
  content: '';
  border: .5em solid transparent;
  left: -1em;
  top: 20%;
  margin-top: -.5em;
  transition: all .3s ease-out;
}
.make li a:hover:after {
  left: -.5em;
  border-left-color: #1B5BAA;
}

ol.list {
  counter-reset: number;
  list-style: none!important;
  padding: 0!important;
}
ol.list li {
  margin: 5px 0!important;
}
ol.list li:before {
  counter-increment: number;
  content: "第"counter(number)"回 ";
  background: #333;
  padding: 5px;
  margin-right: 5px;
  color: #FFF;
  line-height: 2;
  *list-style-type: decimal; /*IE7用ハック*/
}

/* ギャラリー */
.gallery {
  padding: 0;
  margin: 1% auto;
  text-align: center;
  overflow: hidden;
  clear: both;
}
.gallery-item {
  float: left;
  padding: 3px;
  overflow: hidden;
}
.gallery-icon {
  text-align: center;
  overflow: hidden;
  max-width: 300px;
  margin: 0 auto;
}
.gallery-caption {
  font-size: 0.8em;
  margin: 0;
  line-height: 1.5;
  text-align: center;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-1 .gallery-item .gallery-icon {
  max-height: 250px;
}
.gallery-columns-2 .gallery-item {
  width: 440px;
}
.gallery-columns-2 .gallery-item .gallery-icon {
  max-height: 250px;
}
.gallery-columns-3 .gallery-item {
  width: 293px;
}
.gallery-columns-3 .gallery-item .gallery-icon {
  max-height: 200px;
}
.gallery-columns-4 .gallery-item {
  width: 220px;
}
.gallery-columns-4 .gallery-item .gallery-icon {
  max-height: 150px;
}
.gallery-columns-5 .gallery-item {
  width: 175px;
}
.gallery-columns-5 .gallery-item .gallery-icon {
  max-height: 120px;
}


/* pc mobile */
.tablet {
  display: none;
}
.mobile {
  display: none;
}
.pc {
  display: block;
}


/* 特殊Table */
table.tbl1 {
  border: 0;
}
.tbl1 th {
  padding: 40px 0;
  text-align: center;
  vertical-align: middle;
  border: 0;
  width: 140px;
  background: #003975;
  color: #FFF;
}
.tbl1 td {
  background: #fff;
  padding: 40px 20px;
  /* color: #000; */
  border: 0;
}
.tbl1 td.sub {
  background: #205DA8!important;
  color: #FFF;
  vertical-align: middle;
}

.tbl2 {
  border:0;
}
.tbl2 th {
  border:0;
  border-bottom:3px solid #666;
  background: none;
}
.tbl2 tr:nth-child(2n-1) {
  background: none;
}
.tbl2 tr:nth-child(2n) {
  background:#fff;
}
.tbl2 td a {
  text-decoration: underline;
}
.tbl2 td {
  border:0;
  width:69%;
}
.tbl2 td:first-child {
  font-weight: bold;
  width:20%!important;
}
.tbl2 td:last-child {
  width:11%!important;
}


/* footer */
#pagetop {
  position: relative;
  width: 1200px;
  clear: both;
  margin:0 auto;
}
.pagetop_btn1  {
  position: absolute;
  top: -70px;
  right: -20px;
  width: 40px;
  height: 40px;
  z-index: 1000;
}
.pagetop_btn2  {
  position: absolute;
  top: -112px;
  right: -20px;
  width: 40px;
  height: 40px;
  z-index: 1000;
}
#footer {
  text-align: center;
  width: 100%;
  clear: both;
}
#foot_nav {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
#foot_nav li {
  display: inline-block;
  margin: 20px 10px;
  font-size: .9em;
}
#copy {
  font-size: .7em;
  margin: 30px 0 20px;
}

/* アイフレーム */
iframe {
  width: 100%!important;
  min-height: 250px;
}


/* アコーディオンQ&A */
.ac_menu {
  margin-bottom: 20px;
}
.ac_menu h3,
.ac_menu h4,
.ac_menu h5 {
  position: relative;
  color: #FFF;
  display: block;
  cursor: pointer;
  font-size: 1.3em;
  background: #1B5BAA!important;
  padding:5px 0 5px 60px!important;
  margin: 0!important;
  min-height: 40px;
}
.ac_menu h3:before,
.ac_menu h4:before,
.ac_menu h5:before {
  content: "Ｑ";
  display: block;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  color: #FFF;
  font-size: 1.3em;
  line-height: 35px;
  background: #003777;
}
.ac_menu .answer {
  display: none;
  padding: 10px;
  padding-left: 70px;
  position: relative;
  font-size: 1em;
  border-bottom: 1px dotted #333;
}
.ac_menu .answer:before {
  content: "Ａ";
  display: block;
  position: absolute;
  left: 0;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 1.5em;
  color: #666;
  line-height: 35px;
}











/**
* page.css
*/

/* 新型コロナウイルスに関する重要なお知らせ
.covid19 a {
  display: block;
  margin:30px 20px;
  padding: 20px;
  background:#c00;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  text-decoration: underline;
}
*/

/* 重要なお知らせ */
#important {
  background-color: #fff;
  clear: both;
  padding: 30px 0;
  overflow: hidden;
}
#important ul {
  margin: 0 auto 30px;
  width: 900px;
  list-style: none;
}
#important li + li {
  border-top: 1px dotted #999;
  margin-top: 30px;
  padding-top: 30px;
}

#important a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#important a span {
  display: block;
}
#important a .cate {
  background-color: #c00;
  color: #fff;
  padding: 2px 5px;
  width: 14em;
}
#important a:hover .cate {
  text-decoration: none;
}
#important a .lead {
  width: calc(100% - 16em);
}

@media only screen and (max-width: 768px) {
  #important {
    padding: 30px;
  }
  #important ul {
    width: 100%;
  }
  #important a {
    flex-direction: column;
    justify-content: flex-end;
  }
  #important a .cate {
    margin-bottom: 10px;
  }
  #important a .cate,
  #important a .lead {
    width: auto!important;
  }
}

/*
#important_title {
  margin:20px 20px 0;
  padding: 3px 0;
  background:#c00;
  color: #fff;
  font-size: 1.5em;
}

#important_area {
  background:#fff;
  color: #c00;
  margin:0 20px;
  padding:20px;
}
*/



/* 学部ナビ */
.home #graduatenav {
  clear: both;
  margin: 0 0 30px;
  overflow: hidden;
}
.home #graduatenav ul {
  width: 1200px;
  margin: 0;
}
.home #graduatenav ul li {
  display: table;
  float: left;
}
.home #graduatenav ul li a {
  width: 300px;
  display: table-cell;
  text-align: center;
  layout-grid-line: 300px;
  vertical-align: middle;
  height: 300px;
  height: 200px;
}
.home #graduatenav ul li img {
  /* vertical-align: middle; */
  display: block;
  margin: 0 auto 10px;
}
.home #graduatenav .graduatenav01 {
  background: #FFC54E;
}
.home #graduatenav .graduatenav02 {
  background: #8DCDF3;
}
.home #graduatenav .graduatenav03 {
  background: #D4E25E;
}
.home #graduatenav .graduatenav04 {
  background: #F9ABBB;
}
/*
.home #graduatenav a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
*/
@media only screen and (max-width: 768px) {
  .home #graduatenav ul {
    width: 100%;
  }
  .home #graduatenav ul li a {
    width: 25%;
    padding: 30px 0;
  }
}

/* 世界地図 */
.globalmap {
  text-align: center;
  padding: 20px 0;
  background: #003E7E;
}
#canvasContainer {
  position: relative;
  width: 847px;
  margin: 0 auto;
}

#canvas {

}

@media only screen and (max-width: 768px) {
  #canvasContainer {
    width: 100%;
  }
  #canvas {
    width: 100%;
  }
}

/* 留学情報メーリングリスト インラインフレーム */

iframe #container {
  width: 100% !important;
}


/*タブメニュー */
div#tabs {
}
div#tabs ul {
  font-family: ",メイリオ,Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  float: right;
  right: 0;
  margin: 0;
  padding: 0;
  height: 40px;
  text-align: center;
  list-style: none;
}
div#tabs ul li {
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  float: left;
  margin-right: 20px;
}
div#tabs ul li a {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #000;
  text-decoration: none;
}
.ui-tabs-active a {
  position: relative;
  z-index: 0;
}
.ui-tabs-active a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #F0F0F0 transparent;
  z-index: 0;
}
.ui-tabs-active a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 9px;
  border-color: transparent transparent #999999 transparent;
  z-index: -1;
}

/* トピック */
.home h2 {
  font-family: ",メイリオ,Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  /* color: #353535; */
  clear: both;
  font-size: 1.8em;
  font-weight: normal;
  text-align: center;
  margin: 15px 0;
}
.home h2.headline {
  margin-bottom: 0;
}
.home h3 {
  font-family: ",メイリオ,Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  /* color: #353535; */
  clear: both;
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
  margin: 15px 0;
}
#headline_list {
  clear: both;
  border-top: solid 1px #999999;
  padding: 20px 0 0 20px;
  padding: 20px;
}
#info_list .info {
  background: #00285C;
  clear: both;
  margin: 5px 20px;
  font-size: .9em;
}
#info_list .info a {
  color: #FFF;
  display: block;
  text-decoration: none;
  padding: 10px;
}
#info_list .info a:after {
  content: "";
  clear: both;
  display: block;
}
#info_list .time {
  font-size: .9em;
  float: right;
}
#info_list .info a:hover {
  text-decoration: underline;
}

/* aside */
#aside {
  clear: both;
  overflow: hidden;
  font-size: 0;
}
#aside .banner {
  display: inline-block;
  float: left;
  text-align: center;
  font-size: .85em;
  height: 130px;
}
#aside .banner img {
  display: block;
  margin: 0 auto 3px;
  max-width: 240px;
  width: 100%;
  height: auto;
}
#aside .sub_title {
  display: block;
  font-size: 10px;
}
#aside a {
  text-decoration: none;
  font-size: 12px;
}
#aside a:hover {
  text-decoration: underline;
  color: #333;
}
/*
#aside a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
*/

/* サイトマップのみ
/* --------------------- */
ul.sitemap li li {
  margin: 0!important;
}

/* 扉ページ・バトン、教員紹介、在学生メッセージのみ */
.menulist {
  clear: both;
}

.menulist a {
  text-decoration: none !important;
}
.menulist:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.menulist h2 {
  font-size: 1.2em;
  color: #003975;
  padding: 0!important;
  margin: 20px!important;
  line-height: 1.4;
}
.menulist h2 a {
  color: #003975;
}
.menulist h3 {
  font-size: 1.1em;
  padding: 0 0 0 10px!important;
  margin: 20px 15px 5px!important;
}
.menulist h4 {
  margin: 10px 10px!important;
  line-height: 1.2;
  font-size: 1.25em;
}
.menulist p {
  font-size: 0.9em;
  margin: 0px 10px!important;
}
.menulist h2 a {
  color: #003975;
  text-decoration: none;
}
.menulist ul {
  padding: 0!important;
  margin: 0 10px 0 25px!important;
}
.menulist ul li {
  font-size: 1em;
  margin: 0!important;
  list-style: none;
}
.menulist ul li ul {
  padding: 0;
  margin-left: 0!important;
}
.menulist ul li ul li {
  font-size: 0.9em;
  list-style: none;
  position: relative;
}
.menulist ul li ul li::before {
  content : "┣";
  position: absolute;
  color: #333;
}
.menulist ul li ul li a{
  margin-left: 1.5em;
}

.menulist .float250 {
  padding-bottom: 30px;
  float: left;
  width: 25%;
  overflow: hidden;
}
.menulist .float250 .image {
  display: block;
  max-height: 250px;
  overflow: hidden;
  /* text-align: center!important; */
}
.menulist .float250 .image img {
  max-width: inherit!important;
  width: 100%;
}

.menulist .float250 .list-hidden {
  display: none;
}


/* ユーザー専用 */
.menulist ul li ul li span a {
  margin-left: -1.5em!important;
  font-size: 0.8em ;
}
.menulist ul li span a {
  font-size: 0.9em ;
}


/* リストページ */
.page_list a {
  text-decoration: none !important;
}
.page_list_img img {
  width: 100%;
  /* height:300px; */
  height: auto;
  overflow:hidden;
}
.page_content + .page_list,
.page_list + .page_content {
  margin-top: 50px;
}
.page_list h3 {
  border: solid 1px #999;
  margin: 0 0 10px!important;
  padding: 5px!important;
}
.page_list h3 a {
  position: relative;
  background:none !important;
  display: block;
  padding: 0 0 0 10px;
  color:#333 !important;
}
.page_list h3 a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 10px 0 0;
  border: solid #1B5BAA;
  border-width: 2px 2px 0 0;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}
.page_list .introduction {
  clear: both;
  border-top:1px #999 dotted;
  display: block;
  font-size: .65em;
  font-weight: normal;
  padding: 5px 5px 0;
  margin-top: 5px;
}
.page_list ul {
  margin: 0 0 30px!important;
}
.page_list ul li {
  font-size: 1.1em;
  list-style: none;
  position: relative;
}
.page_list ul li::before {
  content : "┣";
  position: absolute;
  /* color: #333; */9
}
.page_list ul li a,
.menulist ul li ul li span {
  margin-left: 1.5em;
}

/* 役員（詳細） */
.page-exec .entry-thumbnail {
  display: inline-block;
  width: 120px;
  height: 120px;
  float: left;
}
.page-exec .entry-thumbnail > img {
  width: 100%;
  height: auto;
}
.page-exec h3 {
  display: inline-block;
  margin: 0 0 0 20px!important;
  line-height: 120px;
}

/* ユーザー専用 */
.page_list .post-edit-link {
  display: inline-block!important;
  font-size: 0.7em ;
}
.page_list h3 .post-edit-link {
  float:right;
  margin-top: -2em;
}
.page_list h3 .post-edit-link:before {
  border: none!important;
}


/* 広報・刊行物 */
.pub-column {
  clear: both;
  overflow: hidden;
  border-bottom: 3px solid #ddd;
  padding: 20px 0;
  margin-bottom: 20px;
}
.pub-column > a {
  display: block;
  margin: 0 0 20px 20px!important;
  text-align: center;
  float: right;
}
.pub-column > a img {
  display: block;
  margin-bottom: 5px;
}
.pub-column h3 {
  margin: 5px 0 20px!important;
  clear: none;
}
.pub-column .page_content {
  overflow: hidden;
}

/* 受験生の方へ */
.page-id-65 .sub_content {
  padding: 35px 30px;
  text-align: center;
}

.bn-adm {
  margin: 0 auto!important;
  padding: 0!important;
  list-style: none!important;
  text-align: center;
  letter-spacing: -.4em;
}
.bn-adm li {
  display: inline-block;
  margin: 0 0 10px!important;
  width: 225px;
}
.bn-adm li a {
  display: block;
}
.bn-adm li a img {
  width: 100%;
  height: auto;
}
@media all and (-ms-high-contrast: none){
  .bn-adm li {
    width: 215px;
  }
}

/* FUKUDAI LIFE 受験生サイト */

.page-id-8589 .menulist .float250 a {
  color: #000;
}

.page-id-8589 .menulist .float250:nth-child(even) { background: #FFED40; }
.page-id-8589 .menulist .float250:nth-child(odd) { background: #F9C933; }


.single-voice h3,
.single-voice h4,
.single-voice h5,
.single-voice h6 {
  clear: none;
}

.tax_teacher .job,
.tax_baton .job,
.tax_face .job {
  margin: 0!important;
}
.tax_teacher .name,
.tax_baton .name,
.tax_face .name {
  font-size: 1.1em;
  font-weight: bold;
}

/* 20220602追加 */
.term-face #page_main,
.single-voice #page_main {
  display: block;
}

.term-face #pankuzu,
.single-voice #pankuzu {
  background: #fff;
}

.term-face #page_back,
.term-face #sidebar,
.single-voice #page_back,
.single-voice #sidebar {
  display: block;
  width: 100%;
  padding-bottom: 0;
}

.term-face .page_sidenav,
.single-voice .page_sidenav {
  background: #21a1a8!important;
  background: #8989d4!important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.term-face .page_sidenav h2,
.single-voice .page_sidenav h2 {
  padding: 0!important;
  margin: 0 30px 0 0!important;
}

.term-face .page_sidenav ul,
.single-voice .page_sidenav ul {
  display: flex;
  justify-content: center;
}

.term-face .page_sidenav ul li,
.single-voice .page_sidenav ul li {
  font-size: 1em!important;
  margin: 0 10px!important;
}

.tax_face.tax_education #page_content > h2 {
  background: #ffc54e!important;
}
.tax_face.tax_medical #page_content > h2 {
  background: #8dcdf3!important;
}
.tax_face.tax_engineer #page_content > h2 {
  background: #d4e25e!important;
}
.tax_face.tax_global #page_content > h2 {
  background: #f9abbb!important;
}
.tax_face.tax_other #page_content > h2 {
  background: #fff!important;
}


/* 学術交流協定校 */

.school_info {
  overflow: hidden;
  margin-bottom: 30px;
  letter-spacing: -.4em;
}
.school_info img {
  display: inline-block;
  vertical-align: top;
  width: 10%;
  margin-right: 2%;
  height: auto;
}
.country_info {
  display: inline-block;;
  vertical-align: top;
  width: 88%;
  letter-spacing: normal;
}
.country_info img {
  float: left;
  margin-right: 15px;
  width: auto;
  height: 35px;
}
.country_info p {
  line-height: 35px;
}
.detail_info {
  overflow: hidden;
  margin-bottom: 30px;
}
.location-map {
  overflow: hidden;
}

/* ［学長特別座談会］福井大学が進める高大接続と教育改革 */

.page-id-24864 .furu {
  color: #f29839;
}
.page-id-24864 .mayumi {
  color: #95722b;
}
.page-id-24864 .hori {
  color: #b978b0;
}
.page-id-24864 .shikai {
  color: #136eaa;
}
.page-id-24864 .notes {
  font-size: .8em;
  padding: 10px;
  background:#fdfdfd;
  border-radius:10px;
}
.page-id-24864 .interview {
  margin: 0 auto 20px;
}
.page-id-24864 .interview-inner {
  display: inline-block;
  margin: 10px 1%;
  width: 30%;
  vertical-align: top;
}
.page-id-24864 .name {
  font-size: 1.2em;
  font-weight: bold;
  margin:0!important;
}
.page-id-24864 .name span {
  font-size:.75em;
}
.page-id-24864 .birth {
  margin: 10px 0!important;
  font-size: .8em;
  height: 40px;
}
.page-id-24864 .career {
  margin:0;
  font-size:.8em;
}
.page-id-24864 .space {
  margin-left: 6em;
  margin-bottom: -1.7em;
  display: block;
}




/*-----------------------------
イベントカレンダー
------------------------------*/

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
  width: 100%!important;
  float: none!important;
}
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
  margin: 0!important;
}
h2.tribe-events-list-event-title {
  padding: 0!important;
}
/*thead削除*/
.tribe-events-calendar .tribe-events-tooltip {
  display: none!important;
}

/*カレンダーwrap*/
.tribe-events-calendar td .date {
  font-size: 1.5em!important;
  display: block;
  float: left;
  text-align: center;
  width: 80px;
  border: 1px solid #ccc!important;
}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  margin: 0!important;
  border-bottom: 0!important;
}
.tribe-events-calendar td div {
  padding: 0!important;
}
#tribe-events-content .tribe-events-calendar td {
  padding: 5px!important;
  height: auto!important;
}
/*カレンダー曜日*/

.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a {
  color: #666!important;
}
.tribe-events-calendar .week {
  display: block;
  font-size: 0.7em;
  background: #CCC;
}
.tribe-events-calendar .week .holiday {
  color: #F00;
}
.tribe-events-calendar td span a {
  display: block;
  float: left;
  width: 90px;
  margin-right: 10px;
  text-align: center;
  color: #FFF!important;
}
/*イベント経過ログ削除*/
.tribe-events-notices {
  display: none!important;
}
/*月初め１日より*/
td.tribe-events-othermonth {
  display: none!important;
}
/*カレンダーアコーディオン*/
.calendar_menu {
  margin-left: 100px;
}
.calendar_menu h3 {
  cursor: pointer;
  font-size: 1.1em;
  margin: 0!important;
  padding: 0 0 5px!important;
}
.calendar_menu h4 a {
  color: #114b7d;
}
/*祝日の見出し*/
.calendar_menu h3.holiday_title {
  color: #000!important;
  cursor: auto!important;
  background: none!important;
}
.calendar_menu .answer {
  display: none;
  overflow: hidden;
  margin: 0!important;
  font-size: 1em;
}
.calendar_menu .more_btn a {
  background: #CCC;
  display: block;
  text-align: center;
}
.calendar_menu .answer table {
  margin: 0 0 5px;
  width: 100%!important;
  border: 5px #FFFFFF solid!important;
  background: #FFF;
}
.calendar_menu .answer table td {
  height: inherit!important;
  border-top: 0!important;
  border-left: 0!important;
  border-right: 0!important;
  width: 80%!important;
  text-align: left;
  border-bottom: 1px solid #999999!important;
}
.calendar_menu .answer table th {
  border-top: 0!important;
  border-left: 0!important;
  border-right: 0!important;
  background: none;
  text-align: left;
  width: 100px!important;
  border-bottom: 1px solid #999999!important;
}
.tribe-events-calendar .tribe-events-has-events:after {
  display: none!important;
}
/*エクスポート非表示*/
.tribe-events-ical.tribe-events-button {
  display: none!important;
}
/*アイコン*/
/*祝日*/
.icon_holiday a {
  background: #96C;
}
/*公開講座*/
.icon_course a {
  background: #096;
}
/*セミナー*/
.icon_seminar a {
  background: #06C;
}
/*学会*/
.icon_academic a {
  background: #F90;
}
/*その他*/
.icon_etc a {
  background: #999;
}
/*イベント*/
.icon_event a {
  background: #C30;
}
/*行事*/
.icon_gy a {
  background: #EA64AA;
}




/* 国際交流 */
.page-template-page_international #page_main,
.anc-inter #page_main {
  background: #fff;
}
.page-template-page_international .page_news {
  padding: 15px 0;
  border-radius: 0;
}
.anc-inter #page_main .sub_content {
    padding: 35px 40px 35px 0;
}



/* 民間奨学財団による奨学金 */
.tax_scholarship .go-jap,
.eng-template-pg_scholarship .go-jap,
.page-template-pg_scholarship .go-eng {
  background-color: #205DA8;
  color: #fff;
  padding: 5px 20px;
  text-decoration: none!important;
}
.tax_scholarship .na,
.eng-template-pg_scholarship .na,
.page-template-pg_scholarship .na {
  background-color: #a82720;
  color: #fff;
  display: inline-block;
  font-size: 70%;
  line-height: 1;
  margin-right: 10px;
  padding: 5px 10px;
  vertical-align: middle;
}
.tax_scholarship h3 a,
.eng-template-pg_scholarship h3 a,
.page-template-pg_scholarship h3 a {
  display: inline-block;
  font-size: 70%;
  margin-left: 10px;
}
.tax_scholarship .formb,
.eng-template-pg_scholarship .formb,
.page-template-pg_scholarship .formb {
  display: none;
}
.tax_scholarship .list th,
.eng-template-pg_scholarship .list th,
.page-template-pg_scholarship .list th {
  white-space: nowrap;
}
.tax_scholarship .detail th[colspan="2"],
.eng-template-pg_scholarship .detail th[colspan="2"],
.page-template-pg_scholarship .detail th[colspan="2"] {
  width: 30%;
}

.tax_scholarship .list td,
.tax_scholarship .detail th,
.tax_scholarship .detail td,
.eng-template-pg_scholarship .list td,
.eng-template-pg_scholarship .detail th,
.eng-template-pg_scholarship .detail td {
  text-align: left!important;
}

@media only screen and (max-width: 640px) {
  .tax_scholarship .formb,
  .eng-template-pg_scholarship .formb,
  .page-template-pg_scholarship .formb {
    display: inline-block!important;
  }

  .tax_scholarship .detail th[rowspan="3"],
  .eng-template-pg_scholarship .detail th[rowspan="3"],
  .page-template-pg_scholarship .detail th[rowspan="3"] {
    display: none;
  }

  .tax_scholarship .detail th[colspan="2"],
  .eng-template-pg_scholarship .detail th[colspan="2"],
  .page-template-pg_scholarship .detail th[colspan="2"],
  .tax_scholarship .detail th,
  .eng-template-pg_scholarship .detail th,
  .page-template-pg_scholarship .detail th,
  .tax_scholarship .detail td,
  .eng-template-pg_scholarship .detail td,
  .page-template-pg_scholarship .detail td {
    display: block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    width: 100%;
  }

  .tax_scholarship .table_wrap table,
  .eng-template-pg_scholarship .table_wrap table,
  .page-template-pg_scholarship .table_wrap table {
    margin-bottom: 5px;
  }
  .tax_scholarship .table_wrap,
  .eng-template-pg_scholarship .table_wrap,
  .page-template-pg_scholarship .table_wrap {
    overflow-x: scroll;
  }
  .tax_scholarship .table_wrap::-webkit-scrollbar,
  .eng-template-pg_scholarship .table_wrap::-webkit-scrollbar,
  .page-template-pg_scholarship .table_wrap::-webkit-scrollbar {
    height: 10px;
  }
  .tax_scholarship .table_wrap::-webkit-scrollbar-track,
  .eng-template-pg_scholarship .table_wrap::-webkit-scrollbar-track,
  .page-template-pg_scholarship .table_wrap::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #ccc;
    margin: 0 2px;
  }
  .tax_scholarship .table_wrap::-webkit-scrollbar-thumb,
  .eng-template-pg_scholarship .table_wrap::-webkit-scrollbar-thumb,
  .page-template-pg_scholarship .table_wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #205DA8;
  }
}



/* 大学祭 */
.fes-cont {
  overflow: hidden;
  padding: 35px 40px;
}

.fes-cont h3 {
  clear: none;
}

.fes-cont ul {
  margin:0 0 1em!important;
  padding:0!important;
  overflow:hidden;
  list-style:none;
}

.fes-cont li {
  display: inline-block;
  margin: 0 10px 10px 0!important;
  width:250px;
  text-align:center;
  border:1px solid #CCC;
  background-color:#FFF;
}

.fes-cont li a {
  display:block;
  padding:1em;
}


/* 障がい学生支援室 */
.support-cont h2 {
  margin: 0 0 1em!important;
  padding: 0 10px!important;
  background: linear-gradient(transparent 60%, #8EE4E9  60%);
  font-weight: 500;
}

.support-cont h3 {
  font-weight: 500;
}
.support-cont h3:before {
  font-family: FontAwesome;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  content: "\f111";
  color: #20A1A8;
}

.support-cont dt {
  color: #20A1A8;
}

.page-template-pg_support #sidebar .page_sidenav {
  background: #007375;
}
.page-template-pg_support .page_sidenav li a.selected {
  background: #1BA2A9;
}


/* 取材お申込みフォーム */
.wpcf7 .require,
.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
  color: #f00;
}


/* 新型コロナウイルスに関する重要なお知らせ */
.page-id-56491 .list_name h3 {
  padding: 5px 15px!important;
}

.page-id-56491 .page_list ul ul {
  margin: 0!important;
  font-size:.9em!important;
}

.page-id-56491 .page_list ul li span {
  margin-left:1.5em;
}


/* 報道の紹介 */
.post-type-archive-press .topic_cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-type-archive-press .topic_time {
  margin: 0!important;
  width: 130px;
}
.post-type-archive-press .topic_cont h2 {
  color:#215da8;
  font-size: 110%;
  padding: 0!important;
  width: calc(100% - 130px);
}
.post-type-archive-press .topic_cont h2 a {
  color:#215da8;
}




/**
* 追加
*/

.column-box {
  overflow: hidden;
  font-size: 0;
}
.column {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin: 0 4% 24px 0;
  font-size: 13px;
}
.column3 {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin: 0 2% 24px 0;
  font-size: 13px;
}
.column:nth-of-type(2n),
.column3:nth-of-type(3n) {
  margin: 0 0 24px;
}
.column h3:first-child,
.column h4:first-child,
.column h5:first-child,
.column h6:first-child,
.column3 h3:first-child,
.column3 h4:first-child,
.column3 h5:first-child,
.column3 h6:first-child {
  margin-top: 0!important;
}



.brdr {
  border: 1px solid #999;
  padding: .3em;
  display: inline-block;
}









/**
* 16.0 Media Queries
*/

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}


/**
* Tablet
*/
@media screen and (max-width: 1200px) {
  #wrap,
  #header,
  #footer,
  .inner,
  .content,
  #page_content{
    width: 100%;
  }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* 福井大学ロゴ */
  .logo {
    margin: 30px 0 0;
    width: 26%;
  }
  #main, #page_main, #page_back {
    width: 100%;
    overflow: hidden;
  }
  #page_main {
    overflow:hidden;
    min-height: auto;
  }
  .sub_content {
    padding: 15px;
  }

  /* ヘッダー */
  .head_right {
    float: right;
    width: 74%;
  }
  #subnav ul li {
    display: inline-block;
    float: none;
    margin: 0 1%;
    /* IE 6/7 */
    /display: inline;
    /zoom: 1;
  }
  #subnav {
    text-align: right;
    font-size: .9em;
    width: 70%;
  }
  #searchbox {
    width: 200px;
  }
  #search {
    width: 210px;
    width: 160px;
  }

  /* キャプション、画像 */
  img {
    max-width: 100%;
    height: auto;
    width /***/: auto;
  }
  .wp-caption img {
    max-width: 100%;
  }
  .wp-caption {
    max-width: 100%;
  }
  td .wp-caption, th .wp-caption {
    width: auto!important;
  }
  td img {
    width: auto!important;
    max-width:100%!important;
  }

  /* メインナビ */
  #mainnav ul {
    width: 100%;
  }
  #mainnav li {
    margin: 0;
    float: left;
    width: 20%;
    font-size: .95em;
  }
  #mainnav li a {
    width: 100%;
  }

  /* 各ページナビ */
  #pagenav ul {
    width: 100%;
    background: none;
    height: auto;
  }
  #pagenav li {
    border-left: 1px solid #FFF;
    width: 20%;
  }
  #pagenav li a {
    width: 90%;
    padding: 9px 0;
  }

  /* サイドバー */
  #sidebar {
    width: 20%;
  }
  #page_back,
  .baton #page_back {
    width: 80%;
  }

  /* footer */
  #pagetop {
    width: 100%;
  }
  .pagetop_btn1  {
    top: 0;
    right: 0;
  }
  .pagetop_btn2  {
    top: -42px;
    right: 0;
  }

  /* table */
  .tbl1 th {
    padding: 20px;
    width: 100px;
  }
  .tbl1 td {
    padding: 20px;
  }

  /* メインビジュアル */
  #topimg {
    height: auto;
  }

  /* home */
  .topic {
    margin-bottom: 1%;
    margin-right: 0;
    width: 20%;
    height: 400px;
  }
  .topic_img,
  .topic_img a {
    height: 200px;
    width: 200px;
  }

  /*アーカイブ*/
  .topic_cont {
    width: 74%;
    padding-left: 1%;
  }
  .topic_img2 {
    width: 25%;
  }

  /* ギャラリー */
  .gallery-item {
    display: inline-block;
    /display: inline;
    /zoom: 1;
  }
  .gallery-columns-1 .gallery-item {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    width: 33%;
  }
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }




  /* 学部ナビ */
  .home #graduatenav {
    width: 100%;
    background: #F9ABBB;
  }
  .home #graduatenav ul {
    width: 100%;
    overflow: hidden;
  }
  .home #graduatenav ul li {
    width: 25%;
    height: auto;
    min-width: 25%;
  }
  .home #graduatenav ul li a {
    width: 100%;
    height: auto;
  }
  .home #graduatenav ul li img {
    vertical-align: middle;
  }

  /* aside */
  #aside .banner {
    width: 20%;
    height: 120px;
  }

  /* 扉ページ・バトン、教員紹介、在学生メッセージ */
  .menulist h2 {
    margin: 15px!important;
  }
  .menulist h3 {
    margin: 0!important;
    padding: 10px 10px 0!important;
    line-height: 1;
  }
  .menulist ul {
    margin: 10px!important;
  }
  .menulist ul li ul {
    margin: 0!important;
  }
  .page_list_img {
    height:auto;
  }

  /* イベントカレンダー（シングル） */
  .single-tribe_events .even {
    display: block!important;
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  /* 福井大学ロゴ */
  .logo {
    text-align: center;
    float: none;
    margin: 10px 0;
    width: 100%;
  }
  .head_right {
    float: none;
    text-align: center;
    width: 100%;
    overflow: hidden;
  }
  #page_back,
  .baton #page_back {
    width: 100%;
    display: block;
  }
  #subnav {
    text-align: center;
    width: 100%;
  }

  /* メインナビ */
  #mainnav {
    border: #036 solid 1px;
    border-bottom: 0;
    border-right: 0;
    height: 40px;
  }
  #mainnav ul {
    width: 100%;
    min-height: 40px;
  }
  #mainnav li {
    margin: 0;
    float: left;
    width: 20%;
    height: 40px;
    font-size: .9em;
    border-right: #036 solid 1px;
    border-bottom: #036 solid 1px;
  }
  #mainnav li a {
    padding: 0;
    display: block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-decoration: none;
  }

  /* サイドバー */
  #sidebar {
    width: 100%;
    overflow: hidden;
    position: static;
    height: auto;
    display: block;
  }
  #sidebar .main_sidenav h2,
  #sidebar .sub_sidenav h2 {
    text-align: left;
    padding: 10px 0;
  }
  #sidebar .main_sidenav {
    margin-top: 20px;
    font-size: 0;
  }
  #sidebar .main_sidenav p {
    display: inline-block;
    width: 25%;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
  }
  #sidebar .fac_sidenav li {
    width: 25%;
  }

  /* パンくず */
  #pankuzu {
    float: none;
    padding: 15px;
  }

  /* ページ */
  #page_main {
    display:block;
  }
  #page_content h1 {
    padding: 30px 20px;
    line-height:inherit;
    display: block;
    height: auto;
  }
  #page_content .coc {
    height: auto!important;
  }
  #page_content h2 {
    padding: 0 15px 15px;
  }
  #page_back h3 {
    margin: 15px 0;
  }
  #page_back h4 {
    margin: 5px 0;
  }
  #page_back h5 {
    margin: 5px 0;
  }
  img.aligncenter {
    padding: 0 0 20px;
  }
  img.alignleft {
    padding: 0 20px 20px 0;
  }
  img.alignright {
    margin: 0 0 20px 20px;
  }

  /* pc mobile */
  .tablet {
    display: block;
  }

  /* ギャラリー */
  .gallery-columns-2 .gallery-item .gallery-icon {
    max-height: 200px;
  }
  .gallery-columns-3 .gallery-item .gallery-icon {
    max-height: 150px;
  }
  .gallery-columns-4 .gallery-item .gallery-icon {
    max-height: 120px;
  }
  .gallery-columns-5 .gallery-item .gallery-icon {
    max-height: 80px;
  }

  /*  アーカイブ、検索 */
  .topic {
    margin: 0;
    padding: .5%;
    width: 49%;
    height: 120px;
    background: #F0F0F0;
    border-bottom: dotted 1px #999;
    overflow: hidden;
  }
  #cat-exams .topic {
    clear: both;
    width: 100%;
    height: auto;
  }
  .topic_title {
    float: left;
    width: 68%;
    padding-left:2%;
  }
  #cat-exams .topic .topic_title {
    float: none;
    width: 100%;
  }
  .topic_img {
    float: left;
    padding: 0;
    margin: 0;
    width: 30%;
  }
  .topic_img a {
    width: 110px;
    height: 110px;
  }
  .tp_cat {
    padding-top: 0;
  }

  /* 特殊リスト */
  .make li {
    width:44%;
    margin:0 3%!important;
  }




  /* ホーム */
  #headline_list {
    width: 100%;
    padding: 20px 0 0;
  }
  .home #mainnav li a {
    border-right: #036 solid 1px;
    border-bottom: #036 solid 1px;
    padding: 0;
    display: block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-decoration: none;
  }

  .more {
    margin: 0;
    padding: 20px 0;
  }

  /* aside */
  #aside .banner {
    width: 25%;
  }

  /* 学部ナビ */
  .home #graduatenav ul li a {
    width: 25%;
    height: auto;
  }

  /* イベントカレンダー */
  .tribe-events-calendar td .type-tribe_events {
    display: block!important;
  }
  /*イベントのナビゲーション非表示*/
  #tribe-events-footer:after, #tribe-events-footer:before, #tribe-events-header:after, #tribe-events-header:before {
    display: none!important;
  }
  .tribe-events-calendar .tribe-events-present {
    background: none!important;
  }
  .tribe-events-sub-nav .tribe-events-nav-previous, .tribe-events-sub-nav .tribe-events-nav-next {
    width: 40%!important;
  }
  .tribe-events-calendar td .date {
    width: 50px;
  }
  .calendar_menu {
    margin-left: 60px;
  }

  /* 扉ページ・バトン、教員紹介、在学生メッセージ、学生X教職員 */
  /*face*/
  .menulist .face {
    width: 50%;
    max-height: inherit;
    height: 160px;
  }

  /* 受験生の方へ */
  .bn-adm li {
    margin: 0 10px 10px!important;
  }

  /* 国際交流 */
  .anc-inter #page_main .sub_content {
      padding: 35px 20px;
  }
}

/**
* Mobile
*/
@media only screen and (max-width: 640px) {
  .logo {
    display: none;
    display: block;
  }
  html {
    font-size: 62.5%;
    letter-spacing: -0.001em;
  }

  /* ヘッダー */
  .head_right {
    letter-spacing: -.4em;
  }
  #head_nav,
  #hd-bgc,
  #hd-txt {
    text-align: center;
    margin: 0 auto;
    clear: left;
    display: inline-block;
  }
  #searchbox {
    display: block;
    float: none;
    margin: 0 auto;
    width: 320px;
    overflow: hidden;
  }
  #search {
    width: 280px;
  }

  #subnav {
    display: none;
    display: block;
    padding: 10px 0;
  }
  #subnav li {
    margin: 0 3%!important;
    line-height: 30px;
  }
  /*
  #subnav li {
    margin: 0 2% 0 0!important;
    padding: 0 2% 0 0!important;
    line-height: 30px;
    border-right: 1px solid #ccc;
  }
  #subnav li:nth-of-type(3n) {
    border-right: 0 solid #ccc;
  }
  */
  /*
  .slicknav_menu {
    display: block;
    background: url(images/logo.jpg);
    background-size: auto 45px;
    background-position: 0 10px;
    background-repeat: no-repeat;
  }
  */

  /*  アーカイブ、検索 */
  .topic {
    float: none;
    width: 100%;
    clear: both;
    padding: 5px;
  }
  .topic_img {
    width: 18%;
  }
  .topic_title {
    width: 80%;
    padding-left: 2%;
  }
  .topic_img a {
    width: 100px;
    height: 100px;
  }
  .topic_img2 a {
    width: 140px;
    height: 140px;
  }

  .topic_archive h3 {
    font-size: 1em;
  }
  .category_archive a {
    width: auto;
    padding: 0 .5em;
  }
  .page_news dt {
    float: none;
    width: 100%;
  }
  .page_news dd {
    width: 100%;
    margin: 0 0 1em;
  }

  /* pc mobile */
  .mobile {
    display: block;
  }
  .pc {
    display: none;
  }
  .half li {
    max-width: 100%;
    width: 100%;
    display: block;
  }
  .halfleft,
  .halfright {
    width: 100%;
  }
  .box {
    margin: 0;
    display: block;
  }
  #sidebar .main_sidenav h3 {
    text-align: left;
    padding: 10px;
  }
  #sidebar .main_sidenav p {
    width: 33.3%;
  }

  /* ギャラリー、画像 */
  img.aligncenter,
  img.alignleft,
  img.alignright {
    padding: 0;
    float: none;
    margin: 10px auto;
    display: block;
  }
  .wp-caption.alignleft,
  .wp-caption.alignright {
    padding: 0;
    float: none;
    margin: 10px auto;
    display: block;
  }
  .wp-caption img {
    margin: 0;
  }

  /* ギャラリー */
  .gallery-columns-4 .gallery-item {
    width: 50%;
  }
  .gallery-icon {
    max-height: 200px!important;
  }
  .gallery-columns-3 .gallery-item {
    width: 50%;
  }
  .gallery-columns-5 .gallery-item {
    width: 50%;
  }
  .gallery br {
    display:none!important;
  }

  /* テーブル */
  .table_wrap{
    display:block;
    width: 100%;
    overflow-x: auto;
  }
  .table_wrap::-webkit-scrollbar {
    height: 5px;
  }
  .table_wrap::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  .table_wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .table_wrap table{
    width:auto;
    max-width:768px;
    margin-bottom:0;
  }
  .table_wrap th {
    white-space: nowrap;
  }

  /*特殊Table*/
  table.tbl1 {
    margin: 10px 0!important;
    width:100%;
  }
  .tbl1 th,
  .tbl1 td {
    width: auto;
    white-space: normal;
  }

  #tribe-events-content table {
    overflow: hidden!important;
    display: table!important;
  }
  #tribe-events-content td {
    width: 100%!important;
    white-space: normal!important;
    padding: 10px!important;
  }



  /*タブメニュー */
  div#tabs ul li {
    margin-right: 15px;
  }

  /* homeのみ */
  #info_list .info {
    margin: 10px;
  }

  /* aside */
  #aside .banner {
    width: 50%;
    height: 100px;
  }

  /* 扉ページ・バトン、教員紹介、在学生メッセージ、学生X教職員 */
  .menulist .float250 {
    width: 50%;
    padding-bottom: 20px;
    max-height: inherit;
  }

  /* 対談 */
  .interview-inner {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .interview-inner img {
    float: right;
    margin-left: 10px;
  }
  .birth {
    height:auto;
  }
  .space {
    margin-left: 0;
    margin-bottom: 0;
    display: inline;
  }

  /* 2022追加 */
  .term-face .page_sidenav,
  .single-voice .page_sidenav {
    flex-direction: column;
  }

  .term-face .page_sidenav h2,
  .single-voice .page_sidenav h2 {
    padding: 0!important;
    margin: 0 0 15px!important;
  }

  .term-face .page_sidenav ul,
  .single-voice .page_sidenav ul {
    flex-wrap: wrap;
  }

  .term-face .page_sidenav ul li,
  .single-voice .page_sidenav ul li {
    margin: 0 10px 10px!important;
  }

}


@media only screen and (max-width: 480px ) {
  #head_nav {
    margin: 1px auto;
    float: none;
    display: block;
  }
  #hd-bgc,
  #hd-txt {
    float: none;
  }

  #mainnav {
    height: 120px;
  }
  #mainnav ul {
    min-height: 120px;
  }
  #mainnav li {
    width: 50%;
  }

  #sidebar {
    background: none;
  }
  #sidebar .main_sidenav,
  #sidebar .sub_sidenav {
    width: 100%;
    float: none;
  }
  #sidebar .main_sidenav p {
    width: 100%;
  }
  #sidebar .main_sidenav p img {
    margin: 0 auto;
  }
  #sidebar .fac_sidenav li {
    width: 50%;
  }

  .topic {
    overflow: hidden
  }
  .topic_img,
  .topic_img2 {
    width: 35%;
    height: 100px;
  }
  .topic_title {
    width: 65%;
    padding: 0;
  }
  .topic_cont {
    width: 60%;
    padding: 0;
  }
  .topic_img2 a {
    width: 90px;
    height: 90px;
  }
  .topic_archive h2 {
    padding: 0 0 5px!important;
    font-size: 1em;
  }

  /*アーカイブ*/
  .menulist .float250 {
    width: 100%;
    float: none;
    padding-bottom: 40px;
  }
  .menulist .float250 .image {
    max-height: 150px;
    width: 100%;
    height: 150px;
    overflow: hidden;
    text-align: inherit;
  }
  .menulist .float250 .image img {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  /* 大学案内（学長写真） */
  .page-id-33 .menulist .float250.ethos .image img {
    top: 100%;
    top: 120%;
  }

  .menulist .float250 h2 {
    text-align: center;
  }
  .menulist .float250 ul {
    margin: 10px 20px!important;
  }
  .menulist .float250 li {
    line-height: 1.3!important;
    margin-bottom: 7px!important;
  }
  .topic_archive h3,
  .topic_archive p {
    margin: 0!important;
  }

  /* ギャラリー */
  .gallery-icon {
    width: auto!important;
    max-height: none!important;
  }
  .gallery-item {
    height: auto;
  }
  .gallery-columns-2 .gallery-item {
    width: 100%!important;
  }
  .gallery-columns-3 .gallery-item {
    width: 100%!important;
  }
  .gallery-columns-4 .gallery-item {
    width: 100%!important;
  }
  .gallery-columns-5 .gallery-item {
    width: 100%!important;
  }

  /*特殊リスト*/
  .make li {
    float: none;
    width:100%;
    margin:0 10px 5px!important;
  }

  #footer p {
    padding: 0 1em;
  }

  /* 追加 */
  .column,
  .column3 {
    width: 100%;
    margin: 0 0 24px;
  }

  /* 対談 */
  .interview-inner img {
    float: none;
    margin: 0 auto 10px;
    display: block;
  }

  /* 報道の紹介 */
  .post-type-archive-press .topic_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-type-archive-press .topic_time,
  .post-type-archive-press .topic_cont h2 {
    width: 100%;
}
}



/* 保健管理センター */
.hoken_head ul {
  background: #48a8cf;
  margin: 0!important;
  padding: 0px!important;
  width: 100%;
  height: 70px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hoken_head li {
  background: #48a8cf;
  margin: 0;
  /* float: left; */
  /* width : 14%; */
  width: -webkit-calc(100% / 7);
  width: calc(100% / 7);
  height: 70px;
  line-height: 70px;
  font-size: 1em;
  list-style: none;
  text-align: center;
}
.hoken_head li + li {
  border-left: 1px solid #fff;
}
.hoken_head li a {
  padding: 0;
  display: block;
  color: #fff;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.hoken_head li:hover {
  background: #96cde3;
}

.hoken-home h2 {
  margin: 3em 0 1em;
  padding: 5px 10px!important;
  font-size: 1.2em!important;
  font-weight: normal;
  background: #ccc;
  border-left: 30px solid #839AEA;
}

.hoken-home h2:first-child {
  margin: 1em 0;
}

.hoken-home h2 > a,
.hoken-home .past-btn {
  display: inline-block;
  float: right;
  font-size: .8em!important;
  cursor: pointer;
}

.hoken-home .past-list {
  display: none;
}


.hoken-cont h2 {
  background-color: #48a8cf;
  color: #fff;
  margin: 0 0 20px!important;
  padding: 15px 20px!important;
  position: relative;
  border: 0px!important;
  font-weight: normal!important;
  line-height: 150%;
}

.hoken-cont h2::after {
  content: "";
  border-color: #1b5baa #f0f0f0 #f0f0f0 #1b5baa;
  border-style: solid;
  border-width: 0 0 24px 24px;
  bottom: 0;
  position: absolute;
  right: 0;
}

.hoken-cont h2+ h3 {
  margin: 0 0 20px!important;
}

.hoken-cont h3 {
  /*
  background-color: #48a8cf;
  color: #fff;
  padding: 5px 10px!important;
  */
  color: #48a8cf;
  padding: 5px 0!important;
  font-size: 1.2em!important;
  font-weight: normal;
}

.hoken-cont h3:before {
  font-family: FontAwesome;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  content: '\f0c8';
}

.hoken-cont h3 > span {
  font-size: .8em;
}

.hoken-cont h4 {
  margin: 30px 0 10px!important;
  margin: 40px 0 10px!important;
  color: #48a8cf;
}

.hoken-cont h5 {
  margin: 30px 0 10px!important;
  font-size: 1.1em;
}

.hoken-cont h3 + h4,
.hoken-cont h4 + h5 {
  margin: 0 0 10px!important;
}


.hoken-news {
  margin: 0!important;
}

.hoken-news a {
  display: block;
  line-height: 50px;
  color: #000!important;
  text-align: right;
}

/*保健管理センタータブメニュー */
.hoken_head {
  clear: both;
}
#hokenheadline_list {
  clear: both;
  border: solid 1px #ccc;
  /* background-color: #fff; */
  padding: 30px 0 0 20px;
  padding: 30px;
}
div#hoken_tabs {
  margin: 20px 0;
}
#hoken_tabs .hokentopic_title {
  padding: 0 15px;
}
div#hoken_tabs ul {
  font-family: ",メイリオ,Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  float: left;
  left: 0;
  margin: 0;
  padding: 0;
  height: 50px;
  text-align: center;
  list-style: none;
}
div#hoken_tabs ul li {
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width : 170px;
  height: 50px;
  float: left;
  margin: 0!important;
}
div#hoken_tabs ul li .cat-allall{
  background-color: #ccc;
  color: #000;
}
div#hoken_tabs ul li .cat-all{
  background-color: #fcc259;
  background-color: #205da8;
}
div#hoken_tabs ul li .cat-tsuruga{
  background-color: #d2de67;
  background-color: #fffd37;
  color: #000;
}
div#hoken_tabs ul li .cat-matsuoka{
  background-color: #8dcaef;
  background-color: #169d74;
}
div#hoken_tabs ul li .cat-bunkyo{
  background-color: #f5aab9;
  background-color: #d8538f;
}
div#hoken_tabs ul li a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
}
.ui-hoken_tabs-active a {
  position: relative;
  z-index: 0;
}
div#hoken_tabs .ui-tabs-active a:before {
  border-color: transparent transparent #fff transparent;
}
div#hoken_tabs .ui-tabs-active a:after {
  border-color: transparent transparent #ccc transparent;
}
.htp_cat {
  margin: 0 0 5px!important;
}
/* .htp_cat div, */
.htp_cat a {
  padding: 0;
  display: inline-block;
  /* IE 6/7 */
  /display: inline;
  /zoom: 1;
  text-decoration: none!important;
  line-height: 1.2;
}
.htp_cat .multiple {
  display: inline-block;
}
.htp_cat .multiple p {
  margin: 0!important;
}
.hoken-cat {
  display: inline-block;
  width: 15%;
  padding: 2px;
  text-align: center;
  text-decoration: none!important;
  margin-right: 10px;
  color: #fff!important;
}
.all {
  background-color: #fcc259;
  background-color: #205da8;
}
.tsuruga {
  background-color: #d2de67;
  background-color: #fffd37;
  color: #000!important;
}
.matsuoka {
  background-color: #8dcaef;
  background-color: #169d74;
}
.bunkyo {
  background-color: #f5aab9;
  background-color: #d8538f;
}
.search .topic_archive .htp_cat {
  display: inline-block;
}
.hoken-box {
  display: inline-block;
  margin: 0 0 10px;
  padding: 15px 15px;
  border: 3px solid #48a8cf;
}
.wauto {
  width: auto!important;
}
p:empty {
  display: none;
}

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

  .hoken_head ul {
    height: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .hoken_head li {
    padding: 0;
    display:block;
    color: #fff;
    height: 50px;
    width: 50%;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    border: 1px solid #FFF;
  }

  .hoken_head li + li {
    border-top: 0px!important;
  }

  .hoken_head li:nth-child(even) {
    border-left: 0px!important;
  }
  .hoken_head li:first-child{
    border-top: 0px!important;
  }
  .hoken_head li:last-child{
    border-bottom: 0px!important;
  }

  div#hoken_tabs ul li {
    width : 30%;
  }

  div#hoken_tabs ul {
    float: none;
  }

  #hokenheadline_list {
    padding: 20px;
  }

  #hoken_tabs .hokentopic_title {
    padding: 0;
  }

  .hoken-cat {
    width: 50%;
    margin: 0 0 5px;
  }
}

/* サークル */
.parent-pageid-5875 .tbl2 td:last-child {
    width: auto!important;
}

.type-circle .sp-pht { margin: 0 0 60px; text-align: center; }
.type-circle .sp-pht .ofi-cover { width: 48%; height: auto; vertical-align: bottom; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.type-circle .sns-list { margin: 0; padding: 0 !important; list-style: none; margin: 30px 0; }
.type-circle .sns-list a { text-decoration: none; }
.type-circle .sns-list a[target="_blank"]:after { display: none; }
.type-circle .sns-list a:hover { text-decoration: underline; }
.type-circle .sns-list i { color: #000740; font-size: 2rem; margin-right: 10px; }
.type-circle .sns-list i.fa-facebook-square { color: #1877f2; }
.type-circle .sns-list i.fa-instagram-square { color: #cf2e92; }
.type-circle .sns-list i.fa-twitter-square { color: #1da1f2; }
.type-circle .sns-list i.fa-line { color: #00b900; }
.type-circle .sns-list i.fa-youtube { color: #ff0f00; }


/* キャンパスマップ */
.campus-map {
  list-style: none!important;
  padding: 0!important;
  margin: 30px 0;
}
.bun li i {
  color: #ca2e40;
}
.matsu li i {
  color: #004897;
}
@media only screen and (max-width: 640px) {
  .page-id-7574 .sub_content .column-box {
    margin-bottom: 24px;
  }
  .page-id-7574 .sub_content .column {
    margin-bottom: 0;
  }
  .page-id-7574 .sub_content .campus-map {
    margin: 0!important;
  }
}


/**
* 17.0 Print
*/

@media print {
  body {
    background: none!important; /* Brute force since user agents all print differently. */
    font-size: 11.25pt;
    _zoom: 0.7;
  }
}
