@charset "UTF-8";
/* --------------------------------

  reset

-------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  border: none;
  vertical-align: top;
}

a {
  color: #104a0d;
  border: none;
  text-decoration: none;
}
.kk-page a {
  color: #1a5188;
}

a:hover {
  color: #693;
  text-decoration: underline;
}
.kk-page a:hover {
  color: #2e8ae6;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

th, td {
  padding: 0;
  vertical-align: middle;
}

th {
  text-align: left;
}

li {
  list-style: none;
}

b, strong {
  font-weight: bold;
}

hr {
  display: block;
  clear: both;
  height: 0;
  margin: 2em 0;
  padding: 0;
  font-size: 1em;
  line-height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  box-sizing: content-box;
}

img, iframe, object {
  max-width: 100%;
}

::-moz-selection {
  background: #693;
  color: #fff;
}

::selection {
  background: #693;
  color: #fff;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* 共通見出し */
.heading {
  position: relative;
  margin: -28px 28px;
  margin: 0 -2rem 2rem;
  padding: 4em 0;
  color: #fff;
  font-size: .9em;
  line-height: 1.2;
  text-align: center;
  background: #104a0d;
}
.kk-page .heading {
  background-color: #1a5188;
}
@media print, screen and (min-width: 1051px) {
  .heading {
    font-size: 1.1em;
  }
}
.heading span {
  display: block;
  font-size: 3.0em;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media print, screen and (min-width: 1051px) {
  .heading span {
    font-size: 4.0em;
  }
}
.heading:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background: url(../img/base/animals.png) no-repeat top;
  background-size: auto 70px;
}
@media print, screen and (min-width: 1051px) {
  .heading:after {
    height: 40px;
    background-size: auto;
  }
}

/* 共通リスト */
.main ul > li {
  margin-left: 2em;
  text-indent: -1em;
  list-style-type: none;
}
.main ul > li:before {
  content: "●";
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5em;
  color: #ccc;
}

.main ol > li {
  margin-left: 2em;
  list-style-type: decimal;
}

ul.list-style-none > li {
  margin-left: 0;
  text-indent: 0;
  list-style-type: none;
}
ul.list-style-none > li:before {
  display: none;
}

ol.list-style-none > li {
  margin-left: 0;
  list-style-type: none;
}

/* 本文テキストエリア */
.description {
  font-size: 1.1em;
  line-height: 1.8;
}

/* 注釈（※）用インデント */
.notes {
  margin-left: 1em;
  text-indent: -1em;
}

/* 共通リンクボタン */
.more {
  margin-top: 2em;
  text-align: center;
}

.link-button {
  display: inline-block;
  padding: .3em 1.5em;
  color: #fff;
  text-align: center;
  background-color: #693;
  border-radius: 10em;
  -webkit-transition: .2s;
          transition: .2s;
}
.kk-page .main-area .link-button {
  color: #fff;
  background-color: #2e8ae6;
}
.link-button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #104a0d;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.kk-page .main-area .link-button:hover {
  color: #fff;
  background-color: #1a5188;
}

/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.inner:after {
  content: "";
  display: table;
  clear: both;
}

/* コンテンツ隙間・間隔用 */
.gutter {
  margin-right: auto;
  margin-left: auto;
  overflow: visible;
}
.gutter:not(:last-child) {
  margin-bottom: 5em;
}
.gutter > .inner {
  padding-right: 2em;
  padding-left: 2em;
  font-size: 1.0em;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .gutter > .inner {
    padding-right: 0;
    padding-left: 0;
    font-size: 1.0em;
    line-height: 1.5;
  }
}
.gutter > .inner .inner {
  overflow: hidden;
}
.gutter > .inner.center {
  padding: 0;
}
.gutter .inner:not(:last-child) {
  margin-bottom: 3em;
}

/* グリッドシステム */
.grid {
  float: left;
  margin-bottom: 20px;
  padding-right: 20px;
}
.grid-1 {
  width: 8.33%;
}
.grid-2 {
  width: 16.66%;
}
.grid-3 {
  width: 25.00%;
}
.grid-4 {
  width: 33.33%;
}
.grid-5 {
  width: 41.66%;
}
.grid-6 {
  width: 50.00%;
}
.grid-7 {
  width: 58.33%;
}
.grid-8 {
  width: 66.66%;
}
.grid-9 {
  width: 75.00%;
}
.grid-10 {
  width: 83.33%;
}
.grid-11 {
  width: 91.66%;
}
.grid-12 {
  width: 100.0%;
}
@media screen and (max-width: 768px) {
  .grid {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .grid {
    float: none;
    width: 100%;
  }
  .grid:last-child {
    margin-bottom: 0;
  }
}
.grid-container {
  margin-right: -20px;
  margin-bottom: -20px;
  overflow: hidden;
}
.grid-container:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 640px) {
  .grid-container {
    margin-bottom: 0;
  }
}

/* 画像左右中央配置 */
.fig-img {
  display: block;
}
.fig-img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.fig-img-fr {
  float: right;
  max-width: 50%;
  padding-left: 1em;
}
@media screen and (max-width: 640px) {
  .fig-img-fr {
    float: none;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.fig-img-fl {
  float: left;
  max-width: 50%;
  padding-right: 1em;
}
@media screen and (max-width: 640px) {
  .fig-img-fl {
    float: none;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.fig-img-zoom {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.fig-img-zoom:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: url(../img/base/zoom.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .fig-img-zoom:before {
    width: 30px;
    height: 30px;
  }
}
.fig-img-center {
  margin-bottom: 1em;
}
.fig-img-center:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .fig-img-center:last-child {
    margin-bottom: 1em;
  }
}

/* 画像キャプション */
.fig-caption {
  margin-top: 5px;
  font-size: .9em;
  text-align: center;
}

/* アンカー位置調整 */
.anchor-point {
  display: block;
}
.anchor-point:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: -20px;
  padding-top: 20px;
  z-index: -1;
}
@media print, screen and (min-width: 1051px) {
  .anchor-point:before {
    margin-top: -100px;
    padding-top: 100px;
  }
}

/* 共通テーブル */
.waku {
  display: block;
}
.waku tbody {
  display: table;
  width: 100%;
  font-size: .9em;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.waku th {
  padding: 1em 1em .8em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f8f8f8;
  word-break: break-all;
  word-wrap: break-word;
}
.waku td {
  padding: 1em 1em .8em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .waku {
    display: block;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .waku tbody {
    width: 800px;
  }
}

/* --------------------------------

  utility

-------------------------------- */
/* clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* visual */
.block {
  display: block;
}

.inline {
  display: inline;
}

.table {
  display: table;
}

.tcell {
  display: table-cell;
}

.dn {
  display: none;
}

.vh {
  visibility: hidden;
}

/* clear */
.cb {
  clear: both;
}

.cl {
  clear: left;
}

.cr {
  clear: right;
}

/* float */
.fl {
  float: left;
}

.fr {
  float: right;
}

/* align */
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.top {
  vertical-align: top;
}

.middle {
  vertical-align: middle;
}

.bottom {
  vertical-align: bottom;
}

/* font */
.f80 {
  font-size: .8em;
}

.f90 {
  font-size: .9em;
}

.f120 {
  font-size: 1.2em;
}

.f130 {
  font-size: 1.3em;
}

.f140 {
  font-size: 1.4em;
}

.f150 {
  font-size: 1.5em;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.indent {
  text-indent: 1em;
}

.strike {
  text-decoration: line-through;
}

.italic {
  font-style: italic;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* color */
.red {
  color: #f00;
}

.red2 {
  color: #c00;
}

.blue {
  color: #09f;
}

.blue2 {
  color: #06f;
}

.orange {
  color: #f90;
}

.orange2 {
  color: #f60;
}

.yellow {
  color: #ff0;
}

.green {
  color: #096;
}

/* margin */
.m1 {
  margin-bottom: 1em;
}

.m5 {
  margin-bottom: 5px;
}

.m10 {
  margin-bottom: 10px;
}

.m15 {
  margin-bottom: 15px;
}

.m20 {
  margin-bottom: 20px;
}

.m30 {
  margin-bottom: 30px;
}

/* --------------------------------

  html, body

-------------------------------- */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html.active {
  overflow: hidden;
}

body {
  min-width: 320px;
  min-height: 480px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: left;
  background: #fff;
}

/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* --------------------------------

  header

-------------------------------- */
.header {
  display: block;
  width: 100%;
  height: 360px;
  border-top: 150px solid #fff;
  background: #104a0d;
}
#top .header {
  height: auto;
}
.kk-page .header {
  background-color: #1a5188;
}
@media print, screen and (min-width: 1051px) {
  .header {
    border: none;
  }
  #top .header {
    height: 700px;
    background: none;
  }
}
.header .inner {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
}
@media print, screen and (min-width: 1051px) {
  .header .inner {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    width: 100%;
    height: 0;
    margin: auto;
    margin-top: -60px;
    z-index: 1001;
    -webkit-transition: -webkit-transform .3s;
            transition: transform .3s;
  }
  .search-field-active .header .inner {
    -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
            transform: translateY(70px);
  }
}
@media screen and (min-width: 1051px) {
  .header.fixed .inner {
    position: fixed;
    top: 0;
    margin-top: 0;
    -webkit-transition: margin-top .3s;
            transition: margin-top .3s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.header-logo {
  display: block;
  position: relative;
  width: 100%;
  height: 100px;
  margin: auto;
  text-align: center;
  background: #23651c;
}
.kk-page .header-logo {
  background-color: #2168b1;
}
@media print, screen and (min-width: 1051px) {
  .header-logo {
    position: absolute;
    top: 70px;
    left: 15px;
    width: auto;
    height: auto;
    -webkit-transition: top .2s;
            transition: top .2s;
  }
  .kk-page .header-logo {
    top: 75px;
  }
  .side-nav-active .header-logo {
    top: 110px;
  }
  .kk-page .side-nav-active .header-logo {
    top: 110px;
  }
}
@media screen and (min-width: 1051px) {
  .header.fixed .header-logo {
    top: 15px;
    -webkit-transition: none;
            transition: none;
  }
}
.header-logo a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 280px;
  height: 34px;
  margin: auto;
}
@media print, screen and (min-width: 641px) {
  .header-logo a {
    width: 360px;
    height: 44px;
  }
}
@media print, screen and (min-width: 1051px) {
  .header-logo a {
    margin: 5px 0 0;
  }
}
@media print, screen and (min-width: 1101px) {
  .header-logo a {
    width: 414px;
    height: 51px;
    margin: 0;
  }
}
@media screen and (min-width: 1051px) {
  .header.fixed .header-logo a {
    width: 305px;
    height: 37px;
    margin: 0;
  }
}

/* 検索フィールド */
.header-search-button {
  display: block;
  position: absolute;
  top: -50px;
  right: 60px;
  width: 60px;
  height: 50px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: #fff url(../img/base/menu.png) no-repeat 5px 0;
  -webkit-transition: background-color 0s;
          transition: background-color 0s;
}
.header-search-button:hover {
  background-position: 5px -50px;
  background-color: #23651c;
}
.kk-page .header-search-button:hover {
  background-color: #2168b1;
}
.search-field-active .header-search-button {
  background-position: 5px -100px;
  background-color: #104a0d;
}
.kk-page .search-field-active .header-search-button {
  background-color: #1a5188;
}
@media print, screen and (min-width: 1051px) {
  .header-search-button {
    top: 0;
    right: 120px;
  }
}
@media screen and (min-width: 1051px) {
  .header.fixed .header-search-button {
    display: none;
  }
}

.header-search {
  display: block;
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  z-index: 100;
}
@media screen and (max-width: 1050px) {
  .search-field-active .header-search {
    top: 160px;
  }
}
@media print, screen and (min-width: 1051px) {
  .header-search {
    top: 0;
    height: 70px;
    padding: 10px;
    background: #082506;
  }
  .kk-page .header-search {
    background-color: #1a5188;
  }
}
@media screen and (min-width: 1051px) {
  .header.fixed .header-search {
    display: none;
  }
}

@media print, screen and (min-width: 1051px) {
  .search-field {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0;
    background: none;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: .3s;
            transition: .3s;
  }
  .search-field-active .search-field {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.search-field fieldset {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.search-field input {
  font-size: 14px;
  line-height: 1.5;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#ajaxSearch_input {
  float: left;
  width: 100%;
  height: 50px;
  padding: 0 60px 0 .5em;
  color: #999;
  border: none;
  background: #f5f5f5;
  outline: none;
}
#ajaxSearch_input:focus {
  color: #000;
  border: none;
  background: #f5f5f5;
}

#ajaxSearch_submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 0;
  padding: 50px 0 0;
  border: none;
  background: #23651c url(../img/base/menu.png) no-repeat 7px -150px;
  cursor: pointer;
  overflow: hidden;
}
.kk-page #ajaxSearch_submit {
  background-color: #2168b1;
}

/* 言語切り替えボタン */
.header-language {
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
}
@media print, screen and (min-width: 1051px) {
  .header-language {
    top: 0;
    right: 60px;
  }
}
@media screen and (min-width: 1051px) {
  .header.fixed .header-language {
    display: none;
  }
}
.header-language a {
  display: block;
  width: 60px;
  height: 50px;
  background: #fff url(../img/base/menu.png) no-repeat -45px 0;
  -webkit-transition: background-color 0s;
          transition: background-color 0s;
}
.en-page .header-language a {
  background-position: -45px -100px;
}
.header-language a:hover {
  text-decoration: none;
  background-position: -45px -50px;
  background-color: #23651c;
}
.en-page .header-language a:hover {
  background-position: -45px -150px;
}
.kk-page .header-language a:hover {
  background-color: #2168b1;
}

/* --------------------------------

  nav

-------------------------------- */
@media print, screen and (min-width: 1051px) {
  .nav {
    display: block;
    position: absolute;
    top: 60px;
    width: 100%;
    margin-top: -60px;
    border-top: 50px solid #fff;
    background-color: #23651c;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform .3s;
            transition: transform .3s;
    z-index: 1000;
  }
  .kk-page .nav {
    background-color: #2168b1;
  }
  .search-field-active .nav {
    -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
            transform: translateY(70px);
  }
  .nav .inner {
    position: static;
    padding: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 1051px) {
  .nav.fixed {
    position: fixed;
    top: 0;
    margin-top: 0;
    border: none;
    -webkit-transition: margin-top .3s;
            transition: margin-top .3s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

/* 左上ナビ */
@media print, screen and (min-width: 1051px) {
  .head-nav {
    float: left;
    margin: -50px 0 0;
  }
  .head-nav .nav-item {
    float: left;
  }
  .head-nav .nav-link {
    display: table;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0 1em;
    color: #333;
    text-align: center;
    background-color: #fff;
  }
  .head-nav .nav-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #23651c;
  }
  .kk-page .head-nav .nav-link:hover {
    background-color: #2168b1;
  }
  .head-nav .nav-name {
    display: table-cell;
    vertical-align: middle;
    font-size: .8em;
  }
}
@media screen and (min-width: 1051px) {
  .nav.fixed .head-nav {
    display: none;
  }
}

/* 右上ナビ */
@media print, screen and (min-width: 1051px) {
  .side-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }
  .side-nav-active .side-nav {
    z-index: 1;
  }
  .side-nav .nav-items {
    height: 40px;
    text-align: right;
    background-color: #104a0d;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s;
            transition: opacity .2s;
  }
  .side-nav-active .side-nav .nav-items {
    opacity: 1;
    visibility: visible;
  }
  .kk-page .side-nav .nav-items {
    background-color: #1a5188;
  }
  .side-nav .nav-item {
    display: inline-block;
  }
  .side-nav .nav-link {
    display: table;
    position: relative;
    width: 100%;
    height: 40px;
    color: #fff;
    text-align: center;
    background-color: #104a0d;
  }
  .kk-page .side-nav .nav-link {
    background-color: #1a5188;
  }
  .side-nav .nav-link:hover {
    text-decoration: none;
    background-color: #693;
  }
  .kk-page .side-nav .nav-link:hover {
    color: #fff;
    background-color: #2e8ae6;
  }
  .side-nav .nav-name {
    display: table-cell;
    vertical-align: middle;
    padding: .2em 2em 0;
    font-size: .85em;
  }
}
@media screen and (min-width: 1051px) {
  .nav.fixed .side-nav {
    display: none;
  }
}

@media print, screen and (min-width: 1051px) {
  .side-nav-button {
    display: block;
    float: right;
    width: 60px;
    height: 50px;
    margin: -50px 0 0;
    background: #fff url(../img/base/menu.png) no-repeat -95px 0;
    cursor: pointer;
  }
  .side-nav-button:hover {
    background-position: -95px -100px;
    background-color: #23651c;
  }
  .kk-page .side-nav-button:hover {
    background-color: #2168b1;
  }
  .side-nav-active .side-nav-button {
    background-position: -95px -50px;
    background-color: #104a0d;
  }
  .kk-page .side-nav-active .side-nav-button {
    background-color: #1a5188;
  }
}

/* 中央ナビ */
@media print, screen and (min-width: 1051px) {
  .main-nav {
    float: right;
    clear: both;
    -webkit-transition: margin-top .2s;
            transition: margin-top .2s;
  }
  .side-nav-active .main-nav {
    margin-top: 40px;
  }
  .main-nav .nav-item {
    float: left;
    width: 190px;
  }
  .kk-page .main-nav .nav-item {
    width: auto;
  }
  .main-nav .nav-link {
    display: table;
    position: relative;
    width: 100%;
    height: 100px;
    color: #fff;
    text-align: center;
    background-color: #23651c;
  }
  .kk-page .main-nav .nav-link {
    background-color: #2168b1;
  }
  .main-nav .nav-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #104a0d;
  }
  .kk-page .main-nav .nav-link:hover {
    background-color: #1a5188;
  }
  .main-nav .sub-nav-open .nav-link {
    color: #fff;
    background-color: #693;
  }
  .kk-page .main-nav .sub-nav-open .nav-link {
    background-color: #1a5188;
  }
  .main-nav .nav-name {
    display: table-cell;
    vertical-align: middle;
    padding-top: .2em;
    font-size: 1.2em;
    line-height: 1.4;
  }
  .en-page .main-nav .nav-name {
    font-size: 1.0em;
  }
  .kk-page .main-nav .nav-name {
    padding-right: 1.4em;
    padding-left: 1.4em;
    font-size: 1.1em;
  }
  .kk-page.en-page .main-nav .nav-name {
    font-size: .9em;
  }
}
@media screen and (min-width: 1051px) {
  .nav.fixed .main-nav .nav-link {
    height: 70px;
  }
  .nav.fixed .main-nav .nav-name {
    font-size: 1.0em;
  }
  .en-page .nav.fixed .main-nav .nav-name {
    font-size: .9em;
  }
}

/* ドロップダウンナビ */
@media print, screen and (min-width: 1051px) {
  .sub-nav {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 4em 0 0 2em;
    background: #693;
  }
  .kk-page .sub-nav {
    background-color: #1a5188;
  }
  .sub-nav-open .sub-nav {
    display: block;
    max-height: 700px;
    max-height: 80vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .sub-nav-heading {
    position: relative;
    max-width: 1200px;
    margin: auto;
    font-size: 2.0em;
    line-height: 1.2;
  }
  .sub-nav-heading a {
    color: #fff;
  }
  .sub-nav-heading a:hover {
    color: #fff;
    text-decoration: none;
    opacity: .8;
  }
  .sub-nav-columns {
    display: block;
    position: relative;
    max-width: 1200px;
    margin: auto;
    padding: 1em 0 4em;
    color: #fff;
  }
  .sub-nav-columns:after {
    content: "";
    display: table;
    clear: both;
  }
  .sub-nav-column {
    float: left;
    width: 33.33333%;
    padding: 0 28px 0 0;
    padding: 0 2rem 0 0;
  }
  .sub-nav-caption {
    padding: 2.5em 0 .5em;
    border-bottom: 1px solid #fff;
  }
  .sub-nav-caption a {
    color: #fff;
    font-size: 1.35em;
  }
  .sub-nav-caption a:hover {
    color: #fff;
    text-decoration: none;
    opacity: .8;
  }
  .sub-nav-items {
    margin: 1em 0 0 .5em;
    overflow: hidden;
  }
  .sub-nav-item a {
    display: block;
    position: relative;
    padding: .5em 1em .5em 2.5em;
    color: #fff;
  }
  .sub-nav-item a:hover {
    text-decoration: none;
    background: #23651c;
  }
  .kk-page .sub-nav-item a:hover {
    color: #fff;
    background-color: #2168b1;
  }
  .sub-nav-item a:before {
    content: "●";
    display: block;
    position: absolute;
    top: .4em;
    left: 1em;
  }
  .sub-nav-item .sub-nav-items {
    margin: 0 0 0 1.7em;
  }
  .sub-nav-item .sub-nav-item a {
    padding: .5em 1em;
    font-size: .9em;
  }
  .sub-nav-item .sub-nav-item a:hover {
    color: #fff;
  }
  .sub-nav-item .sub-nav-item a:before {
    display: none;
  }
}
@media screen and (min-width: 1051px) {
  .nav.fixed .sub-nav-heading {
    font-size: 1.6em;
  }
  .nav.fixed .sub-nav-caption {
    margin-top: 2em;
    padding: 0;
  }
  .nav.fixed .sub-nav-columns {
    font-size: .9em;
  }
}

/* --------------------------------

  nav

-------------------------------- */
@media screen and (max-width: 1050px) {
  .nav {
    display: block;
    position: fixed;
    top: 0;
    left: -240px;
    height: 100%;
    z-index: 1000;
  }
  .nav.open {
    left: 0;
    width: 100%;
  }
  .nav-layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 100%;
    padding: 50px 0 0;
    background-color: #23651c;
    z-index: 10;
  }
  .kk-page .nav-layout {
    background-color: #2168b1;
  }
  .nav.open .nav-layout {
    width: 100%;
  }
  .nav .inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .nav .inner:before {
    content: "";
    display: block;
    width: 280px;
    height: 34px;
    margin: 33px auto;
    background: url(../img/base/logo.png) no-repeat center;
    background-size: cover;
  }
  .en-page .nav .inner:before {
    background-image: url(../img/base/logo_en.png);
  }
  .kk-page .nav .inner:before {
    background-image: url(../img/base/logo-kk.png);
  }
  .en-page.kk-page .nav .inner:before {
    background-image: url(../img/base/logo-kk_en.png);
  }
  .nav-link {
    color: #fff;
  }
  .nav-link:hover {
    text-decoration: none;
  }
}

/* 上段ナビ */
@media screen and (max-width: 1050px) {
  .head-nav {
    margin: auto;
    padding: 0 10px 10px 15px;
    text-align: center;
    overflow: hidden;
  }
  .head-nav .nav-item {
    float: left;
    width: 20%;
    padding: 0 5px 5px 0;
  }
  .head-nav .nav-link {
    display: table;
    width: 100%;
    height: 40px;
    color: #082506;
    text-align: center;
    background-color: #fff;
  }
  .kk-page .head-nav .nav-link {
    color: #1a5188;
  }
  .head-nav .nav-link:hover {
    color: #fff;
    background-color: #693;
  }
  .kk-page .head-nav .nav-link:hover {
    background-color: #2e8ae6;
  }
  .head-nav .nav-name {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3;
    font-size: .8em;
    padding: 0 10px;
  }
}

/* 中段ナビ */
@media screen and (max-width: 1050px) {
  .side-nav .nav-items {
    padding: 0 10px 15px 15px;
    overflow: hidden;
  }
  .side-nav .nav-item {
    float: left;
    width: 50%;
    padding: 0 5px 5px 0;
  }
  .side-nav .nav-link {
    display: table;
    width: 100%;
    height: 40px;
    color: #fff;
    text-align: center;
    background-color: #104a0d;
  }
  .kk-page .side-nav .nav-link {
    background-color: #1a5188;
  }
  .side-nav .nav-link:hover {
    background-color: #693;
  }
  .kk-page .side-nav .nav-link:hover {
    color: #fff;
    background-color: #2e8ae6;
  }
  .side-nav .nav-name {
    display: table-cell;
    vertical-align: middle;
    font-size: .8em;
  }
}

/* 下段ナビ */
@media screen and (max-width: 1050px) {
  .main-nav {
    margin: 0;
  }
  .main-nav .nav-link {
    display: table;
    position: relative;
    width: 100%;
    height: 60px;
    padding: 0 1em;
    border-top: 1px solid #104a0d;
    overflow: hidden;
  }
  .kk-page .main-nav .nav-link {
    color: #fff;
    border-color: #1a5188;
  }
  .main-nav .nav-link:hover {
    color: #fff;
    background-color: #104a0d;
  }
  .kk-page .main-nav .nav-link:hover {
    color: #fff;
    background-color: #1a5188;
  }
  .main-nav .sub-nav-open .nav-link {
    color: #fff;
    font-weight: bold;
    background-color: #104a0d;
  }
  .kk-page .main-nav .sub-nav-open .nav-link {
    background-color: #1a5188;
  }
  .main-nav .sub-nav-button {
    padding-right: 40px;
  }
  .main-nav .sub-nav-button:after {
    content: "▼";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    font-size: .8em;
    line-height: 60px;
    text-align: center;
  }
  .main-nav .sub-nav-open .sub-nav-button:after {
    content: "▲";
  }
  .main-nav .nav-name {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.1em;
    line-height: 1.4;
  }
  .en-page .main-nav .nav-name {
    font-size: 1.0em;
  }
  .main-nav .nav-name br {
    display: none;
  }
}

/* ドロップダウンナビ */
@media screen and (max-width: 1050px) {
  .sub-nav {
    display: none;
    position: relative;
    width: 100%;
    padding: 2em 1em 2em;
    color: #fff;
    background: #693;
    overflow: hidden;
  }
  .sub-nav-open .sub-nav {
    display: block;
  }
  .kk-page .sub-nav {
    background-color: #1a5188;
  }
  .sub-nav-heading a {
    color: #fff;
    font-size: 1.7em;
    line-height: 1.3;
  }
  .sub-nav-heading a:hover {
    color: #fff;
    opacity: .8;
    text-decoration: none;
  }
  .sub-nav-caption {
    padding: 2em 0 .5em .2em;
    border-bottom: 1px solid #fff;
  }
  .sub-nav-caption a {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.3;
  }
  .sub-nav-caption a:hover {
    color: #fff;
    opacity: .8;
    text-decoration: none;
  }
  .sub-nav-items {
    margin: 1em 0 0;
  }
  .sub-nav-item {
    margin: 3px 0 0;
  }
  .sub-nav-item a {
    display: block;
    position: relative;
    padding: .8em 1em .6em;
    color: #fff;
    font-size: .9em;
    background: rgba(0, 0, 0, 0.2);
  }
  .sub-nav-item a:hover {
    text-decoration: none;
    background: #104a0d;
  }
  .kk-page .sub-nav-item a:hover {
    color: #fff;
    background-color: #2e8ae6;
  }
  .sub-nav-item .sub-nav-items {
    margin: 0 0 0 1.8em;
  }
  .sub-nav-item .sub-nav-item a {
    font-size: .9em;
    background: rgba(0, 0, 0, 0.1);
  }
  .sub-nav-item .sub-nav-item a:hover {
    text-decoration: none;
    background: #104a0d;
  }
  .kk-page .sub-nav-item .sub-nav-item a:hover {
    color: #fff;
    background-color: #1a5188;
  }
  .sub-nav-item .sub-nav-item a:before {
    display: none;
  }
}

/* --------------------------------

  nav-button

-------------------------------- */
.nav-button {
  display: none;
}
@media screen and (max-width: 1050px) {
  .nav-button {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 50px;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    z-index: 1002;
  }
  .nav-button.active {
    position: fixed;
    width: 100%;
    background-color: #fff;
  }
  .nav-button-icon, .nav-button-icon:before, .nav-button-icon:after {
    display: block;
    position: absolute;
    top: -12px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    margin: auto;
    background-color: #333;
  }
  .nav-button-icon:before, .nav-button-icon:after {
    content: "";
    top: 0;
  }
  .nav-button-icon:before {
    margin-top: -8px;
  }
  .nav-button-icon:after {
    margin-top: 8px;
  }
  .nav-button.active .nav-button-icon {
    background: none;
  }
  .nav-button.active .nav-button-icon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav-button.active .nav-button-icon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nav-button-name {
    display: block;
    position: absolute;
    bottom: 3px;
    width: 100%;
    color: #333;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
  }
  .nav-button-name:after {
    content: "MENU";
  }
  .nav-button.active .nav-button-name:after {
    content: "CLOSE";
  }
}

/* --------------------------------

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 2em 2em 0;
  background: #fff;
  z-index: 100;
}
#top .main {
  padding: 0 2em 0;
}
@media print, screen and (min-width: 1051px) {
  .main {
    padding: 2em 2em 0;
  }
  #top .main {
    padding: 0 2em 0;
  }
}

.main > .inner {
  padding: 0 0 5em;
}
#top .main > .inner {
  max-width: none;
  padding: 0;
}

/* 下層ページ左カラム用 */
.main-area {
  line-height: 1.8;
}
@media print, screen and (min-width: 641px) {
  .main-area {
    padding: 0 1em;
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 1051px) {
  .main-area {
    float: left;
    width: 100%;
    margin-right: -17em;
    padding-right: 20em;
    padding-left: 1em;
  }
}
.main-area h2 {
  position: relative;
  margin: 0 0 21px;
  margin: 0 0 1.5rem;
  padding: 28px 0;
  padding: 2rem 0;
  color: #333;
  font-size: 1.4em;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.3;
  text-align: left;
  border-bottom: 4px solid #104a0d;
  background: #fff;
}
.kk-page .main-area h2 {
  border-color: #1a5188;
}
@media print, screen and (min-width: 641px) {
  .main-area h2 {
    margin: 0 -14px 28px;
    margin: 0 -1rem 2rem;
    padding: 16.8px 14px;
    padding: 1.2rem 1rem;
  }
}
@media print, screen and (min-width: 1051px) {
  .main-area h2 {
    margin: 0 -14px 28px;
    margin: 0 -1rem 2rem;
    font-size: 1.6em;
  }
}
.main-area h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: url(../img/base/animals.png) no-repeat 100% -51px;
  background-size: auto 120px;
}
.kk-page .main-area h2:after {
  display: none;
}
.main-area h3 {
  margin: 0 0 14px;
  margin: 0 0 1rem;
  padding: 0 0 5px;
  font-size: 1.4em;
  color: #104a0d;
  line-height: 1.5;
  border-bottom: 1px solid #104a0d;
}
.kk-page .main-area h3 {
  color: #1a5188;
  border-color: #1a5188;
}
.main-area h4 {
  margin: 0 0 7px;
  margin: 0 0 .5rem;
  font-size: 1.3em;
  color: #104a0d;
  line-height: 1.5;
}
.kk-page .main-area h4 {
  color: #1a5188;
}
.main-area h5 {
  margin: 0 0 7px;
  margin: 0 0 .5rem;
  font-size: 1.2em;
  color: #104a0d;
  line-height: 1.5;
}
.kk-page .main-area h5 {
  color: #1a5188;
}
.main-area h6 {
  margin: 0 0 7px;
  margin: 0 0 .5rem;
  font-size: 1.1em;
  color: #104a0d;
  line-height: 1.5;
}
.kk-page .main-area h6 {
  color: #1a5188;
}
.main-area .date {
  margin: -1em 0 1em;
  text-align: right;
}
.main-area .link-button {
  text-decoration: none;
}
.main-area a {
  text-decoration: underline;
}
.main-area a:hover {
  text-decoration: none;
}

/* 下層ページ右カラム用 */
.side-area {
  display: none;
  position: relative;
  padding: 0 0 80px;
  background: #f8f8f8;
  background-size: 200px auto;
}
@media print, screen and (min-width: 641px) {
  .side-area {
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 1051px) {
  .side-area {
    display: block;
    float: right;
    width: 17em;
  }
}
.side-area:after {
  content: "School / Faculty of Veterinary Medicine";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 11px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 20px;
  background: #104a0d;
}
.vm-page .side-area:after {
  content: "Graduate School of Veterinary Diseases";
}
.kk-page .side-area:after {
  content: "Graduate School of Infectious Diseases";
  background-color: #2168b1;
}
.side-area-inner {
  z-index: 1;
}

.side-menu h2 {
  position: relative;
}
.side-menu h2 a {
  display: block;
  padding: 1.2em 1.0em 1.0em;
  color: #fff;
  font-size: 1.2em;
  background: #104a0d;
  word-break: break-all;
  word-wrap: break-word;
}
.kk-page .side-menu h2 a {
  background-color: #2168b1;
}
.side-menu h2 a:hover {
  text-decoration: none;
  background: #693;
}
.kk-page .side-menu h2 a:hover {
  color: #fff;
  background-color: #2e8ae6;
}
.main .side-menu li {
  position: relative;
  margin: -1px 0 0;
  padding: 0;
  text-indent: 0;
}
.main .side-menu li:before {
  display: none;
}
.main .side-menu li a {
  display: block;
  padding: 1.1em 1em 1em 1.5em;
  font-size: .9em;
  border-bottom: 1px solid #ccc;
  word-break: break-all;
  word-wrap: break-word;
}
.main .side-menu li a:hover {
  color: #fff;
  text-decoration: none;
  border-color: #693;
  background: #693;
}
.kk-page .main .side-menu li a:hover {
  border-color: #2e8ae6;
  background-color: #2e8ae6;
}
.main .side-menu li a.active {
  padding-right: 60px;
}

.sub-menu {
  margin: 0;
  padding: 0;
  text-indent: 0;
  background: #fff;
  overflow: hidden;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.sub-menu.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.sub-menu-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #104a0d;
  cursor: pointer;
}
.kk-page .sub-menu-button {
  background-color: #1a5188;
}
.sub-menu-button.active {
  background: #693;
}
.kk-page .sub-menu-button.active {
  background-color: #2e8ae6;
}
.sub-menu-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.sub-menu-button.active:before {
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #fff transparent;
}

/* --------------------------------

  footer

-------------------------------- */
.footer {
  display: block;
  position: relative;
  padding: 3em 2em 0;
  background: #23651c;
  z-index: 100;
}
.kk-page .footer {
  background-color: #2168b1;
}
.footer .inner {
  max-width: 510px;
  text-align: center;
}
@media print, screen and (min-width: 1051px) {
  .footer .inner {
    max-width: 1200px;
    text-align: left;
  }
}
@media print, screen and (min-width: 1051px) {
  .footer-main {
    float: left;
  }
}
.footer-side {
  padding: 2em 5px;
  overflow: hidden;
}
@media print, screen and (min-width: 1051px) {
  .footer-side {
    float: right;
    padding: 0;
  }
}

/* ロゴ */
.footer-logo {
  margin-bottom: 2em;
}
@media print, screen and (min-width: 1051px) {
  .footer-logo {
    margin-bottom: 1em;
  }
}

/* 連絡先 */
.footer-info {
  color: #fff;
  font-size: .9em;
}
@media print, screen and (min-width: 1051px) {
  .footer-info {
    font-size: 1.0em;
  }
}
.footer-info dt {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 1051px) {
  .footer-info dt {
    margin-bottom: .5em;
  }
}
.footer-info dt span {
  display: block;
}
@media print, screen and (min-width: 1051px) {
  .footer-info dt span {
    display: inline-block;
    margin-right: 1em;
  }
}
.footer-info dd {
  display: inline-block;
  vertical-align: middle;
  font-size: .9em;
}
.footer-info li {
  font-size: .9em;
}
.footer-info .add {
  display: block;
}
.footer-info .tel {
  margin-right: .6em;
}
.footer-info .tel a.tel-link {
  color: #fff;
}
.footer-info .tel a.tel-link:hover {
  color: #fff;
}

/* バナー */
.footer-bnr {
  margin: 1.5em auto 0;
  overflow: hidden;
}
.footer-bnr .bnr-item {
  padding: 5px;
}
@media print, screen and (min-width: 481px) {
  .footer-bnr .bnr-item {
    float: left;
    width: 33.33333%;
    padding: 0 5px;
  }
}
@media print, screen and (min-width: 1051px) {
  .footer-bnr .bnr-item {
    width: auto;
    padding: 0 10px 0 0;
  }
}
.footer-bnr .bnr-item {
  display: block;
}
.footer-bnr .bnr-link {
  display: block;
}

/* フッターナビ */
@media print, screen and (min-width: 481px) {
  .footer-nav {
    float: left;
    width: 50%;
  }
  .footer-nav.nav1 {
    padding: 0 5px 0 0;
  }
  .footer-nav.nav2 {
    padding: 0 0 0 5px;
  }
}
@media print, screen and (min-width: 1051px) {
  .footer-nav {
    float: left;
    width: auto;
  }
  .footer-nav.nav1 {
    padding: 0 5em 0 0;
  }
  .footer-nav.nav2 {
    padding: 0 0 0 0;
  }
}
@media print, screen and (min-width: 1051px) {
  .footer-nav .nav-item {
    padding-top: 3px;
  }
}
.footer-nav .nav-link {
  display: block;
  margin-top: -1px;
  padding: .7em 0 .5em;
  color: #fff;
  font-size: .9em;
  line-height: 1.8;
}
@media print, screen and (min-width: 1051px) {
  .footer-nav .nav-link {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
  }
}
.footer-nav .nav-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #104a0d;
}
.kk-page .footer-nav .nav-link:hover {
  background-color: #1a5188;
}
@media print, screen and (min-width: 1051px) {
  .footer-nav .nav-link:hover {
    text-decoration: underline;
    background: none;
  }
  .kk-page .footer-nav .nav-link:hover {
    background: none;
  }
}

/* ページトップ */
.pagetop {
  display: block;
  position: relative;
  width: 120px;
  height: 40px;
  margin: auto;
  text-align: center;
  background: #23651c;
  overflow: hidden;
}
.kk-page .pagetop {
  background-color: #2168b1;
}
@media print, screen and (min-width: 1051px) {
  .pagetop {
    position: fixed;
    right: 0;
    bottom: -40px;
    margin: 0;
    -webkit-transition: -webkit-transform .3s;
            transition: transform .3s;
  }
}
@media screen and (min-width: 1051px) {
  .pagetop.fixed {
    -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  .pagetop.end {
    position: absolute;
    top: 0;
    bottom: auto;
  }
}
.pagetop:hover {
  color: #fff;
  text-decoration: none;
  background: #104a0d;
}
.kk-page .pagetop:hover {
  background-color: #1a5188;
}
.pagetop:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin: 0 6px 0 0;
  background: url(../img/base/hand.png) no-repeat center;
  background-size: cover;
}
.kk-page .pagetop:before {
  width: 18px;
  height: 18px;
  background: url(../img/base/arrow.png) no-repeat center;
  background-size: cover;
}
.pagetop:after {
  content: "PAGE TOP";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  line-height: 42px;
}

/* コピーライト */
.copy {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 4em 0;
  color: #fff;
  font-size: .8em;
  text-align: center;
  overflow: hidden;
}
.copy small {
  display: block;
}
.copy span {
  display: block;
}
@media print, screen and (min-width: 641px) {
  .copy small {
    display: inline;
  }
  .copy span {
    display: inline;
  }
}
@media print, screen and (min-width: 1051px) {
  .copy {
    padding: 2em 0;
    text-align: left;
  }
}

/* --------------------------------

  id01: トップページ

-------------------------------- */
/* 学部・大学院紹介 */
.program .heading {
  display: none;
  margin-bottom: 0;
}
.program .inner {
  max-width: 1500px;
  padding: 2em 0 2em;
}
@media print, screen and (min-width: 1051px) {
  .program .inner {
    padding: 5em 0 5em;
  }
}

.program-nav .nav-items {
  margin: 0 -2em -10px;
}
.program-nav .nav-items:after {
  content: "";
  display: table;
  clear: both;
}
@media print, screen and (min-width: 769px) {
  .program-nav .nav-items {
    margin: 0 -5px 0;
  }
}
@media print, screen and (min-width: 1281px) {
  .program-nav .nav-items {
    margin: 0 -10px;
  }
}
.program-nav .nav-item {
  padding: 0 10px 10px;
}
@media print, screen and (min-width: 769px) {
  .program-nav .nav-item {
    float: left;
    width: 33.33333%;
    padding: 0 5px;
  }
}
@media print, screen and (min-width: 1281px) {
  .program-nav .nav-item {
    padding: 0 10px;
  }
}
.program-nav .nav-link {
  display: block;
  position: relative;
  height: 160px;
  background: #000;
  text-align: center;
  overflow: hidden;
  -webkit-transition: background-color .3s;
          transition: background-color .3s;
}
@media print, screen and (min-width: 769px) {
  .program-nav .nav-link {
    height: 200px;
  }
}
.program-nav .nav-link:hover {
  text-decoration: none;
  background: #23651c;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.program-nav .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: calc(100% + 20px);
  height: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  opacity: .7;
  -webkit-transition: opacity .35s;
          transition: opacity .35s;
}
@media print, screen and (min-width: 1281px) {
  .program-nav .nav-link:before {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.program-nav .nav-link:hover:before {
  opacity: .3;
}
@media print, screen and (min-width: 1281px) {
  .program-nav .nav-link:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.program-nav .nav1 .nav-link:before {
  background-image: url(../img/top/img1.jpg);
}
.program-nav .nav2 .nav-link:before {
  background-image: url(../img/top/img2.jpg);
}
.program-nav .nav3 .nav-link:before {
  background-image: url(../img/top/img3.jpg);
}
.program-nav .nav-link:after {
  content: "詳細はこちら";
  display: block;
  position: relative;
  width: 160px;
  margin: 1em auto 0;
  color: #fff;
  font-size: 13px;
  font-size: .9rem;
  padding: .5em 1em .5em;
  text-align: center;
  font-weight: normal;
  border: 2px solid #fff;
  border-radius: 10em;
  z-index: 1;
  -webkit-transition: .2s;
          transition: .2s;
}
.en-page .program-nav .nav-link:after {
  content: "Read more";
}
.program-nav .nav-link:hover:after {
  color: #23651c;
  background: #fff;
}
.program-nav .nav-name {
  display: block;
  position: relative;
  margin: 35px 15px 15px;
  padding: 0 0 10px;
  color: #fff;
  font-size: 1.9em;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .program-nav .nav-name {
    margin-top: 55px;
    font-size: 1.7em;
  }
}
@media print, screen and (min-width: 1051px) {
  .program-nav .nav-name {
    font-size: 2.2em;
  }
}
.program-nav .nav-name:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
@media print, screen and (min-width: 1281px) {
  .program-nav .nav-name:after {
    display: block;
    height: 2px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@media print, screen and (min-width: 1281px) {
  .program-nav .nav-link:hover .nav-name:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/* 新着情報 */
.info .inner {
  padding: 0 0 5em;
}
@media print, screen and (min-width: 1051px) {
  .info .inner {
    padding: 2em 0 8em;
  }
}

.info-more {
  max-width: 260px;
  margin: 2em auto 0;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .info-more {
    max-width: 600px;
  }
}
@media print, screen and (min-width: 1051px) {
  .info-more {
    max-width: none;
  }
}
.info-more .link-button {
  display: block;
  margin: 10px 0 0;
  padding: .8em 2em .6em;
  color: #333;
  line-height: 1.5;
  font-size: .9em;
  background-color: #eee;
  -webkit-transition: none;
          transition: none;
}
@media print, screen and (min-width: 641px) {
  .info-more .link-button {
    display: inline-block;
    vertical-align: middle;
    margin: 1em 0 0;
  }
}
.info-more .link-button:hover {
  color: #fff;
}
.info-more .link-button.topics:hover {
  background-color: #23651c;
}
.info-more .link-button.seminar:hover {
  background-color: #1c4965;
}
.info-more .link-button.event:hover {
  background-color: #e59621;
}
.info-more .link-button.alumni:hover {
  background-color: #651c38;
}
.info-more .link-button.awards:hover {
  background-color: #805a12;
}
.info-more .link-button:after {
  content: "一覧はこちら";
  display: inline-block;
  vertical-align: middle;
  font-size: .9em;
}
@media print, screen and (min-width: 1051px) {
  .info-more .link-button:after {
    font-size: 1.0em;
  }
}

/* 各ページへのご案内 */
.gateway {
  position: relative;
}
.gateway .heading {
  display: none;
  margin-bottom: 0;
}
.gateway .inner {
  max-width: none;
  margin: 0 -2em;
  padding: 2em;
}
@media print, screen and (min-width: 481px) {
  .gateway .inner {
    padding: 5em 2em;
  }
}
@media print, screen and (min-width: 1051px) {
  #top .gateway .inner {
    padding: 7em 2em;
  }
}

.gateway-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gateway-slider-main {
  display: block;
  width: 100%;
  height: 100% !important;
}

.gateway-nav {
  max-width: 1050px;
  margin: auto;
}
#top .gateway-nav {
  max-width: 980px;
}
.gateway-nav .nav-items {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media print, screen and (min-width: 481px) {
  .gateway-nav .nav-items {
    margin: -5px;
  }
}
#top .gateway-nav .nav-item.nav1, #top .gateway-nav .nav-item.nav2, #top .gateway-nav .nav-item.nav3 {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .gateway-nav .nav-item:not(:last-child) {
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 481px) {
  .gateway-nav .nav-item {
    float: left;
    width: 50%;
    padding: 5px;
  }
}
@media print, screen and (min-width: 1051px) {
  .gateway-nav .nav-item {
    width: 33.33333%;
  }
  #top .gateway-nav .nav-item {
    width: 50%;
  }
  #top.en-page .gateway-nav .nav-item {
    width: 33.33333%;
  }
}
.gateway-nav .nav-link {
  display: table;
  position: relative;
  width: 100%;
  height: 120px;
  margin: auto;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color .3s;
          transition: background-color .3s;
}
@media print, screen and (min-width: 1051px) {
  .gateway-nav .nav-link {
    height: 140px;
  }
  #top .gateway-nav .nav-link {
    height: 160px;
  }
}
.gateway-nav .nav-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #693;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.gateway-nav .nav-name {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (min-width: 1051px) {
  .gateway-nav .nav-name {
    font-size: 2.0em;
  }
  #top .gateway-nav .nav-name {
    font-size: 2.6em;
  }
}
.gateway-nav .nav-name span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -.7em 0 -.1em;
  font-size: .5em;
  font-weight: 800;
}
.gateway-nav .nav-name:before {
  content: "";
  display: block;
  font-size: .7em;
  font-weight: normal;
}
.en-page .gateway-nav .nav-name:before {
  display: none;
}
@media print, screen and (min-width: 1051px) {
  .gateway-nav .nav-name:before {
    font-size: .6em;
    font-weight: bold;
  }
}
.gateway-nav .nav1 .nav-name:before {
  content: "Education";
}
.gateway-nav .nav2 .nav-name:before {
  content: "Hospital";
}
.gateway-nav .nav3 .nav-name:before {
  content: "Research";
}
.gateway-nav .nav4 .nav-name:before {
  content: "Alumni";
}
.gateway-nav .nav5 .nav-name:before {
  content: "Donation";
}
.gateway-nav .nav6 .nav-name:before {
  content: "Facility";
}
.gateway-nav .nav7 .nav-name:before {
  content: "Project";
}
.gateway-nav .nav-name:after {
  content: "詳しくはこちら";
  display: block;
  font-size: .5em;
  font-weight: normal;
}
.en-page .gateway-nav .nav-name:after {
  content: "Read more";
}

/* --------------------------------

  id02: 下層ページ用

-------------------------------- */
/* 研究室一覧 */
.laboratory-list li:not(:last-child) {
  margin-bottom: 1em;
}
.laboratory-list .laboname {
  display: block;
  margin-bottom: .5em;
  padding: .7em 0 .5em;
  font-size: 1.5em;
  line-height: 1.2;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-transition: .3s;
          transition: .3s;
}
.laboratory-list .laboname:after {
  content: "";
  display: table;
  clear: both;
}
.laboratory-list .laboname span {
  display: block;
  font-size: .5em;
  letter-spacing: .5pt;
  word-break: break-all;
  word-wrap: break-word;
  opacity: .8;
}
@media print, screen and (min-width: 481px) {
  .laboratory-list .laboname span {
    float: right;
    margin-top: .4em;
  }
}
.laboratory-list .labomember {
  display: block;
  padding-left: .5em;
}
.laboratory-list .labomember .post {
  display: block;
  font-size: .9em;
}
@media print, screen and (min-width: 481px) {
  .laboratory-list .labomember .post {
    float: left;
    clear: left;
    width: 7em;
  }
}
@media print, screen and (min-width: 481px) {
  .laboratory-list .labomember .post:after {
    content: "…";
    float: right;
    padding-right: 1em;
  }
}
.laboratory-list .labomember .name {
  display: block;
  font-size: .9em;
}
.laboratory-list .labomember .name span {
  font-size: .9em;
}
.laboratory-list .labomember + .labomember {
  margin-top: .5em;
  padding-top: .7em;
  border-top: 1px dashed #ccc;
}
@media print, screen and (min-width: 481px) {
  .laboratory-list .labomember + .labomember {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
}

/* 研究室一覧 フォトギャラリー */
.photo-gallery {
  margin: 0 0 70px;
  overflow: hidden;
}
.photo-gallery-items {
  margin: 0 -10px -10px 0;
  overflow: hidden;
}
.photo-gallery-items:after {
  content: "";
  display: table;
  clear: both;
}
@media print, screen and (min-width: 769px) {
  .photo-gallery-items {
    margin: 0 -15px -15px 0;
  }
}
.photo-gallery figure {
  display: block;
  float: left;
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 0 10px 10px 0;
}
@media print, screen and (min-width: 641px) {
  .photo-gallery figure {
    width: 33.33333%;
  }
}
@media print, screen and (min-width: 769px) {
  .photo-gallery figure {
    width: 25%;
    padding: 0 15px 15px 0;
  }
}
.photo-gallery figure a {
  display: block;
  position: relative;
  height: 100%;
  padding: 75% 0 0;
  overflow: hidden;
}
.photo-gallery figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 150%;
  max-height: 150%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* 研究室一覧 外部リンク */
.archive-link {
  overflow: hidden;
}
.archive-link-items {
  margin: 0 0 -10px;
  overflow: hidden;
}
.archive-link-items:after {
  content: "";
  display: table;
  clear: both;
}
@media print, screen and (min-width: 641px) {
  .archive-link-items {
    margin: 0 -10px -10px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .archive-link-items {
    margin: 0 -15px -15px 0;
  }
}
.archive-link li {
  padding: 0 0 10px;
}
@media print, screen and (min-width: 641px) {
  .archive-link li {
    float: left;
    width: 50%;
    padding: 0 10px 10px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .archive-link li {
    padding: 0 15px 15px 0;
  }
}
.archive-link a {
  display: block;
  position: relative;
  padding: 1em 0 .8em;
  text-align: center;
  font-size: 1.1em;
  color: #fff;
  text-decoration: none;
  background-color: #104a0d;
  -webkit-transition: .2s;
          transition: .2s;
}
.archive-link a:hover {
  text-decoration: none;
  background-color: #693;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

/* 業績 アンカーリンク */
.achievemnents-anchor {
  margin: 0 -5px -5px 0;
  padding: 0 0 2em;
  overflow: hidden;
}
.achievemnents-anchor:after {
  content: "";
  display: table;
  clear: both;
}
.achievemnents-anchor span {
  display: block;
  float: left;
  width: 25%;
  padding: 0 5px 5px 0;
}
@media print, screen and (min-width: 641px) {
  .achievemnents-anchor span {
    width: 20%;
  }
}
@media print, screen and (min-width: 769px) {
  .achievemnents-anchor span {
    width: 16.66667%;
  }
}
@media print, screen and (min-width: 1051px) {
  .achievemnents-anchor span {
    width: 14.28571%;
  }
}
@media screen and (max-width: 640px) {
  .achievemnents-anchor span:last-child {
    width: 50%;
  }
}
.achievemnents-anchor a {
  display: block;
  padding: .4em 0 .3em;
  font-size: .9em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #104a0d;
}
.achievemnents-anchor a:hover {
  text-decoration: none;
  background: #693;
}

/* 受賞報告 アンカーリンク */
.awards-anchor {
  margin: 0 -5px -5px 0;
  padding: 0 0 2em;
  overflow: hidden;
}
.awards-anchor:after {
  content: "";
  display: table;
  clear: both;
}
.awards-anchor span {
  display: block;
  float: left;
  width: 25%;
  padding: 0 5px 5px 0;
}
@media print, screen and (min-width: 641px) {
  .awards-anchor span {
    width: 20%;
  }
}
@media print, screen and (min-width: 769px) {
  .awards-anchor span {
    width: 16.66667%;
  }
}
@media print, screen and (min-width: 1051px) {
  .awards-anchor span {
    width: 14.28571%;
  }
}
.awards-anchor a {
  display: block;
  padding: .4em 0 .3em;
  font-size: .9em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #104a0d;
}
.awards-anchor a:hover {
  text-decoration: none;
  background: #693;
}

.awards-list table th {
  width: 140px;
}

/* カリキュラム */
.flow-arrow {
  position: relative;
  width: 60px;
  height: 0;
  margin: 1em auto .5em;
  padding: 40px 0 0;
  overflow: hidden;
}
.flow-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 20px;
  height: 30px;
  margin: auto;
  background: #23651c;
}
.flow-arrow:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #23651c transparent transparent transparent;
}

/* 学院・感染症メイン部分 */
.intro {
  margin-bottom: 2em;
}
.intro-title {
  margin-bottom: 14px;
  margin-bottom: 1rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3em;
  line-height: 1.3;
  text-align: center;
}
@media print, screen and (min-width: 481px) {
  .intro-title {
    font-size: 1.7em;
  }
}
@media print, screen and (min-width: 1051px) {
  .intro-title {
    font-size: 2.5em;
  }
  .en-page .intro-title {
    font-size: 2.0em;
  }
}
.intro-subtitle {
  font-size: .8em;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .intro-subtitle {
    font-size: .9em;
  }
}

/* --------------------------------

  お知らせ

-------------------------------- */
.news-area {
  position: relative;
}
.news-area > .inner:not(:last-child) {
  margin-bottom: 0;
}
.news-link {
  display: block;
  padding: 1em 0;
  border-bottom: 1px dotted #ccc;
}
.news-date {
  font-size: .9em;
}
.news-icon {
  width: 120px;
  color: #fff;
  font-size: .9em;
  text-align: center;
}
.news-title {
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
}
.news-text {
  margin-top: 1em;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
}
.news-text p,
.news-text div {
  word-break: break-all;
  word-wrap: break-word;
}
.news-more {
  margin-top: 2em;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .news-more {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}
.news-back {
  max-width: 1200px;
  margin: 2em auto 0;
  padding: 2em 0 0;
  text-align: center;
  border-top: 1px dotted #ccc;
}

/* お知らせ一覧 */
.news-list {
  margin: -1em 0 0;
}
.news-list .news-link:hover {
  color: #693;
  text-decoration: none;
}
.news-list .news-link:hover .news-date {
  color: #693;
}
.news-list .news-link:hover .news-title {
  color: #693;
  text-decoration: underline;
}
.news-list .news-link {
  position: relative;
  padding: 1em 0;
  border-bottom: 1px solid #eee;
}
.news-list .news-date {
  float: left;
  margin-right: 10px;
  color: #666;
  font-size: .9em;
}
.news-list .news-icon {
  float: right;
  margin: -.2em 0 0;
  padding: .2em 0 .1em;
  font-size: .8em;
}
@media print, screen and (min-width: 641px) {
  .news-list .news-icon {
    float: left;
  }
}
.news-list .news-title {
  clear: both;
  padding: .5em 0 0;
  color: #333;
}
@media print, screen and (min-width: 769px) {
  .news-list .news-title {
    clear: none;
    margin: 0 0 0 220px;
    padding: 0;
  }
}
.news-list .news-img {
  display: none;
}
.news-list .news-img-none {
  display: none;
}

/* カテゴリーアイコン */
.topics .news-icon {
  background-color: #23651c;
}

.seminar .news-icon {
  background-color: #1c4965;
}

.event .news-icon {
  background-color: #e59621;
}

.alumni .news-icon {
  background-color: #651c38;
}

.awards .news-icon {
  background-color: #805a12;
}

/* ページ送り・前後ボタン */
.news-pagers {
  position: relative;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px dotted #ccc;
  overflow: hidden;
}

.news-pager {
  width: 70px;
  height: 40px;
  margin: auto;
  overflow: hidden;
}
@media print, screen and (min-width: 481px) {
  .news-pager {
    width: 80px;
  }
}
.news-pager a {
  display: block;
  position: relative;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 0;
  background-color: #00814d;
  -webkit-transition: .2s;
          transition: .2s;
}
.news-pager a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #40ad60;
}
.news-pager a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.news-pager-prev {
  position: absolute;
  top: 2em;
  right: 0;
  left: -190px;
}
@media print, screen and (min-width: 481px) {
  .news-pager-prev {
    left: -240px;
  }
}
.news-pager-prev a {
  padding-left: 10px;
}
.news-pager-prev a:before {
  display: none;
}
.news-pager-prev a:after {
  left: -40px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.news-pager-next {
  position: absolute;
  top: 2em;
  right: -190px;
  left: 0;
}
@media print, screen and (min-width: 481px) {
  .news-pager-next {
    right: -240px;
  }
}
.news-pager-next a {
  padding-right: 10px;
}
.news-pager-next a:before {
  display: none;
}
.news-pager-next a:after {
  right: -40px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.news-pager-back {
  width: 90px;
  font-size: 13px;
}
@media print, screen and (min-width: 481px) {
  .news-pager-back {
    width: 120px;
  }
}
.news-pager-back a:before {
  display: none;
}
.news-pager-back a:after {
  display: none;
}

/* --------------------------------

  ページタイトル

-------------------------------- */
.page-title {
  display: block;
  position: relative;
  height: 200px;
  background: url(../img/base/title.jpg) no-repeat right;
  background-size: cover;
}
.kk-page .page-title {
  background-image: url(../img/base/title-kk.jpg);
  background-position: center;
}
.page-title:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  width: calc(100% - 40px);
  max-width: 1200px;
  height: 160px;
  margin: auto;
  background: #104a0d;
  opacity: .65;
}
.kk-page .page-title:before {
  opacity: .65;
  background-color: #2168b1;
}
@media screen and (max-width: 1050px) {
  .page-title {
    top: 0 !important;
    opacity: 1 !important;
  }
}
@media print, screen and (min-width: 1051px) {
  .page-title {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
  }
}
.page-title-name {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 2rem;
  color: #fff;
  font-size: 1.6em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.3;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 641px) {
  .page-title-name {
    font-size: 2.0em;
  }
}
@media print, screen and (min-width: 1051px) {
  .page-title-name {
    margin: 75px auto 0;
    font-size: 2.6em;
  }
}

/* --------------------------------

  スライダー

-------------------------------- */
.slider {
  position: relative;
  width: 100%;
  height: 300px;
  background: #000;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .slider {
    height: 400px;
  }
}
@media screen and (max-width: 1050px) {
  .slider {
    top: 0 !important;
  }
}
@media print, screen and (min-width: 1051px) {
  .slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
  }
}

.slider-inner {
  position: static;
  width: 100%;
  height: 100% !important;
  max-width: none;
}
@media print, screen and (min-width: 1051px) {
  .slider-inner {
    position: relative;
  }
}

/* 光れる北を */
.slider-catch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 240px;
  height: 62px;
  margin: auto;
  z-index: 1;
}
@media print, screen and (min-width: 1051px) {
  .slider-catch {
    top: 150px;
    width: 480px;
    height: 124px;
  }
}
.slider-catch img {
  display: block;
}

/* スライダー切り替えボタン */
.slider-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.slider-nav span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0 5px 10px;
  border-radius: 100%;
  border: 2px solid #fff;
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  .slider-nav span {
    width: 20px;
    height: 20px;
    margin: 0 10px 20px;
  }
}
.slider-nav span.current {
  background: #fff;
}

/* --------------------------------

  パンくずリスト

-------------------------------- */
#topic-path {
  margin: 0 0 2em;
  overflow: hidden;
}
@media print, screen and (min-width: 1051px) {
  #topic-path {
    margin: 0 0 5em;
  }
}
#topic-path ul {
  max-width: 1200px;
  margin: auto;
}
#topic-path li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
#topic-path li:before {
  display: none;
}
#topic-path li.current {
  color: #104a0d;
  font-weight: bold;
  font-size: .9em;
}
.kk-page #topic-path li.current {
  color: #1a5188;
}
#topic-path li.home {
  padding-left: 20px;
}
#topic-path li.home:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #104a0d transparent;
}
.kk-page #topic-path li.home:before {
  border-color: transparent transparent #1a5188 transparent;
}
#topic-path li.home:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 2px;
  width: 10px;
  height: 6px;
  border-top: 1px solid #104a0d;
  border-right: 3px solid #104a0d;
  border-left: 3px solid #104a0d;
}
.kk-page #topic-path li.home:after {
  border-color: #1a5188;
}
#topic-path a {
  display: block;
  font-size: .9em;
}
#topic-path a:after {
  content: "＞";
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5em;
  font-size: .8em;
  color: #333;
}

/* 英語版下層ページ用 */
#topic-path.topic-path-en li.home a:after {
  content: "";
  margin: 0;
}

/* --------------------------------

  検索結果

-------------------------------- */
.ajaxSearch_result {
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}

.paging1 {
  padding: 10px 0;
}

.ajaxSearch_highlight1 {
  background: yellow;
}

/* --------------------------------

  プリント

-------------------------------- */
@media print {
  html,
  body {
    background: none;
  }
}
