@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  color: #535353;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.l-wrap {
  width: 1060px;
  margin: 0 auto;
}

.l-headerTop::before, .l-headerTop::after {
  content: "";
  display: table;
}

.l-headerTop::after {
  clear: both;
}

#apuji .l-headerBottom {
  border-bottom: 4px solid #116c46;
}

#riihe .l-headerBottom {
  border-bottom: 4px solid #74a3f0;
}

#newspaper .l-headerBottom {
  border-bottom: 4px solid #b79f75;
}

.l-container {
  padding-bottom: 100px;
}

.l-container::before, .l-container::after {
  content: "";
  display: table;
}

.l-container::after {
  clear: both;
}

.header {
  border-top: 2px solid #88d35b;
}

.header .l-left {
  float: left;
}

.header .l-right {
  float: right;
}

.main, .main--succeeding, .main--exc {
  background-image: url(../images/bg_main_border_01.png);
}

.main .l-sidebar, .main--succeeding .l-sidebar, .main--exc .l-sidebar {
  float: right;
  width: 310px;
}

.main .l-main, .main--succeeding .l-main, .main--exc .l-main {
  float: left;
  width: 740px;
}

.main .l-main--full, .main--succeeding .l-main--full, .main--exc .l-main--full {
  float: none;
  width: 100%;
}

.main--succeeding {
  border-top: 2px solid #fff;
}

.main--succeeding .l-sidebar {
  float: left;
  width: 290px;
}

.main--succeeding .l-main {
  float: right;
  width: 760px;
}

.main--exc .l-sidebar {
  float: left;
  width: 290px;
}

.main--exc .l-main {
  float: right;
  width: 760px;
}

.footer {
  border-top: 4px solid #116c46;
  padding-top: 36px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-wrap {
    width: 100%;
  }
  .main--succeeding {
    border-top: none;
  }
  .main .l-main, .main--succeeding .l-main, .main--exc .l-main {
    width: 100%;
  }
  .main .l-sidebar, .main--succeeding .l-sidebar, .main--exc .l-sidebar {
    width: 100%;
  }
  .l-container {
    padding: 10px 10px 20px 10px;
  }
  .header .l-left {
    width: 50%;
  }
  .header .l-right {
    width: 50%;
  }
  .l-headerTop {
    padding: 0 10px;
  }
  img {
    max-width: 100%;
  }
  #apuji .l-headerBottom {
    border-bottom: none;
  }
  #riihe .l-headerBottom {
    border-bottom: none;
  }
  #newspaper .l-headerBottom {
    border-bottom: none;
  }
}

.members {
  margin-top: -2px;
  float: left;
  background-color: #535353;
  color: #fff;
  padding: 10px 18px;
  border-radius: 0 0 4px 4px;
  font-size: 13px;
  font-size: 1.3rem;
}

.members__login {
  text-decoration: none;
  color: #88d35b;
}

.members__login::before {
  content: url(../images/icon_login.png);
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.spMembers {
  display: none;
  font-size: 7px;
  font-size: 0.7rem;
  text-align: center;
  float: left;
  margin: 10px 20px 0 0;
}

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

.spMembers::after {
  clear: both;
}

.spMembers > a {
  text-decoration: none;
  color: #535353;
  display: block;
}

.spMembers__icon {
  background-image: url(../images/icon_login.png);
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 5px auto;
  height: 25px;
  width: 25px;
}

#js-spMenuBtn {
  float: left;
  margin-top: 10px;
  font-size: 9px;
  font-size: 0.9rem;
  color: #88d35b;
  cursor: pointer;
  display: none;
}

#js-spMenuBtn:before {
  content: "";
  display: block;
  background-image: url(../images/btn_sp_menu.png);
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  margin-top: 10px;
  margin: 0 auto 5px auto;
}

.english {
  font-size: 13px;
  font-size: 1.3rem;
  float: right;
  height: 44px;
  line-height: 44px;
  margin-left: 16px;
}

.english > a {
  text-decoration: none;
  color: #707070;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  padding: 2px 25px;
  background-image: url(../images/bg_english_border.png);
  box-shadow: 0px 0px 0px 1px #fff inset;
}

.sideHolder__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sideHolder__body:first-child {
  padding-bottom: 20px;
}

.sideHolder__body:nth-of-type(2) {
  height: 27px;
}

.sideHolder__inner {
  margin-left: auto;
}

.spSideHolder {
  float: right;
}

.siteSearch {
  margin-left: 20px;
  width: 230px;
}

.siteSearch .gsc-control-cse,
.siteSearch .gsc-control-cse-ja,
.siteSearch .gsib_a {
  padding: 0 !important;
  margin: 0 !important;
}

.siteSearch table.gsc-search-box td,
.siteSearch table.gsc-search-box input {
  /* vertical-align: top !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; */
}

.siteSearch .gsc-search-box {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.siteSearch input[type="text"] {
  border: 1px solid #dddddd !important;
  height: 25px !important;
  font-size: 12px;
  font-size: 1.2rem;
}

.siteSearch input[type="image"] {
  padding: 6px 21px 4px !important;
}

.siteSearch input[type="text"]:focus {
  border: 1px solid #008ee1 !important;
  outline: 0;
  /*safariの自動フォーカスを切る */
}

.siteSearch #gsc-iw-id1 {
  border: none !important;
  background-image: none !important;
}

.siteSearch #gs_tti0 input {
  background-position: 5px 5px !important;
}

.siteSearch input.gsc-search-button {
  background: #535353 !important;
  background: -ms-linear-gradient(top, #535353 0%, #535353 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#535353',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #535353 !important;
  /* 2018/3/9にデザイン崩れが起こったため、下記三行をコメントアウト */
  /* background-image: url(../images/icon_search.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; */
}

.siteSearch .gsc-search-button {
  margin: 0 0 0 -16px !important;
  border-radius: 0;
}

.siteSearch .gsib_b a {
  position: absolute;
  top: 3px;
  left: 185px;
}

.siteSearch .gsib_b span {
  padding: 2px 0 0 0;
}

.subNav {
  float: left;
}

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

.subNav::after {
  clear: both;
}

.subMenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

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

.subMenu::after {
  clear: both;
}

.subMenu > li {
  float: left;
  padding-left: 16px;
}

.subMenu__item {
  padding-left: 10px;
  text-decoration: none;
  color: #535353;
  position: relative;
  display: inline-block;
}

.subMenu__item::before {
  content: "";
  width: 4px;
  height: 4px;
  border: 0;
  border-top: solid 2px #116c46;
  border-right: solid 2px #116c46;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

.globalNav {
  background-color: #fff;
}

.globalNav__inner {
  width: 1060px;
  margin: 0 auto;
}

.mainMenu {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

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

.mainMenu::after {
  clear: both;
}

.mainMenu > li {
  float: left;
  width: 20%;
  text-align: center;
}

.mainMenu__item, .mainMenu__item--active {
  display: block;
  text-decoration: none;
  color: #535353;
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 14px;
}

.mainMenu__itemInner, .mainMenu__itemInner--last {
  border-left: 1px solid #dcdcdc;
}

.mainMenu__itemInner--last {
  border-right: 1px solid #dcdcdc;
}

.mainMenu__item:hover, .mainMenu__item--active:hover {
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}

.mainMenu__item--active {
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}

.mainMenu__icon, .mainMenu__icon--home, .mainMenu__icon--association, .mainMenu__icon--laboratory, .mainMenu__icon--newspaper, .mainMenu__icon--contact {
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 50px;
  height: 22px;
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
}

.mainMenu__icon--home {
  background-image: url(../images/icon_nav_01.png);
}

.mainMenu__icon--association {
  background-image: url(../images/icon_nav_02.png);
}

.mainMenu__icon--laboratory {
  background-image: url(../images/icon_nav_03.png);
}

.mainMenu__icon--newspaper {
  background-image: url(../images/icon_nav_04.png);
}

.mainMenu__icon--contact {
  background-image: url(../images/icon_nav_05.png);
}

.spGlobalNav {
  display: none;
}

.diviNav {
  background-color: #f7f7f7;
}

.diviNav__inner {
  width: 1060px;
  margin: 0 auto;
  background-color: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.diviNav__home {
  text-align: center;
  width: 20%;
  padding: 6px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #535353;
  text-decoration: none;
}

.diviNav__icon {
  display: block;
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  margin-bottom: 9px;
}

.diviNav__Menu {
  width: 80%;
  border-left: 1px solid #fff;
  padding: 14px 0;
}

.diviItems {
  margin: 0;
  padding: 0 0 5px 30px;
  list-style: none;
  font-size: 0;
}

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

.diviItems::after {
  clear: both;
}

.diviItems:last-child {
  padding: 0 0 0 30px;
}

.diviItems > li {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 30px;
}

.diviItems__item {
  text-decoration: none;
  color: #535353;
}

.diviItems__item > span {
  padding-left: 7px;
  position: relative;
}

.diviItems__item > span::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  top: 5px;
  left: 0;
  border: 3px solid transparent;
  border-left: 5px solid #116c46;
}

.diviItems__item:hover {
  text-decoration: underline;
}

#apuji .diviNav__icon {
  background-image: url(../images/icon_diviNav_01.png);
}

#apuji .diviItems__item > span::before {
  border-left: 5px solid #116c46;
}

#riihe .diviNav__icon {
  background-image: url(../images/icon_diviNav_02.png);
}

#riihe .diviItems__item > span::before {
  border-left: 5px solid #74a3f0;
}

#newspaper .diviNav__icon {
  background-image: url(../images/icon_diviNav_03.png);
}

#newspaper .diviItems__item > span::before {
  border-left: 5px solid #b79f75;
}

@media screen and (min-width: 768px) {
  .spGlobalNav {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .globalNav {
    display: none;
  }
  .sideHolder {
    display: none;
  }
  .spMembers {
    display: block;
  }
  #js-spMenuBtn {
    display: block;
  }
  .spMainMenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-image: url(../images/bg_category_border.png);
    font-size: 16px;
    font-size: 1.6rem;
  }
  .spMainMenu > li:first-child {
    border-top: 1px solid #dcdcdc;
  }
  .spMainMenu > li {
    border-bottom: 1px solid #dcdcdc;
  }
  .spMainMenu__item {
    position: relative;
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #535353;
  }
  .spMainMenu__item::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #116c46;
    border-right: solid 2px #116c46;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .spMainMenu__item--nest {
    display: block;
    padding: 5px 0 5px 40px;
    text-decoration: none;
    position: relative;
    color: #535353;
  }
  .spMainMenu__item--nest::before {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 6px solid #116c46;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -5px;
  }
  .spMainMenu__item.is-open::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .spMainMenu--nest {
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #fff;
  }
  .spMainMenu--nest > li {
    border-top: 1px solid #dcdcdc;
  }
  .spSubMenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #fff;
  }
  .spSubMenu > li {
    border-bottom: 1px solid #dcdcdc;
  }
  .spSubMenu__item {
    position: relative;
    display: block;
    padding: 20px 30px;
    text-decoration: none;
    color: #535353;
  }
  .spSubMenu__item::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    left: 20px;
    margin-top: -4px;
    border: 4px solid transparent;
    border-left: 6px solid #116c46;
  }
  .diviNav {
    display: none;
  }
}

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

.footerNav::after {
  clear: both;
}

.cateColumn, .cateColumn--border {
  float: left;
  width: 25%;
}

.cateColumn--border {
  border-left: 1px dotted #dedede;
  padding-left: 46px;
  height: 265px;
}

.cateMenu, .cateMenu--nest {
  list-style-type: none;
  padding-left: 0;
  margin: 0 0 26px 0;
}

.cateMenu--nest {
  padding-left: 20px;
  padding-top: 6px;
}

.cateMenu > li, .cateMenu--nest > li {
  position: relative;
  padding-bottom: 6px;
}

.cateMenu > li::before, .cateMenu--nest > li::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  top: 5px;
  left: 0;
  border: 4px solid transparent;
  border-left: 6px solid #116c46;
}

.cateMenu__item, .cateMenu__item--heading {
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  padding-left: 14px;
  text-decoration: none;
  color: #535353;
}

.cateMenu__item--heading {
  font-weight: bold;
  padding-left: 14px;
  font-size: 16px;
  font-size: 1.6rem;
}

.address {
  font-style: normal;
  width: 100%;
  display: table;
  border: 1px solid;
  border-color: #dcdcdc transparent #dcdcdc transparent;
  padding: 20px 0;
}

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

.address::after {
  clear: both;
}

.address__logo {
  display: table-cell;
}

.address__body {
  font-size: 13px;
  font-size: 1.3rem;
  display: table-cell;
  padding-left: 28px;
  vertical-align: middle;
}

.pageTop {
  position: absolute;
  top: -74px;
  right: 60px;
  background-image: url(../images/btn_pagetop.png);
  width: 60px;
  height: 70px;
  display: block;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.pageTop:hover {
  opacity: .7;
}

.copyright__body {
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 15px;
  }
  .pageTop {
    position: fixed;
    bottom: 0;
    right: 0;
    top: initial;
    width: 50px;
    height: 60px;
    opacity: .6;
    background-size: 50px 60px;
  }
  .footerNav {
    display: none;
  }
  .address {
    border: none;
    display: block;
    padding: 0 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .address__logo {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .address__body {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}

.heading01 {
  margin: 0 0 20px 0;
  padding: 12px 0 10px 23px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background: url(../images/bg_ttl_border_01.png), -webkit-linear-gradient(left, #116c46 0%, #6ab696 100%);
  background: url(../images/bg_ttl_border_01.png), linear-gradient(to right, #116c46 0%, #6ab696 100%);
}

.heading02 {
  margin: 0 0 20px 0;
  padding: 14px 0 13px 16px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #535353;
  position: relative;
}

.heading02::before {
  content: "";
  width: 8px;
  height: 80%;
  margin-right: 14px;
  position: absolute;
  top: 10%;
  left: 0;
  background: url(../images/bg_ttl_square_01.png), #b9dea2;
}

.heading03 {
  margin: 0 0 20px 0;
  padding: 4px 15px;
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  background-color: #eee;
  font-weight: normal;
}

.heading04 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  color: #116c46;
  font-weight: bold;
}

.heading05 {
  margin: 0 0 20px 0;
  padding: 0 0 8px 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3b3b3b;
  border-bottom: 1px solid #535353;
}

.heading06 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #116c46;
  position: relative;
  padding-left: 15px;
}

.heading06::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #116c46;
  margin-top: -4px;
}

.detail_cts .horizontal {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.detail_cts .horizontal li + li {
  margin-left: 10px;
}

.detail_cts.default .horizontal li:before {
  background: none;
}

.detail_cts a {
  color: #454b5e;
}

.detail_cts a:hover {
  color: #adb2c2;
  text-decoration: none;
}

.detail_cts p {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0 10px 0;
}

.detail_cts h1 {
  margin: 0 0 20px 0;
  padding: 12px 0 10px 23px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background: url(../images/bg_ttl_border_01.png), -webkit-linear-gradient(left, #116c46 0%, #6ab696 100%);
  background: url(../images/bg_ttl_border_01.png), linear-gradient(to right, #116c46 0%, #6ab696 100%);
}

.detail_cts h2 {
  margin: 5px 0;
  padding: 14px 0 13px 16px;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  color: #535353;
  position: relative;
}

.detail_cts h2::before {
  content: "";
  width: 8px;
  height: 70%;
  position: absolute;
  top: 13%;
  left: 0;
  background: url(../images/bg_ttl_square_01.png), #b9dea2;
}

.detail_cts h3 {
  margin: 20px 0;
  padding: 4px 15px;
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  background-color: #eee;
  font-weight: normal;
}

.detail_cts h4 {
  margin: 20px 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.detail_cts h5 {
  margin: 20px 0;
  padding: 0 0 8px 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3b3b3b;
  border-bottom: 1px solid #535353;
}

.detail_cts h6 {
  margin: 20px 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding-left: 15px;
}

.detail_cts h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 9px;
  height: 9px;
  margin-top: -4px;
}

.detail_cts .numbertype li, .detail_cts.default ol li {
  position: relative;
}

.detail_cts .numbertype li::before, .detail_cts.default ol li::before {
  display: inline-block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  position: absolute;
  line-height: 1;
}

.detail_cts .numbertype, .detail_cts.default ol {
  padding-left: 35px;
  counter-reset: number;
  list-style-type: none;
}

.detail_cts .numbertype > li, .detail_cts.default ol > li {
  padding: 15px 0 15px 4px;
  word-break: break-all;
}

.detail_cts .numbertype > li::before, .detail_cts.default ol > li::before {
  counter-increment: number;
  content: counter(number);
  background: #116c46;
  color: white;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin: -0.28em 0 0 -35px;
  padding: 5px 7px 4.8px 8px;
}

.detail_cts .numbertype > li > ol, .detail_cts.default ol > li > ol {
  counter-reset: numberIn;
  padding-left: 22px;
}

.detail_cts .numbertype > li > ol > li, .detail_cts.default ol > li > ol > li {
  padding: 14px 0 0 0;
}

.detail_cts .numbertype > li > ol > li::before, .detail_cts.default ol > li > ol > li::before {
  counter-increment: numberIn;
  content: counter(numberIn) ".";
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0 0 -26px;
  top: 0.7em;
  color: #106843;
  background: transparent;
}

.detail_cts .listtype, .detail_cts.default ul {
  list-style: none;
}

.detail_cts .listtype li, .detail_cts.default ul li {
  position: relative;
}

.detail_cts .listtype li::before, .detail_cts.default ul li::before {
  display: block;
  content: '';
  position: absolute;
}

.detail_cts .listtype, .detail_cts.default ul {
  padding-left: 35px;
}

.detail_cts .listtype > li, .detail_cts.default ul > li {
  padding: 10px 0 10px 0px;
}

.detail_cts .listtype > li::before, .detail_cts.default ul > li::before {
  top: 1.1em;
  left: -1.2em;
  width: 8px;
  height: 8px;
  background-color: #0e5638;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.detail_cts .listtype > li > ul, .detail_cts.default ul > li > ul {
  padding: 0px 0 10px 20px;
}

.detail_cts .listtype > li > ul > li, .detail_cts.default ul > li > ul > li {
  padding: 10px 0 0 0;
}

.detail_cts .listtype > li > ul > li::before, .detail_cts.default ul > li > ul > li::before {
  top: 1.3em;
  left: -1em;
  width: 5px;
  height: 5px;
  background-color: #0a4029;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.detail_cts.default .tableWrap {
  border: 6px solid #b9dea2;
  padding: 20px 18px;
  background-image: url(../images/bg_table_square_01.png);
}

.detail_cts.default .tableWrap table {
  color: #535353;
  border-collapse: collapse;
}

.detail_cts.default .tableWrap table th {
  border-right: 1px solid #d2d2d2;
  font-size: 15px;
  font-size: 1.5rem;
  padding-right: 18px;
}

.detail_cts.default .tableWrap table td {
  font-size: 13px;
  font-size: 1.3rem;
  padding-left: 18px;
}

.detail_cts.exc .tableWrap {
  border: 6px solid #b9dea2;
  padding: 20px 18px;
  background-image: url(../images/bg_table_square_01.png);
}

.detail_cts.exc .tableWrap table {
  color: #535353;
  border-collapse: collapse;
}

.detail_cts.exc .tableWrap table th {
  border-right: 1px solid #d2d2d2;
  font-size: 15px;
  font-size: 1.5rem;
  padding-right: 18px;
}

.detail_cts.exc .tableWrap table td {
  font-size: 13px;
  font-size: 1.3rem;
  padding-left: 18px;
}

#apuji .detail_cts h1 {
  background: url(../images/bg_ttl_border_01.png), -webkit-linear-gradient(left, #116c46 0%, #6ab696 100%);
  background: url(../images/bg_ttl_border_01.png), linear-gradient(to right, #116c46 0%, #6ab696 100%);
}

#apuji .detail_cts h2::before {
  background: url(../images/bg_ttl_square_01.png), #b9dea2;
}

#apuji .detail_cts h4 {
  color: #116c46;
}

#apuji .detail_cts h6 {
  color: #116c46;
}

#apuji .detail_cts h6::before {
  background-color: #116c46;
}

#apuji .detail_cts .tableWrap {
  border: 6px solid #b9dea2;
}

#riihe .detail_cts h1 {
  background: url(../images/bg_ttl_border_01.png), -webkit-linear-gradient(left, #74a3f0 0%, #a4cbf6 100%);
  background: url(../images/bg_ttl_border_01.png), linear-gradient(to right, #74a3f0 0%, #a4cbf6 100%);
}

#riihe .detail_cts h2::before {
  background: url(../images/bg_ttl_square_01.png), #a4cbf6;
}

#riihe .detail_cts h4 {
  color: #74a3f0;
}

#riihe .detail_cts h6 {
  color: #74a3f0;
}

#riihe .detail_cts h6::before {
  background-color: #74a3f0;
}

#riihe .detail_cts .tableWrap {
  border: 6px solid #a4cbf6;
}

#riihe .detail_cts.default ol > li::before, #riihe .detail_cts .newsDetail__body ol > li::before {
  background: #74a3f0;
}

#riihe .detail_cts.default ol > li > ol > li::before, #riihe .detail_cts .newsDetail__body ol > li > ol > li::before {
  background: transparent;
  color: #1452b7;
}

#riihe .detail_cts.default ul > li::before, #riihe .detail_cts .newsDetail__body ul > li::before {
  background: #2f75e9;
}

#riihe .detail_cts.default ul > li > ul > li::before, #riihe .detail_cts .newsDetail__body ul > li > ul > li::before {
  background: #1452b7;
}

#newspaper .detail_cts h1 {
  background: url(../images/bg_ttl_border_01.png), -webkit-linear-gradient(left, #9a845e 0%, #decaa7 100%);
  background: url(../images/bg_ttl_border_01.png), linear-gradient(to right, #9a845e 0%, #decaa7 100%);
}

#newspaper .detail_cts h2::before {
  background: url(../images/bg_ttl_square_01.png), #decaa7;
}

#newspaper .detail_cts h4 {
  color: #b79f75;
}

#newspaper .detail_cts h6 {
  color: #b79f75;
}

#newspaper .detail_cts h6::before {
  background-color: #b79f75;
}

#newspaper .detail_cts .tableWrap {
  border: 6px solid #decaa7;
}

#newspaper .detail_cts.default ol > li::before, #newspaper .detail_cts .newsDetail__body ol > li::before {
  background: #b79f75;
}

#newspaper .detail_cts.default ol > li > ol > li::before, #newspaper .detail_cts .newsDetail__body ol > li > ol > li::before {
  background: transparent;
  color: #826b44;
}

#newspaper .detail_cts.default ul > li::before, #newspaper .detail_cts .newsDetail__body ul > li::before {
  background: #a48755;
}

#newspaper .detail_cts.default ul > li > ul > li::before, #newspaper .detail_cts .newsDetail__body ul > li > ul > li::before {
  background: #826b44;
}

@media screen and (max-width: 767px) {
  .detail_cts h1, .detail_cts h2 {
    margin: 0 0 5px 0;
  }
  .detail_cts h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .detail_cts h3, .detail_cts h4, .detail_cts h5, .detail_cts h6 {
    margin: 10px 0;
  }
  .detail_cts .tableWrap {
    border: 6px solid #b9dea2;
    padding: 22px 12px;
  }
  .detail_cts .tableWrap table th {
    border-right: none;
    border-bottom: 1px solid #d2d2d2;
    padding-right: 0;
    padding-bottom: 5px;
    display: block;
    width: 100%;
  }
  .detail_cts .tableWrap table td {
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    display: block;
    width: 100%;
  }
}

.heroCover {
  padding: 15px 0;
}

.heroCover2 {
  margin-bottom: 38px;
}

.border {
  background-image: url(../images/bg_main_border_02.png);
}

.description {
  padding: 30px 0;
}

.description > h2 {
  font-weight: normal;
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
}

.panel, .panel--main, .panel--banner, .panel--sidebar, .panel--topContent, .panel--topAsideContent {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 10px;
}

.panel::before, .panel--main::before, .panel--banner::before, .panel--sidebar::before, .panel--topContent::before, .panel--topAsideContent::before, .panel::after, .panel--main::after, .panel--banner::after, .panel--sidebar::after, .panel--topContent::after, .panel--topAsideContent::after {
  content: "";
  display: table;
}

.panel::after, .panel--main::after, .panel--banner::after, .panel--sidebar::after, .panel--topContent::after, .panel--topAsideContent::after {
  clear: both;
}

.panel--main {
  padding: 20px;
}

.panel--banner {
  padding: 7px;
}

.panel--sidebar {
  padding: 30px 20px;
}

.panel--topContent {
  padding: 15px 20px;
}

.panel--topAsideContent {
  margin-bottom: 0;
  padding: 5px;
  clear: both;
}

.footage {
  height: 181px;
}

.footage > iframe {
  vertical-align: bottom;
  height: 100%;
}

.feature__items {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.feature__items > li {
  padding: 0 5px;
  position: relative;
}

.feature__items--nest {
  display: none;
  width: 96%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 145px;
  border: 6px solid #dcdcdc;
  background-color: #fff;
  z-index: 9999;
}

.feature__items--nest:hover {
  display: block;
}

.feature__items--nest li + li {
  border-top: 1px solid #dcdcdc;
}

.feature__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 6px solid #dcdcdc;
  padding: 12px;
  background-image: url(../images/bg_category_border.png);
  text-decoration: none;
  color: #535353;
}

.feature__item:hover + .feature__items--nest {
  display: block;
}

.feature__item--nest {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #535353;
}

.feature__item--nest:hover {
  background-color: #fafafa;
}

.feature__image {
  display: block;
  margin: 0 auto 10px auto;
}

.feature__title {
  margin: 0;
  font-weight: normal;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

.media {
  position: relative;
}

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

.media::after {
  clear: both;
}

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

.media__head::after {
  clear: both;
}

.media__head > h2 {
  font-weight: normal;
  margin: 0 0 20px 0;
  font-size: 26px;
  font-size: 2.6rem;
}

.media__list {
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  top: 8px;
  right: 0;
}

.media__list > a {
  text-decoration: none;
  color: #535353;
  padding-left: 20px;
}

.media__list > a::before, .media__list > a::after {
  content: "";
  width: 4px;
  height: 4px;
  border: 0;
  border-top: solid 2px #116c46;
  border-right: solid 2px #116c46;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
}

.media__list > a::before {
  left: 0;
}

.media__list > a::after {
  left: 6px;
}

.media__tab {
  float: right;
}

.media__body, .media__body--topics {
  clear: both;
  border: 1px solid #dcdcdc;
  padding: 28px 30px;
}

.media__body a, .media__body--topics a {
  text-decoration: none;
  color: #626262;
  display: block;
}

.media__content, .media__content--topics {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.media__content > li, .media__content--topics > li {
  border-bottom: 1px dotted #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.media__content > li:last-child, .media__content--topics > li:last-child {
  margin-bottom: 0;
}

.media__title {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.media .is-active {
  display: block;
}

.tabMenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

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

.tabMenu::after {
  clear: both;
}

.tabMenu > li {
  float: left;
}

.tabMenu__item, .tabMenu__item--all, .tabMenu__item--association, .tabMenu__item--laboratory, .tabMenu__item--newspaper {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  color: #fff;
  padding: 7px 20px;
  margin-right: 4px;
  cursor: pointer;
  text-decoration: none;
}

.tabMenu__item--all {
  background-color: #d6d7d7;
  color: #535353;
}

.tabMenu__item--association {
  background-color: #116c46;
}

.tabMenu__item--laboratory {
  background-color: #74a3f0;
}

.tabMenu__item--newspaper {
  background-color: #b79f75;
  margin-right: 0;
}

.categoryLabel, .categoryLabel--association, .categoryLabel--laboratory, .categoryLabel--newspaper {
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: normal;
  text-align: center;
  width: 120px;
  background-color: skyblue;
  color: #fff;
  padding: 2px 4px;
  margin-left: 5px;
  vertical-align: top;
  display: inline-block;
}

.categoryLabel--association {
  background-color: #116c46;
}

.categoryLabel--laboratory {
  background-color: #74a3f0;
}

.categoryLabel--newspaper {
  background-color: #b79f75;
}

.sideUl {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.asideBanner {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.asideBanner li {
  width: 20%;
  padding: 5px;
}

.asideBanner .asideBanner__li--exc {
  width: 40%;
}

.asideBanner__item, .asideBanner__item--exc {
  display: block;
  text-align: center;
}

.asideBanner__item > img, .asideBanner__item--exc > img {
  width: 200px;
  text-align: center;
}

.asideBanner__item--exc > img {
  width: 413px;
}

.breadcrumbs {
  font-size: 10px;
  font-size: 1rem;
  color: #535353;
  padding: 15px 0;
}

.breadcrumbs__items {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs__item {
  padding-right: 20px;
  position: relative;
}

.breadcrumbs__item:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #535353;
  border-right: 1px solid #535353;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -4px;
}

.breadcrumbs__item > a {
  color: #535353;
  text-decoration: none;
}

.groupTop__head {
  font-size: 22px;
  font-size: 2.2rem;
  color: #535353;
  padding: 10px 0 0 0;
  margin: 0;
  margin-bottom: -10px;
  letter-spacing: .2em;
  text-align: center;
}

.categoryList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -6px;
}

.categoryList__item {
  width: 20%;
  padding: 5px 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.categoryList__box {
  border: 1px solid #c9c9c9;
  padding: 10px;
  display: block;
  text-decoration: none;
  color: #535353;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.categoryList__head {
  max-width: 98px;
  min-height: 98px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
}

.categoryList__title {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  padding: 5px 0;
  margin: 0;
  border-top: 1px solid #e07373;
  border-bottom: 1px solid #e07373;
}

.categoryList__txt {
  margin: 0;
  padding-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.sideLinkWrap {
  margin: -5px 0;
}

.sideLink, .sideLink--association, .sideLink--laboratory, .sideLink--newspaper {
  padding: 5px 0;
}

.sideLink--association .sideLink__head {
  background: url(../images/bg_ttl_border_01.png), -webkit-linear-gradient(left, #116c46 0%, #6ab696 100%);
  background: url(../images/bg_ttl_border_01.png), linear-gradient(to right, #116c46 0%, #6ab696 100%);
}

.sideLink--association .sideLink__item > span::before {
  border-left: 8px solid #b9dea2;
}

.sideLink--laboratory .sideLink__head {
  background: url(../images/bg_ttl_border_01.png), -webkit-linear-gradient(left, #74a3f0 0%, #a4cbf6 100%);
  background: url(../images/bg_ttl_border_01.png), linear-gradient(to right, #74a3f0 0%, #a4cbf6 100%);
}

.sideLink--laboratory .sideLink__item > span::before {
  border-left: 8px solid #b9d1f7;
}

.sideLink--newspaper .sideLink__head {
  background: url(../images/bg_ttl_border_01.png), -webkit-linear-gradient(left, #9a845e 0%, #decaa7 100%);
  background: url(../images/bg_ttl_border_01.png), linear-gradient(to right, #9a845e 0%, #decaa7 100%);
}

.sideLink--newspaper .sideLink__item > span::before {
  border-left: 8px solid #dbcfba;
}

.sideLink__head, .sideLink--association .sideLink__head, .sideLink--laboratory .sideLink__head, .sideLink--newspaper .sideLink__head {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 13px 0 12px 0;
  margin-bottom: 2px;
  font-weight: bold;
  cursor: pointer;
}

.sideLink__body {
  background-color: #eee;
}

.sideLink__body.is-hidden {
  display: none;
}

.sideLink__items {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sideLink__items > li {
  border-bottom: 1px dotted #fff;
  padding: 5px;
  position: relative;
}

.sideLink__item {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  color: #535353;
  text-decoration: none;
  padding: 6px 30px 6px 18px;
  -webkit-transition: .5s;
  transition: .5s;
}

.sideLink__item > span {
  position: relative;
  padding-left: 13px;
}

.sideLink__item > span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-left: 8px solid #b9dea2;
}

.sideLink__item:hover {
  background-color: #fff;
}

.sideLink .is-open, .sideLink--association .is-open, .sideLink--laboratory .is-open, .sideLink--newspaper .is-open {
  -webkit-transform: rotateZ(135deg);
  transform: rotateZ(135deg);
}

.sideLink .is-active, .sideLink--association .is-active, .sideLink--laboratory .is-active, .sideLink--newspaper .is-active {
  display: block;
}

.nestItemShowBtn {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  position: absolute;
  top: 13px;
  right: 20px;
  margin-top: -3px;
  cursor: pointer;
  -webkit-transition: .7s;
  transition: .7s;
}

.nestItemShowBtn::before {
  content: " ";
  display: block;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 100% 6%;
  transform-origin: 100% 6%;
  width: 30px;
  height: 30px;
}

.nestItems {
  padding: 0;
  margin: 0 0 0 30px;
  list-style-type: none;
  display: none;
}

.nestItems__item {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  color: #000;
  text-decoration: none;
  padding: 6px 0 6px 0;
}

.nestItems__item > span {
  position: relative;
  padding-left: 13px;
}

.nestItems__item > span::before {
  content: "＞";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}

.nestItems__item:hover {
  text-decoration: underline;
}

.addressBox {
  font-style: normal;
  margin-bottom: 20px;
}

.addressBox__head {
  font-weight: bold;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.newsDetail {
  color: #535353;
}

.newsDetail__time {
  font-weight: bold;
  display: block;
}

.newsDetail__img {
  text-align: center;
}

.newsDetail__img > img {
  width: initial;
}

.privacyBox ol ol {
  padding-left: 20px;
}

.privacyBox ol li {
  padding-bottom: 10px;
}

.privacyBox .signature {
  text-align: right;
}

.pagination {
  margin-top: 20px;
  color: #535353;
}

.pagination__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination__items > li {
  margin-right: 10px;
}

.pagination__items > li:last-child {
  margin-right: 0;
}

.pagination a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  background-color: #116c46;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out;
}

.pagination a:hover {
  background-color: #88B5A2;
  color: #fff;
}

.pagination .active {
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #fff;
  color: #116c46;
  border: 1px solid;
  display: block;
  cursor: default;
}

#apuji .pagination a {
  background-color: #116c46;
}

#apuji .pagination a:hover {
  background-color: #88B5A2;
}

#apuji .pagination .active {
  background-color: #fff;
  color: #116c46;
}

#riihe .pagination a {
  background-color: #74a3f0;
}

#riihe .pagination a:hover {
  background-color: #b9d1f7;
}

#riihe .pagination .active {
  background-color: #fff;
  color: #74a3f0;
}

#newspaper .pagination a {
  background-color: #b79f75;
}

#newspaper .pagination a:hover {
  background-color: #dbcfba;
}

#newspaper .pagination .active {
  background-color: #fff;
  color: #b79f75;
}

.sitemap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px 0;
}

.sitemap__column {
  width: 33%;
  padding: 20px 0;
}

.sitemap__items, .sitemap__items--nest {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sitemap__items--nest {
  padding-left: 20px;
}

.sitemap__items--nest > li {
  position: relative;
}

.sitemap__items--nest > li:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  top: 5px;
  left: 0;
  border: 4px solid transparent;
  border-left: 6px solid #116c46;
}

.sitemap__item, .sitemap__item--heading {
  text-decoration: none;
  display: block;
  color: #535353;
  padding-left: 10px;
  margin-bottom: 5px;
}

.sitemap__item--heading {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 4px solid #116c46;
  padding-left: 0;
  margin-bottom: 10px;
}

.sitemap__item--heading:hover {
  border-bottom: 4px solid #535353;
}

.mainMailForm {
  width: 100%;
  margin: 0 auto;
}

.mainMailForm table {
  width: 100%;
  margin: 0 auto 20px auto;
  border-collapse: collapse;
}

.mainMailForm th, .mainMailForm td {
  border: 1px solid #40896a;
  padding: 10px;
}

.mainMailForm th {
  text-align: left;
  background-color: #e7f0ec;
  width: 25%;
}

.mainMailForm .tel__body input[type=text], .mainMailForm .zip__body input[type=text] {
  display: inline-block;
  width: 60px;
}

.mainMailForm .tel__body span, .mainMailForm .zip__body span {
  margin: 0 0.5em 0 1em;
}

.mainMailForm td input[type=text] {
  display: block;
  width: 60%;
  padding: 5px;
}

.mainMailForm td textarea {
  width: 100%;
  height: 200px;
}

.mainMailForm td label {
  display: block;
}

.mainMailForm td label input[type=checkbox], .mainMailForm td label input[type=radio] {
  display: inline-block;
  height: 25px;
  vertical-align: middle;
  margin-right: 5px;
}

.mainMailForm .notice {
  font-size: 11px;
  font-size: 1.1rem;
}

.mainMailForm .cellTitle {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

.mainMailForm .caution {
  font-weight: bold;
  color: #ed514e;
}

.mainMailForm .info {
  margin-bottom: 20px;
}

.mainMailForm .info .errorMsg {
  color: #ed514e;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0;
}

.mainMailForm .info .successMsg {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0;
}

.mainMailForm .info ul:not(.media__content):not(.media__content--topics):not(.media__content--topics) {
  margin: 0;
}

.mainMailForm .info ul:not(.media__content):not(.media__content--topics):not(.media__content--topics) li {
  padding: 5px 0 5px 0;
}

.mainMailForm .info ul:not(.media__content):not(.media__content--topics):not(.media__content--topics) li:before {
  top: 0.8em;
}

.mainMailForm__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mainMailForm__btn button {
  width: 200px;
  border: none;
  padding: 20px;
  cursor: pointer;
  color: #fff;
  background-color: #40896a;
  -webkit-transition: background-color ease-out .3s;
  transition: background-color ease-out .3s;
}

.mainMailForm__btn button:hover {
  background-color: #92b4a8;
}

.mainMailForm__btn button:first-child {
  margin-right: 10px;
}

.qaContents ul {
  margin: -5px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.qaContents li {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.qaContents li a {
  display: block;
  background-color: #40896a;
  color: white;
  padding: 10px;
  text-decoration: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.move > iframe {
  height: 394px;
}

@media screen and (max-width: 767px) {
  .move > iframe {
    height: auto;
  }
  .heroCover {
    padding: 15px 10px 0 10px;
  }
  .description {
    padding: 0 0 15px 0;
  }
  .description > h2 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .panel, .panel--main, .panel--banner, .panel--sidebar, .panel--topContent, .panel--topAsideContent {
    width: 100%;
    border: 1px solid #c9c9c9;
    padding: 13px 10px;
  }
  .panel--topContent {
    border: none;
    padding: 10px;
  }
  .panel--topAsideContent {
    border: none;
    padding: 5px;
  }
  .panel--banner {
    border: none;
    padding: 7px;
  }
  .panel--sidebar {
    display: none;
  }
  .feature__items {
    margin: -5px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature__items > li {
    padding: 5px 0;
  }
  .feature__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature__item:hover + .feature__items--nest {
    display: none;
  }
  .feature__image {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin: 0;
  }
  .feature__title {
    font-size: 15px;
    font-size: 1.5rem;
    margin-left: 30px;
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    text-align: left;
  }
  .asideBanner {
    margin: 0;
  }
  .asideBanner li {
    width: 50%;
    padding: 2px;
  }
  .asideBanner__item > img, .asideBanner__item--exc > img {
    width: 100%;
  }
  .media__head > h2 {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 15px 0;
  }
  .media__list {
    top: 4px;
  }
  .media__tab {
    float: none;
  }
  .media__body, .media__body--topics {
    padding: 0;
    border: none;
  }
  .tabMenu {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .tabMenu > li {
    float: left;
    width: calc(50% - 3px);
    text-align: center;
    margin-right: 3px;
    margin-bottom: 3px;
  }
  .tabMenu__item, .tabMenu__item--all, .tabMenu__item--association, .tabMenu__item--laboratory, .tabMenu__item--newspaper {
    margin-right: 0;
    padding: 7px 5px;
  }
  .categoryList__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .categoryList__item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .categoryList__head {
    margin: 0;
    max-width: 70px;
    min-height: 70px;
    padding: 0;
  }
  .categoryList__title {
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .categoryList__txt {
    font-size: 13px;
    font-size: 1.3rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .groupTop__head {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: -5px;
  }
  .breadcrumbs {
    display: none;
  }
  .heroCover2 {
    margin-bottom: 9px;
  }
  .pagination__items > li {
    margin-right: 5px;
  }
  .pagination a {
    padding: 10px 12px;
  }
  .sitemap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -10px 0;
  }
  .sitemap__column {
    width: 100%;
  }
  .syllabary {
    width: 100%;
  }
  .syllabaryResult {
    width: 100%;
  }
  .resultUni {
    width: 100%;
  }
  .mainMailForm {
    width: 100%;
    margin: 0 auto;
  }
  .mainMailForm tr {
    border: 1px solid #d2d2d2;
  }
  .mainMailForm th {
    border-bottom: 1px solid #d2d2d2;
  }
  .mainMailForm th, .mainMailForm td {
    width: 100%;
    display: block;
    border: none;
  }
  .mainMailForm td input[type="text"] {
    width: 100%;
  }
}

#riihe .table-list table {
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0 25px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

#riihe .table-list td {
  border-collapse: collapse;
  height: 70px;
  text-align: center;
  min-height: 100px;
  border: 1px solid #d9d9d9;
  padding: 10px;
}

#riihe .table-list td p {
  font-size: 14px;
  font-size: 1.4rem;
}

#riihe .table-list td p:last-of-type {
  margin: 0;
}

#riihe .table-list .Project-title {
  padding: 12px;
  text-align: left;
  line-height: 1.8;
}

#riihe .AlcDetail .label-th {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  background: #6083c5;
  color: white;
  padding: 4px 8px 4px 8px;
  text-align: center;
  margin-left: -5px;
}

#riihe .AlcDetail .newsDetail__lecturers {
  margin: 0 0 28px 0;
  text-align: right;
}

#riihe .AlcDetail p {
  line-height: 2;
  margin: 0 0 30px 0;
}

#riihe .AlcDetail .bookdetail {
  line-height: 4;
}

#riihe .AlcDetail .bookdetail:after {
  content: "";
  clear: both;
  display: block;
}

#riihe .AlcDetail .bookdetail .farst {
  font-weight: bold;
  float: left;
}

#riihe .AlcDetail .bookdetail .name {
  display: inline-block;
  float: right;
}

#riihe .AlcDetail .abbreviation {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #ee696c;
}

#riihe .table_project td:only-of-type {
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  padding: 10px 20px;
}

#riihe .ButtonSw {
  display: block;
  max-width: 40%;
  margin: 2% auto;
  padding: 2%;
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
}

#riihe .ButtonSw--off {
  border: 2px dashed #8f8f8f;
  background: #fcfcfc;
}

#riihe .kenkyukaisai {
  margin-top: -10px;
  width: 100%;
}

#riihe .kenkyukaisai td {
  border-bottom: dotted 1px #dcdcdc;
  padding-top: 10px;
  padding-bottom: 10px;
}

#riihe .kenkyukaisai .th {
  width: 70px;
  text-align: center;
}

#riihe .kenkyukaisai .ken-body {
  padding-left: 4%;
}

#riihe .bgc-list dl {
  margin: 1px 4% 0 4%;
}

#riihe .bgc-list dl dt {
  background-color: #ddeaff;
  display: inline-block;
  width: 20%;
  padding: 2%;
  text-align: center;
}

#riihe .bgc-list dl dd {
  display: inline-block;
  margin: 0;
  padding: 2% 4%;
  width: 70%;
  border-bottom: dotted 1px #dcdcdc;
}

#riihe .kenkyudetal {
  width: 100%;
  border: 1px solid #d9d9d9;
  margin-bottom: 10%;
  position: relative;
}

#riihe .kenkyudetal th {
  width: 120px;
  padding: 10px;
  background-color: #f1f2ff;
  font-size: 14px;
  font-size: 1.4rem;
}

#riihe .kenkyudetal td {
  padding: 1.8% 2% 1.8% 3%;
}

#riihe .kenkyudetal td p {
  font-size: 14px;
  font-size: 1.4rem;
}

#riihe .kenkyudetal td p:last-of-type {
  margin-bottom: 0;
}

#riihe .kenkyudetal tr:not(:last-of-type) td {
  border-bottom: dotted 1px #dcdcdc;
}

#riihe .kenkyudetal:last-of-type {
  margin-bottom: 3%;
}

#riihe .mem-list dl {
  margin: 0 4% 2% 2%;
  border-bottom: 1px dotted #dcdcdc;
}

#riihe .mem-list dl strong {
  font-weight: bold;
  color: #4d4d4d;
  margin-right: 34px;
}

#riihe .mem-list dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 1% 1%;
}

#riihe .mem-list dl dd {
  margin-bottom: 1%;
}

#riihe .reader {
  margin: 10px 0;
  display: block;
}

#riihe .bookChoice ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#riihe .bookChoice li {
  width: calc(50% - 5px);
  padding: 0 5px;
  margin-bottom: 15px;
}

#riihe .bookChoice a {
  padding: 10px 15px;
  display: block;
  border: 1px solid #74a3f0;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #riihe .alcadia-t .th-No {
    width: 6%;
  }
  #riihe .alcadia-t .th-Ti {
    width: auto;
  }
  #riihe .alcadia-t .th-At {
    width: 18%;
  }
  #riihe .alcadia-t .th-Np {
    width: 20%;
  }
  #riihe .table-list th {
    height: 40px;
    background-color: #bbd4f2;
    border: 1px solid #93a6ec;
    text-align: center;
  }
  #riihe .table-list tr:nth-child(2n+1) {
    background-color: #f5f2fe;
  }
  #riihe .table_project tr:nth-child(2n+1) {
    background-color: #fff;
  }
  #riihe .table_project .th-pro {
    width: 16%;
  }
  #riihe .table_project .th-mem {
    width: 36%;
  }
  #riihe .table_project .td-pro {
    background-color: #f1f2ff;
    text-align: center;
    padding: 10px 4px;
  }
  #riihe .table_project .td-tem {
    padding: 10px;
  }
  #riihe .table_project td {
    text-align: left;
  }
  #riihe .sousyo .th-No {
    width: 40px;
  }
  #riihe .sousyo .th-Ti {
    width: auto;
  }
  #riihe .sousyo .th-Me {
    width: 100px;
  }
  #riihe .sousyo .th-Da {
    width: 80px;
  }
  #riihe .sousyo .th-IS {
    width: 140px;
  }
  #riihe .report .th-No {
    width: 40px;
  }
  #riihe .report .th-Ti {
    width: auto;
  }
  #riihe .report .th-Lec {
    width: 140px;
  }
  #riihe .report .th-Pub {
    width: 80px;
  }
  #riihe .arcadia .th-No {
    width: 60px;
  }
  #riihe .arcadia .th-Nam {
    width: 590px;
  }
  #riihe .arcadia .th-Pub {
    width: 80px;
  }
}

@media screen and (max-width: 768px) {
  #riihe .ButtonSw {
    max-width: 80%;
  }
  #riihe .table-list table {
    border-bottom: 1px solid #d9d9d9;
  }
  #riihe .table-list th {
    display: none;
  }
  #riihe .table-list tr {
    display: block;
  }
  #riihe .table-list .Project-title {
    text-align: center;
  }
  #riihe .table-list .Project-No {
    background-color: #bbd4f2;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 0;
  }
  #riihe .table-list td {
    display: block;
    width: 100%;
    height: auto;
    min-height: 20px;
    padding: 12px 4px;
    background-color: #fff;
    border-width: 1px 1px 0 1px;
  }
  #riihe .table-list td:empty {
    display: none;
  }
  #riihe .bgc-list dl dt {
    width: 36%;
    padding: 8% 1%;
  }
  #riihe .bgc-list dl dd {
    padding: 8% 4%;
    width: 60%;
  }
  #riihe .table_project table {
    border-bottom: 1px solid #d9d9d9;
  }
  #riihe .table_project th {
    display: none;
  }
  #riihe .table_project tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #riihe .table_project tr:not(:first-of-type) {
    border-bottom: 0px;
  }
  #riihe .table_project .td-pro {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    background-color: #bbd4f2;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 0;
  }
  #riihe .table_project .td-tem {
    width: 60%;
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    background-color: #fff;
    border-width: 1px 0px 0px 1px;
  }
  #riihe .table_project .td-mem {
    width: 40%;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  #riihe .table_project .bodytext td {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
  #riihe .kenkyudetal:not(:last-of-type):after {
    bottom: -2%;
  }
  #riihe .kenkyudetal th {
    display: block;
    width: 100%;
  }
  #riihe .kenkyudetal td {
    display: block;
    width: 100%;
  }
  #riihe .mem-list dl dt {
    margin-bottom: 10px;
  }
  #riihe .mem-list dl dd {
    margin-left: 0;
  }
  #riihe .bookChoice ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #riihe .bookChoice li {
    width: 100%;
    margin-bottom: 5px;
  }
}

.sideLink-event .sideLink__head--newspaper {
  background-image: url(../images/bg_campus_ttl_01.png);
}

.sideLink-event .sideLink__head--newspaper img {
  width: 24px;
  display: inline-block;
  margin: 0 8px 0 10px;
}

.sideLink-event .camMore {
  color: #59b6ce;
}

.sideLink-goods .sideLink__head--newspaper {
  background-image: url(../images/bg_campus_ttl_02.png);
}

.sideLink-goods .sideLink__head--newspaper img {
  width: 24px;
  display: inline-block;
  margin: 0 8px 0 10px;
}

.sideLink-goods .camMore {
  color: #bdb55c;
}

.sideLink-start .sideLink__head--newspaper {
  background-image: url(../images/bg_campus_ttl_03.png);
}

.sideLink-start .sideLink__head--newspaper img {
  width: 24px;
  display: inline-block;
  margin: 0 8px 0 10px;
}

.sideLink-start .camMore {
  color: #9573a5;
}

.sideLink-event .sideLink__head--newspaper,
.sideLink-goods .sideLink__head--newspaper,
.sideLink-start .sideLink__head--newspaper {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  padding: 13px 0 12px 0;
  margin-bottom: 2px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
}

.camMore {
  text-align: center !important;
  padding: 6px 0 !important;
}

.camMore span:before {
  content: none !important;
  padding: 0 !important;
}

#newspaper article {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}

#newspaper article .cf:before,
#newspaper article .cf:after {
  content: "";
  display: table;
}

#newspaper article .cf:after {
  clear: both;
}

#newspaper article .cf {
  zoom: 1;
}

#newspaper article .backnumber {
  width: 100%;
}

#newspaper article .backnumber ul {
  margin-top: 0;
  padding: 0 0 0 24px;
}

#newspaper article .backnumber ul li {
  margin: 0 24px 0 0;
  padding: 10px 0 10px 0;
}

#newspaper article .year {
  margin: 16px 0;
}

#newspaper article .year ul {
  padding: 0 0 0 0;
}

#newspaper article .year ul li {
  display: inline-block;
  float: left;
  margin: 0 0 0 0;
  padding: 4px 4px 8px 4px;
}

#newspaper article .summary {
  margin: 0 8px 12px 8px;
  padding: 8px 12px;
  background: rgba(136, 153, 136, 0.2);
}

#newspaper article.kakenhi .year {
  float: none;
}

#newspaper article.kakenhi .year ul {
  margin: 8px 0 0 12px;
}

#newspaper article.kakenhi .year ul li {
  display: block;
  float: none;
}

#newspaper article .p12 {
  padding: 0 12px;
}

#newspaper article .p12 ul {
  margin: 0 0 8px 24px;
  display: block;
}

#newspaper article .rensai__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px;
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}

#newspaper article .rensai__items > li {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 0 5px;
  position: relative;
}

#newspaper article .rensai__items > li:before {
  background-color: #8bb;
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 15px;
  left: 7px;
}

#newspaper article .rensai__item {
  display: block;
  color: #555;
  padding: 12px 0 10px 20px;
  border-bottom: 1px dashed #888;
}

#newspaper article .rensai__item:hover {
  text-decoration: none;
  color: #955;
}

#newspaper article .rensaiCat,
#newspaper article .backnumber {
  padding: 0 4% 0 2%;
}

#newspaper article .rensaiCat li,
#newspaper article .backnumber li {
  display: block;
}

#newspaper article .rensaiCat li span,
#newspaper article .backnumber li span {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 4px 24px 4px 0;
}

#newspaper article .rensaiCat li a,
#newspaper article .backnumber li a {
  font-size: 16px;
  font-size: 1.6rem;
}

#newspaper article .rensaiDet .newsDetail__lecturers {
  margin: 0 10px 28px 0;
  padding-top: 10px;
  text-align: right;
}

#newspaper article .rensaiDet p {
  line-height: 2;
  padding: 0 14px;
}

#newspaper article form {
  margin: 0 8px;
  color: #555;
}

#newspaper article form.kakunin * {
  border: none;
}

#newspaper article form table {
  width: 100%;
  border-collapse: collapse;
}

#newspaper article form th {
  text-align: left;
  width: 40%;
  padding: 8px 12px;
  background-color: #ddd;
  border: 1px solid #888;
}

#newspaper article form th span {
  font-size: 10px;
  font-size: 1rem;
  color: #d22;
  display: inline-block;
  margin: 0 0 0 8px;
}

#newspaper article form td {
  border: 1px solid #888;
  padding: 12px 12px;
  vertical-align: top;
}

#newspaper article form td input {
  width: 90%;
  padding: 2px 4px;
}

#newspaper article form td input.name {
  width: 30%;
}

#newspaper article form td input[type="checkbox"],
#newspaper article form td input[type="radio"] {
  width: 20%;
}

#newspaper article form input[type="button"] {
  background-color: #ddd;
  border: none;
  margin: 40px auto 0 auto;
  padding: 12px 20px;
}

#newspaper article #book .bookList {
  word-wrap: break-word;
}

#newspaper article #book ul {
  padding: 0 16px 0 16px;
}

#newspaper article #book li {
  display: block;
  border-bottom: 1px dashed #888;
  margin: 4px 0 0 0;
  padding: 0 0 4px 4px;
}

#newspaper article #book li .name {
  margin: 0 0 0 0;
}

#newspaper article #book li .title {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin: 4px 0;
  color: #555;
}

#newspaper article #book li .title:hover {
  color: #955;
}

#newspaper article #book li .title:before {
  color: #8bb;
  content: "■";
}

#newspaper article #book li .date {
  margin: 0 0 0 24px;
}

#newspaper article dl {
  margin: 0 0 24px 16px;
}

#newspaper article dd {
  margin: 0 0 8px 40px;
}

#newspaper article dd:before {
  color: #8bb;
  content: "■";
}

#newspaper article .description {
  width: 462px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  float: right;
  line-height: 1.9;
  letter-spacing: 0.12em;
}

#newspaper article .cat_hi {
  padding-top: 22px;
}

#newspaper article .cat_hi img {
  display: block;
  width: 30px;
  margin: 30px auto 0 auto;
}

#newspaper article .cat_hi h2 {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}

#newspaper article .cat_hi h2:before {
  content: none;
  background: none;
}

#newspaper article .cat_hi a {
  float: left;
  width: 224px;
  height: 120px;
  text-decoration: none;
}

#newspaper article .event .cat_hi a {
  background: url(../images/bg_campus_ttl_01.png) black;
}

#newspaper article .event .cat_hi .description {
  color: #59b6ce;
}

#newspaper article .event .moreButton a {
  background: #69c0d5;
}

#newspaper article .event .camTit {
  border-left-color: #84d3e7;
}

#newspaper article .event .camCon h2 {
  color: #44bcdb;
}

#newspaper article .event .camCon h4 {
  color: #44bcdb;
}

#newspaper article .event .tableWrap {
  border-color: #84d3e7;
}

#newspaper article .goods .cat_hi a {
  background: url(../images/bg_campus_ttl_02.png);
}

#newspaper article .goods .cat_hi .description {
  color: #bdb55c;
}

#newspaper article .goods .moreButton a {
  background: #cac267;
}

#newspaper article .goods .camTit {
  border-left-color: #cac267;
}

#newspaper article .goods .camCon h2 {
  color: #a9a13b;
}

#newspaper article .goods .camCon h4 {
  color: #a9a13b;
}

#newspaper article .goods .tableWrap {
  border-color: #cac267;
}

#newspaper article .start .cat_hi a {
  background: url(../images/bg_campus_ttl_03.png);
}

#newspaper article .start .cat_hi a:hover {
  opacity: 0.7;
}

#newspaper article .start .cat_hi .description {
  color: #9573a5;
}

#newspaper article .start .moreButton a {
  background: #a991b4;
}

#newspaper article .start .camTit {
  border-left-color: #a991b4;
}

#newspaper article .start .camCon h2 {
  color: #91739f;
}

#newspaper article .start .camCon h4 {
  color: #91739f;
}

#newspaper article .start .tableWrap {
  border-color: #a991b4;
}

#newspaper article.campus > p {
  padding: 0 0 25px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #e5e5e5;
}

#newspaper article.campus a[href]:hover {
  opacity: 0.7;
}

#newspaper article.campus section {
  clear: both;
}

#newspaper article.campus section .content {
  margin: 25px -14px 6px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  clear: both;
}

#newspaper article.campus section .content.mb-4px {
  margin-bottom: 0;
}

#newspaper article.campus section .content a {
  float: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 224px;
  min-height: 210px;
  height: auto;
  margin: 0 14px 15px 0;
  padding: 10px;
  background-image: url(../images/bg_campus_border_01.png);
  text-decoration: none;
}

#newspaper article.campus section .content a img {
  max-height: 136px;
  width: auto;
  max-width: 204px;
  display: block;
  margin: 0 auto;
}

#newspaper article.campus section .content a .img_wrap {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#newspaper article.campus section .content a .text_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#newspaper article.campus section .content a h3 {
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  font-weight: bold;
  background: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #535353;
}

#newspaper article.campus section .content a p {
  margin: 6px 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.00em;
  color: #535353;
}

#newspaper article.campus section .moreButton a {
  display: inline-block;
  width: 40%;
  height: auto;
  padding: 0.8% 0.8% 0.8% 1%;
  text-align: center;
  color: #fff;
  margin-right: 2%;
  float: right;
  text-decoration: none;
}

#newspaper article.campus section .moreButton a:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-left: 8px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}

#newspaper article.campus section .moreButton:after {
  display: block;
  clear: both;
  content: "";
}

#newspaper article.camDet {
  line-height: 1.8;
}

#newspaper article.camDet .camTit {
  padding: 0 0 0 10px;
}

#newspaper article.camDet .camTit .Universityname {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: none;
  color: #535353;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

#newspaper article.camDet .camTit p {
  font-size: 20px;
  font-size: 2rem;
}

#newspaper article.camDet h2 {
  border: none;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
}

#newspaper article.camDet h2:before {
  content: none;
}

#newspaper article.camDet .camEvent .camTit {
  border-width: 0 0 0 8px;
  border-style: solid;
}

#newspaper article.camDet .camCon {
  float: left;
  width: 460px;
}

#newspaper article.camDet .camCon h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  margin: 14px 0 10px 0;
}

#newspaper article.camDet .camCon h4 {
  font-weight: normal;
}

#newspaper article.camDet .camImg {
  float: right;
  width: 230px;
}

#newspaper article.camDet .camImg img {
  display: block;
  width: 230px;
  margin: 20px auto 0 auto;
}

#newspaper article.camDet .tableWrap {
  clear: both;
  margin-top: 16px;
  border-width: 6px;
  border-style: solid;
}

@media screen and (max-width: 768px) {
  #newspaper article .rensai__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #newspaper article .cat_hi a {
    display: block;
    float: none;
    width: auto;
    height: 90px;
    text-decoration: none;
  }
  #newspaper article .cat_hi img {
    display: block;
    width: 41px;
    margin: 20px auto 0 auto;
  }
  #newspaper article .cat_hi h2 {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
  }
  #newspaper article .cat_hi h2:before {
    content: none;
    background: none;
  }
  #newspaper article .cat_hi .description {
    width: auto;
    margin-top: 8px;
    line-height: 1.9;
    letter-spacing: 0.12em;
  }
  #newspaper article.campus section {
    float: none;
    clear: both;
  }
  #newspaper article.campus section .content {
    margin-right: 2px;
  }
  #newspaper article.campus section .content.mb-4px {
    margin-bottom: 0;
  }
  #newspaper article.campus section .content a {
    width: 49%;
    height: auto;
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    padding: 1.8%;
    margin: 0 0 2% 0;
    min-height: 180px;
    background-image: url(../images/bg_campus_border_01.png);
  }
  #newspaper article.campus section .content a img {
    max-width: 100%;
    height: 60%;
    height: auto;
  }
  #newspaper article.campus section .content a h3 {
    margin: 20px 0 0 0;
  }
  #newspaper article.campus section .moreButton a {
    width: 60%;
    padding: 2% 1% 2% 4%;
  }
  #newspaper article .backnumber,
  #newspaper article .year {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: none;
  }
  #newspaper article .camEvent {
    padding: 0 10px 0 10px;
  }
  #newspaper article.camDet .camCon,
  #newspaper article.camDet .camImg {
    width: 100%;
  }
  #newspaper article #book .bookList,
  #newspaper article #book .yaer {
    width: 100%;
    float: none;
  }
  #newspaper article #book ul {
    width: 100%;
  }
  #newspaper article .contact th,
  #newspaper article .contact td {
    display: block;
    width: 100%;
  }
  #newspaper article .contact td {
    border-top: none;
  }
}

#apuji .bookTitle li {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

#apuji .bookTitle li li {
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

#apuji .syllabary {
  margin: 0 auto 30px auto;
}

#apuji .syllabary table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}

#apuji .syllabary caption {
  font-size: 13px;
  font-size: 1.3rem;
}

#apuji .syllabary td {
  background-color: #e8e8e8;
  text-align: center;
}

#apuji .syllabary td:hover {
  background-color: #eee;
}

#apuji .syllabary td a {
  text-decoration: none;
  padding: 10px 10px;
  color: #535353;
  display: block;
}

#apuji .syllabaryResulWrap {
  padding: 30px 0;
}

#apuji .syllabaryResult {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  margin-bottom: 20px;
}

#apuji .syllabaryResult .resultChar, #apuji .syllabaryResult .resultUniNum {
  background: pink;
  padding: 4px;
  display: inline-block;
}

#apuji .resultUni__unis {
  margin: -5px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#apuji .resultUni__unis > li {
  padding: 5px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

#apuji .resultUni__uni {
  display: block;
  background-color: #b9dea2;
  padding: 5px 10px;
  text-decoration: none;
  color: #535353;
}

#apuji .resultUni__uni:hover {
  text-decoration: underline;
}

#apuji .selectBranch {
  margin-bottom: 20px;
}

#apuji .branchResult {
  padding: 30px 0;
}

#apuji .branch__items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#apuji .branch__items > li {
  width: calc(50% - 5px);
  padding: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#apuji .branch__items > li:before {
  background: none;
}

#apuji .branch__items .full {
  width: 100%;
}

#apuji .branch__item {
  display: block;
  text-align: center;
  padding: 5px;
  background-color: #b9dea2;
  color: #535353;
  text-decoration: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

#apuji .pref_branch__items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#apuji .pref_branch__items > li {
  width: calc(16% - 5px);
  padding: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#apuji .memberChoice {
  margin: 20px 0;
}

#apuji .memberChoice ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#apuji .memberChoice li {
  padding: 0 5px;
}

#apuji .memberChoice a {
  padding: 10px 15px;
  display: block;
  border: 1px solid #40896a;
  text-decoration: none;
}

#apuji .memberChoice .active {
  background-color: #40896a;
  color: #fff;
}

#apuji .studyTb table {
  width: 100%;
  border-collapse: collapse;
}

#apuji .studyTb table th, #apuji .studyTb table td {
  padding: 5px 5px;
}

#apuji .studyTb table td:nth-child(4) {
  text-align: center;
}

#apuji .studyTb table td:nth-child(5) {
  text-align: center;
  width: 11%;
}

#apuji .scheduleTb table {
  width: 100%;
  border-collapse: collapse;
}

#apuji .scheduleTb table th, #apuji .scheduleTb table td {
  padding: 10px 10px;
}

#apuji .scheduleTb table th {
  width: 10%;
}

#apuji .scheduleTb table td {
  text-align: left;
}

#apuji .scheduleTb table td:nth-child(3) {
  width: 60%;
}

#apuji .outline table, #apuji .outline--en table {
  width: 100%;
  border-collapse: collapse;
}

#apuji .outline table th, #apuji .outline--en table th, #apuji .outline table td, #apuji .outline--en table td {
  padding: 10px 15px;
  border: 1px solid #40896a;
}

#apuji .outline table th, #apuji .outline--en table th {
  width: 20%;
  background: #e7f0ec;
}

#apuji .outline table td, #apuji .outline--en table td {
  text-align: left;
}

#apuji .outline dl, #apuji .outline--en dl {
  padding: 0;
  margin-top: 0;
}

#apuji .outline dl::before, #apuji .outline--en dl::before, #apuji .outline dl::after, #apuji .outline--en dl::after {
  content: "";
  display: table;
}

#apuji .outline dl::after, #apuji .outline--en dl::after {
  clear: both;
}

#apuji .outline dl:last-child, #apuji .outline--en dl:last-child {
  margin-bottom: 0;
}

#apuji .outline dl:last-child dd, #apuji .outline--en dl:last-child dd {
  float: left;
}

#apuji .outline dt, #apuji .outline--en dt {
  float: left;
  width: 40%;
  clear: both;
  margin-bottom: 5px;
}

#apuji .outline dd, #apuji .outline--en dd {
  margin: 0;
  width: 15%;
  float: left;
  text-align: right;
}

#apuji .outline--en dt {
  width: 70%;
}

#apuji .outline--en dd {
  width: 30%;
  text-align: left;
}

#apuji .type01 table {
  width: 100%;
  border-collapse: collapse;
}

#apuji .type01 table th, #apuji .type01 table td {
  padding: 10px 15px;
  border: 1px solid #40896a;
}

#apuji .type01 table th {
  width: 20%;
  background: #e7f0ec;
}

#apuji .type01 table td {
  text-align: left;
}

#apuji .type01 table th + td {
  width: 110px;
  text-align: center;
}

#apuji .type01 table td:first-child {
  text-align: center;
}

#apuji .greeting > img {
  width: initial;
}

#apuji .publishedBook table {
  width: 100%;
  border-collapse: collapse;
}

#apuji .publishedBook table th, #apuji .publishedBook table td {
  padding: 5px 10px;
  border: 1px solid #40896a;
}

#apuji .publishedBook table th {
  width: 6%;
  background: #e7f0ec;
}

#apuji .publishedBook table td {
  width: 40%;
}

#apuji .publishedBook table td:nth-of-type(1) {
  font-weight: bold;
  width: 20%;
}

#apuji .officer table {
  width: 100%;
  border-collapse: collapse;
}

#apuji .officer table tr:nth-child(even) {
  background-color: #f9f9f9;
}

#apuji .officer table th, #apuji .officer table td {
  padding: 10px 15px;
  border: 1px solid #40896a;
}

#apuji .officer table th {
  background: #e7f0ec;
}

#apuji .officer table td {
  text-align: left;
}

#apuji .qaTable td:first-child {
  width: 100px;
}

#apuji .ta-r {
  text-align: right;
}

@media screen and (max-width: 767px) {
  #apuji .resultUni__unis {
    margin: 0;
  }
  #apuji .resultUni__unis > li {
    padding: 5px 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  #apuji .qaTable th {
    display: block;
    width: 100%;
    border-top: none;
  }
  #apuji .qaTable th:first-child {
    border-top: 1px solid;
  }
  #apuji .qaTable td {
    width: 100%;
    display: block;
    border-top: none;
  }
  #apuji .qaTable td:first-child {
    width: 100%;
  }
  #apuji .syllabary td a {
    padding: 5px 5px;
  }
  #apuji .studyTb table {
    border-top: 1px solid #40896a;
  }
  #apuji .studyTb table th, #apuji .studyTb table td {
    border-top: 0;
    display: block;
  }
  #apuji .studyTb table th {
    background: #e7f0ec;
  }
  #apuji .studyTb table td:nth-child(5) {
    width: 100%;
  }
  #apuji .scheduleTb table {
    border-top: 1px solid #40896a;
  }
  #apuji .scheduleTb table th, #apuji .scheduleTb table td {
    padding: 10px 15px;
  }
  #apuji .scheduleTb table th {
    width: 100%;
    display: block;
    border-top: none;
    border-bottom: none;
  }
  #apuji .scheduleTb table td {
    width: 100%;
    display: block;
  }
  #apuji .scheduleTb table td:nth-child(3) {
    width: 100%;
  }
  #apuji .outline table, #apuji .outline--en table {
    border-top: 1px solid #40896a;
  }
  #apuji .outline table th, #apuji .outline--en table th, #apuji .outline table td, #apuji .outline--en table td {
    padding: 10px 15px;
  }
  #apuji .outline table th, #apuji .outline--en table th {
    width: 100%;
    display: block;
    border-top: none;
    border-bottom: none;
  }
  #apuji .outline table td, #apuji .outline--en table td {
    width: 100%;
    display: block;
  }
  #apuji .outline dt, #apuji .outline--en dt {
    width: 50%;
  }
  #apuji .outline dd, #apuji .outline--en dd {
    width: 25%;
  }
  #apuji .outline--en dd {
    width: 50%;
  }
  #apuji .type01 table {
    border-top: 1px solid #40896a;
  }
  #apuji .type01 table th, #apuji .type01 table td {
    padding: 10px 15px;
  }
  #apuji .type01 table th {
    width: 100%;
    display: block;
    border-top: none;
    border-bottom: none;
  }
  #apuji .type01 table td {
    width: 100%;
    display: block;
  }
  #apuji .type01 table th + td {
    width: 100%;
    border-bottom: none;
  }
  #apuji .type01 table td:first-child {
    border-top: none;
    border-bottom: none;
  }
  #apuji .publishedBook table td {
    width: 100%;
    display: block;
    border-left: none;
    border-bottom: none;
  }
  #apuji .publishedBook table td:nth-of-type(1) {
    width: 100%;
    font-weight: bold;
  }
  #apuji .publishedBook .bt-n {
    border-top: none;
  }
  #apuji .publishedBook .bb-d {
    border-bottom: 1px solid #40896a;
  }
  #apuji .memberChoice ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #apuji .memberChoice li {
    width: 100%;
    margin-bottom: 5px;
  }
  #apuji .pref_branch__items {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #apuji .pref_branch__items > li {
    width: calc(25% - 5px);
    margin-right: 5px;
  }
  #apuji .pref_branch__items > li(4n) {
    margin-right: 0;
  }
}

.detail_cts .fl-l {
  float: left;
  padding-right: 10px;
}

.detail_cts .fl-r {
  float: right;
  padding-left: 10px;
}

.detail_cts .txtCenter {
  text-align: center;
}

.detail_cts .txtRight {
  text-align: right;
}

.detail_cts .txtLeft {
  text-align: left;
}

.detail_cts .margineCenter {
  margin: 0 auto;
}

.detail_cts .mt-4px {
  margin-top: 4px;
}

.detail_cts .mt-8px {
  margin-top: 8px;
}

.detail_cts .mt-12px {
  margin-top: 12px;
}

.detail_cts .mt-16px {
  margin-top: 16px;
}

.detail_cts .mt-20px {
  margin-top: 20px;
}

.detail_cts .mt-24px {
  margin-top: 24px;
}

.detail_cts .mt-28px {
  margin-top: 28px;
}

.detail_cts .mt-32px {
  margin-top: 32px;
}

.detail_cts .mt-36px {
  margin-top: 36px;
}

.detail_cts .mr-4px {
  margin-right: 4px;
}

.detail_cts .mr-8px {
  margin-right: 8px;
}

.detail_cts .mr-12px {
  margin-right: 12px;
}

.detail_cts .mr-16px {
  margin-right: 16px;
}

.detail_cts .mr-20px {
  margin-right: 20px;
}

.detail_cts .mr-24px {
  margin-right: 24px;
}

.detail_cts .mr-28px {
  margin-right: 28px;
}

.detail_cts .mr-32px {
  margin-right: 32px;
}

.detail_cts .mr-36px {
  margin-right: 36px;
}

.detail_cts .mb-4px {
  margin-bottom: 4px !important;
}

.detail_cts .mb-8px {
  margin-bottom: 8px !important;
}

.detail_cts .mb-12px {
  margin-bottom: 12px !important;
}

.detail_cts .mb-16px {
  margin-bottom: 16px !important;
}

.detail_cts .mb-20px {
  margin-bottom: 20px !important;
}

.detail_cts .mb-24px {
  margin-bottom: 24px !important;
}

.detail_cts .mb-28px {
  margin-bottom: 28px !important;
}

.detail_cts .mb-32px {
  margin-bottom: 32px !important;
}

.detail_cts .mb-36px {
  margin-bottom: 36px !important;
}

.detail_cts .ml-4px {
  margin-left: 4px;
}

.detail_cts .ml-8px {
  margin-left: 8px;
}

.detail_cts .ml-12px {
  margin-left: 12px;
}

.detail_cts .ml-16px {
  margin-left: 16px;
}

.detail_cts .ml-20px {
  margin-left: 20px;
}

.detail_cts .ml-24px {
  margin-left: 24px;
}

.detail_cts .ml-28px {
  margin-left: 28px;
}

.detail_cts .ml-32px {
  margin-left: 32px;
}

.detail_cts .ml-36px {
  margin-left: 36px;
}

.mb-42px {
  margin-bottom: 42px;
}

.mr-n {
  margin-right: 0;
}

.initial {
  width: initial;
}

.asideBanner li.sp_hide {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
}
.detail_cts .shiryoBody {
	margin-left:40px;
}
.detail_cts .shiryoBody p{
	font-size:0.96em;
}

.detail_cts .greeting-img{
  float: right;
  margin-left: 1em;
  width: 200px;
}
.detail_cts .greeting-img.typeLeft{
  float: left;
  margin-left: 0;
  margin-right: 1em;
  width: 200px;
}
#apuji .greeting > img.greeting-img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  #apuji .greeting > img.greeting-img {
    width: 100%;
  }
  .detail_cts .greeting-img {
    float: none;
    margin-left: 0;
    width: 100%;
    margin: 0 auto;
  }
  .detail_cts .greeting-img.typeLeft {
    float: none;
    margin-right: 0;
    width: 100%;
    margin: 0 auto;
  }
  .detail_cts .greeting-img + p {
    margin-top: 1em;
  }
}

/* IE11修正20191007 */
#newspaper article .rensai__items > li {
  flex-basis: auto;
  width: 50%;
}
/* サイドバーの崩れ修正20191121 */
.sideLink--association .sideLink__item > span{
  display: block;
}
/* 国際交流事業ページ　インデント追加20210114 */
p.indentback{
  text-indent: -1em;
  padding-left: 2em;
  margin: 2px auto;
}
p.mtb{
  margin: 2px auto;
}
