/*
Theme Name: 福井大学医学部
*/


.forpc {
  display: block !important;
}
@media screen and (max-width: 960px) {
  .forpc {
    display: none !important;
  }
}

.formb {
  display: none !important;
}
@media screen and (max-width: 960px) {
  .formb {
    display: block !important;
  }
}


/**
* Normalize
* ----------------------------------------------------------------------------
*/

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em;
}

fieldset >:last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

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

optgroup {
  font-weight: bold;
}


/**
* Typography
* ----------------------------------------------------------------------------
*/

html {
  font-size: 62.5%;
}

body,
button,
input,
select,
textarea {
  color: #1a1a1a;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  font-weight: normal!important;
  margin: 0;
  text-rendering: optimizeLegibility;
}

p {
  margin: 0 0 1.75em;
}

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

blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  overflow: hidden;
  padding: 0 0 0 1.263157895em;
}

blockquote,
q {
  quotes: none;
}

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

blockquote p {
  margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
  content: "\2014\00a0";
}

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

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

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

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

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
}

pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em;
}

abbr,
acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}

mark,
ins {
  background: #028d5a;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}

big {
  font-size: 125%;
}


/**
* Elements
* ----------------------------------------------------------------------------
*/

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
}

hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em;
}

ul,
ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
  margin-left: 2em;
}

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

dl {
  margin: 0 0 1.75em;
  overflow: hidden;
}

dt {
  font-weight: bold;
  float: left;
  clear: both;
  margin-right: 1.5em;
}

dd {
  margin: 0 0 1.75em;
  margin: 0 0 1.5em;
}

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

del {
  opacity: 0.8;
}

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.75em;
  /* table-layout: fixed; */
  width: 100%;
}

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

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

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

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

  dt {
    float: none;
    margin-right: 0;
  }

  dd {
    margin: 0;
  }

}


/**
* Forms
* ----------------------------------------------------------------------------
*/

input {
  line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #3069ad;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%;
  width: auto;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  background-color: #fff;
  border-color: #3069ad;
  color: #1a1a1a;
  outline: 0;
}

.search-form {
  position: relative;
}

input[type="search"].search-field {
  border-radius: 2px 0 0 2px;
  width: -webkit-calc(100% - 42px);
  width: calc(100% - 42px);
}

.search-submit:before {
  content: "\f400";
  font-size: 24px;
  left: 2px;
  line-height: 42px;
  position: relative;
  width: 40px;
}

.search-submit {
  border-radius: 0 2px 2px 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}


/**
* Links
* ----------------------------------------------------------------------------
*/

a {
  color: #333;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #686868;
}

a:focus {
  outline: thin dotted;
}

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

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: .3s;
  -webkit-transition: .3s;
}


/**
* Alignments
* ----------------------------------------------------------------------------
*/

.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

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

  .alignleft,
  .alignright {
    float: none;
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
  }

}



/**
* Clearings
* ----------------------------------------------------------------------------
*/

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
#entry-content:before,
#entry-content:after {
  content: "";
  display: table;
}

.clear:after,
blockquote:after,
#entry-content:after {
  clear: both;
}


/**
* Media
* ----------------------------------------------------------------------------
*/

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

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

/* Captions */

.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}


/**
* Basic Structure
* ----------------------------------------------------------------------------
*/

#wrap {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

#header {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: #f2f2f2;
  min-height: 500px;
  width: 250px;
  z-index: 100;
}

#container {
  padding: 0 250px 0 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  z-index: 99;
}

#content {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 60px;
  overflow: hidden;
  position: relative;
}

#entry-header {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#entry-content,
#childs-cont {
  overflow: hidden;
  margin: 0 100px;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.9;
}

.page #entry-content,
.page #childs-cont {
  padding: 30px 0;
}

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

  /*
  #header {
    position: static;
    height: 120px;
    min-height: 120px;
    width: 100%;
  }
  */

  #container {
    padding: 0;
    height: auto;
  }

  #entry-content,
  #childs-cont {
    margin: 0 30px;
  }

}

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

  /*
  #header {
  height: auto;
  min-height: auto;
  }
  */

  #entry-content,
  #childs-cont {
    margin: 30px;
    padding: 0!important;
    display: block;
  }

}


/**
* Header / Side
* ----------------------------------------------------------------------------
*/
/* Header */

#site-title {
  margin: 40px 0;
  padding: 0;
  text-align: center;
}

#site-title a {
  display: block;
}

#site-title a img {
  display: block;
  margin: auto;
}

#navbox {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#main-nav {
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #fff;
}

#global ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  font-size: 0;
}

#global li {
  display: inline-block;
  width: 50%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}

#gl-contact,
#gl-eng {
  /* width: 100%!important; */
  height: 50px!important;
  line-height: 50px!important;
  font-size: 1.2rem;
}

#gl-contact i,
#gl-eng i {
  color: #3069ad;
  margin-right: 5px;
  font-size: 2rem;
  vertical-align: middle;
}

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

  /*
  #main-nav {
    width: 100%;
    height: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  #site-title {
    margin: 10px 0;
    height: auto;
    text-align: left;
  }

  #global {
    padding: 20px 0 0;
    text-align: right;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #global ul {
    margin: 0;
    width: 450px;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  #global img {
    width: auto;
    height: 50px;
  }

  #gl-contact,
  #gl-eng {
    //width: 50%!important;
    height: 100px!important;
    line-height: 1!important;
  }

  #gl-contact i,
  #gl-eng i {
    display: block;
    margin: 25px 0 10px!important;
    font-size: 3rem;
  }
  */

}

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

  /*
  #main-nav {
    display: block;
  }

  #site-title {
    margin: 15px 0;
    width: auto;
    text-align: center;
  }

  #site-title a {
    font-size: 0;
    line-height: 0;
  }

  #site-title a img {
    display: inline-block;
  }

  #global {
    padding: 5px 0;
    text-align: center;
  }

  #global ul {
    margin: 0 2%!important;
    width: 96%!important;

    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  #gl-contact,
  #gl-eng {
    line-height: 1.3;
  }

  #global li.menu {
    display: block;
  }

  #global span {
    display: block;
  }

  #global .active:before {
    left: 5px;
    bottom: -30px;
  }

  #global .news.active:before {
    left: 10px;
  }

  #global .menu.active:before {
    left: -5px;
    border-bottom: 10px solid #666;
  }
  */

}

/* サイド */

#side {
  margin: 0;
  padding: 35px 0;
  height: -webkit-calc(100% - 431px);
  height: calc(100% - 431px);
  overflow-y: auto;
  font-family: 'Noto Sans JP', sans-serif;
}

#side::-webkit-scrollbar { width: 10px; }
#side::-webkit-scrollbar-track { background: #ccc; }
#side::-webkit-scrollbar-thumb { background: #91a5cb; }

#side-nav {
  margin: 0;
  padding: 35px 25px;
  padding: 0;
}

#search {
  margin: 0 10px;
  padding: 0;
  overflow: hidden;
  position:relative;
}

#search label {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #3069ad;
}

#search #s {
  padding-left: 30px;
}

#search #submit {
  display: none;
}

#side-nav h2 {
  margin: 15px 0 5px;
  padding: 7px 25px;
  font-size: 2rem;
  font-weight: 200!important;
  line-height: 1.3;
}

#side-nav h2:first-child {
  margin: 0 0 5px;
}

#side-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#side-nav li {
  padding: 0;
}

.anc-behavioral #side-nav .pt-behavioral,
.anc-sports #side-nav .pt-sports,
.anc-anatomy #side-nav .pt-anatomy,
.anc-brain #side-nav .pt-brain,
.anc-molecular-physiology #side-nav .pt-molecular-physiology,
.anc-integrative #side-nav .pt-integrative,
.anc-tumor #side-nav .pt-tumor,
.anc-molecular-pathology #side-nav .pt-molecular-pathology,
.anc-genome #side-nav .pt-genome,
.anc-zoology #side-nav .pt-zoology,
.anc-physics #side-nav .pt-physics,
.anc-molecular-biology #side-nav .pt-molecular-biology,
.anc-genetics #side-nav .pt-genetics,
.anc-molecular-genetics #side-nav .pt-molecular-genetics,
.anc-cell-biology #side-nav .pt-cell-biology,
.anc-pharmacology #side-nav .pt-pharmacology,
.anc-biostatistics #side-nav .pt-biostatistics,
.anc-chromosome #side-nav .pt-chromosome,
.anc-education-ethics #side-nav .pt-education-ethics,
.anc-economics #side-nav .pt-economics,
.anc-english #side-nav .pt-english,
.anc-humanities #side-nav .pt-humanities,
.anc-neuroimaging #side-nav .pt-neuroimaging,
.anc-experimental-radiology #side-nav .pt-experimental-radiology,
.anc-environmental #side-nav .pt-environmental,
.anc-forensics #side-nav .pt-forensics,
.anc-first-internal #side-nav .pt-first-internal,
.anc-second-internal #side-nav .pt-second-internal,
.anc-third-internal #side-nav .pt-third-internal,
.anc-nephrology #side-nav .pt-nephrology,
.anc-cardiovascular #side-nav .pt-cardiovascular,
.anc-pediatrics #side-nav .pt-pediatrics,
.anc-neuropsychiatry #side-nav .pt-neuropsychiatry,
.anc-emergency #side-nav .pt-emergency,
.anc-first-surgery #side-nav .pt-first-surgery,
.anc-second-surgery #side-nav .pt-second-surgery,
.anc-orthopaedics #side-nav .pt-orthopaedics,
.anc-anesthesiology #side-nav .pt-anesthesiology,
.anc-obstetrics #side-nav .pt-obstetrics,
.anc-urology #side-nav .pt-urology,
.anc-oncological #side-nav .pt-oncological,
.anc-dermatology #side-nav .pt-dermatology,
.anc-neurosurgery #side-nav .pt-neurosurgery,
.anc-ophthalmology #side-nav .pt-ophthalmology,
.anc-otorhinolaryngology #side-nav .pt-otorhinolaryngology,
.anc-dentistry #side-nav .pt-dentistry,
.anc-radiology #side-nav .pt-radiology,
.anc-laboratory #side-nav .pt-laboratory,
#side-nav .current {
  background: #fff;
}

#side-nav li a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 7px 25px;
}

#side-nav h2:hover,
#side-nav li:hover {
  background: #fff;
}

#side-nav li a i {
  margin: 0 0 0 10px;
}

.entry-list li a {
  display: block;
  padding: 10px 20px;
}

.home #side-nav h2,
.page:not(.page-id-6899) #side-nav h2 {
  padding: 0;
}

.home #side-nav h2 a,
.page:not(.page-id-6899) #side-nav h2 a {
  display: block;
  padding: 7px 25px;
}

.home #side-nav li a,
.page:not(.page-id-6899) #side-nav li a {
  display: block;
}

@media screen and (max-width: 480px) {
  #side {
    height: auto;
    overflow-y: hidden;
  }
}


/**
* Footer
* ----------------------------------------------------------------------------
*/

#footer {
  clear: both;
  margin: 0;
  padding: 40px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

#footer h2 {
  display: inline-block;
  margin: 0 30px 0 0;
  float: left;
}

#footer p {
  margin: 0;
}

#pagetop {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

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

  #footer {
    padding: 30px;
  }

}

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

  #footer h2 {
    margin: 0 0 1em;
    float: none;
  }

}


/**
* 404
* ----------------------------------------------------------------------------
*/

.error-404 {
  text-align: center;
  line-height: 300px;
}


/**
* Index / Archives
* ----------------------------------------------------------------------------
*/
/* メインビジュアル */

/*
.flexslider {
  width: 100%;
  height: 550px;
  overflow: hidden;
  margin: 0!important;
  border: 0!important;
}
*/

#topimg {
  width: 100%;
  height: 500px;

  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

#topimg > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.long-movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  /* z-index: 100; */
  cursor: pointer;
  background: url(images/hm_movie.png) left bottom / 100px no-repeat;
  opacity: 1;
}

.lity-iframe-container {
  overflow: hidden!important;
}

.home-col {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.home-col h2 {
  margin: 50px 0 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 3.6rem;
  font-weight: normal!important;
  text-align: center;
  line-height: 1.5;
}

.home-col h2 span {
  display: block;
  font-size: 1.4rem;
}

.home-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.home-col li {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.home-col a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-col a img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#hm-education ul,
#hm-introduction ul {
  letter-spacing: -.4em;
}

#hm-education li,
#hm-introduction li {
  display: inline-block;
  letter-spacing: normal;
  width : -webkit-calc(100% / 3);
  width: calc(100% / 3);
  width: 33.33333%;
  text-align: center;
}

#hm-education a img {
  margin: 0 0 -40px;
}

#hm-education a span {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #fff;
}

#ed-medi a span { background: #4582cb; }
#ed-nurs a span { background: #cb4582; }
#ed-grad a span { background: #cb8e45; }

#hm-introduction a span {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #4868a7;
  background: #eee;
  text-align: left;
  font-size: 2rem;
  padding: 0 20px 0 0;
}

#hm-introduction a strong {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background: #4868a7;
  margin: 0 20px 0 0;
  padding: 0 20px;
  font-size: 1.4rem;
  font-weight: normal;
}

#tab-link {
  letter-spacing: -.4em;
  background: #3d808f;
  background: #3496ab;
}

#tab-link li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 25%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  transition: .3s;
  -webkit-transition: .3s;
  overflow: visible;
  /*
  background-position: 60px center;
  background-repeat: no-repeat;
  background-size: auto 60%;
  */
}

#tab-link li.select {
  background-color: #3496ab;
  background-color: #3d808f;
}

#tab-link li img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: 25px;
  height: auto;
}

/*
#tab-event {
  padding: 0 0 0 30px;
  background-image: url(images/news_event.png);
  background-position: 30px center!important;
}

#tab-notice {
  padding: 0 0 0 30px;
  background-image: url(images/news_notice.png);
}

#tab-result {
  padding: 0 0 0 30px;
  background-image: url(images/news_result.png);
}
*/

#news-cont {
  margin: 0;
  padding: 50px 100px!important;
  width: 100%;
  height: auto;
  min-height: 300px;
  overflow: hidden;
  background: #3d808f;
}

/*
#hm-news #news-cont {
  background: #3496ab;
}

#hm-information #news-cont {
  background: #2a849e;
}
*/

#news-cont a:after {
  color: #fff;
}

.news-list {
  margin: 0 auto;
}

.more {
  margin: 10px 0 0!important;
}

.more a {
  background-color: #3496ab;
  padding: 10px;
  text-align: center;
}

.hide {
  display: none;
}

.news-list li {
  margin: 0 0 5px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.news-list a {
  color: #fff;
  text-decoration: none!important;
  position: relative;
}

.news-list span {
  display: inline-block;
  vertical-align: middle;
}

.news-list .post-cate {
  padding: 8px 10px;
  width: 140px;
  height: auto;
  line-height: 1.3;
  text-align: center;
  border: 1px solid #fff;
}

#hm-information .news-list .post-cate {
  width: 180px;
}

.type-information .news-list .post-cate,
.date .news-list .post-cate {
  border: 1px solid #ccc;
}

.news-list .post-date {
  margin: 0 20px;
  width: 70px;
}

.news-list .post-title {
  width: -webkit-calc(100% - 260px);
  width: calc(100% - 260px);
}

#hm-information .news-list .post-title {
  width: -webkit-calc(100% - 300px);
  width: calc(100% - 300px);
}

.news-list a:hover .post-title {
  text-decoration: underline!important;
}

.news-list a:after {
  display: none!important;
}

.news-list .post-title i {
  padding: 0 0 0 10px;
}

.tax-labo .news-list li,
.category .news-list li {
  margin: 0 0 15px;
}

.tax-labo .news-list span,
.category .news-list span {
  vertical-align: top;
}

.tax-labo .news-list .post-cate,
.category .news-list .post-cate {
  display: none;
}

.tax-labo .news-list .post-date,
.category .news-list .post-date {
  margin: 0 20px 0 0;
}

.tax-labo .news-list .post-title,
.category .news-list .post-title {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
}

#hm-research ul {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#hm-research li {
  width : 25%;
}

#hm-research a {
  position: relative;
}

#hm-research p {
  margin: auto;
  padding: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  color: #FFF;
  opacity: 0;
  font-size: 1.6rem;
  -webkit-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;

  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#hm-student {
  margin: 50px 0 0;
  width: 100%;
  height: 270px;
  background: url(images/hm_student.png) center center no-repeat;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}
#hm-student ul {
  margin: 0 auto!important;
  padding: 50px 0!important;
  background-color: rgba(255,255,2553,.3);
}
.post-193 #hm-student {
  height: 220px!important;
}
.post-193 #hm-student ul {
  padding: 30px 0!important;
}
#hm-student li {
  margin: 0 20px!important;
  display: inline-block;
}
.st-photo {
  display: block;
  margin: 0 auto -10px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
}
#hm-student a:hover .mes-photo::before{
  background-color: rgba(255,255,255,0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.st-term {
  display: block;
  padding: 0 5px;
  text-align: center;
  position: relative;
  background: #fff;
}

#hm-research a:hover > p {
  opacity: 1;
}

#hm-hospital .column-box {
  background: #4869a9;
}

#hm-hospital .column-box > div {
  margin: 0!important;
}

#hm-hospital .column7 {
  overflow: hidden;
}

#hm-hospital .column7 img {
  height: 100%;
}

#hm-hospital .column3 {
  padding: 50px 40px;
  color: #fff;
}

#hm-hospital .column3 h3 {
  font-size: 2.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200px!important;
}

#hm-hospital .column3 h4 {
  margin: 1em 0;
  font-size: 1.6rem;
}

#hm-hospital .column3 a {
  color: #fff;
}

#hm-hospital .column3 a:hover {
  text-decoration: underline;
}

#hm-hospital .column3 a:before {
  font-family: FontAwesome;
  display: inline-block;
  padding: 0 5px 0 0;
  vertical-align: top;
  content: '\f111';
}

/*
#hm-banner ul {
  margin: 0;
  padding: 10px 30px 0;
  letter-spacing: -.4em;
}

#hm-banner li {
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 1% 10px;
}

.img-bn li {
  display: inline-block;
  width: 23%;
}

.txt-bn li {
  display: inline-table;
  width: 18%;
  height: 50px;
}

.txt-bn li a {
  text-align: center;
  background: #3069ad;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
*/

#hm-banner {
  margin: 0;
  padding: 30px 0 0;
}

#hm-banner + ul {
  margin: 0 0 60px;
}

#hm-banner li {
  margin: 0 0 5px;
}

#hm-banner li a {
  padding: 0 20px;
}

#hm-banner li a img {
  max-width: 100%;
}

/* 後で削除（HOMEの研究室情報用）*/
.rss-item {
  color: #fff;
}

li.rss-item > br {
  display: none;
}



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

  #topimg,
  .flexslider {
    height: 410px;
  }

  #news-cont {
    padding: 50px!important;
  }

  #hm-introduction a strong {
    display: none;
  }

  #hm-introduction a span {
    font-size: 1.6rem;
    text-align: center;
  }

  .img-bn li {
    width: 48%;
  }

  .txt-bn li a {
    padding: 5px;
  }

}

@media screen and (max-width: 600px) {
    #topimg,
  .flexslider {
    height: 320px;
  }

  #tab-link li {
    background: none;
    height: auto;
    line-height: 1.3;
    padding: 30px 0;
  }

  #tab-link li img {
    display: none;
  }

  .post-193 #hm-student {
    height: auto!important;
  }

  #hm-student li {
    margin: 0 20px 20px!important;
  }

  .img-bn li {
    width: 48%;
  }

  .txt-bn li {
    width: 31%;
  }

}

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

  #topimg,
  .flexslider {
    height: 215px;
  }

  #hm-education li,
  #hm-introduction li {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }

  #hm-news {
    padding: 0;
  }

  #news-cont {
    padding: 20px 20px 5px!important;
  }

  #tab-event {
    padding: 20px 0!important;
  }

  .news-list li {
    margin: 0 0 15px;
  }

  .news-list .post-cate {
    padding: 3px 10px;
  }

  .news-list .post-title {
    display: block;
    width: 100%!important;
    margin: 5px 0 0;
  }

  #hm-introduction a strong {
    display: inline-block;
  }

  #hm-introduction a span {
    text-align: left;
  }

  #hm-student {
    height: auto;
  }

  .img-bn li {
    width: 98%;
  }

  .txt-bn li {
    width: 48%;
  }

}


  /**
* Content
* ----------------------------------------------------------------------------
*/

/* entry-header */

#headimg {
  width: 100%;
  width: 100vw;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  display: table-cell;
  vertical-align: bottom;
}

#hdimg-inner {
  padding: 10px 0;
  color: #fff;
  line-height: 1;
  background: rgba(52,150,171,.5);
  background: rgba(48,105,173,.5);
}

#hdimg-inner #entry-title,
#hdimg-inner #labo-title {
  font-size: 3.6rem;
  text-shadow: 1px 1px 3px #333;
  letter-spacing: normal!important;
  font-weight: 100!important;
}

.cp-head #hdimg-inner {
  padding: 0;
  background: #3069ad;
}

.page-id-212 .cp-head #hdimg-inner { background: #5997d1; }
.page-id-214 .cp-head #hdimg-inner { background: #d15997; }
.page-id-209 .cp-head #hdimg-inner { background: #d19359; }
.sub-nursing .cp-head #hdimg-inner,
.term-fundamental .cp-head #hdimg-inner,
.term-life .cp-head #hdimg-inner,
.term-health .cp-head #hdimg-inner,
.term-adult .cp-head #hdimg-inner,
.term-disaster .cp-head #hdimg-inner,
.term-maternal .cp-head #hdimg-inner,
.term-community .cp-head #hdimg-inner,
.term-psychiatric .cp-head #hdimg-inner,
.term-environmental-health .cp-head #hdimg-inner { background: #fc5167; }

.cp-head #hdimg-inner #entry-title,
.cp-head #hdimg-inner #labo-title {
  font-size: 2.6rem;
  text-shadow: none;
  margin: 0 0 30px!important;
  line-height: 100px!important;
}

#entry-header h1,
#entry-title,
#labo-title,
#nt-title {
  margin: 30px 0;
  padding: 0 100px;
  font-size: 2.4rem;
  font-size: 3rem;
  line-height: 80px;
  letter-spacing: .1em;
  font-family: 'Noto Sans JP', sans-serif;
}

.tax-labo #entry-title,
.single-information #nt-title,
.single-laboratory #entry-title {
  font-size: 2.4rem!important;
}

/* entry-content */

#entry-content h2 {
  margin: 60px 0 30px;
  padding: 10px;
  padding: 0;
  font-size: 2.2rem;
  letter-spacing: .1em;
  /* border-bottom: 5px solid #eee; */
}

#entry-content h3 {
  margin: 60px 0 30px;
  padding: 0 15px;
  font-size: 2rem;
  border-left: 3px solid #3069ad;
}

.page-id-212 #entry-content h3 { border-left: 3px solid #4582cb; }
.page-id-214 #entry-content h3 { border-left: 3px solid #d15997; }
.page-id-209 #entry-content h3 { border-left: 3px solid #d19359; }

#entry-content h4 {
  margin: 40px 0 20px;
  padding: 10px 20px;
  font-size: 1.8rem;
  background-color: #eee;
}

#entry-content h5 {
  margin: 40px 0 20px;
  padding: 0;
  font-size: 1.6rem;
  color: #3069ad;
}

#entry-content h2:first-child,
#entry-content h3:first-child,
#entry-content h4:first-child,
#entry-content h5:first-child,
#entry-content h2 + h3,
#entry-content h3 + h4,
#entry-content h4 + h5 {
  margin-top: 0!important;
}

#entry-content td > ul,
#entry-content td > ol {
  margin-bottom: 0!important;
}

#entry-content a,
#childs-cont a {
  color: #5072B4;
  text-decoration: none;
}

#entry-content a:hover,
#entry-content a:focus,
#entry-content a:active,
#childs-cont a:hover,
#childs-cont a:focus,
#childs-cont a:active {
  color: #3061C0;
}

#entry-content a:hover,
#childs-cont a:hover {
  text-decoration: underline;
}



/* ページナビ */

#pagenation {
  clear: both;
  overflow: hidden;
  text-align: center;
  font-size: 1.4rem;
  margin: 60px 0 30px;
  padding: 0;
}

#pagenation a {
  color: #333!important;
}


.wp-pagenavi {
  overflow: hidden;
  text-align: center;
  font-size: 1.4rem;
  margin: 50px 0 20px;
  padding: 0;
}

.wp-pagenavi > span,
.wp-pagenavi > a {
  display: inline-block;
  margin: 0 1px;
  padding: 0;
  width: 35px;
  line-height: 35px;
  text-decoration: none;
  /display: inline;
  /zoom: 1;
  color: #3069ad;
  background: #fff;
  border: solid 1px #fff;
}

.wp-pagenavi .pages {
  padding: 0 15px;
  width: auto;
  color: #333;
  border: solid 1px #999;
  background: none;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
  padding: 0 15px;
  width: auto;
  color: #333;
  border: solid 1px #ccc;
  background: #ccc;
}

.wp-pagenavi .current {
  color: #fff;
  background: #3069ad;
  font-weight: bold;
  border: solid 1px #3069ad!important;
}

/* breadcrumbs */

.breadcrumbs {
  margin: 0;
  padding: 15px 30px;
  background: #333;
  color: #fff;
}

.breadcrumbs a {
  color: #fff!important;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

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

  #entry-header h1,
  #entry-title,
  #labo-title,
  #nt-title {
    margin: 0;
    padding: 30px;
  }

  .cp-head #hdimg-inner #entry-title,
  .cp-head #hdimg-inner #labo-title {
    margin: 0!important;
    line-height: 1.5!important;
  }
}

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

  #entry-header h1,
  #entry-title,
  #labo-title,
  #nt-title {
    line-height: 1.5;
  }
}

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

  #entry-content h2,
  #entry-content h3,
  #entry-content h4,
  #entry-content h5 {
    padding: 10px 20px;
    line-height: 1.5;
  }

  .wp-pagenavi {
    margin: 50px 0;
  }

}


/* Links
-----------------------------------------------------------------
*/

.entry-list a:after,
#news-cont a:after,
#entry-content a:after,
#childs-cont a:after {
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
}

.sitelink[target="_blank"]:after,
.entry-list a[target="_blank"]:after,
#news-cont a[target="_blank"]:after,
#entry-content a[target="_blank"]:after,
#childs-cont a[target="_blank"]:after {
  content: '\f08e';
  content: '\f24d';
}

.filelink[href$=".pdf"]:after,
.entry-list a[href$=".pdf"]:after,
#news-cont a[href$=".pdf"]:after,
#entry-content a[href$=".pdf"]:after,
#childs-cont a[href$=".pdf"]:after {
  content: '\f1c1';
}

.filelink[href$=".doc"]:after,
.entry-list a[href$=".doc"]:after,
#news-cont a[href$=".doc"]:after,
#entry-content a[href$=".doc"]:after,
#childs-cont a[href$=".doc"]:after,
.filelink[href$=".docx"]:after,
.entry-list a[href$=".docx"]:after,
#news-cont a[href$=".docx"]:after,
#entry-content a[href$=".docx"]:after,
#childs-cont a[href$=".docx"]:after {
  content: '\f1c2';
}

.filelink[href$=".xls"]:after,
.entry-list a[href$=".xls"]:after,
#news-cont a[href$=".xls"]:after,
#entry-content a[href$=".xls"]:after,
#childs-cont a[href$=".xls"]:after,
.filelink[href$=".xlsx"]:after,
.entry-list a[href$=".xlsx"]:after,
#news-cont a[href$=".xlsx"]:after,
#entry-content a[href$=".xlsx"]:after,
#childs-cont a[href$=".xlsx"]:after {
  content: '\f1c3';
}

.entry-list a[href^="mailto:"]:after,
#news-cont a[href^="mailto:"]:after,
#entry-content a[href^="mailto:"]:after,
#childs-cont a[href^="mailto:"]:after {
  content: '\f003';
}

.entry-content a[href^="tel:"]:before {
  content: '\f10b';
}

.pagelink:after,
.sitein:after {
  content: '\f0c1';
  content: '\f152';
  content: '\f054';
}

/* アイコンなし / 画像リンク */

.noicon:after,
.imagelink:after {
  content: ''!important;
  display: none!important;
}


  /* Childs
----------------------------------------------------------------- */

#entry-content > .childs,
#childs-cont > .childs {
  margin: 50px 0 0;
  padding: 0;
  width: 100%;
}

.childs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.childs li {
  margin: 0 1% 20px;
  padding: 15px;
  padding: 0;
  width: 48%;
  border: 1px solid #ccc;
}

.childs a {
  display: block;
  margin: 0;
  padding: 0 15px 0 0;
  width: 100%;
  height: 100%;
  text-decoration: none!important;
  overflow: hidden;
}

.childs a:after {
  display: none!important;
}

.childs strong {
  display: block;
  padding: 15px 15px 0 0;
  font-size: 1.8rem;
  line-height: 1.5;
}

.childs strong i {
  margin: 0 0 0 10px;
}

.childs img {
  display: block;
  float: left;
  margin: 0 20px 0 0;
  width: 150px;
  height: auto;
}

.childs .lead {
  display: block;
  margin: 15px 0 0;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #333;
}

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

  #entry-content > .childs,
  #childs-cont > .childs {
    margin: 30px 0 0;
  }

  .childs strong {
    padding: 10px 10px 0 0;
    font-size: 1.6rem;
  }

  .childs img {
    margin: 0 10px 0 0;
  }

  .childs .lead {
    margin: 10px 0 0;
  }

}

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

  #entry-content > .childs,
  #childs-cont > .childs {
    margin: 0;
  }

  .childs ul {
    display: block;
  }

  .childs li {
    width: 98%;
  }

  .childs strong {
    padding: 15px 15px 0 0;
    font-size: 1.8rem;
  }

  .childs img {
    margin: 0 15px 0 0;
  }

  .childs .lead {
    margin: 15px 0 0;
  }

}

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

  .childs a {
    line-height: 1.3;
  }

  .childs .lead {
    display: none;
  }

}


/* Columns
-----------------------------------------------------------------
*/

.column-box {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 25px;
  list-style: none;
}

.column-box .column {
  width: 48%;
}

.column-box .column2 {
  width: 18%;
}

.column-box .column25 {
  width: 23%;
}

.column-box .column3 {
  width: 31%;
}

.column-box .column4 {
  width: 38%;
}

.column-box .column6 {
  width: 58%;
}

.column-box .column7 {
  width: 68%;
}

.column-box .column8 {
  width: 78%;
}

.column-box > div,
.column-box > li {
  margin: 0 1% 25px;
}

.column-box > div > img,
.column-box > li > img {
  width: 100%;
  margin: 0 0 10px;
}

.column-box > div > *:first-child {
  margin-top: 0;
}

.column-box > div > *:last-child {
  margin-bottom: 0;
}

.column-box > div > h2:last-child,
.column-box > div > h3:last-child,
.column-box > div > h4:last-child,
.column-box > div > h5:last-child,
.column-box > div > h6:last-child {
  margin: 0 0 15px;
}

/* 幅自由 */

.column-auto {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 25px;
}

.column-auto .column {
  width: auto;
  margin-right: 25px;
}

/* 画像横並び・キャプション */

.imglist {
  margin: 0 auto 25px;
  padding: 0;
  list-style: none;
}

.imglist li {
  display: inline-block;
  margin: 0 10px 25px 0;
  vertical-align: top;
  max-width: 300px;
  color: #686868;
  font-size: 1.3rem;
}

.imglist li img {
  display: block;
  width: 100%;
  margin: 0 0 5px;
}

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

  .column-box,
  .column-auto {
    display: block;
  }

  .column-box > div,
  .column-box > li,
  .column-auto .column,
  .imglist li {
    width: 100%!important;
  }

}


/* Lists
-----------------------------------------------------------------
*/
/* Unordered List */

ul.iconlist {
  list-style: none outside;
  padding: 0 0 0 20px;
}

ul.iconlist > li {
  position: relative;
}

ul.iconlist > li:after {
  display: block;
  position: absolute;
  top: 4px;
  left: -20px;
  font-size: 1.5rem;
  line-height: 1;
  font-family: FontAwesome;
}

ul.iconlist > li ul > li:after {
  content: none !important;
}

table ul.iconlist > li:after {
  top: 6px !important;
  font-size: 1.3rem !important;
}

.kome > li:after {
  top: 6px !important;
  content: '※';
}

.check > li:after {
  content: '\f05d';
  content: '\f058';
}

.anchor {
  padding: 0 0 0 30px !important;
}

.anchor > li {
  font-weight: bold;
}

.anchor > li:after {
  content: '\f13a';
  content: '\f078';
  content: '\f103';
  /* color: #007073; */
  color: #3069ad;
  font-size: 2.4rem !important;
  top: 0 !important;
  left: -25px !important;
}

/* Ordered List */

ol.brackets {
  padding-left: 0;
  list-style: none;
}

ol.brackets > li {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

ol.brackets > li ul,
ol.brackets > li ol,
ol.brackets > li dl {
  text-indent: 0;
}

ol.lower-alpha {
  list-style-type: lower-alpha;
}

ol.upper-alpha {
  list-style-type: upper-alpha;
}

/* Definition list */

.descript3 dt { width: 3.5em; }
.descript3 dd { padding-left: 5em; }
.descript4 dt { width: 4.5em; }
.descript4 dd { padding-left: 6em; }
.descript5 dt { width: 5.5em; }
.descript5 dd { padding-left: 7em; }
.descript6 dt { width: 6.5em; }
.descript6 dd { padding-left: 8em; }
.descript7 dt { width: 7.5em; }
.descript7 dd { padding-left: 9em; }
.descript8 dt { width: 8.5em; }
.descript8 dd { padding-left: 10em; }
.descript9 dt { width: 9.5em; }
.descript9 dd { padding-left: 11em; }
.descript10 dt { width: 10.5em; }
.descript10 dd { padding-left: 12em; }

.descript3,
.descript4,
.descript5,
.descript6,
.descript7,
.descript8,
.descript9,
.descript10 {
  overflow: hidden;
}

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

  .descript3 dt,
  .descript4 dt,
  .descript5 dt,
  .descript6 dt,
  .descript7 dt,
  .descript8 dt,
  .descript9 dt,
  .descript10 dt {
    width: 100%;
    font-weight: bold !important;
  }

  .descript3 dd,
  .descript4 dd,
  .descript5 dd,
  .descript6 dd,
  .descript7 dd,
  .descript8 dd,
  .descript9 dd,
  .descript10 dd {
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px!important;
    padding-left: 0;
  }

}


/* Frames
-----------------------------------------------------------------
*/
/* メモ */

.notes {
  border-radius: 10px;
  margin: 1em 0;
  padding: 25px;
  background: #eee;
  font-size: 1.2rem;
}

/* 説明 */

.explain {
  border-radius: 5px;
  margin: 1em 0;
  padding: 25px;
  border: 1px solid #ccc;
}

/* 説明（背景） */

.explain-bg {
  border-radius: 5px;
  margin: 1em 0;
  padding: 25px;
  background: #e5f3ee;
}

.notes h2:first-child,
.notes h3:first-child,
.notes h4:first-child,
.notes h5:first-child,
.explain h2:first-child,
.explain h3:first-child,
.explain h4:first-child,
.explain h5:first-child,
.explain-bg h2:first-child,
.explain-bg h3:first-child,
.explain-bg h4:first-child,
.explain-bg h5:first-child {
  margin-top: 0 !important;
}

.notes p:last-child,
.notes ul:last-child,
.notes ol:last-child,
.explain p:last-child,
.explain ul:last-child,
.explain ol:last-child,
.explain-bg p:last-child,
.explain-bg ul:last-child,
.explain-bg ol:last-child {
  margin-bottom: 0 !important;
}


/* Parts
-----------------------------------------------------------------
*/


/* Spacing
-----------------------------------------------------------------
*/
.pan { padding:0; }
.pas { padding:5px; }
.pam { padding:10px; }
.pal { padding:20px; }
.ptn { padding-top:0; }
.pts { padding-top:5px; }
.ptm { padding-top:10px; }
.ptl { padding-top:20px; }
.prn { padding-right:0; }
.prs { padding-right:5px; }
.prm { padding-right:10px; }
.prl { padding-right:20px; }
.pbn { padding-bottom:0; }
.pbs { padding-bottom:5px; }
.pbm { padding-bottom:10px; }
.pbl { padding-bottom:20px; }
.pln { padding-left:0; }
.pls { padding-left:5px; }
.plm { padding-left:10px; }
.pll { padding-left:20px; }
.phn { padding-left:0; padding-right:0; }
.phs { padding-left:5px; padding-right:5px; }
.phm { padding-left:10px; padding-right:10px; }
.phl { padding-left:20px; padding-right:20px; }
.pvn { padding-top:0; padding-bottom:0; }
.pvs { padding-top:5px; padding-bottom:5px; }
.pvm { padding-top:10px; padding-bottom:10px; }
.pvl { padding-top:20px; padding-bottom:20px; }

.man { margin:0; }
.mas { margin:5px; }
.mam { margin:10px; }
.mal { margin:20px; }
.mtn { margin-top:0!important; }
.mts { margin-top:5px; }
.mtm { margin-top:10px; }
.mtl { margin-top:20px; }
.mrn { margin-right:0; }
.mrs { margin-right:5px; }
.mrm { margin-right:10px; }
.mrl { margin-right:20px; }
.mbn { margin-bottom:0; }
.mbs { margin-bottom:5px; }
.mbm { margin-bottom:10px; }
.mbl { margin-bottom:20px; }
.mln { margin-left:0; }
.mls { margin-left:5px; }
.mlm { margin-left:10px; }
.mll { margin-left:20px}
.mhn { margin-left:0; margin-right:0; }
.mhs { margin-left:5px; margin-right:5px; }
.mhm { margin-left:10px; margin-right:10px; }
.mhl { margin-left:20px; margin-right:20px; }
.mvn { margin-top:0; margin-bottom:0; }
.mvs { margin-top:5px; margin-bottom:5px; }
.mvm { margin-top:10px; margin-bottom:10px; }
.mvl { margin-top:20px; margin-bottom:20px; }



/* layout
-----------------------------------------------------------------
*/

.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both; }
.clear-none { clear: none; }

.layout-center { margin: 0 auto; }

.txt-center { text-align: center; }
.txt-right { text-align: right; }
.txt-left { text-align: left; }

.pos-r { position: relative; }
.pos-a { position: absolute; }

.overflow { overflow: hidden; }

.nowrap { white-space: nowrap !important; }

.indent {
  margin-left: 1em !important;
  text-indent: -1em;
}

.indent3 {
  margin-left: 3em !important;
  text-indent: -3em;
  display: block;
}

.indentblock {
  margin-left: 1em !important;
}




/* トピックス（投稿）
-----------------------------------------------------------------
*/

.single #entry-title {
  margin: 50px 0;
  line-height: 1.8;
}

.single #entry-title > span {
  /*
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
  padding: 10px;
  width: 80px;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  text-align: center;
  */
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: normal;
  color: #3069ad;
}

.single .entry-thumbnail {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

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

  .single #entry-title {
    margin: 0;
  }
}



/* ピックアップ（single-pickup.php）
-----------------------------------------------------------------
*/

#pu-head {
  margin: 50px 0;
  overflow: hidden;
}

.pickup #entry-title {
  margin: 0 0 30px;
  padding: 0;
  clear: none;
}

.pickup .postimg {
  margin: 50px 0 0;
}

.pickup .wp-caption-text {
  display: block;
  font-size: 1.2rem;
}

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

  .pickup .entry-thumbnail {
    width: auto!important;
  }
}

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

  .pickup .entry-thumbnail {
    float: none;
    text-align: center;
    margin: 0 0 1.75em;
  }
}



/* 在学生の声（archive.php , parts/student.php , single-student.php）
-----------------------------------------------------------------
*/

.type-student .news-list li {
  display: inline-block;
  vertical-align: top;
  width: 200px;
}

.type-student .news-list .post-term {
  display: block;
  margin: 5px 0;
  padding: 2px 0;
  border: 1px solid #3069ad;
  text-align: center;
  font-size: 1.2rem;
}

.type-student .news-list .post-title {
  display: block;
  width: 100%;
}

.single-student #entry-title {
  line-height: 1.6;
  font-size: 2.6rem;
}

.single-student #entry-title > span {
  font-weight: normal;
  margin: 10px 0 0;
}

.single-student #entry-content h2 {
  font-size: 3.0rem;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100!important;
}

.single-student #entry-content h3 {
  padding: 0;
  font-size: 1.6rem;
  border-left: 0;
  font-weight: bold!important;
}

.single-student #entry-content h4 {
  margin: 100px 0 50px;
  text-align: center;
}



/* 医学科（single-laboratory.php）
-----------------------------------------------------------------
*/

.single-laboratory #entry-header {
  overflow: visible;
}

#labo-links {
  margin: 0 0 30px;
  padding: 0 100px;
}

#labo-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: -.4em;
}

#labo-links li {
  display: inline-block;
  margin: 0 2.5em 0 0;
  padding: 0;
  letter-spacing: normal;
}

#labo-links li:before {
  font-family: FontAwesome;
  font-size: 1.8rem;
  display: inline-block;
  padding: 0 5px 0 0;
  vertical-align: middle;
  content: '\f152';
  color: #3069ad;
}

#labo-links .children li:before {
  color: #999;
}

#labo-links label {
  background: #ccc;
  display: inline-block;
  padding: 0 5px;
  margin: 0 0 0 10px;
  font-size: 1.1rem;
  cursor: pointer;
}

#labo-links input[type="checkbox"].accordion {
  display: none;
}

.page_item_has_children {
  position: relative;
}

.accordion + .children {
  padding: 0 10px;
  height: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  background: rgba(255,255,255,.85);
}

#labo-links .children li {
  display: block;
  margin: 0;
}

#labo-links input[type="checkbox"].accordion:checked + .children {
  z-index: 100;
  height: auto;
  max-height: 50em;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition:  all 1s;
  transition: all 1s;
}



#labo-img {
  margin: 0 0 30px;
  width: 100%;
  height: 400px;
  text-align: center;
  overflow: hidden;
  /* position: relative; */
  background-color: #f2f2f2;
}

#labo-img img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  font-family: 'object-fit: contain;'
  /*
  width: auto;
  min-height: 100%;

  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  */
}

.type-laboratory {
  padding: 0 0 60px!important;
}

#labo-lead {
  margin: 0 0 30px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}

#labo-news #news-cont {
  padding: 30px 100px!important;
  min-height: auto;
  background: #3069ad;
}

#labo-news .news-list li {
  color: #ccc;
}

#labo-news .news-list .post-cate {
  display: none;
}

#labo-news .news-list .post-date {
  margin: 0 20px 0 0;
}

#labo-news .news-list .post-title {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
}

#labo-info {
  clear: both;
  margin: 0 0 -60px;
  padding: 30px 100px;
  width: 100%;
  background: #f2f2f2;
}

#labo-info p {
  margin: 0 5em 0 0;
  font-size: 1.6rem;
}

#labo-info dl,
#labo-info dd {
  margin: 0;
  overflow: hidden;
}

#labo-info p,
#labo-info dl {
  display: inline-block;
  vertical-align: middle;
}

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

  #labo-img img {
    width: 100%;
    height: auto;
    min-height: auto;
  }
}

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

  #labo-links {
    margin: 0;
    padding: 30px;
  }

  .labo-btn {
    margin: 0!important;
    padding: 10px;
    text-align: center;
    background-color: #ccc;
    cursor: pointer;
  }

  .labo-menu {
    display: none;
    margin: 10px 0 0!important;
  }

  #labo-img {
    height: 300px;
    line-height: 300px;
  }

  #labo-info {
    padding: 30px;
  }

}

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

  #labo-links {
    padding: 20px;
  }

  #labo-info p,
  #labo-info dl {
    display: block;
  }

  #labo-info p {
    margin: 0;
  }

  #labo-info dl {
    margin: .5em 0 0;
  }

  #labo-info dt {
    float: left;
    margin-right: 1.5em;
  }

  #labo-news #news-cont {
    padding: 30px!important;
  }

}


/* NEWS & TOPICS（page-news.php）
-----------------------------------------------------------------
*/
.post-6899 .news-list .post-cate {
  border: 1px solid #3069ad;
  color: #3069ad;
}



/* 医学部紹介
-----------------------------------------------------------------
*/

/* 理念 */

.page-id-195 #content {
  color: #fff;
  background: #000;
}

.page-id-195 #headimg2 {
  background: linear-gradient( rgba(0, 0, 0, .4), rgba(0, 0, 0, 1)),
    url(images/ideaimg.jpg);
  background-size: cover;
  width: 100%;
  height: 650px;
}

.page-id-195 .breadcrumbs {
  background: none;
}

.page-id-195 #headimg2 h1 {
  font-size: 2.4rem;
}

.page-id-195 #headimg2 p {
  padding: 50px 0;
  font-size: 3.6rem;
  text-align: center;
}

/* 沿革 */

.page-id-199 dt {
  margin: 0;
  width: 230px;
}

.page-id-199 dd {
  margin: 0 0 1em;
  padding: 0 0 0 230px;
}


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

  .page-id-195 #headimg2 {
    height: auto;
  }

  .page-id-195 #headimg2 p {
    padding: 30px;
  }

}



/* 学部・学科・大学院
-----------------------------------------------------------------
*/

/* 医学科、看護科の教育プログラム */
.post-30000 tr:first-child th,
.post-29980 tr:first-child th {
  background-color: #333;
  color: #fff;
}

.post-29999 .explain-bg,
.post-29978 .explain-bg {
  background-color: #eee;
}

.post-29999 .explain-bg strong,
.post-29978 .explain-bg strong {
  border: 1px solid #000;
  display: inline-block;
  padding: 0 30px;
}

.post-29999 .explain-bg i,
.post-29978 .explain-bg i {
  color: #3069ad;
}

/* カリキュラム・ポリシー、 ディプロマ・ポリシー */

.post-223 .anchor {
  margin-left: 0;
}
.post-223 .anchor > li {
  display: inline-block;
  margin-right: 3em;
}
.post-223 .anchor > li:after {
  color: #666;
}
.post-223 tr:first-child th {
  background-color: #333;
  color: #fff;
}
.post-223 .indent1 {
  margin-left: 1em !important;
  text-indent: -1em;
  display: inline-block;
}
.mb0 {
  margin-bottom: 0!important;
}

/* 博士課程［統合先進医学専攻］（tpl_iam.php） */
.page-template-tpl_iam dl {
  padding-bottom: 1.25em;
  border-bottom: 1px solid #ccc;
}
.page-template-tpl_iam dl dd {
  margin: 0 0 .5em;
}
.page-template-tpl_iam .entry-content i::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.page-template-tpl_iam .go-thesis {

}



/* スタッフ情報（single-laboratory.php）
-----------------------------------------------------------------
  */
}

/* スタッフ紹介 */
/*
.staff {
  padding-left: 1.75em;
}

h3 + .staff {
  padding-left: 0;
}
*/

.staff dt,
.staff strong {
  color: #3069ad;
}

.post-2838 h3 {
  border-top: 1px solid #ccc;
  margin: 60px 0 10px!important;
}

/*
.post-2838 h3:before {
margin: 0 0 10px;
content:'';
width: 100%;
height: 1px;
background-color: #ccc;
display: block;
}
*/

.add-info {
  margin: 0 0 30px;
  overflow: hidden;
}

.staff-col h3 {
  margin-bottom: 10px!important;
}

.staff-col h3 a::after{
  display: none!important;
}

.staff-col h3 a i {
  margin-left: 10px;
}

.staff-info {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 0 30px;
}

.staff dt {
  display: block;
  float: none;
  clear: both;
  margin-right: 0;
  width: auto;
}

.staff dd {
  display: block;
  margin: 0 0 1em;
  padding-left: 0;
}

.staff p {
  margin: 0 0 1em;
}

.staff-info .wp-post-image {
  display: block;
  margin: 0 1.75em 0 0;
  width: 150px;
  height: auto;
}

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

  .staff-info {
    display: block;
  }

  .staff-info .wp-post-image {
    margin: 0 auto 10px;
  }
}



/* 研究活動一覧（page-231.php , single-activities.php）
-----------------------------------------------------------------
*/

.single-activities #entry-header {
  position: fixed;
}

.post-231,
.type-activities {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 30px 0!important;
}

.post-231 {
  margin: 0 100px 0 50px!important;
}

.type-activities {
  margin: 170px 100px 0 50px!important;
}

.post-231 .archive-box,
.type-activities .archive-box {
  width: 150px;
  background-color: #eee;
  margin-right: 50px;
  padding: 20px;
  font-family: "Noto Sans Japanese"!important;
}

.post-231 .activity-cont,
.type-activities .activity-cont {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
}

.post-231 .archive-box h2,
.type-activities .archive-box h2 {
  margin: 60px 0 10px!important;
  font-size: 1.8rem!important;
}

.post-231 .archive-box ul,
.type-activities .archive-box ul {
  margin: 0;
  list-style: none;
}

.post-231 .activity-cont h2.latest {
  margin: 60px 0!important;
  font-size: 2.6rem!important;
  font-family: "Noto Sans Japanese"!important;
}

.page-id-4060 #side-nav .pg-hanrei {
  background: #fff;
}

@media screen and (max-width: 800px) {
  .type-activities {
    margin: 150px 30px 0!important;
  }
}

@media screen and (max-width: 480px) {
  .post-231,
  .type-activities {
    display: block;
  }

  .post-231 .archive-box,
  .type-activities .archive-box {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }

  .post-231 .activity-cont,
  .type-activities .activity-cont {
    width: 100%;
  }
}



/* ふるさと納税制度を用いた福井大学医学部応援のお願い
-----------------------------------------------------------------
*/

#hm-furusato {
  margin: 60px auto 30px;
}

#hm-furusato a {
  text-align: center;
}

#hm-furusato img {
  margin: 0 auto;
  height: auto;
  width: 700px;
}


/*
.post-21495 .frst-main {
  background: url('images/furusato_bgimg.png') bottom center no-repeat;
  background-size: cover;
  padding: 0 45px 200px;
  margin: 60px auto;
}
*/

.post-21495 .frst-bn {
  background-color: #fff5be;
  background-color: #f3e6d5;
  /*
  border: 1px solid #bea200;
  */
  padding: 60px;
  margin: 30px auto;
  text-align: center;
}

.post-21495 .frst-bn h3 {
  color: #000;
}

.post-21495 .frst-bn a {
  display: inline-block;
  margin: 0 15px;
}

.post-21495 .frst-col {
  background-color: #dbecf0;
  background-color: #e7ebf4;
  padding: 60px;
  margin-bottom: 30px;
  /*
  border-top: 10px solid #e7ebf4!important;
  border-top: 10px solid #eee!important;
  padding: 45px;
  */
}

.post-21495 .frst-col *:last-child {
  margin-bottom: 0;
}

/*
.post-21495 .frst-col .overflow {
  margin-top: 30px;
}
*/

.post-21495 .fa-arrow-circle-right {
  color: #3069ad;
  font-size: 1.8rem;
  margin-right: .5em;
  vertical-align: middle;
}

.post-21495 h3 {
  border-left: 0px solid #3069ad!important;
  color: #3069ad;
  padding: 0!important;
  margin: 15px 0!important;
}



/* がんプロ（page-template-tpl_ganpro.php）
-----------------------------------------------------------------
*/
.page-id-14116 #labo-news #news-cont {
    background: #bbb2d1;
}

.page-id-14116 #childs-cont .bn-ganpro {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.page-id-14116 #childs-cont .bn-ganpro li {
  display: inline-block;
  margin-bottom: 10px;
}

.page-template-tpl_ganpro .cp-head #hdimg-inner #entry-title {
  margin: 0!important;
}

.page-template-tpl_ganpro #ent-bgimg {
  width: 100vw;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.page-template-tpl_ganpro #ent-bgimg::after {
  background: rgba(187, 178, 209,.5);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-template-tpl_ganpro #ent-bgimg #entry-title {
  font-size: 3rem;
  font-size: 4rem;
  position: relative;
  text-align: center;
  z-index: 30;
  text-shadow: 0 0 5px #333;
}

.page-template-tpl_ganpro #entry-content .btn-link {
  text-align: center;
}

.page-template-tpl_ganpro #entry-content .btn-link a {
  display: inline-block;
  margin: 2em auto;
  padding: 1em;
  /* padding: 1em 7em; */
  background-color: #3069ad;
  color: #fff;
  width: 380px;
  max-width: 45%;
}

.page-template-tpl_ganpro #entry-content .btn-link a.hokushin-link {
  background-color: #ee6513;
}


@media only screen and (max-width: 480px) {
  .page-template-tpl_ganpro #entry-content .btn-link {
    margin: 2em auto;
  }

  .page-template-tpl_ganpro #entry-content .btn-link a {
    display: block;
    margin: .5em auto;
    /* padding: 1em 0; */
    max-width: 94%;
  }
}





/**
* English
* ----------------------------------------------------------------------------
*/

.eng #hdimg-inner #entry-title {
  letter-spacing: .1em!important;
}

#sd-eng a {
  display: block;
  border: 1px solid #ccc;
  background: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
#sd-eng a i {
  margin: 0 10px 0 0!important;
  color: #3069ad;
  font-size: 2rem;
  vertical-align: middle;
}

/* University of Fukui Graduate School of Medical Sciences, Doctoral Programs [Integrated and Advanced Medical Course] */

.page-id-15733 #hdimg-inner #entry-title {
  line-height: 1.4!important;
  padding: 11px 100px;
}


.eng .table_wrap {
  overflow: hidden;
	overflow-x: auto;
}

.page-id-15733 .headimg {
  margin: 0 0 10px;
}

.page-id-15733 anchor {
  overflow: hidden;
}

@media screen and (max-width: 1366px) {
  .page-id-15733 .anchor {
    width: 100%;
  }
}




/**
* レスポンシブ用
* ----------------------------------------------------------------------------
*/

#header #openbtn,
#header #closebtn {
  display: none;
}

@media screen and (max-width: 800px) {
  #header {
    position: fixed;
    width: 250px;
  }
  #header:not(:target) {
    right: -250px;
    transition: right 1.5s;
  }
  #header:target {
    right: 0;
    transition: right 1s;
  }
  #header #openbtn,
  #header #closebtn {
    display: block;
    padding: 5px 10px;
    top: 0;
    color: #000;
    cursor: pointer;
  }
  #header #openbtn i,
  #header #closebtn i {
    font-size: 2rem;
    vertical-align: middle;
    margin: 0 5px 0 0;
  }
  #header #openbtn {
    position: fixed;
    right: 0;
    font-size: 1rem;
    background-color: rgba(255,255,255,.5);
  }
  #header #closebtn {
    position: absolute;
    left: 0;
  }
  #navbox {
    height: 100%;
    overflow-y: auto;
  }
}
@media screen and (max-width: 480px) {

  #header {
    width: 100%;
  }
  #header:not(:target) {
    right: -100%;
  }

}



/**
* Media Queries
* ----------------------------------------------------------------------------
*/
@-ms-viewport {
  width: auto;
  initial-scale: 1;
}
@viewport {
  width: device-width;
  initial-scale: 1;
}
@media screen and (max-width: 1200px) {

}

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

  .single .entry-thumbnail {
    width: 100%;
  }

  .table_wrap {
    overflow: hidden;
  	overflow-x: auto;
  }

}

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

}

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

  .outline dt,
  .entrysheet dt {
    width: auto;
  }

  .outline dd,
  .entrysheet dd {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 20px;
  }

  .post-98 h2 {
    text-align: center;
    line-height: 1.3!important;
  }

  .post-98 h2 > img {
    display: block;
    margin: 0 auto 10px;
  }

  .timeline {
    overflow: visible;
    border-left: 3px #ccc solid;
  }

  .timeline > li {
    overflow: visible;
  }

  .tl-date {
    margin: 0;
    padding: 0 0 0 1em;
    width: 100%;
    float: none;
    font-weight: 700;
  }

  .tl-date:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #01422a;
    border-radius: 100%;
    position: absolute;
    top: 7px;
    left: -7px;
  }

  .tl-cont {
    margin: 0 0 1.75em;
    padding: 0 0 0 1em;
    width: 100%;
    float: none;
    border-left: 0;
  }

  .tl-cont:before {
    display: none;
  }

  .recruit {
    border-spacing: 0;
  }

  .recruit tr {
    border-left: solid 2px #01422a;
  }

  .recruit th {
    display: block;
    padding: 0;
    width: auto;
    border-left: 0;
  }

  .recruit td {
    display: block;
    padding: 0 0 20px;
  }

  .entrysheet input.short {
    width: 100%;
  }

  .page-template-tpl_employee .breadcrumbs {
    margin: 0;
  }

  #employee-info {
    width: 100vw;
    height: 350px;
    display: table-cell;
    vertical-align: bottom;
  }

  #employee-inner {
    padding: 15px;
    position: static;
    top: inherit;
    bottom: inherit;
    left: inherit;
    text-align: center;
  }

  #employee-inner h1 {
    margin: 0 0 10px;
    font-size: 1.8rem;
    line-height: 1.3;
  }

  #employee-inner p {
    display: inline-block;
    margin: 0 5px;
  }

  #employee-intro {
    display: none!important;
  }

  #requirements li {
    margin: 0 0 10px;
    width: 100%;
  }

  #requirements a {
    width: 100%;
  }
}


/**
* Print
* ----------------------------------------------------------------------------
*/
@media print {
  body {
    background: none!important;
    font-size: 11.25pt;
    _zoom: 0.7;
  }
}
