@charset "UTF-8";

/* =========================================================
   Base
========================================================= */

/* elements
----------------------------------------------- */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 1.6;
  font-size: 100%;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', '嗄ゴシック Medium' ,'メイリオ', sans-serif;
  overflow-wrap: break-word;
}
@media all and (-ms-high-contrast:none){  /* IE11 */
  *::-ms-backdrop, body { font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif; }
}
img {
  max-width: 100%;
  height: auto !important;
  border: 0;
  vertical-align: bottom;
}
img.external {
  margin: 0 0.25em;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  img.external {
    width: 12px;
    height: 12px;
  }
}
p {
  margin: 0 0 1em;
}
em {
  font-style: oblique;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
rp, rt {
  font-size: 80%;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
}
ol {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}
li {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}
a {
  background-color: transparent;
  color: #003399;
}
a:hover, a:focus {
  background-color: transparent;
  color: #cc3300;
  text-decoration: none;
}
a[name] {
  color: #000;
  text-decoration: none;
}
a img:hover {
  opacity: 0.9;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/* =========================================================
   Common Classes.
========================================================= */

/* Icons.
----------------------------------------------- */
a.iconFile {
  display: inline-block;
  padding: 5px 0 5px 20px;
  background-image :url(/_common/themes/naruto/doc/images/ic-hanyo.gif);
  background-position: left 10px;
  background-repeat: no-repeat;
}
a.iconPdf {
  background-image: url(/_common/themes/naruto/doc/images/ic-pdf.gif);
}
a.iconDoc, a.iconDocx {
  background-image: url(/_common/themes/naruto/doc/images/ic-word.gif);
}
a.iconXls {
  background-image: url(/_common/themes/naruto/doc/images/ic-excel.gif);
}
a.iconJtd {
  background-image: url(/_common/themes/naruto/doc/images/ic-ichitarou.gif);
}

/* CKEditor templates
----------------------------------------------- */
.temp1,
.temp2,
.temp3,
.temp4 {
  clear: both;
  margin-bottom: 20px;
}
.temp1 .thumb {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}
.temp1 ul,
.temp1 ol {
  display: inline-block;
  vertical-align: top;
}
.temp2 .thumb {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
}
.temp3,
.temp4 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.temp3 dl,
.temp4 dl {
  margin: 0 5px;
  padding: 0;
  vertical-align: bottom;
}
.temp3 dl {
  max-width: 48%;
}
.temp4 dl {
  max-width: 31%;
}
.temp3 dl dt,
.temp4 dl dt {
  margin-bottom: 10px;
  text-align: center;
}
.temp3 dl dd,
.temp4 dl dd {
  margin: 0;
  text-align: center;
}
table.temp5,
table.temp6 {
  margin-bottom: 30px;
}
.temp5 caption,
.temp6 caption {
  text-align: center;
}
.temp5 th, .temp5 td,
.temp6 th, .temp6 td {
  padding: 6px 10px;
  border: 1px solid #b3b3b3;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .temp1 .thumb {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .temp2 .thumb {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .temp3,
  .temp4 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .temp3 dl,
  .temp4 dl {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px;
  }
  table.temp5,
  table.temp6 {
    margin-left: auto;
    margin-right: auto;
  }
}

/* adobeReader download
----------------------------------------------- */
.temp7 {
  clear: both;
  margin: 10px 0 20px;
  padding: 10px 20px 10px 196px;
  border: 1px solid #faa;
  background: #fff3f3 url("../img/adobe_bn.png") no-repeat 20px center;
}
.temp7 p {
  margin: 0 0 10px;
}
@media only screen and (max-width: 991px) {
  .temp7 {
    padding: 10px 10px 10px 115px;
    background-size: 79px auto;
    font-size: 90%;
  }
}

/* clearfix
----------------------------------------------- */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* System
----------------------------------------------- */

/* pagination
---------------------- */
.pagination {
  margin: 20px auto 0;
  text-align: center;
}
.pagination > * {
  margin-bottom: 10px;
}
.pagination > *:not(:last-child) {
  margin-right: 10px;
}
.pagination a,
.pagination em,
.pagination span {
  display: inline-block;
  padding: 7px 15px;
  border: 1px solid #b3b3b3;
  vertical-align: middle;
  font-style: inherit;
}
.pagination em.current {
  border-color: #003399;
  background-color: #003399;
  color: #fff;
}
.pagination span.separator {
  display: none;
}
.pagination .previous_page,
.pagination .next_page {
  width: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.pagination .previous_page {
  background-image: url(/_common/themes/naruto/new/img/ic-pagenav_prev.svg);
}
.pagination .previous_page.disabled {
  background-image: url(/_common/themes/naruto/new/img/ic-pagenav_prev-active.svg);
  border-color: #003399;
  background-color: #003399;
}
.pagination .next_page {
  background-image: url(/_common/themes/naruto/new/img/ic-pagenav_next.svg);
}
.pagination .next_page.disabled {
  background-image: url(/_common/themes/naruto/new/img/ic-pagenav_next-active.svg);
  border-color: #003399;
  background-color: #003399;
}

/* RSS Atom
---------------------- */
.feed {
  letter-spacing: -.40em;
}
.feed a {
  display: inline-block;
  width: 53px;
  margin-right: 3px;
  padding: 3px 2px;
  border: 1px solid #f15a24;
  background-color: #f15a24;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
}
.feed a:last-child {
  margin-right: 0;
}
.feed a:hover {
  background-color: #fff;
  color: #f15a24;
}

/* =========================================================
   Layout
========================================================= */
#container.fixed {
  position: fixed;
}
#container {
  position: relative;
  width: 100%;
  min-width: 320px;
  padding-top: 1px;
  border-top: 1px solid #d7d7d7;
  background-color: #fff;
}
#container::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  height: 88px;
  background: #f8f8f8;
  background: -moz-linear-gradient(top,  #f8f8f8 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top,  #f8f8f8 0%,#ffffff 100%);
  background: linear-gradient(to bottom,  #f8f8f8 0%,#ffffff 100%);
}
#loading {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99999;
}
#container > div {
  position: relative;
}
#header {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}
#banner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}
#main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}
#wrapper {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 40px;
}
.col1 #content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  min-width: 0;
}
.col2 #content {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-order: 2;
  order: 2;
  min-width: 0;
  margin: 0 0 0 20px;
}
.col2 #menu, .col2 #links {
  -webkit-flex-basis: 200px;
  flex-basis: 200px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-order: 1;
  order: 1;
}
.col3 #content {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-order: 2;
  order: 2;
  min-width: 0;
  margin: 0 20px;
}
.col3 #menu, .col3 #links {
  -webkit-flex-basis: 200px;
  flex-basis: 200px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.col3 #menu {
  -webkit-order: 1;
  order: 1;
}
.col3 #links {
  -webkit-order: 3;
  order: 3;
}
#pageFooter {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  #container {
    padding-top: 0;
  }
  #container::before {
    background: none;
  }
  #container.open::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
  }
  #header {
    padding: 0;
  }
  #container.open #header {
    position: relative;
    z-index: 999999;
    background-color: #fff;
  }
  #banner {
    padding: 0;
  }
  #main {
    margin: 0 auto 40px;
  }
  #wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .col2 #content, .col2 #menu, .col2 #links,
  .col3 #content, .col3 #menu, .col3 #links {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin: 0 0 20px;
  }
  .col2 #content, .col3 #content {
    -webkit-order: 1;
    order: 1;
  }
  .col2 #menu, .col3 #menu,
  .col2 #links, .col3 #links {
    -webkit-order: 2;
    order: 2;
  }
  .col2 #menu, .col2 #links {
    margin-bottom: 0;
  }
  .col2 #contentBody > .piece:last-child, .col2 #menuBody > .piece:last-child, .col2 #linksBody > .piece:last-child,
  .col3 #contentBody > .piece:last-child, .col3 #menuBody > .piece:last-child, .col3 #linksBody > .piece:last-child {
    margin-bottom: 0 !important;
  }
  #page-index #links {
    display: none;
  }
}

/* =========================================================
   Piece All Page
========================================================= */

/* commonHeader
----------------------------------------------- */
#commonHeader {
  margin-bottom: 10px;
}
#commonHeader .pieceBody {
  display: -webkit-flex;
  display: flex;
}
#commonHeader h1 {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 220px;
  flex-basis: 220px;
  padding-top: 20px;
}
#commonHeader h1 a {
  display: block;
}
#commonHeader .menu-btn {
  display: none;
}
#commonHeader .menu {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 80%;
  text-align: right;
}
#commonHeader .menu .middleMenu {
  margin-bottom: 10px;
}
#commonHeader .menu .middleMenu ul,
#commonHeader .menu .middleMenu .cse-search-box {
  display: inline-block;
  vertical-align: middle;
}
#commonHeader .menu .middleMenu ul {
  margin-right: 10px;
}
#commonHeader .menu .middleMenu ul li {
  display: inline-block;
  margin-left: 8px;
}
#commonHeader .menu .middleMenu ul li:first-child {
  margin-left: 0;
}
#commonHeader .menu .middleMenu ul li.smart a {
  padding-left: 17px;
  background: url(/_common/themes/naruto/new/img/ic-smartphone.gif) left 0.1em no-repeat;
  color: #333;
  text-decoration: none;
}
#commonHeader .menu .middleMenu ul li.smart a:hover {
  text-decoration: underline;
}
#commonHeader .menu .middleMenu ul li.en a {
  display: inline-block;
  padding: 4px 5px;
  border: 1px solid transparent;
  background-color: #134397;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
#commonHeader .menu .middleMenu ul li.en a:hover {
  border-color: #134397;
  background-color: transparent;
  color: #134397;
}
dl.navi-menu {
  display: none;
}
#commonHeader .menu .lowerMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
#commonHeader .menu .lowerMenu .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
#commonHeader .menu .lowerMenu .sns a:hover {
  opacity: 0.5;
}
#commonHeader .menu .lowerMenu .sns img {
  width: 30px;
}
#commonHeader .menu .lowerMenu > ul > li {
  display: inline-block;
  margin-left: 8px;
}
#commonHeader .menu .lowerMenu > ul > li:first-child {
  margin-left: 0;
}
#commonHeader .menu .lowerMenu > ul > li a {
  padding-left: 17px;
  color: #333;
  text-decoration: none;
}
#commonHeader .menu .lowerMenu > ul > li.access a {
  background: url(/_common/themes/naruto/new/img/ic-access.gif) left top no-repeat;
}
#commonHeader .menu .lowerMenu > ul > li.inquiry a {
  background: url(/_common/themes/naruto/new/img/ic-mail.gif) left top no-repeat;
}
#commonHeader .menu .lowerMenu > ul > li.sitemap a {
  background: url(/_common/themes/naruto/new/img/ic-sitemap.gif) left top no-repeat;
}
#commonHeader .menu .lowerMenu > ul > li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 992px) {
  #commonHeader .menu > ul > li {
    display: block !important;
  }
  #commonHeader .menu > ul > li.menu1 .search-box {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  #commonHeader {
    position: relative;
    margin: 0;
    z-index: 9999;
  }
  #commonHeader .pieceBody {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #commonHeader h1 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    margin-right: 15px;
    padding: 0;
  }
  #commonHeader h1 a {
    padding: 8px 0 8px 8px;
  }
  #commonHeader h1 img {
    display: block;
    max-width: 150px;
    width: 100%;
    height: auto;
  }
  #commonHeader .menu-btn {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    display: -webkit-flex;
    display: flex;
  }
  #commonHeader .menu-btn ul {
    display: -webkit-flex;
    display: flex;
  }
  #commonHeader .menu-btn ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 45px;
    border-left: 1px solid #d7d7d7;
  }
  #commonHeader .menu-btn ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
  }
  #commonHeader .menu-btn ul li.menu-btn1 a {
    background-image: url(/_common/themes/naruto/new/img/ic-search.svg);
    background-size: 18px auto;
  }
  #commonHeader .menu-btn ul li.menu-btn1.current a {
    background-image: url(/_common/themes/naruto/new/img/ic-search_close.svg);
    background-size: 18px auto;
  }
  #commonHeader .menu-btn ul li.menu-btn2 a {
    background-image: url(/_common/themes/naruto/new/img/ic-menu.svg);
    background-size: 18px auto;
  }
  #commonHeader .menu-btn ul li.menu-btn2.current a {
    background-image: url(/_common/themes/naruto/new/img/ic-menu_close.svg);
    background-size: 18px auto;
  }
  #commonHeader .menu {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    border-top: 1px solid #d7d7d7;
    text-align: left;
  }
  #commonHeader .menu > ul {
    position: relative;
  }
  #commonHeader .menu > ul > li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    background-color: #fff;
  }
  #commonHeader .menu > ul > li.current {
    z-index: 9999;
  }
  #commonHeader .menu > ul > li.menu1 {
    padding: 10px;
  }
  #commonHeader .menu > ul > li.menu1 .search-box {
    display: block;
  }
  #commonHeader .menu .middleMenu {
    display: none;
    margin-bottom: 0;
  }
  #commonHeader .menu .middleMenu ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
  }
  #commonHeader .menu .middleMenu ul li {
    width: 50%;
    margin: 0;
  }
  #commonHeader .menu .middleMenu ul li.smart a {
    display: block;
    padding: 10px 10px 10px 25px;
    background-position: 5px center !important;
  }
  #commonHeader .menu .middleMenu ul li.en {
    position: relative;
    padding: 10px;
    text-align: center;
  }
  #commonHeader .menu .middleMenu ul li.en a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
  }
  #commonHeader .menu .middleMenu ul li:nth-child(odd) {
    border-right: 1px solid #d7d7d7;
  }
  #commonHeader .menu .middleMenu ul li:nth-child(odd):last-child {
    width: 100%;
    border-right: none;
  }
  #commonHeader .menu .middleMenu ul li:nth-child(n+3) {
    border-top: 1px solid #d7d7d7;
  }
  #commonHeader .menu .middleMenu .cse-search-box {
    display: none;
  }
  #commonHeader .menu .lowerMenu {
    display: block;
  }
  #commonHeader .menu .lowerMenu .sns {
    display: none;
    margin-bottom: 20px;
  }
  #commonHeader .menu .lowerMenu > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
  }
  #commonHeader .menu .lowerMenu > ul > li {
    width: 50%;
    margin: 0;
  }
  #commonHeader .menu .lowerMenu > ul > li:nth-child(odd) {
    border-right: 1px solid #d7d7d7;
  }
  #commonHeader .menu .lowerMenu > ul > li:nth-child(odd):last-child {
    width: 100%;
    border-right: none;
  }
  #commonHeader .menu .lowerMenu > ul > li:nth-child(n+3) {
    border-top: 1px solid #d7d7d7;
  }
  #commonHeader .menu .lowerMenu > ul > li a {
    display: block;
    height: 100%;
    padding: 10px 10px 10px 25px;
    background-position: 5px center !important;
  }
  #commonHeader .menu .lowerMenu > ul > li.sitemap {
    display: none;
  }
  /* navi-menu */
  #banner + dl.navi-menu {
    font-size: 80%;
  }
  dl.navi-menu {
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #d7d7d7;
  }
  dl.navi-menu dt {
    padding: 5px;
    background-color: #003399;
    color: #fff;
    font-size: 0.9rem;
    text-align: center;
  }
  dl.navi-menu dd {
    margin: 0;
  }
  dl.navi-menu dd ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  dl.navi-menu dd ul li {
    width: 50%;
  }
  dl.navi-menu dd ul li:nth-child(odd) {
    border-right: 1px solid #d7d7d7;
  }
  dl.navi-menu dd ul li:nth-child(odd):last-child {
    width: 100%;
    border-right: none;
  }
  dl.navi-menu dd ul li:nth-child(n+3) {
    border-top: 1px solid #d7d7d7;
  }
  dl.navi-menu dd ul li a {
    display: block;
    height: 100%;
    padding: 10px;
    color: #333;
    text-decoration: none;
  }
  dl.navi-menu dd ul li.current a,
  #page-gExaminee-index dd.homon-navi li.nav1 a,
  #page-fExaminee-index dd.homon-navi li.nav2 a,
  #page-general-index dd.homon-navi li.nav3 a,
  #page-graduate-index dd.homon-navi li.nav4 a,
  #page-student-index dd.homon-navi li.nav5 a {
    background-color: #dff8ff;
  }
}

/* accessibilityTool
---------------------- */
#accessibilityTool {
  margin-bottom: 10px;
  padding-top: 5px;
  font-size: 13px;
}
/* nocssread */
#accessibilityTool a#nocssread {
  display: inline-block;
  height: 0;
  overflow: hidden;
}
#accessibilityTool a#nocssread:focus {
  height: auto;
  margin-right: 10px;
  padding: 0 5px 0 20px;
  background: url("/_common/themes/naruto/new/img/ic-honbun.png") 5px center no-repeat #f2cfd8;
  vertical-align: middle;
}
/* tools */
#accessibilityTool .tools {
  float: right;
}
#accessibilityTool .tools > ul {
  display: inline-block;
}
#accessibilityTool .tools > ul > li {
  position: relative;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0 10px 0 0;
  vertical-align: middle;
}
#accessibilityTool .tools > ul > li:last-child {
  margin: 0;
  padding: 0;
}
#accessibilityTool .tools > ul > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0,-50%);
  width: 1px;
  height: 12px;
  background-color: #666;
}
#accessibilityTool .tools a {
  color: #333;
  text-decoration: none;
}
#accessibilityTool .tools a:hover {
  text-decoration: underline;
}
#accessibilityTool .tools ul ul {
  display: inline-block;
}
#accessibilityTool .tools li li {
  display: inline-block;
}
#accessibilityTool li.tool-size li {
  margin: 0 0 0 3px;
}
#accessibilityTool li.tool-size li a {
  display: inline-block;
  padding: 3px 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  line-height: 1;
  text-decoration: none;
}
#accessibilityTool li.tool-color li {
  margin: 0 0 0 3px;
}
#accessibilityTool li.tool-color li a {
  display: inline-block;
  padding: 3px 4px;
  border-width: 1px;
  border-style: solid;
  line-height: 1;
  text-decoration: none;
}
#accessibilityTool li.tool-color li a#themeBlack {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
#accessibilityTool li.tool-color li a#themeBlue {
  border-color: #1745cc;
  background-color: #1745cc;
  color: #fff;
}
#accessibilityTool li.tool-color li a#themeWhite {
  border-color: #ccc;
  background-color: #fff;
  color: #333;
}
/* navigationNotice */
#navigationNotice {
  padding: 10px;
  background-color: #ddd;
}
/* navigationTalkPlayer */
#navigationTalkPlayer {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  z-index: 9999;
}
#navigationTalkCreatingFileNotice,
#navigationTalkPlayer audio {
  width: 450px;
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  #accessibilityTool {
    display: none;
    padding: 0;
    font-size: inherit;
  }
  #accessibilityTool a#nocssread {
    display: none;
  }
  #accessibilityTool .tools {
    float: none;
  }
  #accessibilityTool .tools > ul {
    display: block;
  }
  #accessibilityTool .tools > ul > li {
    display: block;
    margin: 0;
    padding: 10px !important;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
  }
  #accessibilityTool .tools > ul > li::after {
    display: none;
  }
  #accessibilityTool .tools > ul > li > span:not(#navigationTalkPlayer) {
    display: block;
    margin-bottom: 5px;
  }
  #accessibilityTool li li {
    margin: 0 5px !important;
  }
  /* navigationNotice */
  #navigationNotice {
    font-size: 90%;
  }
  /* navigationTalkPlayer */
  #navigationTalkPlayer {
    display: block;
    position: relative;
    top: 0;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  #navigationTalkCreatingFileNotice,
  #navigationTalkPlayer audio {
    display: block;
    width: auto;
    min-width: 450px;
    text-align: left;
  }
  #navigationTalkPlayer audio {
    display: block !important;
    margin-top: 5px;
    min-height: 32px;
  }
}

/* cse-search-box 
---------------------- */
#cse-search-box {
  display: -webkit-flex;
  display: flex;
}
#cse-search-box #search-box {
  width: 200px;
  margin-right: 5px;
  padding: 3px 5px !important;
  border: 1px solid #7f9db7 !important;
  border-radius: 0;
  background-position: 5px center !important;
  background-color: #fff !important;
  font-family: inherit;
  -webkit-appearance: none;
}
#cse-search-box #search-button {
  padding: 0 10px;
  border: 1px solid #333;
  background: #333;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  -webkit-appearance: none;
}
@media only screen and (max-width: 991px) {
  #cse-search-box #search-box {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: auto;
    min-width: 0;
    padding: 10px 5px !important;
  }
  #cse-search-box #search-button,
  #cse-search-box > font {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    min-width: 64px;
    border-radius: 5px;
  }
}

/* globalNavi
----------------------------------------------- */
#page- #globalNavi,
#page-index #globalNavi {
  margin-bottom: 20px;
}
#globalNavi ul {
  display: -webkit-flex;
  display: flex;
}
#globalNavi li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  position: relative;
}
#globalNavi li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 1px;
  background-color: #879DC7;
  z-index: 1;
}
#globalNavi li.sp {
  display: none;
}
#globalNavi li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 8px 5px;
  background: #0b3589;
  background: -moz-linear-gradient(top,  #0b3589 0%, #134397 50%, #153a89 51%, #093085 100%);
  background: -webkit-linear-gradient(top,  #0b3589 0%,#134397 50%,#153a89 51%,#093085 100%);
  background: linear-gradient(to bottom,  #0b3589 0%,#134397 50%,#153a89 51%,#093085 100%);
  color: #fff;
  font-size: 1.25vw;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#globalNavi li.current a,
#globalNavi li a:hover, #globalNavi li a:focus {
  background: #409c52;
  background: -moz-linear-gradient(top,  #409c52 0%, #3e9a4f 50%, #288e3a 51%, #2e9743 100%);
  background: -webkit-linear-gradient(top,  #409c52 0%,#3e9a4f 50%,#288e3a 51%,#2e9743 100%);
  background: linear-gradient(to bottom,  #409c52 0%,#3e9a4f 50%,#288e3a 51%,#2e9743 100%);
}
#globalNavi li a span {
  margin: 0 -0.2em;
}
@media only screen and (min-width: 1100px) {
  #globalNavi li a {
    font-size: 90%;
  }
}
@media only screen and (max-width: 991px) {
  #bannerBody #globalNavi {
    display: none;
  }
}

/* homonNavi
----------------------------------------------- */
#globalNavi + #homonNavi .pieceHeader {
  display: none;
}
#globalNavi + #homonNavi ul {
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #c1c1c1;
}
#globalNavi + #homonNavi li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  position: relative;
}
#globalNavi + #homonNavi li::before {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  bottom: 0;
  display: block;
  width: 1px;
  background-color: #c1c1c1;
  z-index: 1;
}
#globalNavi + #homonNavi li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 7px 5px 5px;
  background: url(/_common/themes/naruto/new/img/ic-homonsya_navbi.png) right 2px bottom 2px no-repeat;
  background-color: #fafafa;
  color: #333;
  font-size: 1.2vw;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
}
#page-gExaminee-index #homonNavi li.nav1 a,
#page-fExaminee-index #homonNavi li.nav2 a,
#page-general-index #homonNavi li.nav3 a,
#page-graduate-index #homonNavi li.nav4 a,
#page-student-index #homonNavi li.nav5 a,
#globalNavi + #homonNavi li a:hover {
  background-color: #ebfaff;
  color: #003399;
}
@media only screen and (min-width: 1100px) {
  #globalNavi + #homonNavi li a {
    font-size: 88%;
  }
}

/* breadCrumbs
----------------------------------------------- */
#breadCrumbs .pieceBody {
  padding: 5px 0 20px;
}
#breadCrumbs .pieceBody ol,
#breadCrumbs .pieceBody li {
  list-style: none;
}
#breadCrumbs .pieceBody ol {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
#breadCrumbs .pieceBody li:not(:first-child):before {
  content: ">";
  margin: 0 5px;
}
@media only screen and (max-width: 991px) {
  #breadCrumbs .pieceBody {
    margin: 5px 10px 10px;
    padding: 0 0 3px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    font-size: 85%;
  }
  #breadCrumbs .pieceBody::-webkit-scrollbar {
    height: 10px;
  }
  #breadCrumbs .pieceBody::-webkit-scrollbar-track {
    background-color: #eee;
  }
  #breadCrumbs .pieceBody::-webkit-scrollbar-thumb {
    background-color: #ccc;
  }
  #breadCrumbs .pieceBody ol {
    white-space: nowrap;
  }
}

/* pageTitle
----------------------------------------------- */
#pageTitle h1 {
  position: relative;
  margin-bottom: 15px;
  padding: 11px 10px 11px 22px;
  border-top: 1px solid #abc6e7;
  background: #cfefff;
  background: -moz-linear-gradient(top,  #cfefff 40%, #ffffff 100%);
  background: -webkit-linear-gradient(top,  #cfefff 40%,#ffffff 100%);
  background: linear-gradient(to bottom,  #cfefff 40%,#ffffff 100%);
  font-size: 130%;
  font-weight: bold;
  line-height: 1.3;
}
#pageTitle h1::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 10px;
  bottom: 11px;
  width: 4px;
  background-color: #002d85;
}
@media only screen and (max-width: 991px) {
  #pageTitle h1 {
    padding: 8px 5px 8px 16px;
    font-size: 120%;
  }
  #pageTitle h1::before {
    left: 7px;
  }
}

/* content menuList
----------------------------------------------- */
#content #menuList .pieceHeader h2 {
  display: none;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #003399;
  color: #fff;
  font-size: 110%;
  text-align: center;
}
#content #menuList .pieceBody > ul {
  column-count: 2;
  column-gap: 30px;
}
#content #menuList .pieceBody > ul.current {
  column-count: 1;
  column-gap: 0;
}
#content #menuList .pieceBody > ul > li {
  padding-bottom: 30px;
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  overflow: hidden;
}
#content #menuList .pieceBody > ul > li .title {
  position: relative;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px solid #cacaca;
  border-radius: 6px;
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 40%, #e6e6e6 100%);
  background: -webkit-linear-gradient(top,  #ffffff 40%,#e6e6e6 100%);
  background: linear-gradient(to bottom,  #ffffff 40%,#e6e6e6 100%);
  font-weight: bold;
  line-height: 1.3;
}
#content #menuList .pieceBody > ul > li .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  width: 4px;
  height: 11px;
  background-color: #003399;
}
#content #menuList .pieceBody > ul > li h3 {
  display: none;
}
#content #menuList .pieceBody > ul > li ul li {
  margin-bottom: 5px;
  padding-left: 20px;
  background: url(/_common/themes/naruto/new/img/ic-list-title.gif) 8px 0.6em no-repeat;
}
#content #menuList .pieceBody > ul > li ul li img {
  margin-left: 5px;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  #content #menuList .pieceBody > ul > li ul {
    display: block !important;
  }
}
@media only screen and (max-width: 991px) {
  #content #menuList .pieceBody > ul {
    column-count: 1;
    column-gap: 0;
    font-size: 90%;
  }
  #content #menuList .pieceBody > ul > li {
    margin: 0 0 10px;
    padding-bottom: 0;
  }
  #content #menuList .pieceBody > ul > li:last-child {
    margin: 0;
  }
  #content #menuList .pieceBody > ul > li .title {
    display: none;
  }
  #content #menuList .pieceBody > ul > li h3 {
    display: block;
    position: relative;
    margin-bottom: 5px;
    padding: 8px 5px 8px 22px;
    border: 1px solid #cacaca;
    border-radius: 4px;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 40%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top,  #ffffff 40%,#e6e6e6 100%);
    background: linear-gradient(to bottom,  #ffffff 40%,#e6e6e6 100%);
    font-size: 100%;
    font-weight: bold;
    line-height: 1.3;
    cursor: pointer;
  }
  #content #menuList .pieceBody > ul > li h3::before {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    left: 6px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/_common/themes/naruto/new/img/side-menu_close.svg) center center no-repeat;
  }
  #content #menuList .pieceBody > ul > li h3.close::before {
    background: url(/_common/themes/naruto/new/img/side-menu_expand.svg) center center no-repeat;
  }
}

/* menu menuList
----------------------------------------------- */
#menu #menuList {
  margin-bottom: 10px;
  padding: 1px 0;
  border-top: 5px solid #999;
  border-bottom: 5px solid #999;
}
#menu #menuList .pieceHeader h2 {
  padding: 5px;
  background-color: #003399;
  color: #fff;
  font-size: 110%;
  text-align: center;
}
#menu #menuList .pieceBody > ul > li {
  border-bottom: 1px solid #999;
}
#menu #menuList .pieceBody > ul > li h3 {
  padding: 6px 5px 6px 25px;
  background-image: url(/_common/themes/naruto/new/img/side-menu_expand.svg);
  background-position: 5px 12px;
  background-repeat: no-repeat;
  font-size: 100%;
  font-weight: normal;
  cursor: pointer;
}
#menu #menuList .pieceBody > ul > li h3:hover {
  background-color: #e7f7fd;
}
#menu #menuList .pieceBody > ul > li.current h3 {
  background-image: url(/_common/themes/naruto/new/img/side-menu_close.svg);
  font-weight: bold;
}
#menu #menuList .pieceBody > ul > li h3.open {
  background-image: url(/_common/themes/naruto/new/img/side-menu_close.svg);
}
#menu #menuList .pieceBody > ul > li h3.close {
  background-image: url(/_common/themes/naruto/new/img/side-menu_expand.svg);
}
#menu #menuList .pieceBody > ul > li ul li {
  position: relative;
  padding: 6px 5px 6px 32px;
  border-top: 1px dotted #999;
  background: url(/_common/themes/naruto/new/img/side-menu_list.svg) 20px 15px no-repeat;
}
#menu #menuList .pieceBody > ul > li ul li:hover {
  background-color: #e7f7fd;
}
#menu #menuList .pieceBody > ul > li ul li.current {
  background-color: #feff99;
}
#menu #menuList .pieceBody > ul > li ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
}
#menu #menuList .pieceBody > ul > li ul li a {
  color: #333;
  text-decoration: none;
}
#menu #menuList .pieceBody > ul > li ul li img {
  margin-left: 5px;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  #menu #menuList {
    margin-bottom: 20px;
    padding: 0;
    border: none;
  }
  #menu #menuList .pieceHeader h2 {
    font-size: 90%;
  }
  #menu #menuList .pieceBody > ul {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
  }
  #menu #menuList .pieceBody > ul > li h3 {
    font-size: 90%;
  }
  #menu #menuList .pieceBody > ul > li ul li {
    font-size: 90%;
  }
}

/* pickupList
----------------------------------------------- */
#pickupList .pieceBody ul li {
  margin-bottom: 10px;
  border: 1px solid #aeaeae;
}
#pickupList .pieceBody ul li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  padding: 4px 15px 4px 3px;
  border: 1px solid #fff;
  background-image: url(/_common/themes/naruto/new/img/arrow-banner.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #ebfaff;
  color: #003399;
  font-size: 90%;
  line-height: 1.2;
  text-decoration: none;
}
#pickupList .pieceBody ul li a:hover {
  background-color: #d2ebff;
}
#pickupList .pieceBody ul li.youtube a {
  background-image: url(/_common/themes/naruto/new/img/arrow-youtube.png);
  background-color: #fee4eb;
  color: #941400;
}
#pickupList .pieceBody ul li.youtube a:hover {
  background-color: #fdd2de;
}
/*
#pickupList .pieceBody ul li.jishin a {
  background-image: url(/_common/themes/naruto/new/img/arrow-green.png);
  background-color: #ffff00;
  color: #000;
}
#pickupList .pieceBody ul li.jishin a:hover {
  background-color: #ffe800;
}
*/
#pickupList .pieceBody ul li a > img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
#pickupList .pieceBody ul li a span {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  width: calc(100% - 45px);
}
@media only screen and (max-width: 991px) {
  #pickupList {
    display: none;
    margin-bottom: 20px;
  }
  #pickupList .pieceBody ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #pickupList .pieceBody ul li {
    width: calc((100% - 10px) / 2);
    margin: 0;
  }
  #pickupList .pieceBody ul li:nth-child(odd) {
    margin-right: 10px;
  }
  #pickupList .pieceBody ul li:nth-child(n+3) {
    margin-top: 10px;
  }
  #pickupList .pieceBody ul li a {
    padding: 8px 15px 8px 3px;
    font-size: 75%;
  }
  #pickupList .pieceBody ul li a img {
    width: 25px;
    height: 25px;
  }
  #pickupList .pieceBody ul li a span {
    width: calc(100% - 30px);
  }
}

/* bn-btn
----------------------------------------------- */
ul.bn-btn li {
  margin-bottom: 10px;
}
ul.bn-btn li.position span {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  position: relative;
}
ul.bn-btn li.position a {
  position: absolute;
  background: none !important;
  text-indent: -9999px;
  overflow: hidden;
}
ul.bn-btn li.position a:hover {
  background: rgba(255,255,255,0.1) !important;
}
@media only screen and (min-width: 992px) {
  ul.bn-btn.sp,
  ul.bn-btn li.sp {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  ul.bn-btn {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  ul.bn-btn li {
    -webkit-flex-basis: calc((100% - 10px) / 2);
    flex-basis: calc((100% - 10px) / 2);
    margin: 0;
    text-align: center;
  }
  ul.bn-btn li:nth-child(odd) {
    margin-right: 10px;
  }
  ul.bn-btn li:nth-child(n+3) {
    margin-top: 10px;
  }
  ul.bn-btn.pc,
  ul.bn-btn li.pc {
    display: none;
  }
  ul.bn-btn.sp {
    display: -webkit-flex;
    display: flex;
  }
}

/* bn-btn thumb-link
----------------------------------------------- */
.bn-btn.thumb-link li {
  border: 1px solid #aeaeae;
}
.bn-btn.thumb-link li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  padding: 4px 15px 4px 3px;
  border: 1px solid #fff;
  background-image: url(/_common/themes/naruto/new/img/bn-top/pc/arrow-banner_green.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #EDF6E9;
  color: #00601E;
  font-size: 90%;
  line-height: 1.2;
  text-decoration: none;
}
.bn-btn.thumb-link li a:hover {
  background-color: #c6e9b7;
}
.bn-btn.thumb-link li a > img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.bn-btn.thumb-link li a span {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  width: calc(100% - 45px);
}
.bn-btn.thumb-link li.youtube a {
  background-image: url(/_common/themes/naruto/new/img/bn-top/sp/arrow-banner_youtube.svg);
  background-color: #fee4eb;
  color: #941400;
}
.bn-btn.thumb-link li.youtube a:hover {
  background-color: #fdd2de;
}
.bn-btn.thumb-link li.jishin a {
  background-color: #ffff00;
  color: #000;
}
.bn-btn.thumb-link li.jishin a:hover {
  background-color: #ffe800;
}
.bn-btn.thumb-link li.light-blue a {
  background-image: url(/_common/themes/naruto/new/img/bn-top/sp/arrow-banner_blue.svg);
  background-color: #ebfaff;
  color: #003399;
}
.bn-btn.thumb-link li.light-blue a:hover {
  background-color: #d2ebff;
}
.bn-btn.thumb-link li.blue a {
  background-image: url(/_common/themes/naruto/new/img/bn-top/sp/arrow-banner_blue.svg);
  background-color: #e0ebff;
  color: #000;
}
.bn-btn.thumb-link li.blue a:hover {
  background-color: #ebfaff;
}
@media only screen and (max-width: 991px) {
  .bn-btn.thumb-link li {
    min-height: 130px;
  }
  .bn-btn.thumb-link li a {
    padding-right: 6px;
    text-align: left;
  }
  .bn-btn.thumb-link li a > img {
    width: 60px;
  }
  .bn-btn.thumb-link li a span {
    width: calc(100% - 65px);
  }
  .bn-btn.thumb-link li.youtube a img {
    width: 42px;
    margin: 0 13px 0 5px;
  }
}

/* shokuin
----------------------------------------------- */
#shokuin .pieceBody a {
  padding-left: 18px;
  background: url(/_common/themes/naruto/new/img/ic-link.svg) left 0.25em no-repeat;
}
@media only screen and (max-width: 991px) {
  #shokuin {
    display: none;
    margin-bottom: 20px;
  }
  #shokuin .pieceBody {
    padding: 10px;
    background-color: #dff8ff;
    text-align: center;
  }
}

/* footerNavi
--------------------------------------*/
#footerNavi {
  margin-bottom: 35px;
}
#footerNavi .pieceBody ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
#footerNavi .pieceBody ul li {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #000;
  line-height: 1;
  letter-spacing: normal;
}
#footerNavi .pieceBody ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#footerNavi .pieceBody ul li a {
  color: #000;
}
@media only screen and (max-width: 991px) {
  #footerNavi {
    display: none;
    margin: 0 -10px 20px;
  }
  #footerNavi .pieceBody ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  #footerNavi .pieceBody ul li {
    width: 50%;
    margin: 0;
    padding: 0;
    border: none;
  }
  #footerNavi .pieceBody ul li:nth-child(odd) {
    border-right: 1px solid #000 !important;
  }
  #footerNavi .pieceBody ul li:nth-child(odd):last-child {
    width: 100%;
    border-right: none !important;
  }
  #footerNavi .pieceBody ul li:nth-child(n+3) {
    border-top: 1px solid #000;
  }
  #footerNavi .pieceBody ul li a {
    display: block;
    height: 100%;
    padding: 10px;
    font-size: 80%;
    text-align: center;
    text-decoration: none;
  }
}

/* snsLink
----------------------------------------------- */
#snsLink {
  display: none;
}
@media only screen and (max-width: 991px) {
  #snsLink {
    display: block;
    padding: 15px;
    background-color: #ebfaff;
  }
  #snsLink .pieceHeader h2 {
    margin-bottom: 5px;
    text-align: center;
  }
  #snsLink .pieceBody {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  #snsLink .pieceBody a:hover {
    opacity: 0.5;
  }
  #snsLink .pieceBody img {
    width: 35px;
  }
}

/* commonFooter
----------------------------------------------- */
#commonFooter .pieceContainer {
  /*
  background-color: #555;
  */
  background-color: #4BA82C;
}
#commonFooter .pieceBody {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px 50px;
  color: #fff;
}
#commonFooter .pieceBody > ul:not(.footerNavi) {
  display: inline-block;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 0 0 5px 5px;
  background: rgba(255,255,255,0.6);
  letter-spacing: -.40em;
}
#commonFooter .pieceBody > ul:not(.footerNavi) li {
  display: inline-block;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px dotted #555;
  letter-spacing: normal;
}
#commonFooter .pieceBody > ul:not(.footerNavi) li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#commonFooter .pieceBody > ul:not(.footerNavi) li a {
  color: #333;
}
#commonFooter .pieceBody ul.footerNavi {
  display: flex;
  margin: 15px 0 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
#commonFooter .pieceBody ul.footerNavi > li {
  flex: 1;
}
#commonFooter .pieceBody ul.footerNavi > li:not(:last-child) {
  margin-right: 10px;
}
#commonFooter .pieceBody ul.footerNavi > li > a {
  padding: 2px 0 2px 10px;
  border-left: 5px solid #fff;
}
#commonFooter .pieceBody ul.footerNavi li a {
  color: #fff;
}
#commonFooter .pieceBody ul.footerNavi li ul {
  padding: 10px 0 0 15px;
}
#commonFooter .pieceBody ul.footerNavi li li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 90%;
  line-height: 1.2;
}
#commonFooter .pieceBody ul.footerNavi li li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #fff;
}
#commonFooter .pieceBody .ninsho {
  display: flex;
  gap: 5px;
  position: absolute;
  top: 0;
  right: 10px;
}
#commonFooter .pieceBody .ninsho a {
  text-decoration: none;
}
#commonFooter .pieceBody .address {
  margin-bottom: 10px;
}
#commonFooter .pieceBody .copy {
  /*
  color: #bbb;
  */
  color: #fff;
  text-align: right;
}
#commonFooter #pageTop {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 999999999;
}
@media only screen and (min-width: 992px) {
  #commonFooter .pieceBody > ul:not(.footerNavi) li.sp-only {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  #commonFooter .pieceBody {
    padding: 15px 10px 30px;
    font-size: 85%;
  }
  #commonFooter .pieceBody > ul:not(.footerNavi) {
    display: block;
    margin-left: 1.2em;
    margin-right: 60px;
    padding: 0;
    background: none;
    list-style-type: disc;
  }
  #commonFooter .pieceBody > ul:not(.footerNavi) li {
    display: list-item;
    margin: 0 0 5px;
    padding: 0;
    border: none;
  }
  #commonFooter .pieceBody > ul:not(.footerNavi) li a {
    color: #fff;
  }
  #commonFooter .pieceBody ul.footerNavi {
    display: block;
    margin-bottom: 20px;
  }
  #commonFooter .pieceBody ul.footerNavi > li {
    margin: 0 0 15px 0 !important;
  }
  #commonFooter .pieceBody ul.footerNavi > li:nth-child(odd) {
    margin-right: 15px !important;
  }
  #commonFooter .pieceBody .copy {
    font-size: 80%;
  }
  #commonFooter #pageTop {
    right: 20px;
    bottom: 60px;
  }
  #commonFooter #pageTop img {
    width: 40px;
    height: 40px;
  }
}

/* =========================================================
   Piece Top Page
========================================================= */

/* top-banner
----------------------------------------------- */
#top-banner {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}

/* homonNavi
---------------------- */
#top-banner #homonNavi {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  width: 260px;
  margin-right: 20px;
}
#top-banner #homonNavi .pieceContainer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
#top-banner #homonNavi .pieceHeader {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
#top-banner #homonNavi .pieceHeader h2 {
  padding: 7px 5px;
  background: #0b3589;
  background: -moz-linear-gradient(top,  #0b3589 0%, #134397 50%, #153a89 51%, #093085 100%);
  background: -webkit-linear-gradient(top,  #0b3589 0%,#134397 50%,#153a89 51%,#093085 100%);
  background: linear-gradient(to bottom,  #0b3589 0%,#134397 50%,#153a89 51%,#093085 100%);
  color: #fff;
  font-size: 105%;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
#top-banner #homonNavi .pieceBody {
  /*
  -webkit-flex-grow: 1;
  flex-grow: 1;
  */
}
#top-banner #homonNavi .pieceBody ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border: 1px solid #003399;
}
#top-banner #homonNavi .pieceBody ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 24px 20px 24px 15px;
  border-bottom: 1px dotted #aaa;
  background: url(/_common/themes/naruto/new/img/ic-menu.gif) right 5px bottom 5px no-repeat;
  font-weight: bold;
}
#top-banner #homonNavi .pieceBody ul li:last-child {
  border-bottom: none;
}
#top-banner #homonNavi .pieceBody ul li:hover {
  background-color: #fffa91;
}
#top-banner #homonNavi .pieceBody ul li a {
  color: #000;
  text-decoration: none;
}
#top-banner #homonNavi .pieceBody ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
}
@media only screen and (max-width: 991px) {
  #top-banner #homonNavi {
    display: none;
  }
}

/* keyvisual
---------------------- */
#top-banner #keyvisual {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  width: calc(100% - 280px);
  min-width: 0;
}
#top-banner #keyvisual .pieceContainer,
#top-banner #keyvisual .pieceBody {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  #top-banner #keyvisual {
    width: 100%;
    margin-bottom: 35px;
  }
}
/* bxslider */
#keyvisual .bx-wrapper {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction:column;
  flex-direction:column;
  height: 100%;
}
#keyvisual .bx-wrapper img {
  width: 100%;
  vertical-align: middle;
}
/* bx-viewport */
#keyvisual .bx-viewport {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
#keyvisual .bx-viewport ul li.position a {
  position: absolute;
  background: none !important;
  text-indent: -9999px;
  overflow: hidden;
}
#keyvisual .bx-viewport ul li.position a:hover {
  background: rgba(255,255,255,0.1) !important;
}

/* bx-controls */
#keyvisual .bx-controls {
  /*
  -webkit-flex-grow: 1;
  flex-grow: 1;
  */
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 10px;
  padding: 10px;
  background-color: #dff8ff;
}
@media only screen and (max-width: 991px) {
  #keyvisual .bx-controls {
    margin: 0;
    padding: 0;
    background: none;
  }
}
/* bx-controls-direction */
#keyvisual .bx-controls-direction a {
  position: absolute;
  top: 150px;
  width: 31px;
  height: 0;
  padding-top: 39px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent !important;
  overflow: hidden;
  z-index: 10;
}
#keyvisual .bx-controls-direction a.bx-prev {
  left: 0;
  background-image: url(/_common/themes/naruto/new/img/bxslider/slider-prev.svg);
}
#keyvisual .bx-controls-direction a.bx-next {
  right: 0;
  background-image: url(/_common/themes/naruto/new/img/bxslider/slider-next.svg);
}
@media only screen and (max-width: 991px) {
  #keyvisual .bx-controls-direction a {
    top: 50%;
    transform: translate(0,-50%);
  }
}
/* bx-controls-auto */
#keyvisual .bx-controls-auto {
  -webkit-order: 2;
  order: 2;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
}
#keyvisual .bx-controls-auto-item:not(:last-child) {
  margin-right: 10px;
}
#keyvisual .bx-controls-auto-item a {
  display: block;
  background: #0b3589;
  background: -moz-linear-gradient(top,  #0b3589 0%, #134397 50%, #153a89 51%, #093085 100%);
  background: -webkit-linear-gradient(top,  #0b3589 0%,#134397 50%,#153a89 51%,#093085 100%);
  background: linear-gradient(to bottom,  #0b3589 0%,#134397 50%,#153a89 51%,#093085 100%);
  color: #fff;
  text-decoration: none;
}
#keyvisual .bx-controls-auto-item a.active {
  background: #409c52;
  background: -moz-linear-gradient(top,  #409c52 0%, #3e9a4f 50%, #2e9743 51%, #2a913e 100%);
  background: -webkit-linear-gradient(top,  #409c52 0%,#3e9a4f 50%,#2e9743 51%,#2a913e 100%);
  background: linear-gradient(to bottom,  #409c52 0%,#3e9a4f 50%,#2e9743 51%,#2a913e 100%);
}
#keyvisual .bx-controls-auto-item a span {
  display: block;
  padding: 6px 8px 6px 24px;
  font-size: 90%;
  line-height: 1;
}
#keyvisual .bx-controls-auto-item a.bx-start span {
  background: url(/_common/themes/naruto/new/img/bxslider/slider-playback.svg) 8px center no-repeat;
}
#keyvisual .bx-controls-auto-item a.bx-stop span {
  background: url(/_common/themes/naruto/new/img/bxslider/slider-stop.svg) 8px center no-repeat;
}
@media only screen and (max-width: 991px) {
  #keyvisual .bx-controls-auto {
    position: absolute;
    top: 100%;
    right: 10px;
    margin-top: 10px;
  }
}
/* bx-pager */
#keyvisual .bx-pager {
  -webkit-order: 1;
  order: 1;
}
#keyvisual .bx-pager-item {
  display: inline-block;
  margin: 5px 10px 5px 0;
  background-color: #000;
  vertical-align: top;
  letter-spacing: normal;
}
#keyvisual .bx-pager-item img {
  opacity: 0.5;
}
#keyvisual .bx-pager-item a.active img,
#keyvisual .bx-pager-item a:hover img {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  #keyvisual .bx-pager {
    display: none;
  }
}

/* contentsBanner
----------------------------------------------- */
#contentsBanner {
  margin-bottom: 20px;
}
#contentsBanner .pieceBody {
  padding: 15px;
  background-color: #dff8ff;
}
#contentsBanner .pieceBody ul.banner {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}
#contentsBanner .pieceBody ul.banner li {
  width: calc((100% - 30px) / 3);
  margin-right: 15px;
}
#contentsBanner .pieceBody ul.banner li:last-child {
  margin-right: 0;
}
#contentsBanner .pieceBody ul.banner li img {
  width: 100%;
  height: auto;
}
#contentsBanner .pieceBody dl.schedule {
  position: relative;
  margin: 0;
}
#contentsBanner .pieceBody dl.schedule dt {
  padding: 6px 5px;
  background-color: #003399;
  color: #fff;
  font-size: 110%;
  text-align: center;
}
#contentsBanner .pieceBody dl.schedule dt a {
  color: #fff;
  text-decoration: none;
}
#contentsBanner .pieceBody dl.schedule dt a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
  z-index: 1;
}
#contentsBanner .pieceBody dl.schedule dt a:hover::before {
  background: rgba(255,255,255,0.1) !important;
}
#contentsBanner .pieceBody dl.schedule dd {
  margin: 0;
  border: 1px solid #003399;
  border-top: none;
  background-color: #fff;
}
#contentsBanner .pieceBody dl.schedule dd ul {
  display: -webkit-flex;
  display: flex;
}
#contentsBanner .pieceBody dl.schedule dd ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  position: relative;
  padding: 15px 5px;
  border-right: solid 1px #999;
  font-size: 110%;
  text-align: center;
}
#contentsBanner .pieceBody dl.schedule dd ul li:last-child {
  border-right: none;
}
#contentsBanner .pieceBody dl.schedule dd ul li strong {
  display: block;
}
#contentsBanner .pieceBody dl.schedule dd ul li.list01 strong {
  color: #0033ff;
}
#contentsBanner .pieceBody dl.schedule dd ul li.list02 strong {
  color: #ee0000;
}
#contentsBanner .pieceBody dl.schedule dd ul li.list03 strong {
  color: #009900;
}
#contentsBanner .pieceBody dl.schedule dd ul li.list04 strong {
  color: #ff6600;
}
#contentsBanner .pieceBody dl.schedule dd ul li strong a {
  color: inherit;
  text-decoration: none;
}
#contentsBanner .pieceBody dl.schedule dd ul li strong a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
}
#contentsBanner .pieceBody dl.schedule dd ul li strong a:hover::before {
  background: rgba(255,255,255,0.3) !important;
}
@media only screen and (min-width: 992px) {
}
@media only screen and (max-width: 991px) {
  #contentsBanner {
    display: none;
    margin: 0 -10px;
  }
  #contentsBanner .pieceBody {
    padding: 10px;
  }
  #contentsBanner .pieceBody ul.banner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  #contentsBanner .pieceBody ul.banner li {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }
  #contentsBanner .pieceBody ul.banner li:nth-child(even) {
    margin-right: 0;
  }
  #contentsBanner .pieceBody dl.schedule dt {
    font-size: 90%;
  }
  #contentsBanner .pieceBody dl.schedule dd ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #contentsBanner .pieceBody dl.schedule dd ul li {
    -webkit-flex-basis: calc((100% - 21px) / 2);
    flex-basis: calc((100% - 21px) / 2);
    padding: 10px 5px;
    border-right: none;
    font-size: 85%;
  }
  #contentsBanner .pieceBody dl.schedule dd ul li:nth-child(odd) {
    border-right: solid 1px #999;
  }
  #contentsBanner .pieceBody dl.schedule dd ul li:nth-child(n+3) {
    border-top: solid 1px #999;
  }
}

/* docTab
----------------------------------------------- */
body:not(#page-index) #docTab {
  margin-bottom: 20px;
}
#docTab .tabs {
  display: -webkit-flex;
  display: flex;
}
#docTab .tabs span {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  margin-right: 4px;
}
#docTab .tabs span:last-child {
  margin-right: 0;
}
#docTab .tabs span a {
  display: block;
  height: 100%;
  padding: 6px 5px;
  border: 1px solid #999;
  border-bottom: none;
  background-color: #efefef;
  color: #4d4d4d;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#docTab .tabs span a.shinchaku:hover {
  background-color: #ebfaff;
  color: #333;
}
#docTab .tabs span a.shinchaku.current {
  border-color: #003399;
  background-color: #003399;
  color: #fff;
}
#docTab .tabs span a.oshirase:hover {
  background-color: #fff7df;
  color: #333;
}
#docTab .tabs span a.oshirase.current {
  border-color: #ff4400;
  background-color: #ff4400;
  color: #fff;
}
#docTab .tabs span a.event:hover {
  background-color: #ddf7df;
  color: #333;
}
#docTab .tabs span a.event.current {
  border-color: #009999;
  background-color: #009999;
  color: #fff;
}
#docTab .tabs span a.nyuushiannai:hover {
  background-color: #eee8ff;
  color: #333;
}
#docTab .tabs span a.nyuushiannai.current {
  border-color: #6633cc;
  background-color: #6633cc;
  color: #fff;
}
#docTab .wrapper {
  padding: 14px;
  border: 1px solid #003399;
}
#docTab .content {
  margin-bottom: 20px;
}
#docTab .content li {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  min-height: 60px;
  padding: 10px 15px;
  border-bottom: 1px solid #b3b3b3;
}
#docTab .content li:hover {
  background-color: #e7f7fd;
}
#docTab .content li:hover a {
  color: #cc3300;
}
#docTab .content li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: none !important;
}
#docTab .links > div {
  overflow: hidden;
}
#docTab .feed {
  float: left;
  margin-right: 17px;
}
#docTab .feed a {
  padding: 7px 3px;
}
#docTab .more {
  overflow: hidden;
}
#docTab .more a {
  display: block;
  padding: 7px;
  color: #fff;
  border: 1px solid #003399;
  background-color: #003399;
  text-align: center;
  text-decoration: none;
}
#docTab .more a:hover {
  padding: 6px;
  border: 1px solid #003399;
  background-color: #fff;
  color: #003399;
}
@media only screen and (max-width: 991px) {
  #docTab {
    margin-bottom: 20px;
  }
  #docTab .tabs span a {
    padding: 5px 3px;
    font-size: 90%;
  }
  #docTab .wrapper {
    padding: 7px;
    font-size: 90%;
  }
  #docTab .content {
    margin-bottom: 10px;
  }
  #docTab .content li {
    min-height: 0;
    padding: 5px 7px;
  }
  #docTab .content li:nth-child(n+6) {
    display: none;
  }
  #docTab .feed {
    margin-right: 10px;
  }
}

/* bnAdvertisement
--------------------------------------*/
#bnAdvertisement {
  margin-bottom: 20px;
}
#bnAdvertisement .pieceHeader {
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
}
#bnAdvertisement .pieceHeader h2 {
  display: inline-block;
  margin-right: 10px;
  font-size: 140%;
  vertical-align: middle;
}
#bnAdvertisement .pieceHeader a {
  display: inline-block;
  padding-left: 18px;
  background: url(/_common/themes/naruto/new/img/ic-link.svg) left 0.25em no-repeat;
  line-height: 1.5;
  vertical-align: middle;
}
#bnAdvertisement .pieceBody ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#bnAdvertisement .pieceBody ul li {
  -webkit-flex-basis: calc((100% - 80px) / 6);
  flex-basis: calc((100% - 80px) / 6);
  margin-right: 16px;
  margin-bottom: 15px;
}
#bnAdvertisement .pieceBody ul li:nth-child(6n) {
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  #bnAdvertisement .pieceHeader {
    margin-bottom: 10px;
  }
  #bnAdvertisement .pieceHeader h2 {
    font-size: 110%;
  }
  #bnAdvertisement .pieceHeader a {
    font-size: 90%;
    background-position: left center;
  }
  #bnAdvertisement .pieceBody ul li {
    -webkit-flex-basis: calc((100% - 10px) / 2);
    flex-basis: calc((100% - 10px) / 2);
    margin: 0;
    text-align: center;
  }
  #bnAdvertisement .pieceBody ul li:nth-child(odd) {
    margin-right: 10px;
  }
  #bnAdvertisement .pieceBody ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}

/* examSchedule
----------------------------------------------- */
.examSchedule {
  margin-bottom: 10px;
}
.examSchedule .pieceBody dl {
  margin: 0;
}
.examSchedule .pieceBody dl dt {
  padding: 6px 5px;
  background-color: #003399;
  color: #fff;
  font-size: 90%;
  line-height: 1.4;
  text-align: center;
}
.examSchedule .pieceBody dl dt a:hover::before {
  background: rgba(255,255,255,0.1) !important;
}
.examSchedule .pieceBody dl dd {
  margin: 0;
  border: 1px solid #003399;
  border-top: none;
  background-color: #fff;
}
.examSchedule .pieceBody dl dd ul li {
  position: relative;
  padding: 5px 5px;
  border-bottom: solid 1px #999;
  font-size: 90%;
  text-align: center;
}
.examSchedule .pieceBody dl dd ul li:last-child {
  border-bottom: none;
}
.examSchedule .pieceBody dl dd ul li strong {
  display: block;
  font-size: 0.825rem;
}
.examSchedule .pieceBody dl dd ul li.list01 strong {
  color: #0033ff;
}
.examSchedule .pieceBody dl dd ul li.list02 strong {
  color: #ee0000;
}
.examSchedule .pieceBody dl dd ul li.list03 strong {
  color: #009900;
}
.examSchedule .pieceBody dl dd ul li.list04 strong {
  color: #ff6600;
}
.examSchedule .pieceBody dl dd ul li strong a {
  color: inherit;
  text-decoration: none;
}
.examSchedule .pieceBody dl dd ul li strong a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
}
.examSchedule .pieceBody dl dd ul li strong a:hover::before {
  background: rgba(255,255,255,0.3) !important;
}
@media only screen and (max-width: 991px) {
  .examSchedule {
    display: none;
  }
}

/* =========================================================
   content category
========================================================= */

/* category index
----------------------------------------------- */
.contentArticleCategory .category h2 {
  font-size: 100%;
  font-weight: normal;
}
.contentArticleCategory .category h2 a {
  display: block;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #e9f5f5;
}
@media only screen and (max-width: 991px) {
  .contentArticleCategory .category h2 {
    font-size: 90%;
  }
  .contentArticleCategory .category h2 a {
    padding: 8px;
  }
}

/* category
----------------------------------------------- */
.contentArticleCategory .latest {
  position: relative;
}
.contentArticleCategory .latest h2 {
  margin-bottom: 7px;
  padding: 10px;
  background-color: #003399;
  color: #fff;
  font-size: 100%;
  font-weight: normal;
}
.contentArticleCategory .latest .feed {
  position: absolute;
  top: 7px;
  right: 5px;
}
.contentArticleCategory .latest ul li {
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid #b3b3b3;
}
.contentArticleCategory .latest ul li:hover {
  background-color: #e7f7fd;
}
.contentArticleCategory .latest ul li:hover a {
  color: #cc3300;
}
.contentArticleCategory .latest ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: none !important;
}
.contentArticleCategory .latest .more {
  margin-top: 20px;
  text-align: right;
}
.contentArticleCategory .latest .more a {
  display: inline-block;
  padding: 8px 40px;
  border: 1px solid #003399;
  background-color: #003399;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.contentArticleCategory .latest .more a:hover {
  background-color: #fff;
  color: #003399;
}
@media only screen and (max-width: 991px) {
  .contentArticleCategory .latest ul li {
    padding: 5px 7px;
    font-size: 90%;
  }
  .contentArticleCategory .latest .more {
    margin: 10px 10px 0;
    font-size: 90%;
    text-align: center;
  }
  .contentArticleCategory .latest .more a {
    display: block;
    padding: 8px;
  }
}

/* =========================================================
   content attribute
========================================================= */

/* attribute index
----------------------------------------------- */
.contentArticleAttribute .attributes .attribute {
  margin-bottom: 15px;
}
.contentArticleAttribute .attributes .attribute h2 {
  font-size: 100%;
  font-weight: normal;
}
.contentArticleAttribute .attributes .attribute h2 a {
  display: block;
  padding: 10px;
  background-color: #e9f5f5;
}
.contentArticleAttribute .attributes .attribute .explain {
  display: none;
  padding: 0 10px;
}

/* attribute
----------------------------------------------- */
.contentArticleAttribute .latest {
  position: relative;
  margin-bottom: 20px;
}
.contentArticleAttribute .latest h2 {
  margin-bottom: 7px;
  padding: 10px;
  background-color: #003399;
  color: #fff;
  font-size: 100%;
  font-weight: normal;
}
.contentArticleAttribute .latest .feed {
  position: absolute;
  top: 7px;
  right: 5px;
}
.contentArticleAttribute ul li {
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid #b3b3b3;
}
.contentArticleAttribute ul li:hover {
  background-color: #e7f7fd;
}
.contentArticleAttribute ul li:hover a {
  color: #cc3300;
}
.contentArticleAttribute ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: none !important;
}
.contentArticleAttribute .more {
  margin-top: 20px;
  text-align: right;
}
.contentArticleAttribute .more a {
  display: inline-block;
  padding: 8px 40px;
  border: 1px solid #003399;
  background-color: #003399;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.contentArticleAttribute .more a:hover {
  background-color: #fff;
  color: #003399;
}
.contentArticleAttribute .units {
  display: none;
}
.contentArticleAttribute .units .unit {
  margin-top: 20px;
}
.contentArticleAttribute .units .unit h3 {
  padding: 10px;
  background-color: #dff8ff;
}
@media only screen and (max-width: 991px) {
  .contentArticleAttribute ul li {
    padding: 5px 7px;
    font-size: 90%;
  }
  .contentArticleAttribute .more {
    margin: 10px 10px 0;
    font-size: 90%;
    text-align: center;
  }
  .contentArticleAttribute .more a {
    display: block;
    padding: 8px;
  }
}

/* =========================================================
   content docs
========================================================= */

/* contentArticleRecentDocs, contentArticleDocs
----------------------------------------------- */
.contentArticleRecentDocs {
  position: relative;
}
.contentArticleRecentDocs .feed {
  display: none;
  position: absolute;
  top: 7px;
  right: 5px;
}
.contentArticleRecentDocs .docs h2,
.contentArticleDocs .docs h2 {
  margin-bottom: 7px;
  padding: 10px;
  background-color: #003399;
  color: #fff;
  font-size: 100%;
  font-weight: normal;
}
.contentArticleRecentDocs .docs ul + h2,
.contentArticleDocs .docs ul + h2 {
  margin-top: 20px;
}
.contentArticleRecentDocs .docs li,
.contentArticleDocs .docs li {
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid #b3b3b3;
}
.contentArticleRecentDocs .docs li:hover,
.contentArticleDocs .docs li:hover {
  background-color: #e7f7fd;
}
.contentArticleRecentDocs .docs li:hover a,
.contentArticleDocs .docs li:hover a {
  color: #cc3300;
}
.contentArticleRecentDocs .docs ul li a::before,
.contentArticleDocs .docs ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: none !important;
}
@media only screen and (max-width: 991px) {
  .contentArticleRecentDocs .docs li,
  .contentArticleDocs .docs li {
    padding: 5px 7px;
    font-size: 90%;
  }
}

/* contentArticleDoc
----------------------------------------------- */
.contentArticleDoc .header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 8px;
  border-left: 3px solid #003399;
  border-bottom: 1px solid #003399;
  background-color: #f0f0f0;
  overflow: hidden;
}
.contentArticleDoc .header h1 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  margin-right: 10px;
  font-size: 130%;
  font-weight: bold;
}
.contentArticleDoc .header .publishedAt {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  text-align: right;
}
.contentArticleDoc .body,
.contentArticleDoc .maps,
.contentArticleDoc .rels,
.contentArticleDoc .tags {
  margin: 0 0 40px;
}
.contentArticleDoc .maps h2,
.contentArticleDoc .rels h2,
.contentArticleDoc .tags h2 {
  position: relative;
  margin-bottom: 15px;
  padding: 5px 5px 5px 18px;
  border: 1px solid #b1b1b1;
  background-color: #f1f1f1;
  font-size: 120%;
  font-weight: bold;
}
.contentArticleDoc .maps h2::before,
.contentArticleDoc .rels h2::before,
.contentArticleDoc .tags h2::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 7px;
  bottom: 8px;
  width: 3px;
  background-color: #003399;
}
.contentArticleDoc .maps h3 {
  margin: -5px 0 5px;
  font-weight: normal;
}
.contentArticleDoc .rels li {
  margin-bottom: 5px;
  padding-left: 20px;
  background: url(/_common/themes/naruto/new/img/ic-list-title.gif) 8px 0.6em no-repeat;
}
.contentArticleDoc .tags div a {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 2px 10px;
  border: 1px solid #b3b3b3;

}
@media only screen and (max-width: 991px) {
  .contentArticleDoc .header {
    display: block;
  }
  .contentArticleDoc .header h1 {
    margin: 0 0 5px;
    font-size: 100%;
  }
  .contentArticleDoc .header .publishedAt {
    font-size: 85%;
  }
  .contentArticleDoc .body,
  .contentArticleDoc .maps,
  .contentArticleDoc .rels,
  .contentArticleDoc .tags {
    margin: 0 0 20px;
    font-size: 90%;
  }
  .contentArticleDoc .maps h2,
  .contentArticleDoc .rels h2,
  .contentArticleDoc .tags h2 {
    margin-bottom: 10px;
    font-size: 1rem;
  }
}

/* address
----------------------------------------------- */
#content .inquiry {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  border-bottom: 1px solid #bbc7c4;
  background-color: #e9f5f5;
}
#content .inquiry h2 {
  margin-bottom: 5px;
  font-size: 120%;
  font-weight: bold;
}
#content .inquiry > div {
  margin-left: 10px;
}
#content .inquiry .tel,
#content .inquiry .fax,
#content .inquiry .email {
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  #content .inquiry {
    font-size: 90%;
  }
  #content .inquiry h2 {
    font-size: 1rem;
  }
  #content .inquiry .tel,
  #content .inquiry .fax,
  #content .inquiry .email {
    display: block;
  }
}

/* back
----------------------------------------------- */
.back {
  margin: 40px auto;
  text-align: center;
}
.back a {
  display: inline-block;
  min-width: 200px;
  padding: 10px;
  border: 1px solid #b1b1b1;
  background-color: #f1f1f1;
}
@media only screen and (max-width: 991px) {
  .back {
    margin: 20px auto;
  }
  .back a {
    min-width: 100px;
    padding: 5px;
    font-size: 90%;
  }
}

/* =========================================================
   content tag
========================================================= */
.contentArticleTags .search {
  margin: 0 0 20px;
  border: 1px solid #b3b3b3;
  background-color: #f2f2f2;
}
.contentArticleTags .search th {
  padding: 0 15px 0;
}
.contentArticleTags .search th,
.contentArticleTags .search td {
  padding: 15px;
}
.contentArticleTags .search td input[type="text"] {
  padding: 2px;
}
.contentArticleTags .search .submitters input {
  padding: 2px 10px;
  cursor: pointer;
}
.contentArticleTags .hit {
  margin-bottom: 7px;
  padding: 10px;
  background-color: #003399;
  color: #fff;
  font-size: 100%;
  font-weight: normal;
}
.contentArticleTags .docs li {
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid #b3b3b3;
}
.contentArticleTags .docs li:hover {
  background-color: #e7f7fd;
}
.contentArticleTags .docs li:hover a {
  color: #cc3300;
}
.contentArticleTags .docs li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: none !important;
}
@media only screen and (max-width: 991px) {
  .contentArticleTags .search {
    margin: 0 0 15px;
  }
  .contentArticleTags .search table {
    width: 100%;
  }
  .contentArticleTags .search th,
  .contentArticleTags .search td {
    padding: 10px 5px;
  }
  .contentArticleTags .search th {
    width: 15%;
  }
  .contentArticleTags .search td {
    width: 40%;
  }
  .contentArticleTags .search td input[type="text"] {
    width: 90% !important;
  }
  .contentArticleTags .search td.submitters {
    width: 45%;
    padding: 10px 0 5px 10px;
  }
  .contentArticleTags .search td.submitters input {
    -webkit-appearance: none;
    margin: 1px 1px 0;
    padding: 2px 5px;
    background: #ccc;
    font-size: 90%;
    border-radius: 0;
  }
  .contentArticleTags .docs li {
    padding: 5px 7px;
    font-size: 90%;
  }
}
/* =========================================================
   content page
========================================================= */

/* contentPage
----------------------------------------------- */
.contentPage .body + .adobeReader {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .contentPage .body + .adobeReader {
    margin-top: 20px;
  }
}

/* =========================================================
   content other
========================================================= */

/* body element
----------------------------------------------- */
#content .body {
  padding: 0 10px;
}
#content .body::after {
  content: "";
  display: table;
  clear: both;
}
#content .body h2 {
  position: relative;
  margin-bottom: 15px;
  padding: 5px 5px 5px 18px;
  border: 1px solid #b1b1b1;
  background-color: #f1f1f1;
  font-size: 120%;
  font-weight: bold;
}
#content .body h2::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 7px;
  bottom: 8px;
  width: 3px;
  background-color: #003399;
}
#content .body h3 {
  margin-bottom: 10px;
  padding-left: 15px;
  background: url(/_common/themes/naruto/new/img/bg-h3.gif) 0 0.25em no-repeat;
  font-size: 115%;
  font-weight: bold;
}
#content .body h4 ,#content .body h5, #content .body h6 {
  margin-bottom: 5px;
  font-size: 105%;
  font-weight: bold;
}
#content .body p {
  margin: 0;
}
#content .body img {
  vertical-align: middle;
}
#content .body table {
  margin-bottom: 1em;
  border: 1px solid #b3b3b3;
}
#content .body table capion {
  text-align: center;
}
#content .body table th, #content .body table td {
  padding: 5px;
  border: 1px solid #b3b3b3;
}
#content .body table th {
  background-color: #cdeeff;
  text-align: center;
}
#content .body table th > *, #content .body table td > * {
  word-break: break-all;
}
#content .body table th > *:last-child, #content .body table td > *:last-child {
  margin-bottom: 0;
}
#content .body ul, #content .body ol {
  margin-bottom: 1em;
  padding-left: 1em;
}
#content .body ul {
  list-style-type: disc;
}
#content .body ol {
  list-style-type: decimal;
}
#content .body ul ul {
  margin-bottom: 0;
}
#content .body blockquote {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  #content .body {
    padding: 0;
    font-size: 90%;
  }
  #content .body h2 {
    font-size: 1rem;
  }
  #content .body h3, #content .body h4, #content .body h5, #content .body h6 { 
    font-size: 0.9rem;
  }
  #content .body table {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #content .tableWrapper {
    width: 100%;
    margin-bottom: 10px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  #content .tableWrapper table {
    width: 180% !important;
    margin: 0;
    table-layout: fixed;
  }
  #content .tableWrapper .description {
    margin-bottom: 5px;
    white-space: nowrap;
  }
}

/* body original style
----------------------------------------------- */
/* table */
#content .body table th.th-color,
#content .body table td.th-color {
  background-color: #eeffee;
}

/* spacer */
#content .body .spacer-bottom {
  margin-bottom: 15px;
}

/* indent */
#content .body .indent01 {
  margin-left: 1em;
}
#content .body .indent02 {
  margin-left: 2em;
}

/* text */
#content .body .text {
  margin-left: 1em;
  margin-bottom: 1em;
}
#content .body .text-01 {
  text-align: right;
}
#content .body .text-02 {
  text-align: left;
}
#content .body .text-03 {
  text-align: center;
}

/* img-box */
#content .body .img-box1 {
  float: left;
  margin: 10px 10px 0px 0px;
}
#content .body .img-box2 {
  float: right;
  margin: 10px 0px 0px 10px;
}
#content .body .img-box3 {
  float: left;
  margin: 0px 10px 0px 0px;
}
#content .body .img-box4 {
  float: right;
  margin: 0px 0px 0px 10px;
}

/* subhead */
#content .body .subhead01 {
  font-weight: bold;
}

/* quotation */
#content .body .quote {
  padding: 20px;
}

/* waku */
#content .body .waku {
  margin-bottom: 5px;
  padding: 8px;
  border-left: 3px solid #666;
  background-color: #eee;
}

/* Q&A */
#content .body .question {
  margin-bottom: 5px;
  padding: 10px;
  background-color: #eaf9ff;
  font-weight: bold;
}
#content .body .answer {
  margin-bottom: 15px;
  padding: 10px;
}

/* clear */
#content .body .cle {
  clear: both;
}

/* lastUp */
#content .body .lastUp {
  text-align: right;
  margin: 40px 0px 20px;
  clear: both;
}

/* page-access */
#content .body .access table {
  border-collapse: separate;
  border-spacing: 2px;
  border: none;
}
#content .body .access table td.bg-01 {
  background-color: #e3f4d4;
  text-align: center;
}
#content .body .access table td.bg-02 {
  background-color: #b6d15c;
  text-align: center;
}
#content .body .access table td.text-03 {
  border: none;
}
#content .body table.table-center {
  margin-left: auto;
  margin-right: auto;
}

/* page-access, page-campusmap */
#content .body .link-menu {
  margin-bottom: 20px;
  border-bottom: 3px solid #003399;
}
#content .body .link-menu ul {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#content .body .link-menu ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 10px;
  border: 1px solid #999;
  border-bottom: none;
  background-color: #efefef;
  text-align: center;
}
#content .body .link-menu ul li:not(:first-child) {
  margin-left: 5px;
}
#page-access #content .body .link-menu ul li#mli1,
#page-campusmap #content .body .link-menu ul li#mli2,
#content .body .link-menu ul li:hover {
  border-color: #003399;
  background-color: #003399;
  color: #fff;
  font-weight: bold;
}
#page-access #content .body .link-menu ul li#mli1 a,
#page-campusmap #content .body .link-menu ul li#mli2 a,
#content .body .link-menu ul li:hover a {
  color: #fff;
  text-decoration: none;
}
#content .body .link-menu ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent !important;
}

/* page-school-.. */
#content .body .keyBox {
  padding: 10px;
  border-radius: 10px;
  background-color: #f7f2e1;
}
#content .body .course .linkA {
  padding-right:16px;
  background-image: url(/_files/00007658/ic-gaibulink.gif);
  background-position: right 0.3em;
  background-repeat: no-repeat;
}
#content .body .course table.kyouinSyoukai {
  width: 100%;
}

/* page-information-02-003 */
#content .body .music {
  text-align: center;
}
#content .body .music a {
  display: inline-block;
  margin: 0 30px 10px;
}

/* kouza */
#content .body .kouza {
  margin: 0 0 15px 10px;
  overflow: hidden;
}
#content .body .kouza h3 {
  clear: both;
  float: left;
  width: 120px;
  margin-right: 5px;
  padding: 0;
  background: none;
  font-size: 100%;
}
#content .body .kouza p {
  overflow: hidden;
}

/* adobeReader, mediaplayer */
#content .body .adobeReader, .mediaPlayer {
  margin-top: 50px;
  padding: 5px;
  border: 1px solid #999;
}
#content .body .adobeReader img, .mediaPlayer img {
  margin-top: 3px;
}

/* column 1 */
#content .body .column-01, #content .body .column-02, #content .body .column-03 {
  display: inline-block;
  width: calc((100% - 60px - 1em) / 3);
  vertical-align: top;
}
#content .body .column-01, #content .body .column-02 {
  margin-right: 30px;
}
#content .body .column-01 ul, #content .body .column-02 ul, #content .body .column-03 ul {
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}
#content .body .column-01 ul li, #content .body .column-02 ul li, #content .body .column-03 ul li {
  margin-bottom: 5px;
  padding-left: 20px;
  background: url(/_common/themes/naruto/new/img/ic-list-title.gif) 8px 0.6em no-repeat;
}
@media only screen and (max-width: 991px) {
  #content .body .column-01, #content .body .column-02, #content .body .column-03 {
    display: block;
    width: 100%;
    margin: 0 0 30px !important;
  }
  #content .body .column-01 ul li, #content .body .column-02 ul li, #content .body .column-03 ul li {
    margin-bottom: 10px;
  }
}

/* column 1 */
#content .body .column1, #content .body .column2,
#content .body .column3, #content .body .column4 {
  display: inline-block;
  width: calc((100% - 30px - 0.5em) / 2);
  margin-left: 0 !important;
  vertical-align: top;
}
#content .body .column1,
#content .body .column3 {
  margin-right: 30px;
}
#content .body .column1 ul, #content .body .column2 ul,
#content .body .column3 ul, #content .body .column4 ul {
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}
#content .body .column1 ul li, #content .body .column2 ul li,
#content .body .column3 ul li, #content .body .column4 ul li {
  margin-bottom: 5px;
  padding-left: 20px;
  background: url(/_common/themes/naruto/new/img/ic-list-title.gif) 8px 0.6em no-repeat;
}
#page-gExaminee-index #content .body h2,
#page-fExaminee-index #content .body h2,
#page-general-index #content .body h2,
#page-graduate-index #content .body h2,
#page-student-index #content .body h2 {
  border: none;
  border-top: 2px solid #999;
  border-bottom: 1px solid #999;
  background-color: transparent;
}
#page-gExaminee-index #content .body ul li,
#page-fExaminee-index #content .body  ul li,
#page-general-index #content .body ul li,
#page-graduate-index #content .body ul li,
#page-student-index #content .body ul li {
  background: url(/_common/themes/naruto/new/img/ic-list-title2.gif) 2px 0.4em no-repeat;
}
@media only screen and (max-width: 991px) {
  #content .body .column1, #content .body .column2,
  #content .body .column3, #content .body .column4 {
    display: block;
    width: 100%;
    margin: 0 0 30px !important;
  }
  #content .body .column1 ul li, #content .body .column2 ul li,
  #content .body .column3 ul li, #content .body .column4 ul li {
    margin-bottom: 10px;
  }
}

/* ggmap */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmapr object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ggmap */
@media only screen and (max-width: 991px) {
  .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .ggmap iframe,
  .ggmapr object,
  .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* voice */
#content .body .voice {
  margin-top: 15px;
}
#content .body .voice .voiceWrapper {
  position: relative;
}
#content .body .voice img {
  width: 100%;
  height: auto;
}
#content .body .voice ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .body .voice ul li {
  display: -webkitflex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  padding: 5px;
  border: 1px solid #fff;
  background: rgba(0,0,0,0.5);
  overflow-y: auto;
  overflow-x: hidden;
}
#content .body .voice ul li.current,
#content .body .voice ul li:not(.current):hover {
  background: none;
}
#content .body .voice ul li a {
  color: #000;
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 0 white, -1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white;
}
#content .body .voice ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
}
#content .body .voice ul li.current a::after{
  content: "壅伏嶄";
  display: block;
  color: #e00 !important;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  #content .body .voice ul li {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #content .body .voice ul li a {
    font-size: 100%;
  }
  #content .body .voice #talk {
    display: block;
    margin-bottom: 10px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  #content .body .voice #talk audio {
    display: block !important;
    width: auto;
    min-width: 300px;
    min-height: 32px;
    margin-top: 5px;
    text-align: left;
  }
}