@charset "UTF-8";
/* ---------------------------
 * PC and Mobile
 * --------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}

/**
 * Address style set.
 */
em {
  text-decoration: underline;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* TYOJU_STAFF-797
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
*/

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

html {
  font-size: 16px;
  line-height: 1.25;
}

body {
  margin: 0;
}

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

a {
  color: #0a4e8a;
  text-decoration: underline;
}

.base-page {
  min-width: 320px;
}

.base-contents {
  padding: 0 10px;
}

.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

.l-inner {
  width: 960px;
  margin: 0 auto;
}

.l-visual {
  background-color: #8e9e6f;
}
.l-visual > .l-inner {
  position: relative;
}
.l-visual > .l-inner div {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.mod-header {
  position: relative;
  margin: 0;
  padding: 45px 50px 0 10px;
  overflow: hidden;
}
.mod-header__logo {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
}
h1.mod-header__logo {
  font-size: 1em;
}
.mod-header__logo a {
  display: block;
}
.mod-header__logo img {
  width: 222px;
  height: 25px;
}
.mod-header__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod-header__skip,
.mod-header__listItem {
  display: none;
  position: relative;
  margin: 0 0 15px;
  padding-left: 16px;
  font-weight: bold;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  color: #0b4405;
  font-size: 75%;
  line-height: 1.33333;
}
.mod-header__skip a,
.mod-header__listItem a {
  color: inherit;
  /* text-decoration: none; TYOJU_STAFF-806 */
}
.mod-header__listItem:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 4px;
  height: 15px;
  border-radius: 2px;
  background: #ffb400;
}
.mod-header__listItem:nth-child(3), .mod-header__listItem:nth-child(4) {
  display: inline-block;
}
.mod-header__listItem:nth-child(4) {
  margin-left: 20px;
}
.mod-header__listItem:nth-child(5) {
  position: relative;
  display: block;
  margin-right: -40px;
  padding-right: 170px;
  vertical-align: middle;
}
.mod-header__listItem:nth-child(5) a {
  display: inline-block;
}
.mod-header__listItem:nth-child(5) .mod-header__search {
  position: absolute;
  top: -10px;
  right: 0;
  height: 31px;
}
.mod-header__menu {
  position: absolute;
  top: 10px;
  right: 10px;
}
.mod-header__menu button {
  display: block;
  padding: 0;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  border: none;
  background: #1e6548;
  font-size: 7px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.mod-header__menu button:focus {
  outline: none;
}
.mod-header__menu button .text {
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.mod-header__menu button .icon, .mod-header__menu button .icon:before, .mod-header__menu button .icon:after {
  display: block;
  position: absolute;
  height: 4px;
  background-color: #fff;
}
.mod-header__menu button .icon {
  top: 15px;
  left: 9px;
  right: 9px;
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
.mod-header__menu button .icon:before, .mod-header__menu button .icon:after {
  left: 0;
  width: 100%;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.mod-header__menu button .icon:before {
  top: -6px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
.mod-header__menu button .icon:after {
  bottom: -6px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
body.gnav-active .mod-header__menu button .icon {
  background: none;
}
body.gnav-active .mod-header__menu button .icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 3px;
}
body.gnav-active .mod-header__menu button .icon:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 3px;
}
body.gnav-active .mod-header__menu button .icon:before, body.gnav-active .mod-header__menu button .icon:after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.mod-header__fontsize {
  clear: both;
  display: none;
}
.mod-header__description {
  clear: both;
  margin: 0 -50px 10px -10px;
  padding: 10px 20px;
  background: #1e6548;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  color: #fff;
  font-size: 75%;
  line-height: 1.5;
  text-align: center;
}
.mod-header__search {
  position: relative;
  width: 55%;
  display: inline-block;
  margin-left: 10px;
  padding: 1px;
  border: 1px solid #1e6548;
  border-radius: 4px;
}
.mod-header__search:before {   
 position: absolute;
 top: 50%;
 right: 10px;
 content: none;
 display: block;
 width: 20px;
 height: 19px;
 background: url("../img/base/icon-search.png")
 no-repeat 0 0;
 background-size: 20px auto;
 margin: -10px 0 0;
}
.mod-header__search .gsc-control-cse {
  padding: 0;
  border-style: none;
  background: none;
  border-radius: 4px;
}
.mod-header__search .gsc-search-box {
  padding: 0;
}
.mod-header__search .gsc-search-box {
  margin: 0;
}
.mod-header__search .gsc-search-box table {
  margin: 0;
}
.mod-header__search .gsc-search-box table .gsc-input input {
  border: none;
}
.mod-header__search .gsc-clear-button {
  display: none;
}
.mod-header__search .gsc-search-button input[type="submit"],
.mod-header__search .gsc-search-button input[type="button"] {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  background: none;
  border: none;
  opacity: 0.1;
}
input.gsc-input {
    background-image:none !important;
}
.mod-header__search .hidden {
  display: none;
}

.mod-footer {
  margin: 60px 0 0;
}
.mod-footer__navigation {
  position: relative;
  padding: 0 10px 10px;
  background-color: #f6f3e9;
}
.mod-footer__navigation ol {
  display: none;
}
.mod-footer__navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod-footer__navigation ul li {
  padding: 12px 0;
  border-bottom: 1px solid #a0a0a0;
  color: #1d3c1a;
}
.mod-footer__navigation ul li a {
  position: relative;
  display: block;
  padding: 0 0 0 10px;
  color: inherit;
  font-size: 93.75%;
  line-height: 1.4;
  /* text-decoration: none; TYOJU_STAFF-806 */
}
.mod-footer__navigation ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 3px;
  height: 100%;
  background: #425a3f;
  border-radius: 2px;
}
.mod-footer__pagetop {
  position: absolute;
  top: -40px;
  right: 0;
  width: 100%;
  display: block;
}
.mod-footer__pagetop a {
  display: block;
  padding: 10px 10px 9px;
  background-color: #126334;
  color: #fff;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: 93.75%;
  line-height: 1.4;
  text-align: center;
  /* text-decoration: none; TYOJU_STAFF-806 */
  /* outline: none; TYOJU_STAFF-797 */
}
.mod-footer__pagetop a:before {
  position: relative;
  top: 2px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 17px;
  background: url("../img/base/icon-pagetop.png") no-repeat 0 0;
  background-size: 20px auto;
  margin-right: 10px;
}
.mod-footer__info {
  padding: 0 20px;
  text-align: center;
}
.mod-footer__logo {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
}
.mod-footer__name {
  display: inline-block;
  margin-left: 5px;
  color: #126334;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: 93.75%;
  line-height: 2.66667;
  vertical-align: middle;
}
.mod-footer__data {
  display: block;
  margin: 14px 0 0;
  color: #126334;
  font-size: 62.5%;
  line-height: 1.6;
  text-align: left;
}
.mod-footer__data a {
  color: inherit;
}
.mod-footer__map {
  position: relative;
  display: block;
  margin: 10px -10px 10px;
  padding: 10px 30px 10px;
  border-radius: 5px;
  background-color: #1e6548;
  color: #fff;
  font-weight: bold;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: 93.75%;
  line-height: 1.6;
  text-align: center;
  /* text-decoration: none; TYOJU_STAFF-806 */
}
.mod-footer__map:before {
  position: relative;
  top: 0;
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/base/icon-map.png") no-repeat 0 0;
  background-size: 30px auto;
  margin-right: 10px;
}
.mod-footer__copyright {
  margin: 10px 0 40px;
  color: #1d3c1a;
  font-size: 43.75%;
  line-height: 1.42857;
  text-align: center;
}
.mod-footer__copyright small {
  font-size: 100%;
}
.mod-footer__spPagetop {
  position: fixed;
  right: 10px;
  bottom: 50px;
  display: block;
  width: 58px;
  z-index: 100;
}
.mod-footer__spPagetop a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  height: 58px;
  background: url("../img/base/btn-pagetop.png") no-repeat 0 0;
  background-size: 58px auto;
}

.mod-navigation {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  padding: 10px;
  background: #c7c297;
  box-sizing: border-box;
}
body.gnav-active .mod-navigation {
  display: block;
  z-index: 100;
}
.mod-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod-navigation ul a {
  display: block;
  /* text-decoration: none; TYOJU_STAFF-806 */
}
.mod-navigation ul li {
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
.mod-navigation > ul > li {
  position: relative;
  margin: 0 0 7px;
  border-radius: 5px;
  border: 5px solid #fff;
  background-color: #fff;
}
.mod-navigation > ul > li.active:before, .mod-navigation > ul > li.active:after {
  display: block;
  content: "";
  background: #fff;
}
.mod-navigation > ul > li.active:before {
  position: absolute;
  top: 16px;
  right: 7px;
  width: 22px;
  height: 4px;
}
.mod-navigation > ul > li.close:before, .mod-navigation > ul > li.close:after {
  display: block;
  content: "";
  background: #1e6548;
  border-radius: 2px;
}
.mod-navigation > ul > li.close:before {
  position: absolute;
  top: 16px;
  right: 7px;
  width: 22px;
  height: 4px;
}
.mod-navigation > ul > li.close:after {
  position: absolute;
  top: 7px;
  right: 16px;
  width: 4px;
  height: 22px;
}
.mod-navigation > ul > li > a {
  position: relative;
  padding: 7px 47px 7px 14px;
  color: #2b2b2b;
  font-size: 93.75%;
  line-height: 1.4;
}
.mod-navigation > ul > li > a:before {
  position: absolute;
  top: 7px;
  left: 3px;
  bottom: 7px;
  content: "";
  display: block;
  width: 3px;
  border-radius: 2px;
  background: #000;
}
.mod-navigation > ul > li > ul {
  display: none;
}
.mod-navigation > ul > li > ul > li {
  margin-top: 5px;
  background-color: #fefff0;
  border-radius: 4px;
  padding: 5px;
}
.mod-navigation > ul > li > ul > li > a {
  position: relative;
  padding: 5px 5px 5px 23px;
  color: #126334;
  font-size: 93.75%;
  line-height: 1.4;
}
.mod-navigation > ul > li > ul > li > a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  content: "";
  width: 6px;
  height: 12px;
  margin-top: -6px;
  display: block;
  background: url("../img/base/arrow-green.png") no-repeat 0 0;
  background-size: 6px auto;
}
.mod-navigation > ul > li > ul > li.active > a:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mod-navigation > ul > li > ul > li.active > ul {
  display: block;
}
.mod-navigation > ul > li > ul > li.close > a:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mod-navigation > ul > li > ul > li > ul {
  padding-left: 12px;
}
.mod-navigation > ul > li > ul > li > ul > li > a {
  position: relative;
  color: #323232;
  font-size: 81.25%;
  line-height: 1.61538;
  padding-left: 12px;
}
.mod-navigation > ul > li > ul > li > ul > li > a:before {
  position: absolute;
  top: 50%;
  left: 3px;
  content: "";
  width: 4px;
  height: 5px;
  display: block;
  background: url("../img/base/arrow-yellow.png") no-repeat 0 0;
  background-size: 4px auto;
  margin-top: -3px;
}
.mod-navigation > ul > li.active {
  background-color: #57543d;
  border-color: #57543d;
}
.mod-navigation > ul > li.active > a {
  color: #fff;
}
.mod-navigation > ul > li.active > a:before {
  background-color: #fff;
}
.mod-navigation > ul > li.active > ul {
  display: block;
}
.mod-navigation > ul > li.active > ul ul {
  display: none;
}

.mod-breadcrumbs {
  margin: 10px 0 25px;
  padding: 10px 10px 0;
  border-top: 2px solid #1e6548;
  overflow: hidden;
}
.mod-breadcrumbs__link {
  float: left;
  margin: 0;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: 93.75%;
  line-height: 1.13333;
}
.mod-breadcrumbs__list {
  float: left;
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  border-left: 1px solid #434343;
}
.mod-breadcrumbs__list li {
  display: none;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: 93.75%;
  line-height: 1.13333;
}
.mod-breadcrumbs__list li:last-child {
  display: block;
}

.mod-iconlink {
  /* display: inline-block; TYOJU_STAFF-326 */
  font-size: 100%;
  word-wrap: break-word;
  max-width: 100%;
}
.mod-iconlink i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: no-repeat 0 0;
  background-size: 24px auto;
  margin-right: 10px;
  font-size: 87.5%;
  line-height: 1.71429;
  vertical-align: middle;
}
.mod-iconlink i.icon-blank {
  background-image: url("../img/mod-iconlink/blank.png");
}
.mod-iconlink i.icon-pdf {
  background-image: url("../img/mod-iconlink/pdf.png");
}
.mod-iconlink i.icon-doc {
  background-image: url("../img/mod-iconlink/doc.png");
}
.mod-iconlink i.icon-ppt {
  background-image: url("../img/mod-iconlink/ppt.png");
}
.mod-iconlink i.icon-xsl,
.mod-iconlink i.icon-xls {
  background-image: url("../img/mod-iconlink/xls.png");
}
.mod-iconlink i.icon-zip {
  background-image: url("../img/mod-iconlink/zip.png");
}
.mod-iconlink a {
  /*display: inline-block;*/
  color: #1e5018;
  font-weight: bold;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: 93.75%;
  line-height: 1.6;
  vertical-align: middle;
}

.mod-textlink {
  position: relative;
  display: block;
  padding: 12px;
  border-radius: 3px;
  background-color: #1e5018;
  color: #fff;
  font-weight: bold;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: 106.25%;
  line-height: 1.23529;
  text-align: center;
  /* text-decoration: none; TYOJU_STAFF-806 */
}
.gecko .mod-textlink {
  outline-color: #000; /* TYOJU_STAFF-813 */
}
.mod-textlink:before {
  position: absolute;
  top: 6px;
  left: 12px;
  bottom: 6px;
  display: block;
  content: "";
  width: 5px;
  background: #fff;
  border-radius: 2px;
}
.mod-textlink.type-blue {
  padding: 8px 12px;
  background-color: #304658;
  font-size: 93.75%;
  line-height: 1.4;
}

.mod-textlink2 {
  position: relative;
  display: block;
  margin: 25px 0 0;
}
.mod-textlink2:before, .mod-textlink2:after {
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-left: -11px;
}
.mod-textlink2:before {
  border-style: solid;
  border-width: 0 11px 17px 11px;
  border-color: transparent transparent #bfbfbf transparent;
}
.mod-textlink2:after {
  top: -14px;
  border-style: solid;
  border-width: 0 11px 17px 11px;
  border-color: transparent transparent #fff transparent;
  z-index: 2;
}
.mod-textlink2 a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 7px 12px;
  border-radius: 3px;
  border: 1px solid #bfbfbf;
  font-weight: bold;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  color: #2b2b2b;
  font-size: 87.5%;
  line-height: 1.42857;
  text-align: center;
  /* text-decoration: none; TYOJU_STAFF-806 */
}
.mod-textlink2 a:before {
  position: absolute;
  top: 6px;
  left: 12px;
  bottom: 6px;
  display: block;
  content: "";
  width: 5px;
  background: #1e5018;
  border-radius: 2px;
}

.mod-textlink3 {
  position: relative;
  z-index: 1;
  display: block;
  padding: 7px 25px;
  border-radius: 3px;
  border: 2px solid #bfbfbf;
  font-weight: bold;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  color: #2b2b2b;
  font-size: 87.5%;
  line-height: 1.42857;
  /*text-align: center;*/
  /* text-decoration: none; TYOJU_STAFF-806 */
}
.mod-textlink3:before {
  position: absolute;
  top: 6px;
  left: 12px;
  bottom: 6px;
  display: block;
  content: "";
  width: 5px;
  background: #822323;
  border-radius: 2px;
}

.mod-currentPageLink {
  margin: 0 0 20px;
}
.mod-currentPageLink__list {
  list-style: none;
  padding-left: 0;
}
.mod-currentPageLink__item {
  position: relative;
  margin-bottom: 1em;
  padding-left: 22px;
}
.mod-currentPageLink__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url("../img/mod-currentPageLink/linkicon01.png") no-repeat 0 0 / 12px 12px;
}
.mod-currentPageLink__anchor {
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: 93.75%;
}

.mod-required {
  display: inline-block;
  padding: 2px 5px;
  background-color: #a81300;
  color: #fff;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: 87.5%;
  line-height: 1.42857;
}

.mod-form {
  margin: 0 0 20px;
}
.mod-form__body {
  table-layout: fixed;
  width: 100%;
  border: solid #a0a0a0;
  border-width: 1px 1px 0;
}
.mod-form__body th, .mod-form__body td {
  display: block;
  word-wrap: break-word;
  padding: 10px;
  border-bottom: 1px solid #a0a0a0;
  font-size: 87.5%;
  line-height: 1.71429;
  text-align: left;
  vertical-align: top;
}
.mod-form__body th {
  border-bottom: none;
  padding-bottom: 0;
}
.mod-form__body td {
  padding: 10px 25px;
}
.mod-form__body textarea {
  display: block;
  width: 100%;
  height: 6em;
  box-sizing: border-box;
  resize: vertical;
}
.mod-form .mod-required {
  margin-left: 10px;
}

.mod-post {
  color: #2b2b2b;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
.mod-post p, .mod-post li, .mod-post dt, .mod-post dd, .mod-post th, .mod-post td {
  font-size: 100%;
  line-height: 1.5;
}
.mod-post > h1, .mod-post > h2, .mod-post > h3, .mod-post > h4, .mod-post > h5, .mod-post > h6{
  clear: both;
}
.mod-post h1 {
  margin: 20px 0;
  color: #1e6548;
  font-size: 125%;
  line-height: 1.2;
}
.sitemap .mod-post h1,
.mod-post .h2,
.mod-post h2 {
  margin: 16px 0;
  padding: 8px;
  border-radius: 4px;
  background-color: #c9dfd2;
  color: #2b2b2b;
  font-size: 106.25%;
  line-height: 1.17647;
}
.mod-post h3 {
  margin: 20px 0;
  padding: 6px 7px;
  border-radius: 4px 4px 0 0;
  border-top: 4px solid #1e6548;
  background-image: -webkit-linear-gradient(white 0%, #eee 100%);
  background-image: linear-gradient(white 0%, #eee 100%);
  color: #2b2b2b;
  font-size: 106.25%;
  line-height: 1.17647;
}
.mod-post h4 {
  position: relative;
  margin: 20px 0;
  padding: 0 0 5px 27px;
  border-bottom: 2px solid #c8c8c8;
  color: #0f8603;
  font-size: 106.25%;
  line-height: 1.17647;
}
.mod-post h4:before {
  position: absolute;
  top: 0;
  left: 2px;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border: 4px solid #ffb400;
  box-sizing: border-box;
  border-radius: 100%;
}
.mod-post h5 {
  position: relative;
  margin: 10px 0;
  padding: 0 0 0 20px;
  color: #2b2b2b;
  font-size: 93.75%;
  line-height: 1.33333;
}
.mod-post h5:before {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #979797;
  box-sizing: border-box;
  border-radius: 100%;
}
.mod-post h6 {
  position: relative;
  margin: 10px 0;
  padding: 0 0 0 20px;
  color: #2b2b2b;
  font-size: 93.75%;
  line-height: 1.33333;
}
.mod-post h6:before {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #979797;
  box-sizing: border-box;
  border-radius: 100%;
}
.mod-post b {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: 93.75%;
  line-height: 1.73333;
  background-color: #9e1200;
}
.mod-post .c-red {
  color: #9e1200;
}
.mod-post .box01, .mod-post .box02, .mod-post .box03 {
  margin: 1em 0;
  padding: 0 1em;
  overflow: hidden;
}
.mod-post .box01 {
  background-color: #eee;
}
.mod-post .box02 {
  background-color: #fff;
  border: 1px solid #a0a0a0;
}
.mod-post .box03 {
  background-color: #fefff0;
  border: 1px solid #0f8603;
}
.boxImg {
  margin-bottom: 1em;
}
.boxImg:after {
  content: "";
  display: table;
  clear: both;
  margin-bottom: -1em;
}
.boxImg__item,
.boxImg__item--left,
.boxImg__item--right {
  margin-bottom: 1em;
}
.boxImg__item--left {
  float: left;
  margin-right: 1em;
}
.md-boxImg__item--left {
  margin-top: 1em;
}
.boxImg__item--right {
  float: right;
  margin-left: 1em;
}
.md-boxImg__item--right {
  margin-top: 1em;
}
.boxImg__figure {
  display: table;
  margin: 0;
}
.boxImg__figure + .boxImg__figure {
  margin-top: 1em;
}
.boxImg__figcaption--top {
  display: table-caption;
  caption-side: top;
  padding-bottom: .5em;
}
.boxImg__figcaption--bottom {
  display: table-caption;
  caption-side: bottom;
  padding-top: .5em;
}
.mod-post .box01 .boxImg,
.mod-post .box02 .boxImg,
.mod-post .box03 .boxImg {
  margin-bottom: 1em;
}
.mod-post hr {
  display: block;
  border: 0;
  border-top: 2px solid #0f8603;
  margin: 1em 0;
  padding: 0;
}
.mod-post hr.line-gray {
  border-top-color: #666;
}
.mod-post hr.line-dotted {
  border-top: 1px dotted #00356b;
}
.mod-post hr.line-dotted2 {
  border-top: 2px dotted #a0a0a0;
}
.mod-post table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #1e6548;
  margin-bottom: 30px;
}
.mod-post table th {
  border: 1px solid #1e6548;
  background-color: #c9dfd2;
  padding: .5em;
}
.mod-post table td {
  border: 1px solid #199b4d;
  padding: .5em;
}
.mod-post table thead th {
  font-size: 100%;
  line-height: 1.3125;
}
.mod-post table.table01 {
  border-color: #a6a6a6;
}
.mod-post table.table01 th {
  color: #fff;
  border-color: #a6a6a6;
  background-color: #6e6e6e;
}
.mod-post table.table01 td {
  border-color: #a6a6a6;
}
.mod-post table.table01 tbody th {
  text-align: left;
}
.mod-post table.table02 {
  border-color: #9e9e9e;
}
.mod-post table.table02 th, .mod-post table.table02 td {
  border: none;
}
.mod-post table.table02 th {
  color: #2f2f2f;
  border-color: #9e9e9e;
  background-color: #ededed;
}
.mod-post table.table02 td {
  border-color: #9e9e9e;
}
.mod-post table.table02 thead th {
  background-color: #fefff0;
}
.mod-post table.table02 thead th:first-child {
  color: #fff;
  background-color: #255123;
}
.mod-post table.table02 tbody th {
  border: solid #9e9e9e;
  border-width: 1px 0;
}
.mod-post table.table02 tbody td + td {
  padding-top: 0;
}
.mod-post .table02 thead th {
  display: none;
}
.mod-post .table02 thead th:first-child {
  display: block;
}
.mod-post .table02 th, .mod-post .table02 td {
  display: block;
  border-color: #9e9e9e;
}
.mod-post ol, .mod-post ul {
  margin: 1em 0;
}
.mod-post ol li, .mod-post ul li {
  position: relative;
  margin: 0 0 1em;
}
.mod-post ol li li, .mod-post ul li li {
  font-size: 100%;
  margin-bottom: .5em;
}
.mod-post ol li ul, .mod-post ol li ol, .mod-post ul li ul, .mod-post ul li ol {
  margin: .5em 0 0;
}
.mod-post > ul {
  list-style: none;
  padding: 0;
}
.mod-post > ul > li {
  padding-left: 17px;
}
.mod-post > ul > li:before {
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 2px;
  display: block;
  content: "";
  width: 10px;
  height: 15px;
  background-image: -webkit-linear-gradient(#57543d 0%, #99967c 30%, #f5ece3 100%);
  background-image: linear-gradient(#57543d 0%, #99967c 30%, #f5ece3 100%);
}
.mod-post > ul > li > ul {
  list-style: none;
  padding: 0;
}
.mod-post > ul > li > ul > li {
  position: relative;
  padding: 0 0 0 15px;
}
.mod-post > ul > li > ul > li:before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  content: "";
  border-radius: 2px;
  background: #fff;
  border: 2px solid #4c4719;
  width: 9px;
  height: 9px;
  box-sizing: border-box;
}
.mod-post ol {
  padding-left: 1.5em;
}
.mod-post ol li > ul {
  list-style: none;
  padding: 0;
}
.mod-post ol li > ul > li {
  position: relative;
  padding: 0 0 0 15px;
}
.mod-post ol li > ul > li:before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  content: "";
  border-radius: 2px;
  background: #fff;
  border: 2px solid #a0a0a0;
  width: 9px;
  height: 9px;
  box-sizing: border-box;
}
.mod-post ol.bracket,
ol.closing-bracket {
  list-style-type: none;
}
mod-post ol.bracket > li,
ol.closing-bracket > li {
  counter-increment: cnt;
}
mod-post ol.bracket > li:before {
  content: "("counter(cnt) ") ";
}
mod-post ol.closing-bracket > li:before {
  content: counter(cnt) ") ";
}
.mod-post ul.u-list--iconNone > li > ol,
.mod-post .u-list--iconNone ul > li > ol {
  margin-left: 17px;
}
.mod-post .u-list--iconNone > li,
.mod-post ol.u-list--iconNone li,
.mod-post .u-list--iconNone ol li {
  padding-left: 0;
}
.mod-post .u-list--iconNone li:before {
  content: normal;
}
.mod-post .flatten, .mod-post .flatten-y {
  margin: -1em 0 1em;
  overflow: hidden;
}
.mod-post .flatten > li, .mod-post .flatten-y > li {
  float: left;
  position: relative;
  margin: 1em 0 0;
  padding: 0 0 0 15px;
  box-sizing: border-box;
}
.mod-post .flatten > li:before, .mod-post .flatten-y > li:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  content: "";
  border-radius: 2px;
  background: #fff;
  border: 2px solid #4c4719;
  width: 9px;
  height: 9px;
  box-sizing: border-box;
}
.mod-post .flatten > li {
  width: 20%;
}
.mod-post .flatten-y > li {
  width: 50%;
}
.mod-post .md-flatten,
.mod-post .md-flatten-y {
  margin: 0;
  overflow: hidden;
}
.mod-post .md-flatten > li,
.mod-post .md-flatten-y > li {
  margin: 0 0 1em;
  padding: 0;
}
.mod-post .md-flatten > li:before,
.mod-post .md-flatten-y > li:before {
  content: normal;
}
.mod-post .strong {
  font-weight: bold;
}
.mod-post .oblique {
  font-style: oblique;
}
.mod-post .italic {
  font-style: italic;
}
.mod-post .strikethrough, .mod-post .strikeout, .mod-post .strike {
  text-decoration: line-through;
}
.mod-post .small, .mod-post small {
  font-size: 75%;
  line-height: 1.5;
}
.mod-post .large, .mod-post .xs-large {
  font-weight: bold;
  font-size: 125%;
  line-height: 1.3;
}
.mod-post .hidden {
  display: none !important;
}
.mod-post .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mod-post .visuallyhidden.focusable:active, .mod-post .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.mod-post .invisible {
  visibility: hidden;
}
.mod-post .clear {
  clear: both;
}
.mod-post .f-none {
  float: none;
}
.mod-post .f-left {
  float: left;
}
.mod-post .f-right {
  float: right;
}
.mod-post .t-left {
  text-align: left;
}
.mod-post .t-right {
  text-align: right;
}
.mod-post .t-center {
  text-align: center;
}
.mod-post .t-xs-left {
  text-align: left;
}
.mod-post .t-xs-right {
  text-align: right;
}
.mod-post .t-xs-center {
  text-align: center;
}
.mod-post .video{
position:relative;
width:100%;
padding-top:56.25%;
}
.video iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}
.mod-scroll {
  overflow: auto;
  margin-bottom: 30px;
}
.mod-scroll::-webkit-scrollbar {
  height: 5px;
}
.mod-scroll::-webkit-scrollbar-track {
  background: #ececec;
}
.mod-scroll::-webkit-scrollbar-thumb {
  background: #6a6a6a;
}
.mod-scroll__table,
.mod-post .mod-scroll__table {
  table-layout: auto;
  margin: 0 0 5px;
}
.mod-scroll__table--nowrap,
.mod-post .mod-scroll__table--nowrap {
  white-space: nowrap;
  table-layout: auto;
  margin: 0 0 5px;
}
.mod-scroll__caption--left {
  text-align: left;
}
.mod-scroll__caption--right {
  text-align: right;
}
.mod-scroll__caption--center {
  text-align: center;
}

.mod-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 2px;
  padding: 10px 23px 15px;
  height: 100px;
  background: #fff url("../img/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
  border-radius: 2px;
  border: 1px solid #becebc;
  box-sizing: border-box;
}

.mod-heading.blog52 {
  background: #fff url("/en/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.folder507 {
  background: #fff url("/en/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.folder517 {
  background: #fff url("/en/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.folder512 {
  background: #fff url("/en/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.folder502 {
  background: #fff url("/en/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}

.mod-heading.blog17 {
  background: #fff url("/kankoubutsu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.category56 {
  background: #fff url("/kankoubutsu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.category61 {
  background: #fff url("/kankoubutsu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.category1082 {
  background: #fff url("/kankoubutsu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.category967 {
  background: #fff url("/kankoubutsu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.category66 {
  background: #fff url("/kankoubutsu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.category942 {
  background: #fff url("/kankoubutsu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.category1002 {
  background: #fff url("/kankoubutsu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.category982 {
  background: #fff url("/kankoubutsu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.category972 {
  background: #fff url("/kankoubutsu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.category962 {
  background: #fff url("/kankoubutsu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.category987 {
  background: #fff url("/kankoubutsu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.category947 {
  background: #fff url("/kankoubutsu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.category957 {
  background: #fff url("/kankoubutsu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.category997 {
  background: #fff url("/kankoubutsu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.category952 {
  background: #fff url("/kankoubutsu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.category977 {
  background: #fff url("/kankoubutsu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.category1042 {
  background: #fff url("/kankoubutsu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.category992 {
  background: #fff url("/kankoubutsu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}

.mod-heading.blog12 {
  background: #fff url("/kenkyu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}

.mod-heading.blog22 {
  background: #fff url("/kifu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}

.mod-heading.blog16 {
  background: #fff url("/moyooshi/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.category737 {
  background: #fff url("/moyooshi/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}

.mod-heading.blog51 {
  background: #fff url("/zaidan/about-zaimu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.category462 {
  background: #fff url("/zaidan/about-zaimu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.category467 {
  background: #fff url("/zaidan/about-zaimu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.category477 {
  background: #fff url("/zaidan/about-zaimu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.category457 {
  background: #fff url("/zaidan/about-zaimu/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}

.mod-heading.blog7 {
  background: #fff url("/zaidan/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.folder86 {
  background: #fff url("/zaidan/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.folder42 {
  background: #fff url("/zaidan/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.folder557 {
  background: #fff url("/zaidan/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.folder91 {
  background: #fff url("/zaidan/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.folder37 {
  background: #fff url("/zaidan/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.folder562 {
  background: #fff url("/zaidan/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.folder32 {
  background: #fff url("/zaidan/imgs/bg-01_1.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.folder71 {
  background: #fff url("/zaidan/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.folder1007 {
  background: #fff url("/zaidan/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}
.mod-heading.folder887 {
  background: #fff url("/zaidan/imgs/mod-heading/bg-01.png") no-repeat 100% 0;
  background-size: auto 100%;
}

.mod-heading__title {
  margin: 0;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  color: #43493f;
  font-weight: normal;
  font-size: 118.75%;
  line-height: 1.26316;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}

.mod-index {
  margin: 0 0 10px;
  border: 3px solid #dedede;
  padding: 3px;
}
.mod-index__head {
  position: relative;
  border: 1px solid #94badb;
  background-color: #fff;
  overflow: hidden;
}
.mod-index__head:before, .mod-index__head:after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  margin-left: -3px;
}
.mod-index__head:before {
  border-color: #94badb transparent transparent transparent;
}
.mod-index__head:after {
  bottom: -5px;
  border-color: #fff transparent transparent transparent;
}
.mod-index__title {
  position: relative;
  margin: 0;
  padding: 0 0 0 10px;
  font-weight: normal;
  color: #2b2b2b;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: 87.5%;
  line-height: 1.28571;
}
.mod-index__title a {
  position: relative;
  display: block;
  padding: 6px 6px 5px;
  color: inherit;
  /* text-decoration: none; TYOJU_STAFF-806 */
}
.mod-index__title a:before {
  position: absolute;
  top: 50%;
  right: 9px;
  display: block;
  content: "";
  width: 10px;
  height: 15px;
  background: url("../img/mod-index/arrow-green.png") no-repeat 100% 0;
  background-size: 10px auto;
  margin-top: -7px;
}
.mod-index__title:before {
  position: absolute;
  top: 6px;
  left: 6px;
  bottom: 5px;
  display: block;
  content: "";
  width: 5px;
  background: #ffb400;
  border-radius: 2px;
}
.mod-index__button {
  display: none;
  margin: 0;
}
.mod-index.open .mod-index__head, .mod-index.close .mod-index__head {
  position: relative;
  padding-right: 40px;
}
.mod-index.open .mod-index__title a:before, .mod-index.close .mod-index__title a:before {
  display: none;
}
.mod-index.open .mod-index__button, .mod-index.close .mod-index__button {
  position: absolute;
  top: 50%;
  right: 6px;
  display: block;
  width: 16px;
  height: 16px;
  margin: -8px 0 0;
}
.mod-index.open .mod-index__button a, .mod-index.close .mod-index__button a {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}
.mod-index.open .mod-index__button a:before, .mod-index.close .mod-index__button a:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: "";
  width: 4px;
  height: 16px;
  background: #1e6548;
  margin-left: -2px;
  border-radius: 2px;
}
.mod-index.open .mod-index__button a:after, .mod-index.close .mod-index__button a:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 16px;
  height: 4px;
  background: #1e6548;
  margin-top: -2px;
  border-radius: 2px;
}
.mod-index.open .mod-index__body, .mod-index.close .mod-index__body {
  display: none;
  padding: 17px 8px 0;
}
.mod-index.open .mod-index__head {
  overflow: visible;
}
.mod-index.open .mod-index__button a:before {
  display: none;
}
.mod-index.open .mod-index__body {
  display: block;
}
.mod-index__body {
  padding: 0;
}
.mod-index__list {
  list-style: none;
  margin: -25px 0 10px;
  padding: 0;
}
.mod-index__list li {
  position: relative;
  margin: 25px 0 0;
  padding: 0 0 0 15px;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: 87.5%;
  line-height: 1.28571;
}
.mod-index__list li a {
  color: inherit;
  /* text-decoration: none; TYOJU_STAFF-806 */
}
.mod-index__list li:before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url("../img/mod-index/arrow-green2.png") no-repeat 100% 0;
  background-size: 10px auto;
}

.mod-index2 {
  margin: 0 0 15px;
}
.mod-index2__image {
  margin: 0 0 12px;
  min-height: 50px;
  box-sizing: border-box;
  border: 1px solid #7a7655;
  background-color: #edeee7;
}
.mod-index2__heading {
  margin: 0 -10px 5px;
  padding: 10px 14px;
  background: url("../img/mod-business/bg.png") no-repeat 50% 0;
  background-size: 100% 100%;
  color: #424242;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: 93.75%;
  line-height: 1.33333;
}
.mod-index2__list {
  list-style: none;
  padding: 0;
}
.mod-index2__list li {
  margin: 0 0 16px;
}
.mod-index2__list li a {
/* TYOJU_STAFF-797 */ display: block;
  color: inherit;
  /* text-decoration: none; TYOJU_STAFF-806 */
}
.mod-index2__contents {
  position: relative;
  padding: 0 0 0 13px;
}
.mod-index2__contents:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 4px;
  background: #2e6e45;
  border-radius: 2px;
}
.mod-index2__title {
  margin: 0 0 5px;
  color: #0b4405;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: 87.5%;
  line-height: 1.42857;
}
.mod-index2__description {
  margin: 0;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: 87.5%;
  line-height: 1.42857;
}
.mod-index2__more {
  margin: 0;
  text-align: center;
}

.mod-pagenation {
  margin: 14px 0 40px;
  overflow: hidden;
}
.mod-pagenation__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 5px;
}
.mod-pagenation__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 10px;
  background: #1e5018;
  border: 1px solid #1e5018;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 125%;
  line-height: 1.1;
  text-align: center;
  /* text-decoration: none; TYOJU_STAFF-806 */
}
.gecko .mod-pagenation__item {
  outline-color: #000; /* TYOJU_STAFF-813 */
}
.mod-pagenation__item:first-child {
  margin-left: 0;
}
.mod-pagenation__item.current {
  color: #0b62ac;
  background-color: #fff;
}
.mod-pagenation__prev, .mod-pagenation__prev--line,
.mod-pagenation__next, .mod-pagenation__next--line {
  position: relative;
  color: #0b62ac;
  font-weight: bold;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: 87.5%;
  line-height: 2.14286;
}
.mod-pagenation__prev:before, .mod-pagenation__prev--line:before,
.mod-pagenation__next:before, .mod-pagenation__next--line:before {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: no-repeat 0 0;
}
.mod-pagenation__prev, .mod-pagenation__prev--line {
  float: right;
  padding-right: 38px;
}
.mod-pagenation__prev:before, .mod-pagenation__prev--line:before {
  right: 0;
  background-image: url("../img/mod-pagenation/prev.png");
  background-size: 30px auto;
}
.mod-pagenation__next, .mod-pagenation__next--line {
  float: left;
  padding-left: 38px;
}
.mod-pagenation__next:before, .mod-pagenation__next--line:before {
  left: 0;
  background-image: url("../img/mod-pagenation/next.png");
  background-size: 30px auto;
}

.mod-visual {
  margin: 0 0 15px;
}
.mod-visual__item {
  position: relative;
  box-sizing: border-box;
  min-height: 132px;
  padding: 20px 10px 6px;
  border: 1px solid #c7c297;
  border-radius: 4px;
  background: url("/banner/zaidan_top_image.png") no-repeat 0 0;
  background-size: cover;
}
.mod-visual__title {
  display: table;
  margin: 0 0 0 auto;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  color: #614e21;
  font-size: 87.5%;
  line-height: 1.42857;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
.mod-visual__button {
  margin: 4px 0 0;
  box-sizing: border-box;
}
.mod-visual__button a {
  position: relative;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 5px 26px;
  min-height: 40px;
  background: #585435;
  color: #fff;
  border-radius: 4px;
  /* text-decoration: none; TYOJU_STAFF-806 */
  text-align: center;
}
.mod-visual__button a:before {
  position: absolute;
  top: 10px;
  left: 20px;
  bottom: 10px;
  display: block;
  content: "";
  width: 6px;
  background: #fff;
  border-radius: 2px;
}

.mod-topIndex__item {
  margin: 0 0 15px;
  padding: 8px;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
}

.mod-topIndex__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 17px;
}

.mod-topIndex__image {
  margin: 0;
  width: 68px;
  text-align: right;
}

.mod-topIndex__title {
  margin: 0 0 0 20px;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  color: #323232;
  font-size: 137.5%;
  line-height: 1.36364;
}

.mod-topIndex__body {
  padding: 0 14px;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  color: #323232;
}
.mod-topIndex__body p {
  margin: 0 0 10px;
  font-size: 100%;
  line-height: 1.25;
}
.mod-topIndex__body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod-topIndex__body ul li {
  font-size: 87.5%;
  line-height: 1.42857;
}

.mod-topIndex__more {
  margin: 0;
}

.mod-news__heading {
  margin: 0 -10px 5px;
  padding: 10px 14px;
  border-radius: 4px 4px 0 0;
  border-top: 4px solid #cce198;
  background-image: -webkit-linear-gradient(white 0%, #eee 100%);
  background-image: linear-gradient(white 0%, #eee 100%);
  color: #2b2b2b;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: 106.25%;
  line-height: 1.17647;
}

.mod-news__list {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}
.mod-news__list li {
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: 87.5%;
  line-height: 1.57143;
  padding: 10px 18px;
  border-bottom: 1px solid #a0a0a0;
}
.mod-news__list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.mod-news__list li a {
  color: inherit;
  /* text-decoration: none; TYOJU_STAFF-806 */
}

.mod-news__more {
  margin: 0;
  text-align: center;
}



/* ______________________________ Sitemap ______________________________ */
.sitemap .mod-post section {
  border: 2px solid #dedede;
  margin-bottom: 10px;
}
.sitemap .mod-post section section {
  border: 0 none;
  /* margin-bottom: 0; TYOJU_STAFF-956 */
}
.sitemap .mod-post a,
.sitemap .mod-post a:link {
  color: #2b2b2b;
}
.sitemap .mod-post h2 {
  background-color: transparent;
  position: relative;
  margin: 4px 0;
  padding-left: 30px;
}
.sitemap .mod-post .can-toggle h2 {
  padding-right: 30px;
}
.sitemap .mod-post .can-toggle h2::before,
.sitemap .mod-post .can-toggle h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  border-radius: 3px;
  background-color: #1e6548;
}
.sitemap .mod-post .can-toggle h2::before {
  width: 16px;
  height: 4px;
  top: 14px;
  right: 10px;
}
.sitemap .mod-post .can-toggle h2::after {
  width: 4px;
  height: 16px;
  top: 8px;
  right: 16px;
}
.sitemap .mod-post .open h2::after {
  display: none;
}
.sitemap .mod-post h2 a::before {
  content: "";
  display: block;
  width: 10px;
  position: absolute;
  top: 5px;
  left: 10px;
  bottom: 5px;
  border-radius: 5px;
  background: linear-gradient(0deg, #f5ece3 0%, #99967c 29%, #57543d 100%);
}
.sitemap .mod-post h3 {
  margin: 0 0 1em;
  padding: 0 0 0 60px;
  border-radius: 0;
  border: 0;
  background-image: none;
  color: #2b2b2b;
  font-size: 100%;
  line-height: 1.5;
  position: relative;
  font-weight: normal;
}
.sitemap .mod-post .can-toggle h3 {
  display: none;
}
.sitemap .mod-post .open h3 {
  display: block;
}
.sitemap .mod-post ol {
  padding-left: 0;
  list-style-type: none;
}
.sitemap .mod-post .can-toggle ol {
  display: none;
}
.sitemap .mod-post .open ol {
  display: block;
}
.sitemap .mod-post li {
  padding-left: 60px;
  position: relative;
  font-size: 100%;
}
.sitemap .mod-post h3::before,
.sitemap .mod-post li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 7px;
  left: 40px;
  border-radius: 3px;
  border: 2px solid #4c4719;
}
.sitemap .mod-post section section li {
  padding-left: 88px;
}
.sitemap .mod-post section section li::before {
  left: 68px;
  border-color: #a0a0a0;
}
.sitemap .mod-post section section li li {
  padding-left: 28px;
}
.sitemap .mod-post section section li li::before {
  left: 8px;
  background-color: #4c4719;
  border-color: #4c4719;
}


/* ______________________________ Utility ______________________________ */
.u-clear-5 > :nth-child(5n+1) {
  clear: both;
}


@media screen and (min-width: 48em) {
  /** --------------------------
   * PC
   * --------------------------- */
  body.text-zoom-2 {
    font-size: 110%;
  }
  body.text-zoom-3 {
    font-size: 120%;
  }
  body.text-zoom-4 {
    font-size: 133%;
  }
  body.text-zoom-5 {
    font-size: 150%;
  }
  .base-page {
    width: 1000px;
    margin: 0 auto;
  }
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .base-contents {
    padding: 0;
    overflow: hidden;
  }
  .base-contents__main {
    float: right;
    width: 760px;
  }
  .base-contents__sub {
    float: left;
    width: 210px;
  }
  .mod-header {
    position: relative;
    margin: 0 0 19px;
    padding: 0;
  }
  .mod-header__logo {
    position: absolute;
    top: 46px;
    left: 0;
    width: 455px;
    height: 50px;
  }
  .mod-header__logo a, .mod-header__logo span {
    display: block;
  }
  .mod-header__logo img {
    width: 445px;
    height: 50px;
  }
  .mod-header__menu {
    display: none;
  }
  .mod-header__fontsize {
    position: absolute;
    top: 10px;
    right: 0;
    float: right;
    clear: both;
    display: block;
    max-width: 257px;
  }
  .mod-header__fzTitle {
    float: left;
    margin: 5px 5px 0 0;
    color: #414141;
    font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
    font-size: 100%;
    line-height: 1.25;
    max-width: 105px;
  }
  .mod-header__fzButtons {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-header__fzButtons button {
    box-sizing: border-box;
    width: 72px;
    min-height: 32px;
    border: none;
    padding: 0;
    background: #1e6548;
    border: 1px solid #1e6548;
    font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
    color: #fff;
    font-size: 100%;
    line-height: 1.25;
    /* TYOJU_STAFF-797
    outline: none;
    */
  }
  .mod-header__fzButtons button:focus { /* TYOJU_STAFF-797 */
  }
  .mod-header__fzButtons button.active {
    color: #1e6548;
    background-color: #fff;
  }
  .mod-header__fzButtons button:disabled {
    /* TYOJU_STAFF-823
    color: graytext;
    */ color: #000;
    background: lightgray;
  }
  .mod-header__fzButtons button:first-child {
    border-radius: 5px 0 0 5px;
  }
  .mod-header__fzButtons button:first-child:disabled {
    /* color: graytext; */
    background-color: #fff;
  }
  .mod-header__fzButtons button:nth-child(2) {
    border-radius: 0 5px 5px 0;
  }
  .mod-header__list {
    float: left;
    margin: -30px 0 2px;
  }
  .mod-header__skip,
  .mod-header__listItem {
    display: block;
    font-size: 100%;
    line-height: 1.25;
  }
  .mod-header__skip {
    display: block;
    position: static;
    margin: 0;
    padding: 6px 0 0;
    line-height: 40px;
  }
  .mod-header__listItem:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 6px;
    height: 18px;
    border-radius: 2px;
    background: #ffb400;
  }
  .mod-header__listItem:nth-child(1) {
    display: none;
  }
  .mod-header__listItem:nth-child(2) {
    float: left;
    width: 126px;
    margin-left: 475px;
    margin-bottom: 30px;
  }
  .mod-header__listItem:nth-child(3) {
    float: left;
    width: 126px;
    margin-bottom: 30px;
  }
  .mod-header__listItem:nth-child(4) {
    clear: both;
    float: left;
    width: 126px;
    margin-left: 475px;
  }
  .mod-header__listItem:nth-child(5) {
    float: left;
    width: 380px;
    padding-right: 0;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .mod-header__listItem:nth-child(5) a {
    display: inline-block;
    width: 150px;
  }
  .mod-header__listItem:nth-child(5) .mod-header__search {
    position: absolute;
    top: -10px;
    right: 0;
    width: 200px;
    height: auto;
    min-height: 31px;
    margin: 0;
  }
  .mod-header__description {
    margin: 0;
    border-radius: 5px;
    padding: 15px 20px;
    background: #1e6548;
    font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
    color: #fff;
    font-size: 100%;
    line-height: 1.25;
    text-align: center;
  }
  .mod-footer__navigation {
    position: relative;
    padding: 35px 30px 10px;
    border-radius: 5px;
    background-color: #f6f3e9;
    color: #1d3c1a;
  }
  .mod-footer__navigation:after {
    content: "";
    display: block;
    clear: both;
  }
  .mod-footer__navigation a:hover {
    /* opacity: 0.6; TYOJU_STAFF-1157 */
  }
  .mod-footer__navigation ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
  }
  .mod-footer__navigation ol li {
    font-size: 100%;
    line-height: 1.5;
  }
  .mod-footer__navigation > ol {
    float: left;
    width: 725px;
    overflow: hidden;
  }
  .mod-footer__navigation > ol > li {
    position: relative;
    margin: 0 0 34px;
  }
  .mod-footer__navigation > ol > li > a {
    position: relative;
    display: inline-block;
    font-weight: bold;
    color: inherit;
    /* text-decoration: none; TYOJU_STAFF-806 */
    padding: 0 0 0 10px;
    font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  }
  .mod-footer__navigation > ol > li > a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 3px;
    height: 100%;
    background: #425a3f;
    border-radius: 2px;
  }
  .mod-footer__navigation > ol > li:nth-child(1) {
    float: left;
    width: 204px;
  }
  .mod-footer__navigation > ol > li:nth-child(2) {
    float: left;
    width: 501px;
    margin-left: 20px;
  }
  .mod-footer__navigation > ol > li:nth-child(2) li {
    float: left;
  }
  .mod-footer__navigation > ol > li:nth-child(2) li:nth-child(2n+1) {
    clear: both;
    width: 50%;
    margin-right: 20px;
  }
  .mod-footer__navigation > ol > li:nth-child(3) {
    clear: both;
    float: left;
    width: 204px;
  }
  .mod-footer__navigation > ol > li:nth-child(4), .mod-footer__navigation > ol > li:nth-child(5) {
    float: left;
    margin-left: 20px;
    width: 204px;
  }
  .mod-footer__navigation > ol > li ol {
    margin-top: 12px;
    padding-left: 36px;
  }
  .mod-footer__navigation > ol > li ol li {
    margin: 0 0 5px;
  }
  .mod-footer__navigation > ol > li ol li a {
    color: inherit;
    /* text-decoration: none; TYOJU_STAFF-806 */
  }
  .mod-footer__navigation > ul {
    float: right;
    width: 200px;
  }
  .mod-footer__navigation > ul li {
    font-size: 100%;
    line-height: 1.5;
  }
  .mod-footer__info {
    position: relative;
    margin: 40px 20px;
    padding: 0 220px 0 0;
    text-align: left;
    overflow: hidden;
  }
  .mod-footer__logo {
    display: block;
    float: left;
    width: 90px;
    margin-right: 30px;
  }
  .mod-footer__name {
    display: inline-block;
    margin: 0 0 5px;
    font-size: 125%;
    line-height: 1.2;
  }
  .mod-footer__data {
    margin: 0;
    font-size: 100%;
    line-height: 1.5;
  }
  .mod-footer__map {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -27px 0 0;
    width: 192px;
    box-sizing: border-box;
  }
  .mod-footer__map:hover {
    /* opacity: 0.6; TYOJU_STAFF-1157 */
  }
  .mod-footer__map:before {
    position: absolute;
    top: 5px;
    left: 20px;
  }
  .mod-footer__copyright {
    font-size: 75%;
    line-height: 1.5;
  }
  .mod-footer__pagetop {
    top: auto;
    bottom: 100%;
  }
  .mod-footer__pagetop a {
    display: table;
    box-sizing: border-box;
    margin: 0 11px 0 auto;
    min-width: 217px;
    border-radius: 5px 5px 0 0;
  }
  .mod-footer__spPagetop {
    display: none;
  }
  .mod-navigation {
    display: block;
    width: auto;
    position: static;
  }
  .mod-navigation > ul > li {
    padding: 15px 0;
  }
  .mod-navigation > ul > li:before, .mod-navigation > ul > li:after {
    display: none !important;
  }
  .mod-navigation > ul > li > a {
    padding: 0 0 0 15px;
    font-size: 112.5%;
    line-height: 1.16667;
  }
  .mod-navigation > ul > li > a:before {
    top: 0;
    bottom: 0;
    background-color: #1e6548;
  }
  .mod-navigation > ul > li.active > a {
    padding-left: 15px;
  }
  .mod-navigation > ul > li > ul {
    margin-top: 15px;
    margin-bottom: -15px;
  }
  .mod-navigation > ul > li > ul > li {
    font-size: 112.5%;
    line-height: 1.16667;
  }
  .mod-navigation > ul > li > ul > li > ul {
    padding-left: 0;
  }
  .mod-navigation > ul > li > ul > li > ul > li {
    padding-left: 12px;
    font-size: 100%;
    line-height: 1.3125;
  }
  .mod-navigation > ul > li > ul > li > ul > li.active {
    border: 1px solid #085a00;
    border-radius: 3px;
  }
  .mod-breadcrumbs {
    margin: -10px 0 10px;
    padding: 0;
    border: none;
  }
  .mod-breadcrumbs__link {
    display: none;
  }
  .mod-breadcrumbs__list {
    float: none;
    margin: 0;
    padding: 0;
    border-left: none;
  }
  .mod-breadcrumbs__list li {
    display: inline-block !important;
    font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
    font-size: 100%;
    line-height: 1.25;
  }
  .mod-breadcrumbs__list li + li:before {
    padding: 0 .2em;
    color: #000;
    content: "\00a0>\00a0";
  }
  .mod-iconlink {
    font-size: 112.5%;
    line-height: 1.55556;
  }
  .mod-iconlink i {
    width: 26px;
    height: 26px;
    background-size: 26px auto;
  }
  .mod-textlink {
    display: inline-block;
    min-width: 344px;
    box-sizing: border-box;
    font-size: 125%;
    line-height: 1.4;
  }
  .mod-textlink.type-blue {
    font-size: 112.5%;
    line-height: 1.55556;
  }
  .mod-textlink2 {
    display: inline-block;
    min-width: 344px;
    box-sizing: border-box;
    font-size: 100%;
    line-height: 1.5;
  }
  .mod-textlink3 {
    display: inline-block;
    /*min-width: 344px;*/
    box-sizing: border-box;
    font-size: 100%;
    line-height: 1.5;
  }
  .mod-form__body {
    width: 100%;
    border: solid #a0a0a0;
    border-width: 1px 1px 0;
  }
  .mod-form__body th, .mod-form__body td {
    display: table-cell;
    padding: 20px;
    border-bottom: 1px solid #a0a0a0;
    font-size: 100%;
    line-height: 1.5;
  }
  .mod-form__body th {
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: 20px;
    width: 137px;
  }
  .mod-form__body td {
    padding: 20px;
  }
  .mod-form__body textarea {
    display: block;
    width: 100%;
    height: 6em;
    box-sizing: border-box;
  }
  .mod-form .mod-required {
    margin-left: 10px;
  }
  .mod-post p, .mod-post li, .mod-post dt, .mod-post dd, .mod-post th, .mod-post td {
    font-size: 100%;
    line-height: 1.5;
  }
  .mod-post h1 {
    font-size: 175%;
    line-height: 1.14286;
  }
  .sitemap .mod-post h1,
  .mod-post .h2,
  .mod-post h2 {
    font-size: 125%;
    line-height: 1.2;
  }
  .mod-post h3 {
    font-size: 125%;
    line-height: 1.2;
  }
  .mod-post h4 {
    padding-left: 30px;
    font-size: 125%;
    line-height: 1.2;
  }
  .mod-post h4:before {
    position: absolute;
    top: 0;
    left: 2px;
    width: 20px;
    height: 20px;
  }
  .mod-post h5 {
    padding-left: 25px;
    font-size: 112.5%;
    line-height: 1.33333;
  }
  .mod-post h5:before {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
  }
  .mod-post h6 {
    padding-left: 25px;
    font-size: 112.5%;
    line-height: 1.33333;
  }
  .mod-post h6:before {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
  }
  .mod-post b {
    font-size: 125%;
    line-height: 1.5;
  }
  .md-boxImg__item--left {
    float: left;
    margin-top: 0;
    margin-right: 1em;
    margin-bottom: 1em;
  }
  .md-boxImg__item--right {
    float: right;
    margin-top: 0;
    margin-left: 1em;
    margin-bottom: 1em;
  }
  .mod-post table.table02 thead th {
    display: block;
    display: table-cell;
  }
  .mod-post table.table02 thead th:first-child {
    display: table-cell;
  }
  .mod-post table.table02 th, .mod-post table.table02 td {
    display: table-cell;
    border: 1px solid #9e9e9e;
  }
  .mod-post table.table02 tbody td + td {
    padding-top: 0.5em;
  }
  .mod-post .flatten > li:before, .mod-post .flatten-y > li:before {
    top: 7px;
  }
  .mod-post .md-flatten,
  .mod-post .md-flatten-y {
    margin: -1em 0 1em;
    overflow: hidden;
  }
  .mod-post .md-flatten > li,
  .mod-post .md-flatten-y > li {
    float: left;
    position: relative;
    text-align: left;
    margin: 1em 0 0;
    padding: 0 0 0 15px;
    box-sizing: border-box;
  }
  .mod-post .md-flatten > li:before,
  .mod-post .md-flatten-y > li:before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    content: "";
    border-radius: 2px;
    background: #fff;
    border: 2px solid #4c4719;
    width: 9px;
    height: 9px;
    box-sizing: border-box;
  }
  .mod-post .md-flatten > li {
    width: 20%;
  }
  .mod-post .md-flatten-y > li {
    width: 50%;
  }
  .mod-post .strikethrough, .mod-post .strikeout, .mod-post .strike {
    text-decoration: line-through;
  }
  .mod-post .md-small, .mod-post small, .mod-post .md-small {
    font-size: 87.5%;
    line-height: 1.42857;
  }
  .mod-post .large {
    font-weight: bold;
    font-size: 150%;
    line-height: 1.25;
  }
  .mod-post .xs-large {
    font-weight: normal;
    font-size: inherit;
    line-height: inherit;
    font-size: inherit;
  }
  .mod-post .t-md-left {
    text-align: left;
  }
  .mod-post .t-md-right {
    text-align: right;
  }
  .mod-post .t-md-center {
    text-align: center;
  }
  .mod-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px;
    padding: 20px 46px 40px;
    height: 240px;
    border-radius: 4px;
    border: 1px solid #becebc;
    box-sizing: border-box;
  }
  .mod-heading__title {
    margin: 0;
    font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
    color: #43493f;
    font-size: 300%;
    line-height: 1.125;
  }
  .mod-index {
    border: 5px solid #dedede;
    padding: 5px;
  }
  .mod-index__head {
    padding: 10px;
  }
  .mod-index__head:before, .mod-index__head:after {
    border-width: 8px 6px 0 6px;
    margin-left: -6px;
  }
  .mod-index__head:before {
    bottom: -8px;
  }
  .mod-index__head:after {
    bottom: -7px;
  }
  .mod-index__title {
    font-size: 137.5%;
    line-height: 1.27273;
    padding-left: 20px;
  }
  .mod-index__title:before {
    width: 10px;
  }
  .mod-index__title a:before {
    display: none;
  }
  .mod-index.open, .mod-index.close {
    display: block !important;
  }
  .mod-index.open .mod-index__head, .mod-index.close .mod-index__head {
    overflow: visible !important;
  }
  .mod-index.open .mod-index__body, .mod-index.close .mod-index__body {
    display: block !important;
    padding: 20px 20px 10px;
  }
  .mod-index.open .mod-index__button, .mod-index.close .mod-index__button {
    display: none !important;
  }
  .mod-index__list {
    margin: -14px 0 0 -20px;
    overflow: hidden;
  }
  .mod-index__list li {
    float: left;
    box-sizing: border-box;
    width: 340px;
    margin: 14px 0 0 20px;
    padding-left: 26px;
    font-size: 100%;
    line-height: 1.5;
  }
  .mod-index__list li:before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    content: "";
    width: 13px;
    height: 13px;
    background: url("../img/mod-index/arrow-green2.png") no-repeat 0 0;
    background-size: 13px auto;
  }
  .mod-index2 {
    margin-bottom: 30px;
  }
  .mod-index2__heading {
    margin: 0 0 20px;
    font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
    font-size: 137.5%;
    line-height: 1.36364;
  }
  .mod-index2__list {
    list-style: none;
    margin: -23px 0 0 -30px;
    padding: 0 15px;
    overflow: hidden;
  }
  .mod-index2__list li {
    float: left;
    width: 350px;
    margin: 23px 0 0 30px;
  }
  .mod-index2__list li a {
    color: inherit;
    /* text-decoration: none; TYOJU_STAFF-806 */
  }
  .mod-index2__contents {
    padding-left: 17px;
  }
  .mod-index2__contents:before {
    width: 5px;
  }
  .mod-index2__title {
    margin: 0 0 5px;
    font-size: 100%;
    line-height: 1.375;
  }
  .mod-index2__description {
    font-size: 100%;
    line-height: 1.375;
  }
  .mod-index2__more {
    margin: 20px 0 0;
  }
  .mod-pagenation {
    position: relative;
    min-height: 34px;
  }
  .mod-pagenation__number {
    width: 60%;
  }
  .mod-pagenation__prev, .mod-pagenation__prev--line,
  .mod-pagenation__next, .mod-pagenation__next--line {
    font-size: 112.5%;
    line-height: 1.66667;
  }
  .mod-pagenation__prev {
    position: absolute;
    top: 0;
    right: 0;
  }
  .mod-pagenation__next {
    position: absolute;
    top: 0;
    left: 0;
  }
  .mod-visual {
    margin-bottom: 30px;
  }
  .mod-visual__item {
    padding: 0;
    min-height: 264px;
/* TYOJU_STAFF-807 */ padding: 43px 56px 20px 284px;
/* TYOJU_STAFF-807 */ min-height: 264px;
  }
  .mod-visual__title {
    display: block;
    font-size: 200%;
    line-height: 1.25;
    margin: 0;
  }
  .mod-visual__button {
    padding: 0 10px;
    width: 255px;
/* TYOJU_STAFF-807 */ margin: 26px 0 0 161px;
  }
  .mod-visual__button a {
    display: inline-block;
    padding: 8px 26px;
    min-height: 37px;
    font-size: 112.5%;
    line-height: 1.22222;
  }
  .gecko .mod-visual__button a {
    outline-color: #000; /* TYOJU_STAFF-813 */
  }
  body.text-zoom-4 .mod-visual .mod-visual__item {
    min-height: 284px;
  }
  body.text-zoom-5 .mod-visual .mod-visual__button {
    width: 300px;
  }
  body.text-zoom-5 .mod-visual .mod-visual__item {
    min-height: 320px;
  }
  .mod-topIndex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px;
  }
  .mod-topIndex__item {
    margin: 30px 0 0 30px;
    padding: 14px 10px 10px;
    width: 365px;
    box-sizing: border-box;
  }
  .mod-topIndex__item:nth-of-type(1), .mod-topIndex__item:nth-of-type(2) {
    margin-top: 0;
  }
  .mod-topIndex__item:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .mod-topIndex__title {
    color: #585435;
    font-size: 150%;
    line-height: 1.25;
  }
  .mod-topIndex__body p, .mod-topIndex__body li {
    font-size: 100%;
    line-height: 1.5;
  }
  .mod-news {
    margin: 0 0 30px;
  }
  .mod-news__heading {
    margin: 0 0 5px;
    font-size: 137.5%;
    line-height: 1.18182;
  }
  .mod-news__list {
    margin: 0;
  }
  .mod-news__list li {
    padding: 13px 0;
    font-size: 100%;
    line-height: 1.375;
  }
  .mod-news__list li a:hover {
    /* opacity: 0.6; TYOJU_STAFF-1157 */
  }

  .sitemap .mod-post .can-toggle h2::before,
  .sitemap .mod-post .can-toggle h2::after {
    display: none;
  }
  .sitemap .mod-post .can-toggle h3,
  .sitemap .mod-post .can-toggle ol {
    display: block;
  }
  .sitemap .mod-post section {
    border: 1px solid #a0a0a0;
    margin-bottom: 20px;
  }
  .sitemap .mod-post h2 {
    padding-left: 40px;
  }
  .sitemap .mod-post .can-toggle h2 {
    padding-right: 8px;
  }
  .sitemap .mod-post h2 a::before {
    width: 12px;
    top: 10px;
    left: 15px;
    bottom: 10px;
  }
  .sitemap .mod-post h3 {
    margin: 1em 0 0;
  }
  .sitemap .mod-post .can-toggle h3 {
    padding-left: 80px;
  }
  .sitemap .mod-post ol::after {
    content: "";
    display: table;
    clear: left;
  }
  .sitemap .mod-post li {
    position: relative;
    min-height: 1px;
    float: left;
    width: 308px;
    margin: 0;
  }
  .sitemap .mod-post .no-flatten li {
    float: none;
    width: auto;
    margin-top: 1em;
  }
  .sitemap .mod-post li + li + li {
    margin-top: 1em;
  }
  .sitemap .mod-post li:nth-child(2n+1) {
    clear: left;
  }
  .sitemap .mod-post h3::before,
  .sitemap .mod-post li::before {
    width: 4px;
    height: 4px;
    top: 6px;
    border-width: 3px;
    border-radius: 3px;
  }
  .sitemap .mod-post h3::before {
    left: 58px;
  }
  .sitemap .mod-post li::before {
    left: 38px;
  }
  .sitemap .mod-post .can-toggle section ol {
    margin-top: 0;
  }
  .sitemap .mod-post .can-toggle section > ol {
    padding-left: 68px;
  }
  .sitemap .mod-post section section li {
    width: 132px;
    margin-top: 1em;
    padding-left: 40px;
  }
  .sitemap .mod-post section section li:nth-child(2n+1) {
    clear: none;
  }
  .sitemap .mod-post section section li:nth-child(4n+1) {
    clear: left;
  }
  .sitemap .mod-post section section li::before {
    left: 20px;
  }
  .google-maps {
    position: relative;
    padding-bottom: 75%; // これが縦横比
    height: 0;
    overflow: hidden;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }


  /* ______________________________ Utility ______________________________ */
  .u-md-box--left {
    margin-right: auto;
  }
  .u-md-box--right {
    margin-left: auto;
  }
  .u-md-box--center {
    margin-left: auto;
    margin-right: auto;
  }

}

@media screen and (max-width: 47.9375em) {
  /** --------------------------
   * SP
   * --------------------------- */
  .mod-post .t-xs-left {
    text-align: left;
  }
  .mod-post .t-xs-right {
    text-align: right;
  }
  .mod-post .t-xs-center {
    text-align: center;
  }



  /* ______________________________ Utility ______________________________ */
  .u-xs-box--left {
    margin-right: auto;
  }
  .u-xs-box--right {
    margin-left: auto;
  }
  .u-xs-box--center {
    margin-left: auto;
    margin-right: auto;
  }
}
