@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&display=swap');


/* =========================================================
   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;
  color: #333;
  font-size: 100%;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', '游ゴシック Medium' ,'メイリオ', sans-serif;
  overflow-wrap: break-word;
  word-break: break-all;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}
img.external {
  margin: 0 0.25em;
  vertical-align: middle;
}
@media only screen and (max-width: 900px) {
  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: #006699;
}
a:hover, a:focus {
  background-color: transparent;
  color: #cc3333;
  text-decoration: none;
}
a[name] {
  color: #000;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/* =========================================================
   Common Classes.
========================================================= */

/* clearfix
----------------------------------------------- */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

/* Icons.
----------------------------------------------- */
a.iconFile {
  display: inline-block;
  padding: 5px 0 5px 20px;
  background-image :url(../../doc/images/ic-hanyo.gif);
  background-position: left 10px;
  background-repeat: no-repeat;
}
a.iconPdf {
  background-image: url(../../doc/images/ic-pdf.gif);
}
a.iconDoc, a.iconDocx {
  background-image: url(../../doc/images/ic-word.gif);
}
a.iconXls {
  background-image: url(../../doc/images/ic-excel.gif);
}
a.iconJtd {
  background-image: url(../../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 only screen and (max-width: 900px) {
  .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
----------------------------------------------- */
.adobeReader, .temp7 {
  clear: both;
  margin: 0 0 20px;
  padding: 10px 20px 10px 196px;
  border: 1px solid #faa;
  background: #fff3f3 url("../img/adobe_bn.png") no-repeat 20px center;
}
.adobeReader p, .temp7 p {
  margin: 0 0 10px;
}
@media only screen and (max-width: 900px) {
  .adobeReader, .temp7 {
    padding: 10px 10px 10px 115px;
    background-size: 79px auto;
    font-size: 90%;
  }
}

/* System
----------------------------------------------- */

/* pagination
---------------------- */
.pagination {
  margin: 40px auto 0;
  text-align: center;
}
.pagination > * {
  margin: 5px;
}
.pagination a,
.pagination em,
.pagination span {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 3px;
  border: 1px solid #ccc;
  vertical-align: middle;
  font-style: inherit;
}
.pagination em.current {
  border-color: #2b5cb1;
  background-color: #2b5cb1;
  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(../img/ic-pagenav_prev.svg);
}
.pagination .previous_page.disabled {
  background-image: url(../img/ic-pagenav_prev-active.svg);
  border-color: #2b5cb1;
  background-color: #2b5cb1;
}
.pagination .next_page {
  background-image: url(../img/ic-pagenav_next.svg);
}
.pagination .next_page.disabled {
  background-image: url(../img/ic-pagenav_next-active.svg);
  border-color: #2b5cb1;
  background-color: #2b5cb1;
}
@media only screen and (max-width: 900px) {
  .pagination {
    margin: 20px auto 0;
  }
}

/* RSS Atom
---------------------- */
.feed a {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding: 0px 4px;
  background-color: #BF4500;
  color: #fff;
  font-size: 95%;
  text-decoration: none;
}

/* =========================================================
   Layout
========================================================= */
body {
  background-color: #f7f4ec;
}
#container {
  position: relative;
  width: 100%;
  min-width: 320px;
  background-color: #fff;
}
#header {
  width: 100%;
}
#banner {
  width: 100%;
}
#main {
  max-width: 1220px;
  margin: 0 auto 100px;
  padding: 0 10px;
}
#footer {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #main {
    margin: 0 auto 50px;
    padding: 0 10px;
  }
}

/* =========================================================
   Piece
========================================================= */

/* accessibilityTool
----------------------------------------------- */
#accessibilityTool {
  background: url(../img/bg-button.png) center top repeat-x;
}
#accessibilityTool .pieceBody {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  max-width: 1220px;
  margin: 0 auto;
  padding: 6px 10px;
  font-size: 14px;
  text-align: right;
}
/* nocssread */
#accessibilityTool a#nocssread {
  height: 0;
  overflow: hidden;
}
#accessibilityTool a#nocssread:focus {
  height: auto;
  margin-right: 10px;
  padding: 0 5px 0 20px;
  background: url("../img/ic-honbun.png") 5px center no-repeat #f2cfd8;
  vertical-align: middle;
  text-decoration: none;
}
/* tools */
#accessibilityTool .tools > ul {
  display: inline-block;
}
#accessibilityTool .tools > ul > li {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  vertical-align: middle;
}
#accessibilityTool .tools > ul > li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #97bbdd;
}
#accessibilityTool .tools > ul > li:last-child {
  margin-right: 0;
}
#accessibilityTool .tools > ul > li:last-child::after {
  display: none;
}
#accessibilityTool .tools ul ul {
  display: inline-block;
}
#accessibilityTool .tools li li {
  display: inline-block;
}
#accessibilityTool .tools a {
  color: inherit;
}
#accessibilityTool li.tool-size li,
#accessibilityTool li.tool-color li {
  margin: 0 0 0 3px;
}
#accessibilityTool li.tool-size li a,
#accessibilityTool li.tool-color li a {
  display: inline-block;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  background-color: #fff;
  line-height: 1;
  text-decoration: none;
}
#accessibilityTool li.tool-size li a:hover, #accessibilityTool li.tool-size li a:focus {
  background-color: #fdfec9;
}
#accessibilityTool li.tool-color li a#themeBlack {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
#accessibilityTool li.tool-color li a#themeBlack:hover, #accessibilityTool li.tool-color li a#themeBlack:focus {
  border-color: #000;
  background-color: #fff;
  color: #000;
}
#accessibilityTool li.tool-color li a#themeBlue {
  border-color: #0026a5;
  background-color: #0026a5;
  color: #fff;
}
#accessibilityTool li.tool-color li a#themeBlue:hover, #accessibilityTool li.tool-color li a#themeBlue:focus {
  border-color: #0026a5;
  background-color: #fff;
  color: #0026a5;
}
#accessibilityTool li.tool-color li a#themeWhite {
  border-color: #333;
  background-color: #fff;
  color: #333;
}
#accessibilityTool li.tool-color li a#themeWhite:hover, #accessibilityTool li.tool-color li a#themeWhite:focus {
  background-color: #fdfec9;
}
#accessibilityTool li.tool-ruby > span,
#accessibilityTool li.tool-talk > span:not(#navigationTalkPlayer) {
  display: none;
}
/* navigationNotice */
#navigationNotice {
  background: #ccc;
}
#navigationNotice div {
  max-width: 1220px;
  margin: 0 auto;
  padding: 5px 10px;
  text-align: right;
}
/* 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: 900px) {
  #accessibilityTool {
    display: none;
  }
}

/* commonHeader
----------------------------------------------- */
#commonHeader {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px 5px;
}
#commonHeader .pieceBody {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
#commonHeader h1 {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 430px;
  flex-basis: 430px;
  margin-top: auto;
}
#commonHeader h1 a {
  position: relative;
  display: block;
  padding-right: 65px;
}
#commonHeader h1 a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  width: 60px;
  height: 49px;
  background: url(../img/illust-header.png) center center / cover no-repeat transparent !important;
}
#commonHeader h1 a img {
  width: 100%;
  background-color: #fff !important;
}
#commonHeader .menu-btn {
  display: none;
}
#commonHeader .menu {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 20px;
  text-align: right;
  overflow: hidden;
}
#commonHeader .menu ul.sub_menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 5px;
  padding-right: 3px;
}
#commonHeader .menu ul.sub_menu li {
  margin-top: 15px;
  margin-left: 20px;
}
#commonHeader .menu ul.sub_menu li:not(.home) {
  padding-left: 12px;
  background: url(../img/ic-arrow.svg) left center no-repeat;
}
#commonHeader .menu ul.sub_menu li:not(.home) a {
  padding: 5px;
  background: linear-gradient(to bottom, transparent 60%, #fdfec9 60%);
  color: #333;
}
#commonHeader .menu ul.sub_menu li:not(.home) a:hover {
  color: #cc3333;
}
#commonHeader .menu ul.sub_menu li.home a {
  display: block;
  padding: 4px 10px;
  border-radius: 4px;
  border: 2px solid #d0f2a0;
  background-color: #d0f2a0;
  box-shadow: 3px 3px #97d27a;
  color: #333;
  text-decoration: none;
  text-align: center;
}
#commonHeader .menu ul.sub_menu li.home a:hover {
  border: 2px solid #5dB778;
  box-shadow: none;
}
#commonHeader .menu ul.sub_menu li.home a img {
  margin-left: 3px;
  vertical-align: middle;
}
@media only screen and (min-width: 901px) {
  #page-center-crchd-index #commonHeader .menu ul.global_menu {
    visibility: hidden;
  }
  #commonHeader .menu ul.global_menu {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    max-width: 722px;
    margin: 0 0 10px auto;
    padding-right: 10px;
  }
  #commonHeader .menu ul.global_menu li {
    position: relative;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    padding-top: 15px;
    text-align: center;
  }
  #commonHeader .menu ul.global_menu li:not(:first-child) {
    margin-left: 20px;
  }
  #commonHeader .menu ul.global_menu li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/navi/ic-hover.svg) center center / auto 100% no-repeat;
    opacity: 0;
    transition-duration: 0.2s;
  }
  #commonHeader .menu ul.global_menu li:hover::before,
  .dir-center-crchd-about #commonHeader .menu ul.global_menu li.mn1::before,
  .dir-center-crchd-teacher #commonHeader .menu ul.global_menu li.mn2::before,
  .dir-center-crchd-news #commonHeader .menu ul.global_menu li.mn3::before,
  .dir-center-crchd-research #commonHeader .menu ul.global_menu li.mn4::before {
    opacity: 1;
    transition-duration: 0.2s;
  }
  #commonHeader .menu ul.global_menu li a {
    position: relative;
    display: block;
    background: none !important;
    color: #333;
    text-decoration: none;
  }
  #commonHeader .menu ul.global_menu li a::before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 0;
    left: -10px;
    width: 0;
    height: auto !important;
    border-left: 1px dotted #dadada;
  }
  #commonHeader .menu ul.global_menu li:last-child a::after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 0;
    right: -10px;
    width: 0;
    height: auto !important;
    border-left: 1px dotted #dadada;
  }
  #commonHeader .menu ul.global_menu li img {
    background: none !important;
  }
  #commonHeader .menu ul.global_menu li.mn1 img {
    width: 34px;
  }
  #commonHeader .menu ul.global_menu li.mn2 img {
    width: 43px;
  }
  #commonHeader .menu ul.global_menu li.mn3 img {
    width: 37px;
  }
  #commonHeader .menu ul.global_menu li.mn4 img {
    width: 42px;
  }
  #commonHeader .menu ul.global_menu li span {
    display: block;
    margin-top: 8px;
    padding: 0 10px;
    background: none !important;
    font-size: 105%;
    font-weight: 500;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 900px) {
  #commonHeader {
    position: relative;
    z-index: 9999;
    height: 62px;
    padding: 0 10px;
  }
  #commonHeader .pieceBody {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  #commonHeader h1 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    margin-top: 15px;
    margin-right: 30px;
  }
  #commonHeader h1 a {
    max-width: 200px;
    padding-right: 35px;
    padding-bottom: 4px;
  }
  #commonHeader h1 a::before {
    bottom: -4px;
    width: 30px;
    height: 25px;
  }
  #commonHeader h1 a img {
    display: block;
    height: auto;
  }
  #commonHeader .menu-btn {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    display: block;
    margin-bottom: 12px;
  }
  #commonHeader .menu-btn ul {
    display: -webkit-flex;
    display: flex;
  }
  #commonHeader .menu-btn ul li {
    position: relative;
    border-radius: 3px;
    background: url(../img/bg-button.png) center top no-repeat;
  }
  #commonHeader .menu-btn ul li::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background: url(../img/bg-button_back.png) center top no-repeat;
    z-index: -1;
  }
  #commonHeader .menu-btn ul li:not(:first-child) {
    margin-left: 15px;
  }
  #commonHeader .menu-btn ul li a {
    display: block;
    width: 34px;
    height: 0;
    padding-top: 34px;
    overflow: hidden;
  }
  #commonHeader .menu-btn ul li.menu-btn1 a {
    background: url(../img/ic-tool.svg) center center / 20px 20px no-repeat;
  }
  #commonHeader .menu-btn ul li.menu-btn2 a {
    background: url(../img/ic-menu.svg) center center / 20px 20px no-repeat;
  }
  #commonHeader .menu-btn ul li.current a {
    background: url(../img/ic-menu_close.svg) center center / 20px 20px no-repeat;
  }
  #commonHeader .menu {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin: 0;
  }
  /* current */
  #commonHeader .menu-btn ul li a {
    position: relative;
    z-index: 99999;
  }
  #commonHeader .menu-btn ul li a::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    background: rgba(213,240,251,0.8) !important;
    transition-duration: 0.3s;
  }
  #commonHeader .menu-btn ul.current li a::before {
    display: none;
    width: 20%;
    transition-duration: 0.3s;
    z-index: 9998;
  }
  #commonHeader .menu-btn ul.current li.current a::before {
    display: block;
    z-index: 9999;
  }
  #commonHeader .menu ul::before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    background: rgba(213,240,251,0.8) !important;
    transition-duration: 0.3s;
  }
  #commonHeader .menu ul.current::before {
    width: 80%;
    transition-duration: 0.3s;
  }
  #commonHeader .menu-btn ul li::after,
  #commonHeader .menu > ul > li {
    content: "";
    position: fixed;
    top: 62px;
    left: 100%;
    width: 80%;
    height: 100vh;
    background: #fff;
    font-size: 90%;
    z-index: 9999;
    transition-duration: 0.3s;
  }
  #commonHeader .menu-btn ul li::after {
    top: 0;
  }
  #commonHeader .menu-btn ul li.current::after,
  #commonHeader .menu > ul > li.current {
    left: 20%;
    transition-duration: 0.3s;
  }
  #commonHeader .menu > ul > li > * {
    max-height: calc(100vh - 62px);
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-y: scroll;
  }
  /* menu 1 */
  #accessibility_tool {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #accessibility_tool > * {
    padding: 10px 10px 15px;
    border-top: 1px solid #ccc;
    text-align: center;
  }
  #accessibility_tool > * > span:not(#navigationTalkPlayer) {
    display: block;
    margin-bottom: 10px;
  }
  #accessibility_tool .tool-size,
  #accessibility_tool .tool-color {
    -webkit-order: 1;
    order: 1;
  }
  #accessibility_tool .tool-size ul li,
  #accessibility_tool .tool-color ul li {
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
  }
  #accessibility_tool .tool-size ul li a,
  #accessibility_tool .tool-color ul li a {
    display: block;
    padding: 5px 15px;
    border: 1px solid #c4c5c5;
    line-height: 1;
    text-decoration: none;
  }
  #accessibility_tool .tool-color ul li a#themeBlack {
    border-color: #000;
    background-color: #000;
    color: #fff;
  }
  #accessibility_tool .tool-color ul li a#themeBlue {
    border-color: #0026a5;
    background-color: #0026a5;
    color: #fff;
  }
  #accessibility_tool .tool-color ul li a#themeWhite {
    color: #333;
  }
  #accessibility_tool .tool-ruby,
  #accessibility_tool .tool-talk {
    -webkit-order: 2;
    order: 2;
    display: none !important;
  }
  #accessibility_tool .tool-ruby a,
  #accessibility_tool .tool-talk a {
    display: block;
    padding: 10px 30px;
    border: 1px solid #333;
    line-height: 1;
    text-decoration: none;
  }
  #accessibility_tool .tool-talk a.talkOn {
    background-color: #f2cfd8;
  }
  #navigationNotice {
    display: none;
    font-size: 14px;
  }
  #navigationNotice div {
    text-align: left;
  }
  #navigationTalkPlayer {
    display: block;
    position: relative;
    top: 0;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    margin: 10px 0 0 !important;
  }
  #navigationTalkPlayer #navigationTalkCreatingFileNotice,
  #navigationTalkPlayer audio {
    display: block;
    width: auto;
    min-width: 450px;
    text-align: left;
  }
  #navigationTalkPlayer audio {
    display: block !important;
    min-height: 32px;
    margin: 5px auto 10px;
  }
  /* menu 2 */
  #commonHeader .menu > ul > li.menu2 > div {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
  }
  #commonHeader .menu ul.sub_menu {
    -webkit-order: 2;
    order: 2;
    display: block;
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid #ccc;
    text-align: left;
  }
  #commonHeader .menu ul.sub_menu li:not(.home) {
    margin: 0 0 20px;
  }
  #commonHeader .menu ul.sub_menu li.home {
    margin: 0 3px 20px 0;
    padding-top: 20px;
    border-top: 1px solid #ccc;
  }
  #commonHeader .menu ul.global_menu {
    -webkit-order: 1;
    order: 1;
    text-align: left;
  }
  #commonHeader .menu ul.global_menu li {
    margin-bottom: 20px;
    font-size: 120%;
    font-weight: bold;
  }
  #commonHeader .menu ul.global_menu li img {
    display: none;
  }
  .dir-center-crchd-about #commonHeader .menu ul.global_menu li.mn1 a,
  .dir-center-crchd-teacher #commonHeader .menu ul.global_menu li.mn2 a,
  .dir-center-crchd-news #commonHeader .menu ul.global_menu li.mn3 a,
  .dir-center-crchd-research #commonHeader .menu ul.global_menu li.mn4 a {
    color: #cc3333;
  }
}

/* pageTitle
----------------------------------------------- */
#pageTitle {
  max-width: 1920px;
  margin: 0 auto;
  background: url(../img/tl-h1.png) center top no-repeat;
  overflow: hidden;
}
#pageTitle .pieceContainer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  max-width: 1220px;
  min-height: 200px;
  margin: 0 auto;
  padding: 20px 10px;
}
#pageTitle .pieceBody h1 {
  position: relative;
  padding: 20px 0 20px 65px;
  background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.6) 20%);
  font-size: 240%;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
#pageTitle .pieceBody h1::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 50vw;
  background: rgba(255,255,255,0.6);
}
@media only screen and (max-width: 900px) {
  #pageTitle {
    background-size: cover;
  }
  #pageTitle .pieceContainer {
    min-height: 85px;
    padding: 8px 0;
  }
  #pageTitle .pieceBody h1 {
    padding: 8px 6px 8px 30px;
    font-size: 130%;
  }
}

/* breadCrumbs
----------------------------------------------- */
#breadCrumbs .pieceContainer {
  max-width: 1220px;
  margin: 0 auto 80px;
  padding: 0 10px;
}
#breadCrumbs ol,
#breadCrumbs li {
  list-style: none;
}
#breadCrumbs li {
  display: inline-block;
  vertical-align: middle;
}
#breadCrumbs li:not(:first-child):before {
  content: ">";
  margin: 0 5px;
}
@media only screen and (max-width: 900px) {
  #breadCrumbs {
    background-color: #f2f2f2;
  }
  #breadCrumbs .pieceContainer {
    margin: 0 auto 20px;
    padding: 10px 15px;
    font-size: 80%;
  }
  #breadCrumbs .pieceBody {
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  #breadCrumbs .pieceBody::-webkit-scrollbar {
    height: 5px;
  }
  #breadCrumbs .pieceBody::-webkit-scrollbar-track {
    background-color: #eee;
  }
  #breadCrumbs .pieceBody::-webkit-scrollbar-thumb {
    background-color: #ccc;
  }
  #breadCrumbs .pieceBody ol {
    white-space: nowrap;
  }
}

/* commonFooter
----------------------------------------------- */
#commonFooter {
  padding-top: 6px;
  background: url(../img/footer-line_re.svg) left top repeat-x;
}
#commonFooter .pieceContainer {
  background-color: #f7f4ec;
}
#commonFooter .pieceBody {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
  padding: 25px 10px 35px;
}
#commonFooter .pieceBody .address div {
  margin-bottom: 15px;
}
#commonFooter .pieceBody .address div strong {
  display: inline-block;
  min-height: 47px;
  padding-right: 100px;
  background: url(../img/illust-footer.png) right bottom / 95px auto no-repeat;
}
#commonFooter .pieceBody .address span {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 1em;
}
#commonFooter .pieceBody .address span strong {
  font-weight: 500;
}
#commonFooter .pieceBody .address a {
  color: inherit;
}
#commonFooter .pieceBody .address a:hover {
  color: #cc3333;
}
#commonFooter .pieceBody .pageTop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 20px;
  width: 130px;
  z-index: 99999;
}
@media only screen and (max-width: 900px) {
  #commonFooter .pieceBody {
    display: block;
    padding: 30px 20px;
    font-size: 80%;
  }
  #commonFooter .pieceBody .address {
    margin-bottom: 20px;
  }
  #commonFooter .pieceBody .address div {
    margin-bottom: 10px;
  }
  #commonFooter .pieceBody .address div strong img {
    width: 200px;
  }
  #commonFooter .pieceBody br {
    display: none;
  }
  #commonFooter .pieceBody .name + br {
    display: block;
  }
  #commonFooter .pieceBody small {
    display: block;
    text-align: right;
  }
  #commonFooter .pieceBody .pageTop {
    width: 65px;
  }
}

/* keyvisual
----------------------------------------------- */
#keyvisual {
  max-width: 1220px;
  margin: 0 auto 40px;
  padding: 0 10px;
}
#keyvisual img {
  border-radius: 8px;
}
@media only screen and (max-width: 900px) {
  #keyvisual {
    margin-bottom: 15px;
    padding: 0 10px;
  }
}

/* topMenu
----------------------------------------------- */
#topMenu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 5px;
}
#topMenu ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 22.65%;
  border-radius: 8px;
  background: url(../img/bg-button_back.png) center top repeat;
  text-align: center;
}
#topMenu ul li:hover {
  background: none;
}
#topMenu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 5px;
  border-radius: 8px;
  border: 4px solid transparent;
  background: url(../img/bg-button.png) center top repeat;
  color: #333;
  transform: translate(-5px, -5px);
  text-decoration: none;
}
#topMenu ul li a:hover {
  border-color: #2b5cb1;
}
#topMenu ul li a::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -9px;
  bottom: -9px;
  background: none !important;
}
#topMenu ul li img {
  background: none !important;
}
#topMenu ul li.mn1 img {
  width: 68px;
}
#topMenu ul li.mn2 img {
  width: 86px;
}
#topMenu ul li.mn3 img {
  width: 74px;
}
#topMenu ul li.mn4 img {
  width: 84px;
}
#topMenu ul li span {
  display: block;
  margin-top: 20px;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 900px) {
  #topMenu ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 10px;
  }
  #topMenu ul li {
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
  }
  #topMenu ul li a {
    padding: 18px 5px 10px;
  }
  #topMenu ul li.mn1 img {
    width: 32px;
  }
  #topMenu ul li.mn2 img {
    width: 43px;
  }
  #topMenu ul li.mn3 img {
    width: 37px;
  }
  #topMenu ul li.mn4 img {
    width: 42px;
  }
  #topMenu ul li span {
    margin-top: 10px;
    font-size: 95%;
  }
}

/* =========================================================
   Content
========================================================= */

/* contentArticleRecentDocs
----------------------------------------------- */
.contentArticleRecentDocs {
  position: relative;
}
.contentArticleRecentDocs .feed {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
}
.contentArticleRecentDocs .docs h2.date,
.contentArticleDocs .docs h2.date {
  margin-bottom: 10px;
  padding: 0 5px 10px;
  border-bottom: 1px solid #2c5bb3;
  font-size: 170%;
  font-weight: bold;
  line-height: 1.1;
}
.contentArticleRecentDocs .docs ul,
.contentArticleDocs .docs ul {
  margin-bottom: 30px;
}
.contentArticleRecentDocs .docs li span.attributes,
.contentArticleDocs .docs li span.attributes {
  display: none;
}
.contentArticleRecentDocs .docs li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 10px;
  padding: 25px 20px 40px;
  border-bottom: 1px solid #ccc;
  z-index: 1;
}
.contentArticleRecentDocs .docs li:hover {
  background-color: #fdfec9;
}
.contentArticleRecentDocs .docs li .title {
  width: 100%;
  margin-bottom: 30px;
  font-size: 120%;
  font-weight: bold;
}
.contentArticleRecentDocs .docs li .title a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
  z-index: 100;
}
.contentArticleRecentDocs .docs li > a {
  display: none;
}
.contentArticleRecentDocs .docs li .thumb {
  position: relative;
  width: 320px;
  height: 213px;
  margin-right: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contentArticleRecentDocs .docs li .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  z-index: -1;
}
.contentArticleRecentDocs .docs li .thumb::after {
  content: "No Image";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  z-index: -1;
}
.contentArticleRecentDocs .docs li .body {
  width: calc(100% - 355px);
}
.contentArticleDocs .docs li {
  position: relative;
  padding: 18px 10px 18px 28px;
  border-bottom: 1px solid #ccc;
  background: url(../img/ic-arrow.svg) 8px center no-repeat;
  word-break: break-all;
}
.contentArticleDocs .docs li:hover {
  background-color: #fdfec9;
}
.contentArticleDocs .docs li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
}
@media only screen and (max-width: 900px) {
  .contentArticleRecentDocs .feed {
    font-size: 90%;
  }
  .contentArticleRecentDocs .docs h2.date,
  .contentArticleDocs .docs h2.date {
    font-size: 110%;
  }
  .contentArticleRecentDocs .docs ul,
  .contentArticleDocs .docs ul {
    margin-bottom: 20px;
    font-size: 90%;
  }
  .contentArticleRecentDocs .docs li {
    padding: 10px 10px 20px;
  }
  .contentArticleRecentDocs .docs li .title {
    margin-bottom: 15px;
    font-size: 110%;
  }
  .contentArticleRecentDocs .docs li .thumb {
    width: 160px;
    height: 107px;
    margin-right: 15px;
  }
  .contentArticleRecentDocs .docs li .body {
    width: calc(100% - 175px);
  }
  .contentArticleDocs .docs li {
    padding: 10px 10px 10px 25px;
  }
}

/* contentArticleDoc
----------------------------------------------- */
.contentArticleDoc .header h1 {
  margin-bottom: 15px;
  padding: 13px 10px;
  border: 1px solid #2b5cb1;
  border-radius: 4px;
  background-color: #2b5cb1;
  color: #fff;
  font-size: 170%;
  line-height: 1.2;
}
.contentArticleDoc .header .publishedAt {
  margin-bottom: 35px;
  text-align: right;
}
.contentArticleDoc .body,
.contentArticleDoc .maps,
.contentArticleDoc .rels,
.contentArticleDoc .tags {
  margin: 0 0 80px;
}
.contentArticleDoc .maps h2,
.contentArticleDoc .rels h2,
.contentArticleDoc .tags h2 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #2b5cb1;
  color: #000;
  font-size: 160%;
  font-weight: bold;
}
.contentArticleDoc .maps h3 {
  margin: -5px 0 5px;
  font-weight: normal;
}
.contentArticleDoc .rels ul,
.contentArticleDoc .tags div {
  padding: 0 15px;
}
.contentArticleDoc .rels li {
  display: inline-block;
  margin: 0 10px 3px 0;
  padding-left: 15px;
  background: url(../img/ic-arrow.svg) left 0.35em no-repeat;
  line-height: 1.3;
}
.contentArticleDoc .tags div a {
  padding-right: 10px;
}
@media only screen and (max-width: 900px) {
  .contentArticleDoc .header h1 {
    padding: 10px;
    font-size: 130%;
  }
  .contentArticleDoc .header .publishedAt {
    margin-bottom: 25px;
    font-size: 80%;
  }
  .contentArticleDoc .body {
    font-size: 90%;
  }
  .contentArticleDoc .body,
  .contentArticleDoc .maps,
  .contentArticleDoc .rels,
  .contentArticleDoc .tags {
    margin: 0 0 40px;
  }
  .contentArticleDoc .maps h2,
  .contentArticleDoc .rels h2,
  .contentArticleDoc .tags h2 {
    margin-bottom: 10px;
    font-size: 120%;
  }
  .contentArticleDoc .maps h3 {
    font-size: 90%;
  }
  .contentArticleDoc .rels ul,
  .contentArticleDoc .tags div {
    font-size: 90%;
  }
}

/* address
----------------------------------------------- */
.inquiry {
  margin-top: 40px;
  padding-bottom: 15px;
  border: 1px solid #ccc;
}
.inquiry h2 {
  margin-bottom: 15px;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  background-color: #f2f2f2;
  font-size: 110%;
  font-weight: bold;
}
.inquiry > div {
  margin-left: 15px;
  font-size: 90%;
}
.tel, .fax, .email {
  display: inline;
}
.department, .section {
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  .inquiry {
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .inquiry h2 {
    margin-bottom: 10px;
    font-size: 100%;
  }
  .inquiry > div {
    margin-left: 10px;
    font-size: 90%;
  }
  .tel, .fax, .email {
    display: block;
  }
}

/* back
----------------------------------------------- */
.back {
  margin: 95px auto 0;
  text-align: center;
}
.back a {
  display: inline-block;
  min-width: 150px;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 10px;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.back a:hover {
  background-color: #fdfec9;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 900px) {
  .back {
    margin: 40px auto 0;
  }
  .back a {
    display: block;
    max-width: 160px;
    min-width: 0;
    margin: 0 auto;
    font-size: 90%;
  }
}

/* contentArticleTags
----------------------------------------------- */
.contentArticleTags .search {
  margin: 0 0 20px;
  border: 1px solid #ccc;
  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: 15px;
  padding: 13px 10px;
  border: 1px solid #2b5cb1;
  border-radius: 4px;
  background-color: #2b5cb1;
  color: #fff;
  font-size: 170%;
  line-height: 1.2;
}
.contentArticleTags .docs li {
  position: relative;
  padding: 18px 10px 18px 28px;
  border-bottom: 1px solid #ccc;
  background: url(../img/ic-arrow.svg) 8px center no-repeat;
  word-break: break-all;
}
.contentArticleTags .docs li:hover {
  background-color: #fdfec9;
}
.contentArticleTags .docs li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
}
.contentArticleTags .docs li span.separator,
.contentArticleTags .docs li span.unit {
  display: none;
}
@media only screen and (max-width: 900px) {
  .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 .hit {
    padding: 10px;
    font-size: 130%;
  }
  .contentArticleTags .docs li {
    padding: 10px 10px 10px 25px;
    font-size: 90%;
  }
}

/* contentPage
----------------------------------------------- */
@media only screen and (max-width: 900px) {
  .contentPage {
    font-size: 90%;
  }
}

/* body
----------------------------------------------- */
#content .body h2, #content .body h3, #content .body h4, #content .body h5, #content .body h6 {
  margin: 0 0 0.5em;
  font-weight: bold;
}
#content .body * + h2 {
  margin-top: 2em;
}
#content .body * + h3, #content .body * + h4, #content .body * + h5, #content .body * + h6 {
  margin-top: 0.5em;
}
#content .body h2 {
  padding-bottom: 5px;
  border-bottom: 1px solid #2b5cb1;
  color: #000;
  font-size: 160%;
  font-weight: bold;
}
#content .body h2.access {
  position: relative;
  margin-left: 4px;
  padding: 0 0 0 5px;
  border-bottom: none;
  border-left: 8px solid #c0e7f7;
  line-height: 1.2;
}
#content .body h2.access::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -10px;
  bottom: 2px;
  width: 8px;
  border: 1px solid #2b5cb1;
}
#content .body h3 {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  background: url(../img/bg-button.png) center top repeat-x;
  color: #000;
  font-size: 130%;
  line-height: 1.2;
}
#content .body h3 + * {
  content: "";
  display: table;
}
#content .body  h4 {
  color: #2b5cb1;
  font-size: 120%;
  line-height: 1.2;
}
#content .body  h5,
#content .body  h6 {
  font-size: 110%;
}
#content .body table {
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
#content .body table capion {
  text-align: center;
}
#content .body table th, #content .body table td {
  padding: 8px 15px;
  border: 1px solid #ccc;
}
#content .body table th {
  background-color: #f2f2f2;
  text-align: center;
}
#content .body table th > *:last-child, #content .body table td > *:last-child {
  margin-bottom: 0;
}
#content .body ul:not(.chui) {
  margin-bottom: 1em;
  padding-left: 0;
  list-style-type: none;
}
#content .body ul:not(.chui) > li {
  margin-bottom: 10px;
  padding-left: 15px;
  background: url(../img/ic-arrow.svg) left 0.35em no-repeat;
}
#content .body ol {
  margin-bottom: 1em;
  padding-left: 1em;
  list-style-type: decimal;
}
#content .body ul.chui {
  padding-left: 1em;
  list-style-type: none;
  text-indent: -1.25em;
}
#content .body ul.chui li li {
  text-indent: 0;
}
#content .body ul.chui > li::before {
  display: inline;
  content: "※";
  margin-right: 0.25em;
  font-family: 'Ricty Diminished', 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
#content .body ul.chui > li * {
  text-indent: 0;
}
@media only screen and (max-width: 900px) {
  #content .body h2 {
    font-size: 135%;
  }
  #content .body h2.access {
    font-size: 120%;
  }
  #content .body h3 {
    padding: 7px 10px;
    font-size: 125%;
  }
  #content .body h4 {
    font-size: 115%;
  }
  #content .body h5,
  #content .body h6 {
    font-size: 105%;
  }
  #content .body table th, #content .body table td {
    padding: 5px;
  }
  #content .body .tableWrapper {
    margin-bottom: 20px;
    padding: 5px;
    border: 3px solid #c9c9c9;
  } 
  #content .body .tableWrapper > div {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  #content .body .tableWrapper table {
    width: 100% !important;
    margin: 0;
  }
  #content .body .tableWrapper table caption {
    display: none;
  }
  #content .body .tableWrapper table th,
  #content .body .tableWrapper table td {
    min-width: 100px;
  }
  #content p.caption {
    margin-bottom: 5px;
    font-size: 110%;
  }
}

/* other
----------------------------------------------- */
/* normal-box */
.body .normal-box {
  margin-bottom: 2em;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 5px 5px #f2f2f2;
  background-color: #fff;
}

/* img-box */
.body .img-box {
  margin: 2em 0;
  padding: 20px 10px;
  border: 1px solid #ccc;
  box-shadow: 0 5px 5px #f2f2f2;
  box-sizing: border-box;
  text-align: center;
}
.body .img-box img {
  max-width: 100%;
  margin: 5px;
  vertical-align: middle;
}
.body .img-box p {
  margin: 10px 0;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .body .img-box img {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .body .img-box p {
    font-size: 90%;
  }
}

/* qa-box */
.body .qa-box {
  margin: 2em 0 4em;
  padding: 15px 20px 10px;
  border: 1px solid #ccc;
  box-shadow: 0 5px 5px #f2f2f2;
}
.body .qa-box dt {
  position: relative;
  top: -28px;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  background-color: #fff;
  font-weight: bold;
}
.body .qa-box dd {
  position: relative;
  top: -15px;
  margin: 0;
  padding-left: 10px;
}
@media only screen and (max-width: 900px) {
  .body .qa-box {
    padding: 15px 10px 10px;
  }
}

/* staff */
.body .staff-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 80px;
}
.body .staff-item:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.body .staff-item .thumb {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  margin: 0 100px 0 0;
}
.body .staff-item:nth-child(even) .thumb {
  margin: 0 0 0 100px;
}
.body .staff-item .text {
  width: 50%;
}
.body .staff-item .text .name {
  margin-bottom: 35px;
  font-size: 220%;
  line-height: 1.2;
}
.body .staff-item .text p {
  font-size: 110%;
  font-weight: 400;
  line-height: 2;
}
.body .staff-item .text p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .body .staff-item {
    display: block;
    margin-bottom: 0;
  }
  .body .staff-item:not(:last-of-type) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dotted #ccc;
  }
  .body .staff-item .thumb {
    max-width: 280px;
    margin: 0 auto 20px !important;
  }
  .body .staff-item .text {
    width: auto;
  }
  .body .staff-item .text .name {
    margin-bottom: 15px;
    font-size: 140%;
    text-align: center;
  }
 .body .staff-item .text p {
    font-size: 100%;
  }
}

/* sitemap */
.body ul.sitemap {
  margin: 0 0 15px;
}
.body ul.sitemap li {
  margin-bottom: 0 !important;
  background: none !important;
}
.body ul.sitemap > li {
  padding: 10px;
  border-bottom: 1px dotted #ccc;
  list-style-type: none;
}
.body ul.sitemap > li ul {
  margin: 5px 0 0 35px;
}
.body ul.sitemap > li ul li {
  margin-bottom: 10px !important;
}
.body ul.sitemap > li ul li:last-child {
  margin-bottom: 0 !important;
}