@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+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
/* TYOJU_STAFF-813
  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 {
  background-color: #eaead5;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  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;
}

.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

.base-page {
  min-width: 320px;
  background-color: #fff;
}

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

.mod-header {
  position: relative;
  background-color: #fff;
  padding: 100px 0 0;
}
.mod-header__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  background-color: #fffeef;
  border-bottom: 1px solid #327500;
  font-size: 100%;
  line-height: 1;
  text-align: center;
}
.mod-header__logo__img-md {
  display: none;
}
.mod-header__logo a {
  display: inline-block;
}
.mod-header__menu {
  position: absolute;
  top: 50px;
  right: 10px;
  z-index: 50;
}
.mod-header__menu button {
  display: block;
  padding: 0;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  border: none;
  background: #bdfe2d;
  font-size: 7px;
  color: #1f5047;
  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: #1f5047;
}
.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__sitetitle {
  position: absolute;
  top: 50px;
  left: 10px;
  margin: 0;
}
h1.mod-header__sitetitle {
  font-size: 1em;
}
.mod-header__list {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
}
.mod-header__list li {
  width: 49%;
  box-sizing: border-box;
  display: inline-block;
  border-left: 2px solid #327500;
}
.mod-header__list li:first-child {
  display: none;
}
.mod-header__list li:nth-child(2) {
  border-left: none;
}
.mod-header__list li:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #f2b200;
  margin-right: 5px;
}
.mod-header__list li a {
  display: inline-block;
  font-weight: bold;
  color: #004b47;
  font-size: 87.5%;
  line-height: 1.28571;
}
.mod-header__fontsize {
  display: none;
}
.mod-header__searchUnit {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mod-header__search {
  width: 60%;
  margin: 0 10px 0 0;
  box-sizing: border-box;
  border: 5px solid #05615c;
  border-radius: 4px;
}
.mod-header__search .gsc-control-searchbox-only {
  background-color: #05615c;
}
.mod-header__search .gsc-control-cse {
  padding: 0;
  border-style: none;
  background-color: #05615c;
}
.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"] {
  border-radius: 0;
  background-color: #05615c;
  border: none;
  font-size: 16px;
}
.mod-header__search .hidden {
  display: none;
}
.mod-header__searchLink {
  vertical-align: middle;
}
.mod-header__searchLink a {
  color: #004b47;
  font-size: 75%;
  line-height: 1.5;
}
.mod-header__description {
  margin: 10px 0 0;
  background: #4e741b;
  padding: 5px;
  color: #fff;
  font-size: 87.5%;
  line-height: 1.57143;
}

.mod-footer {
  margin: 10px 0 0;
  background-color: #eaead5;
}
.mod-footer__navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod-footer__navigation ul li {
  border-bottom: 1px solid #ebebd5;
}
.mod-footer__navigation ul li a {
  display: block;
  padding: 10px;
  background-color: #f3f3e7;
  color: #002d20;
  font-size: 93.75%;
  line-height: 1.33333;
  /* text-decoration: none; TYOJU_STAFF-806 */
}
.mod-footer__pagetop a {
  display: block;
  padding: 10px 10px 9px;
  background-color: #05615c;
  color: #fff;
  font-size: 93.75%;
  line-height: 1.4;
  text-align: center;
  /* text-decoration: none; TYOJU_STAFF-806 */
  /* outline: none; TYOJU_STAFF-813 */
}
.mod-footer__pagetop a:before {
  position: relative;
  top: 2px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 17px;
  background: url("../img/net/mod-footer/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: 30px;
  vertical-align: middle;
}
.mod-footer__name {
  display: inline-block;
  margin-left: 5px;
  color: #424242;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: 100%;
  line-height: 2.5;
  vertical-align: middle;
}
.mod-footer__site {
  display: block;
  margin: 6px 0 0;
}
.mod-footer__site a {
  display: block;
  padding: 5px 10px;
  background-color: #fff;
  border: 2px solid #05615c;
  border-radius: 2px;
  color: #002d20;
  font-weight: bold;
  font-size: 93.75%;
  line-height: 1.33333;
  /* text-decoration: none; TYOJU_STAFF-806 */
}
.mod-footer__site a:before {
  position: relative;
  top: 2px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 18px;
  background: url("../img/net/mod-footer/icon-blank.png") no-repeat 0 0;
  background-size: 20px auto;
  margin-right: 10px;
}
.mod-footer__site a:hover {
  opacity: 1;
}
.mod-footer__data {
  display: block;
  margin: 14px 0 0;
  color: #424242;
  font-size: 62.5%;
  line-height: 1.6;
  text-align: left;
}
.mod-footer__data a {
  color: inherit;
}
.mod-footer__copyright {
  margin: 10px 0 40px;
  color: #424242;
  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;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}
.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-footer__spPagetop.active {
  opacity: 1;
}

.mod-globalnavi {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  padding: 10px;
  box-sizing: border-box;
  background: #05615c;
  display: none;
}
body.gnav-active .mod-globalnavi {
  display: block;
  z-index: 101;
}
.mod-globalnavi__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod-globalnavi__list li {
  margin: 0 0 10px;
}
.mod-globalnavi__list li a {
  position: relative;
  display: block;
  padding: 10px 30px 10px 10px;
  border-radius: 5px;
  background-color: #fff;
  /* text-decoration: none; TYOJU_STAFF-806 */
  font-weight: bold;
  color: #2b2b2b;
  font-size: 93.75%;
  line-height: 1.33333;
}
.mod-globalnavi__list li a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border: solid #05615c;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -5px;
}
.mod-globalnavi__list li a br {
  display: none;
}
.mod-globalnavi__iconTop {
  display: none;
}

.mod-breadcrumbs {
  margin: 0 0 10px;
  padding: 10px;
  border-bottom: 2px solid #b1b1b1;
  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__link a {
  font-weight: bold;
  color: #05615c;
}
.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-breadcrumbs__list li a {
  font-weight: bold;
  color: #05615c;
}

.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/net/mod-iconlink/blank.png");
}
.mod-iconlink i.icon-pdf {
  background-image: url("../img/net/mod-iconlink/pdf.png");
}
.mod-iconlink i.icon-doc {
  background-image: url("../img/net/mod-iconlink/doc.png");
}
.mod-iconlink i.icon-ppt {
  background-image: url("../img/net/mod-iconlink/ppt.png");
}
.mod-iconlink i.icon-xsl,
.mod-iconlink i.icon-xls {
  background-image: url("../img/net/mod-iconlink/xls.png");
}
.mod-iconlink i.icon-zip {
  background-image: url("../img/net/mod-iconlink/zip.png");
}
.mod-iconlink a {
  /* display: inline-block; TYOJU_STAFF-337 */
  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;
  overflow: hidden; /* TYOJU_STAFF-1117 */
  padding: 13px 30px;
  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: 50%;
  left: 12px;
  bottom: 6px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 14px;
  border-color: transparent transparent transparent #fff;
  margin-top: -8px;
}
.mod-textlink.type-lime {
  padding: 11px 30px;
  border: 2px solid #05615c;
  background-color: #bcec56;
  color: #064100;
  font-size: 100%;
  line-height: 1.3125;
}
.mod-textlink.type-lime:before {
  border-color: transparent transparent transparent #064100;
}
.mod-textlink.type-blue {
  padding: 8px 30px;
  background-color: #2c4d89;
  font-size: 100%;
  line-height: 1.3125;
}

.mod-textlink2 {
  position: relative;
  display: block;
  overflow: hidden; /* TYOJU_STAFF-1117 */
  padding: 8px 25px;
  border-radius: 3px;
  border: 2px solid #bfbfbf;
  font-weight: bold;
  color: #2b2b2b;
  font-size: 87.5%;
  line-height: 1.42857;
  /* text-align: center; TYOJU_STAFF-226 */
  /* text-decoration: none; TYOJU_STAFF-806 */
}
.mod-textlink2:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border: solid #ff5a00;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -5px;
}

.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 #323232;
  border-width: 2px 2px 0;
}
.mod-form__body th, .mod-form__body td {
  display: block;
  word-wrap: break-word;
  padding: 10px;
  border-bottom: 2px solid #323232;
  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__body input[type="text"] {
  box-sizing: border-box;
  max-width: 100%;
}
.mod-form .mod-required {
  margin-left: 10px;
}
.mod-form .h2,
.mod-form h2 {
  margin: 17px 0;
  padding: 9px 8px;
  border-radius: 4px;
  background-color: #caec62;
  font-size: 106.25%;
  line-height: 1.17647;
}

.mod-sns-buttons {
  overflow: hidden;
  font-size: 1rem;
  min-height: 30px;
}
.mod-sns-buttons__list {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.mod-sns-buttons__list > li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0 0 0 3px;
  box-sizing: border-box;
}

.base-contents__main .mod-post {
    word-wrap: break-word;
}

.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: 87.5%;
  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: #05615c;
  font-size: 125%;
  line-height: 1.2;
}
.sitemap .mod-post h1,
.mod-post .h2,
.mod-post h2,
.mod-recommend h2 {
  margin: 17px 0;
  padding: 9px 8px;
  border-radius: 4px;
  background-color: #caec62;
  font-size: 106.25%;
  line-height: 1.17647;
}
.mod-post h3 {
  margin: 18px 0 25px;
  padding: 6px 7px;
  border-bottom: 3px solid #65aaa3;
  color: #2b2b2b;
  font-size: 106.25%;
  line-height: 1.17647;
}
.mod-post h4 {
  position: relative;
  margin: 20px 0 25px;
  padding: 3px 10px;
  border: 3px solid #05615c;
  color: #05615c;
  font-size: 106.25%;
  line-height: 1.17647;
}
.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: #37615c;
  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: #37615c;
  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 10px;
  overflow: hidden;
}
.mod-post .box01 {
  background-color: #eee;
}
.mod-post .box02 {
  background-color: #fff;
  border: 1px solid #a0a0a0;
}
.mod-post .box03 {
  background-color: #37615c;
  color: #fff;
}
.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 #37615c;
  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 #40716b;
  margin-bottom: 30px;
}
.mod-post table th {
  border: 1px solid #40716b;
  background-color: #37615c;
  color: #fff;
  padding: .5em;
}
.mod-post table td {
  border: 1px solid #40716b;
  padding: .5em;
}
.mod-post table thead th {
  font-size: 100%;
  line-height: 1.3125;
}
.mod-post table.table01 {
  border-color: #40716b;
}
.mod-post table.table01 th {
  color: #2b2b2b;
  background-color: #bcec56;
}
.mod-post table.table01 td {
  border-color: #40716b;
}
.mod-post table.table01 tbody th {
  background-color: #ececec;
  text-align: left;
}
.mod-post table.table02 {
  border-color: #2e796b;
}
.mod-post table.table02 th, .mod-post table.table02 td {
  border: none;
}
.mod-post table.table02 th {
  color: #3f3f3f;
  background-color: #ededed;
}
.mod-post table.table02 td {
  border-color: #2e796b;
}
.mod-post table.table02 thead th {
  background-color: #caec62;
}
.mod-post table.table02 thead th:first-child {
  color: #fff;
  background-color: #37615c;
}
.mod-post table.table02 tbody th {
  border: solid #2e796b;
  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: #2e796b;
}
.mod-post ol, .mod-post ul, .mod-recommend ul {
  margin: 1em 0;
}
.mod-post ol li, .mod-post ul li, .mod-recommend 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,
.mod-recommend > ul {
  list-style: none;
  padding: 0;
}
.mod-post > ul > li,
.mod-recommend > ul > li {
  padding-left: 17px;
}
.mod-post > ul > li:before,
.mod-recommend > ul > li:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #37615c;
  border-radius: 50%;
}
.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: 6px;
  left: 0;
  display: block;
  content: "";
  border-radius: 50%;
  background: #484848;
  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: 6px;
  left: 0;
  display: block;
  content: "";
  border-radius: 50%;
  background: #484848;
  width: 9px;
  height: 9px;
  box-sizing: border-box;
}
.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: 6px;
  left: 0;
  display: block;
  content: "";
  border-radius: 50%;
  background: #484848;
  width: 9px;
  height: 9px;
  box-sizing: border-box;
}
.mod-post .flatten > li {
  width: 20%;
}
.mod-post .flatten-y > li {
  width: 50%;
}
.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 .under {
  text-decoration: underline;
}
.mod-post .small, .mod-post small {
  font-size: 75%;
  line-height: 1.5;
}
.mod-post .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 .video{
position: relative;
width: 100%;
padding-top: 56.25%;
}

.mod-post .video iframe{
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
border: none;
}

.mod-links {
  margin: 0 0 10px;
  border-radius: 6px;
  background: #c9c9c9;
  padding: 10px 10px 0;
  overflow: hidden;
}
.mod-links__title {
  margin: 10px 0 20px;
  font-size: 106.25%;
  line-height: 1.29412;
  text-align: center;
}
.mod-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod-links__list li {
  margin: 0 0 10px;
  font-size: 93.75%;
  line-height: 1.46667;
}
.mod-links__list li a {
  position: relative;
  display: block;
  padding: 7px 20px 7px 10px;
  border-radius: 6px;
  background-color: #fff;
  color: #05615c;
  /* text-decoration: none; TYOJU_STAFF-806 */
}
.mod-links__list li a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border: solid #ff5a00;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -4px;
}
.mod-links__list li a.current,
.mod-links__list li a:hover {
  background-color: #05615c;
  color: #fff;
  opacity: 1;
}
.mod-links__list li a.current:before,
.mod-links__list li a:hover:before {
  border-color: #fff;
}
.mod-links__list.type-2 li a {
  text-decoration: underline;
}
.mod-links__list.type-2 li a:before {
  padding: 10px;
  display: none;
}
.mod-links__more {
  margin: 10px 0;
  text-align: center;
}
.mod-links__more a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 25px;
  border-radius: 6px;
  color: #fff;
  background-color: #05615c;
  /* text-decoration: none; TYOJU_STAFF-806 */
  font-size: 125%;
  line-height: 1.1;
}
.mod-links__more a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border: solid #d5ff00;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -4px;
}

.mod-links2__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod-links2__list li {
  margin: 0 0 10px;
  font-size: 112.5%;
  line-height: 1.22222;
}
.mod-links2__list li a {
  position: relative;
  border: 1px solid #c9c9c9;
  display: block;
  padding: 10px 10px 10px 46px;
  border-radius: 6px;
  background-color: #fff;
  color: #05615c;
  /* text-decoration: none; TYOJU_STAFF-806 */
}
.mod-links2__list li a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -4px;
  z-index: 5;
}
.mod-links2__list li a:after {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  display: block;
  content: "";
  width: 34px;
  background: #00b308;
  border-radius: 4px 0 0 4px;
}

.mod-banner {
  margin: 0 0 10px;
}
.mod-banner__item {
  margin: 0 0 10px;
  text-align: center;
}
.mod-banner__item a {
  display: block;
  text-align: center;
}
.mod-banner__item img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.mod-ranking {
  border: 2px solid #c9c9c9;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 10px 0;
  overflow: hidden;
}
.mod-ranking__title {
  position: relative;
  margin: 10px 0 20px;
  padding: 0 0 0 38px;
  color: #292723;
  font-size: 93.75%;
  line-height: 1.33333;
}
.mod-ranking__title br {
  display: none;
}
.mod-ranking__title:before {
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  content: "";
  width: 31px;
  height: 34px;
  background: url("../img/net/mod-ranking/bg.png") no-repeat 0 0;
  background-size: 31px auto;
}
.mod-ranking__list {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  counter-reset: ranking;
}
.mod-ranking__list li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 38px;
  font-size: 93.75%;
  line-height: 1.33333;
}
.mod-ranking__list li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  text-align: right;
  counter-increment: ranking;
  content: counter(ranking) ",";
  font-family: Arial;
  font-weight: bold;
  color: #05615c;
}
.mod-ranking__list li a {
  position: relative;
  color: #424242;
  /* text-decoration: none; TYOJU_STAFF-806 */
}
.mod-ranking__list.type-2 li a {
  text-decoration: underline;
}
.mod-ranking__list.type-2 li a:before {
  padding: 10px;
  display: none;
}
.mod-ranking__more {
  margin: 10px 0;
  text-align: center;
}
.mod-ranking__more a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 25px;
  border-radius: 6px;
  color: #fff;
  background-color: #05615c;
  /* text-decoration: none; TYOJU_STAFF-806 */
}
.mod-ranking__more a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border: solid #d5ff00;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -4px;
}

.mod-feature {
  background-color: #fff;
  padding: 10px 0;
}
.mod-feature__heading {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 53px;
  min-height: 45px;
  color: #494132;
  font-size: 100%;
  line-height: 1.375;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* TYOJU_STAFF-814
.mod-feature__heading:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 45px;
  height: 45px;
  background: url("../img/net/mod-feature/icon.png") no-repeat 0 0;
  background-size: 45px auto;
}
*/ .mod-feature__heading img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 45px;
    height: 45px;
  }
.mod-feature__item {
  padding: 10px 4px;
  border-top: 1px solid #008a85;
}
.mod-feature__item:first-child {
  border-top: none;
  padding-top: 0;
}
.mod-feature__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #05615c;
  /* text-decoration: none; TYOJU_STAFF-806 */
}
.mod-feature__image {
  margin: 0 10px 0 0;
  min-width: 50px;
  width: 50px;
}
.mod-feature__title {
  margin: 0 0 5px;
  font-size: 100%;
  line-height: 1.375;
}
.mod-feature__category {
  margin: 0 0 5px;
  font-size: 100%;
  line-height: 1.375;
  color: #494132;
}
.mod-feature__text {
  margin: 0;
  font-size: 87.5%;
  line-height: 1.42857;
}
.mod-feature__more {
  margin: 0;
  text-align: center;
}
.mod-feature__more a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 25px;
  border-radius: 6px;
  color: #fff;
  font-size: 125%;
  line-height: 1.1;
  background-color: #05615c;
  /* text-decoration: none; TYOJU_STAFF-806 */
}
.mod-feature__more a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border: solid #d5ff00;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -4px;
}

.mod-interview {
  background-color: #fff;
  padding: 10px 0;
}
.mod-interview__heading {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 53px;
  min-height: 45px;
  color: #494132;
  font-size: 100%;
  line-height: 1.375;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mod-interview__heading img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 45px;
    height: 45px;
  }
.mod-interview__body {
  margin-bottom: 20px;
}
.mod-interview__body a {
  display: flex;
  color: #05615c;
}
.mod-interview__image {
  margin: 0 13px 0 0;
  min-width: 90px;
  width: 90px;
}
.mod-interview__title {
  margin: 0 0 5px;
  font-size: 100%;
  line-height: 1.375;
}
.mod-interview__text {
  margin: 0;
  font-size: 87.5%;
  line-height: 1.42857;
}
.mod-interview__more {
  margin: 0;
  text-align: center;
}
.mod-interview__more a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 25px;
  border-radius: 6px;
  color: #fff;
  font-size: 125%;
  line-height: 1.1;
  background-color: #05615c;
  /* text-decoration: none; TYOJU_STAFF-806 */
}
.mod-interview__more a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border: solid #d5ff00;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -4px;
}

.mod-talk {
  background-color: #fff;
  padding: 10px 0;
}
.mod-talk__heading {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 53px;
  min-height: 45px;
  color: #494132;
  font-size: 100%;
  line-height: 1.375;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* TYOJU_STAFF-814
.mod-talk__heading:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 45px;
  height: 45px;
  background: url("../img/net/mod-talk/icon.png") no-repeat 0 0;
  background-size: 45px auto;
}
*/
.mod-talk__heading img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 45px;
    height: 45px;
  }
.mod-talk__contents {
  width: 100%;
}
.mod-talk__item {
  margin: 0 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  width: 100%;
  color: #424242;
}
.mod-talk__image {
  margin: 0 13px 0 0;
  min-width: 90px;
  width: 90px;
}
.mod-talk__name {
  margin: 0 0 5px;
  font-size: 112.5%;
  line-height: 1.22222;
}
.mod-talk__data {
  margin: 0;
  font-size: 87.5%;
  line-height: 1.42857;
}
.mod-talk__more {
  margin: 0;
  text-align: center;
}
.mod-talk__more a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 25px;
  border-radius: 6px;
  color: #fff;
  font-size: 125%;
  line-height: 1.1;
  background-color: #05615c;
  /* text-decoration: none; TYOJU_STAFF-806 */
}
.mod-talk__more a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border: solid #d5ff00;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -4px;
}
.mod-essay {
  margin: 20px 0px 0px 0px;
}
.mod-essay .mod-feature__item a {
  text-decoration: none;
}
.mod-essay .mod-feature__title,
.mod-essay .mod-feature__text,
.mod-essay .mod-feature__more {
  text-decoration: underline;
}
.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-topindex {
  padding: 10px 10px 0;
  background: #bcec56;
  overflow: hidden;
}
.mod-topindex__item {
  margin: 0 0 10px;
}
.mod-topindex__item.type-blue .mod-topindex__body {
  background-color: #bfe7fb;
}
.mod-topindex__item.type-blue .mod-topindex__title {
  color: #0060e3;
}
.mod-topindex__item.type-blue .mod-topindex__button a {
  background-color: #528efb;
  text-shadow: #004269 1px 1px 0, #004269 -1px 1px 0,#004269 1px -1px 0, #004269 -1px -1px 0;
}
.mod-topindex__item.type-blue .mod-topindex__body ul li:before {
  border-color: #007773;
}
.mod-topindex__item.type-orange .mod-topindex__body {
  background-color: #fbf2cc;
}
.mod-topindex__item.type-orange .mod-topindex__title {
  color: #8f2c00;
}
.mod-topindex__item.type-orange .mod-topindex__title .icon {
  top: 15px;
}
.mod-topindex__item.type-orange .mod-topindex__button a {
  background-color: #e2771b;
  text-shadow: #872900 1px 1px 0, #872900 -1px 1px 0,#872900 1px -1px 0, #872900 -1px -1px 0;
}
.mod-topindex__item.type-orange .mod-topindex__body ul li:before {
  border-color: #ff3c00;
}
.mod-topindex__item.close .mod-topindex__body {
  display: none;
}
.mod-topindex__item.open .mod-topindex__toggle:before {
  display: none;
}
.mod-topindex__item.open .mod-topindex__body {
  display: block;
}
.mod-topindex__head {
  position: relative;
  border-radius: 6px 6px 0 0;
  padding: 10px;
  background-color: #fff;
}
.mod-topindex__head .icon {
  position: absolute;
  top: 12px;
  left: 10px;
  display: block;
  width: 40px;
}
.mod-topindex__title {
  margin: 0;
  padding: 5px 50px 0 50px;
  color: #006605;
  font-size: 125%;
  line-height: 1.2;
}
.mod-topindex__description {
  margin: 20px 0 0;
  font-size: 87.5%;
  line-height: 1.42857;
}
.mod-topindex__toggle {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 6px;
  background-color: #00388b;
}
.mod-topindex__toggle:before,
.mod-topindex__toggle:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: #fff;
}
.mod-topindex__toggle:before {
  width: 6px;
  height: 20px;
  margin-left: -3px;
  margin-top: -10px;
}
.mod-topindex__toggle:after {
  width: 20px;
  height: 6px;
  margin-left: -10px;
  margin-top: -3px;
}
.mod-topindex__body {
  padding: 10px 18px 6px;
  background-color: #c2faeb;
  overflow: hidden;
}
.mod-topindex__body ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.mod-topindex__body ul li {
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 15px;
  font-size: 93.75%;
  line-height: 1.33333;
}
.mod-topindex__body ul li:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border: solid #007773;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mod-topindex__body ul li a {
  color: #252525;
}
.mod-topindex__button {
  margin: -6px 0 0;
}
.mod-topindex__button a {
  position: relative;
  display: block;
  border-radius: 5px;
  padding: 10px 20px 10px 20px;
  background: #00b308;
  color: #fff;
  font-size: 106.25%;
  line-height: 1.17647;
  text-shadow: #004704 1px 1px 0, #004704 -1px 1px 0,#004704 1px -1px 0, #004704 -1px -1px 0;
  /* text-decoration: none; TYOJU_STAFF-806 */
  text-align: center;
}
.mod-topindex__button a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -4px;
}

.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: #064100;
  border: 1px solid #064100;
  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: #064100;
  background-color: #bcec56;
  border-color: #bcec56;
}
.mod-pagenation__prev, .mod-pagenation__prev--line,
.mod-pagenation__next, .mod-pagenation__next--line {
  position: relative;
  color: #064100;
  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/net/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/net/mod-pagenation/next.png");
  background-size: 30px auto;
}

.mod-heading {
  position: relative;
  margin: -10px -10px 10px;
  min-height: 132px;
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
  background: no-repeat 0 100%;
  background-size: 430px auto;
}

.mod-heading.blog57 {
  background-image: url("/net/interview/imgs/mod-heading/bg-01.png");
}
.mod-heading.category877 {
  background-image: url("/net/interview/imgs/mod-heading/bg-01.png");
}

.mod-heading.blog56 {
  background-image: url("/net/essay/imgs/mod-heading/bg-01.png");
}
.mod-heading.category797 {
  background-image: url("/net/essay/imgs/100-home.png");
}
.mod-heading.category792 {
  background-image: url("/net/essay/imgs/100-tyojyu.png");
}
.mod-heading.category1162 {
  background-image: url("/net/essay/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1062 {
  background-image: url("/net/essay/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1242 {
  background-image: url("/net/essay/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1107 {
  background-image: url("/net/essay/imgs/mod-heading/bg-01.png");
}
.mod-heading.category892 {
  background-image: url("/net/essay/imgs/mod-heading/bg-01.png");
}
.mod-heading.category872 {
  background-image: url("/net/essay/imgs/mod-heading/bg-01.png");
}
.mod-heading.category827 {
  background-image: url("/net/essay/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1102 {
  background-image: url("/net/essay/imgs/mod-heading/bg-01.png");
}
.mod-heading.category767 {
  background-image: url("/net/essay/imgs/kawanabe-kyosai.png");
}
.mod-heading.category867 {
  background-image: url("/net/essay/imgs/mod-heading/bg-01.png");
}
.mod-heading.category772 {
  background-image: url("/net/essay/imgs/houmonkangoshi-oi.png");
}
.mod-heading.category1237 {
  background-image: url("/net/essay/imgs/mod-heading/bg-01.png");
}
.mod-heading.category687 {
  background-image: url("/net/essay/imgs/bg_oiomirumanazashi.png");
}
.mod-heading.category1157 {
  background-image: url("/net/essay/imgs/mod-heading/bg-01.png");
}
.mod-heading.category832 {
  background-image: url("/net/essay/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1057 {
  background-image: url("/net/essay/imgs/mod-heading/bg-01.png");
}

.mod-heading.blog46 {
  background-image: url("/net/check/imgs/mod-heading/bg-01.png");
}

.mod-heading.blog27 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder141 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder161 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder151 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder917 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder902 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder907 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder787 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder932 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder96 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder116 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder106 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder912 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder121 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder782 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder171 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder166 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder131 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder136 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder126 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder156 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder146 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder186 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder176 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder897 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder101 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder927 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder777 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder111 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder937 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder181 {
  background-image: url("/net/kenkou-tyoju/imgs/mod-heading/bg-01.png");
}

.mod-heading.blog41 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category617 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1092 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1217 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1017 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category807 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1022 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1047 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category727 {
  background-image: url("/net/topics/imgs/bg-01.PNG");
}
.mod-heading.category441 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category842 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1052 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1067 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1097 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category762 {
  background-image: url("/net/topics/imgs/koreiki-seikatsushukambyo-kanri.png");
}
.mod-heading.category436 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1117 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category431 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category607 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category602 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category597 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category612 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category732 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category847 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1037 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1087 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1137 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1212 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1027 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category802 {
  background-image: url("/net/topics/imgs/warai-genki.png");
}
.mod-heading.category857 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category587 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1132 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1142 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1152 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1167 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1247 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category522 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category822 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category812 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1122 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category672 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1032 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1127 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category712 {
  background-image: url("/net/topics/imgs/bg-01.png");
}
.mod-heading.category547 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category922 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1077 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category592 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1147 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category1072 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}
.mod-heading.category702 {
  background-image: url("/net/topics/imgs/mod-heading/bg-01.png");
}

.mod-heading.blog32 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder361 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder381 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder206 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder371 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder336 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder637 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder251 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder241 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder236 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder677 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder301 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder642 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder221 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder331 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder286 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder226 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder256 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder271 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder246 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder306 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder632 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder662 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder627 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder216 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder647 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder652 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder321 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder667 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder296 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder211 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder366 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder657 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder231 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder291 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder326 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder311 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder281 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder266 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder356 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder346 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder316 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder276 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder351 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder341 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder261 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder201 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder196 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder191 {
  background-image: url("/net/byouki/imgs/mod-heading/bg-01.png");
}

.mod-heading.blog37 {
  background-image: url("/net/kaigo-seido/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder417 {
  background-image: url("/net/kaigo-seido/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder402 {
  background-image: url("/net/kaigo-seido/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder427 {
  background-image: url("/net/kaigo-seido/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder382 {
  background-image: url("/net/kaigo-seido/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder392 {
  background-image: url("/net/kaigo-seido/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder407 {
  background-image: url("/net/kaigo-seido/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder837 {
  background-image: url("/net/kaigo-seido/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder412 {
  background-image: url("/net/kaigo-seido/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder422 {
  background-image: url("/net/kaigo-seido/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder387 {
  background-image: url("/net/kaigo-seido/imgs/mod-heading/bg-01.png");
}
.mod-heading.folder397 {
  background-image: url("/net/kaigo-seido/imgs/mod-heading/bg-01.png");
}

.mod-heading__title {
  position: relative;
  margin: 0;
  padding: 10px 10px 10px 50px;
  border-radius: 4px;
  background-color: #006605;
  color: #fff;
  font-size: 106.25%;
  line-height: 1.88235;
}
.mod-heading__title .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  width: 32px;
}
.mod-heading__textbox {
  box-sizing: border-box;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.mod-heading__description {
  position: static;
  margin: 0 0 20px auto;
  color: #505050;
  font-size: 93.75%;
  line-height: 1.33333;
  width: 55%;
}



/* ______________________________ Sitemap ______________________________ */
.sitemap .mod-post section {
  border: 1px solid #a0a0a0;
  margin-bottom: 15px;
}
.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 h2::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 12px;
  left: 10px;
  border-radius: 50%;
  background-color: #05615c;
}
.sitemap .mod-post ol {
  margin: 0 0 .5em;
  padding-left: 0;
  list-style-type: none;
}
.sitemap .mod-post li {
  margin-bottom: .5em;
  padding-left: 55px;
  padding-right: 8px;
  position: relative;
  font-size: 100%;
}
.sitemap .mod-post li::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 7px;
  left: 35px;
  border-radius: 50%;
  background-color: #05615c;
}



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



@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 {
    min-width: 1000px;
    background: none;
  }
  a:hover {
    /* opacity: 0.6; TYOJU_STAFF-888 */
  }
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .base-contents {
    min-width: 1000px;
    width: 1000px;
    margin: 0 auto 20px;
    padding: 0;
    overflow: hidden;
  }
  .base-contents__main {
    float: left;
    width: 740px;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 10px 20px;
    background-color: #fff;
  }
  .base-contents__main .clear {
    clear: both;
  }
  .base-contents__main .f-none {
    float: none;
  }
  .base-contents__main .f-left {
    float: left;
    margin-right: 1em;
  }
  .base-contents__main .f-right {
    float: right;
    margin-left: 1em;
  }
  .base-contents__main .t-left {
    text-align: left;
  }
  .base-contents__main .t-right {
    text-align: right;
  }
  .base-contents__main .t-center {
    text-align: center;
  }
  .base-contents__sub {
    float: right;
    width: 240px;
  }
  .base-contents2 {
    min-width: 1000px;
    width: 1000px;
    margin: 0 auto 20px;
    padding: 0;
    overflow: hidden;
  }
  .base-contents2__main {
    float: left;
    width: 740px;
  }
  .base-contents2__sub {
    float: right;
    width: 240px;
  }
  .mod-header {
    position: relative;
    padding: 0;
    border-top: 70px solid #327500;
    min-width: 1000px;
  }
  body.text-zoom-5 .mod-header {
    border-top-width: 110px;
  }
  .mod-header__inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0 10px;
  }
  .mod-header__inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .mod-header__logo {
    position: absolute;
    top: -70px;
    left: 0;
    padding: 0;
    margin: 0;
    border: none;
  }
  .mod-header__logo__img-xs {
    display: none;
  }
  .mod-header__logo__img-md {
    display: block;
  }
  .mod-header__description {
    box-sizing: border-box;
    position: absolute;
    top: -70px;
    left: 230px;
    overflow: auto;
    background: #327500;
    margin: 0;
    padding: 13px;
    height: 70px;
    font-size: 100%;
    line-height: 1.375;
  }
  body.text-zoom-5 .mod-header__description {
    top: -110px;
    height: 110px;
  }
  .mod-header__menu {
    display: none;
  }
  .mod-header__list {
    position: absolute;
    top: 12px;
    right: 0;
    width: 100%;
    padding-right: 278px;
    display: block;
    box-sizing: border-box;
    text-align: right;
  }
  .mod-header__list li {
    display: inline-block;
    width: auto;
    border-left: none;
    margin-right: 16px;
  }
  .mod-header__list li:first-child {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
  }
  .mod-header__list li a {
    font-size: 100%;
    line-height: 1.125;
  }
  .mod-header__searchUnit {
    float: right;
    width: 475px;
    margin-top: 17px;
  }
  .mod-header__search {
    border-width: 7px;
  }
  .mod-header__searchLink:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #f2b200;
    margin-right: 5px;
  }
  .mod-header__searchLink a {
    display: inline-block;
    font-weight: bold;
    color: #004b47;
    font-size: 100%;
    line-height: 1.25;
  }
  .mod-header__sitetitle {
    position: static;
    width: 438px;
  }
  .mod-header__sitetitle a:hover {
    opacity: 1;
  }
  .mod-header__sitetitle img {
    width: auto;
    height: auto;
  }
  .mod-header__fontsize {
    position: absolute;
    top: 12px;
    right: 0;
    float: right;
    clear: both;
    display: block;
    max-width: 257px;
    padding-left: 16px;
    border-left: 2px solid #0b4405;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-header__fzTitle {
    margin: 2px 10px 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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px 0;
  }
  .mod-header__fzButtons button {
    box-sizing: border-box;
    width: 72px;
    min-height: 32px;
    padding: 0;
    background: #1e6548;
    border: 3px 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;
    /* outline: none; TYOJU_STAFF-813 */
  }
  .mod-header__fzButtons button.active {
    color: #1e6548;
    background-color: #fff;
  }
  .mod-header__fzButtons button:disabled {
    /* TYOJU_STAFF-817
    color: graytext;
    */ color: #000;
    background: lightgray;
  }
  .mod-header__fzButtons button:first-child {
    border-radius: 8px 0 0 8px;
  }
  .mod-header__fzButtons button:first-child:disabled {
    background: #fff;
  }
  .mod-header__fzButtons button:nth-child(2) {
    border-radius: 0 8px 8px 0;
  }
  .mod-footer {
    min-width: 1000px;
    width: 1000px;
    margin: 0 auto;
  }
  .mod-footer__pagetop {
    position: relative;
    width: 117px;
    margin: 0 13px 10px 870px;
  }
  .mod-footer__pagetop a {
    display: block;
    box-sizing: border-box;
    /* height: 60px; TYOJU_STAFF-931 */
    padding: 40px 3px 9px;
    border-radius: 5px;
    background-color: #05615c;
    color: #fff;
    font-size: 87.5%;
    line-height: 1.42857;
    text-align: center;
    /* text-decoration: none; TYOJU_STAFF-806 */
    /* TYOJU_STAFF-813
    outline: none;
    */
  }
  .mod-footer__pagetop a:before {
    position: absolute;
    top: 12px;
    left: 50%;
    margin: 0 0 0 -13px;
    display: block;
    content: "";
    width: 26px;
    height: 23px;
    background: url("../img/net/mod-footer/icon-pagetop.png") no-repeat 0 0;
    background-size: 26px auto;
  }
  .mod-footer__navigation ul {
    display: table;
    width: 100%;
    background-color: #f3f3e7;
    border-radius: 4px;
  }
  .mod-footer__navigation ul li {
    display: table-cell;
    font-weight: bold;
    color: #002d20;
  }
  .mod-footer__navigation ul li a {
    display: block;
    padding: 10px 20px;
    font-size: 100%;
    line-height: 1.25;
    text-align: center;
    background: none;
  }
  .mod-footer__info {
    position: relative;
    margin: 30px 0 40px;
    text-align: left;
    overflow: hidden;
  }
  .mod-footer__logo {
    display: block;
    float: left;
    width: 90px;
    margin-right: 12px;
  }
  .mod-footer__site {
    display: inline-block;
    margin: 0 0 0 10px;
  }
  .mod-footer__name {
    display: inline-block;
    margin: 0 0 5px;
    font-size: 137.5%;
    line-height: 1.09091;
  }
  .mod-footer__data {
    margin: 10px 0 0;
    font-size: 100%;
    line-height: 1.25;
  }
  .mod-footer__copyright {
    font-size: 75%;
    line-height: 1.5;
  }
  .mod-footer__spPagetop {
    display: none;
  }
  .mod-globalnavi {
    position: static;
    width: 100%;
    display: block;
    background: #bcec56;
    min-width: 1000px;
    padding: 0;
  }
  .mod-globalnavi__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
  }
  .mod-globalnavi__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .mod-globalnavi__list li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 5px;
    margin: 0;
    border-left: 2px solid #fff;
  }
  .mod-globalnavi__list li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 68px;
    height: 100%;
    width: 100%;
    border: 3px solid #bcec56;
    background: none;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 112.5%;
    line-height: 1.22222;
  }
  .mod-globalnavi__list li a:before {
    display: none;
  }
  .mod-globalnavi__list li a:hover, .mod-globalnavi__list li a.current {
    border-color: #05615c;
    background-color: #fff;
    opacity: 1;
  }
  .mod-globalnavi__list li:first-child {
    border-left: none;
    display: block;
  }
  .mod-globalnavi__list li:first-child a {
    display: block;
    margin: 0 auto;
    width: 34px;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
  }
  .mod-globalnavi__list li:first-child a:hover {
    border: none;
  }
  .mod-globalnavi__iconTop {
    display: inline;
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-14px);
    width: 32px;
  }
  .mod-globalnavi__list li a br {
    display: inline;
  }
  .mod-breadcrumbs {
    box-sizing: border-box;
    width: 1000px;
    min-width: 1000px;
    margin: 10px auto;
    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;
    border-radius: 9px;
    box-sizing: border-box;
    font-size: 125%;
    line-height: 1.4;
  }
  .mod-textlink.type-blue, .mod-textlink.type-lime {
    font-size: 125%;
    line-height: 1.4;
  }
  .mod-textlink2 {
    display: inline-block;
    /* min-width: 344px; TYOJU_STAFF-226 */
    border-radius: 9px;
    box-sizing: border-box;
    font-size: 112.5%;
    line-height: 1.33333;
  }
  .mod-textlink3 {
    display: inline-block;
    min-width: 344px;
    border-radius: 9px;
    box-sizing: border-box;
    font-size: 112.5%;
    line-height: 1.33333;
  }
  .mod-form__body {
    width: 100%;
    border: solid #323232;
    border-width: 2px 2px 0;
  }
  .mod-form__body th,
  .mod-form__body td {
    display: table-cell;
    padding: 20px;
    border-bottom: 2px solid #323232;
    font-size: 100%;
    line-height: 1.5;
  }
  .mod-form__body td {
    padding: 20px;
  }
  .mod-form__body th.form-label,
  .mod-form__body td.form-label {
    width: 137px;
  }
  .mod-form__body textarea {
    display: block;
    width: 100%;
    height: 6em;
    box-sizing: border-box;
  }
  .mod-form .mod-required {
    margin-left: 10px;
  }
  .mod-form .h2,
  .mod-form h2 {
    font-size: 125%;
    line-height: 1.2;
  }
  .mod-post {
    padding-top: 37px;
  }
  .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;
  }
  .mod-post .h2,
  .mod-post h2,
  .mod-recommend 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 th, .mod-post table td {
    font-size: 112.5%;
    line-height: 1.33333;
  }
  .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 #2e796b;
  }
  .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 .strikethrough, .mod-post .strikeout, .mod-post .strike {
    text-decoration: line-through;
  }
  .mod-post .small, .mod-post small {
    font-size: 87.5%;
    line-height: 1.42857;
  }
  .mod-post .large {
    font-weight: bold;
    font-size: 150%;
    line-height: 1.25;
  }
  .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-links {
    margin: 0 0 20px;
  }
  .mod-links__title {
    font-size: 112.5%;
    line-height: 1.22222;
  }
  .mod-links__list li {
    font-size: 100%;
    line-height: 1.375;
  }
  .mod-links__more a {
    font-size: 100%;
    line-height: 1.25;
  }
/* TYOJU_STAFF-813#comment-34459351
  .mod-links__more a:focus {
outline: 30px solid red;
outline-offset: 5px;
  }
*/
  .mod-links2 {
    margin: 0 0 20px;
  }
  .mod-links2__list li {
    font-size: 137.5%;
    line-height: 1.36364;
  }
  .mod-links2__list li a {
    padding: 13px 13px 13px 72px;
  }
  .mod-links2__list li a:after {
    width: 50px;
  }
  .mod-links2__list li a:before {
    width: 14px;
    height: 14px;
    border-width: 0 5px 5px 0;
    margin-top: -10px;
  }
  .mod-links2__list li a:hover {
    /* opacity: 0.6; TYOJU_STAFF-888 */
  }
  .mod-ranking__title {
    position: relative;
    margin: 10px 0;
    padding: 0 0 0 38px;
    color: #292723;
    font-size: 112.5%;
    line-height: 1.22222;
  }
  .mod-ranking__title br {
    display: inline-block;
  }
  .mod-ranking__title:before {
    position: absolute;
    top: 0;
    left: 0;
  }
  .mod-ranking__list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    counter-reset: ranking;
  }
  .mod-ranking__list li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 38px;
    font-size: 100%;
    line-height: 1.25;
  }
  .mod-ranking__list li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    text-align: right;
    counter-increment: ranking;
    content: counter(ranking) ",";
    font-family: Arial;
    font-weight: bold;
    color: #05615c;
  }
  .mod-ranking__list li a {
    position: relative;
    color: #424242;
    /* text-decoration: none; TYOJU_STAFF-806 */
  }
  .mod-ranking__list.type-2 li a {
    text-decoration: underline;
  }
  .mod-ranking__list.type-2 li a:before {
    padding: 10px;
    display: none;
  }
  .mod-ranking__more {
    margin: 10px 0;
    text-align: center;
  }
  .mod-ranking__more a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 25px;
    border-radius: 6px;
    color: #fff;
    background-color: #05615c;
    /* text-decoration: none; TYOJU_STAFF-806 */
  }
  .mod-ranking__more a:before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border: solid #d5ff00;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4px;
  }
  .mod-feature {
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
  }
  .mod-feature__heading {
    margin-bottom: 20px;
    font-size: 175%;
    line-height: 1.14286;
    padding: 0 0 0 75px;
    min-height: 63px;
    font-weight: normal;
  }
  /* TYOJU_STAFF-814
  .mod-feature__heading:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 63px;
    height: 63px;
    background: url("../img/net/mod-feature/icon.png") no-repeat 0 0;
    background-size: 63px auto;
  }
  */ .mod-feature__heading img {
      width: 63px;
      height: 63px;
    }
  .mod-feature__image {
    margin: 0 20px 0 0;
    min-width: 95px;
    width: 95px;
  }
  .mod-feature__title {
    margin: 0 0 5px;
    font-size: 162.5%;
    line-height: 1.15385;
  }
  .mod-feature__category {
    margin: 0 0 5px;
    font-size: 162.5%;
    line-height: 1.15385;
  }
  .mod-feature__text {
    margin: 0;
    font-size: 125%;
    line-height: 1.3;
  }
  .mod-feature__more {
    width: 253px;
    margin: 0 0 0 auto;
  }
  .mod-interview {
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
    margin: 43px 0 20px;
  }
  .mod-interview__heading {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 162.5%;
    line-height: 1.15385;
    padding: 0 0 0 75px;
    min-height: 63px;
  }
  .mod-interview__heading img {
      width: 63px;
      height: 63px;
    }
  .mod-interview__image {
    margin: 0 20px 0 0;
    min-width: 180px;
    width: 180px;
  }
  .mod-interview__title {
    margin: 0 0 5px;
    font-size: 162.5%;
    line-height: 1.15385;
  }
  .mod-interview__text {
    margin: 0;
    font-size: 125%;
    line-height: 1.3;
  }
  .mod-interview__more {
    width: 280px;
    margin: 0 0 0 auto;
  }
  .mod-talk {
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
    margin: 0 0 20px;
  }
  .mod-talk__heading {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 162.5%;
    line-height: 1.15385;
    padding: 0 0 0 75px;
    min-height: 63px;
  }
  /* TYOJU_STAFF-814
  .mod-talk__heading:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 63px;
    height: 63px;
    background: url("../img/net/mod-talk/icon.png") no-repeat 0 0;
    background-size: 63px auto;
  }
  */ .mod-talk__heading img {
      width: 63px;
      height: 63px;
    }
  .mod-talk__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    margin: 0 0 20px;
    background: url("../img/net/mod-talk/bg.png") no-repeat 50% 40%;
  }
  .mod-talk__image {
    margin: 0 20px 0 0;
    min-width: 180px;
    width: 180px;
  }
  .mod-talk__name {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 112.5%;
    line-height: 1.33333;
  }
  .mod-talk__data {
    margin: 0;
    font-size: 100%;
    line-height: 1.375;
  }
  .mod-talk__more {
    width: 253px;
    margin: 0 0 0 auto;
  }
  .mod-talk__item {
    margin: 0;
    margin: 0 -117px 0 0;
  }
  .mod-talk__item:nth-child(2) {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -moz-text-align-last: right;
    text-align-last: right;
    margin: 0 0 0 -117px;
  }
  .mod-talk__item:nth-child(2) .mod-talk__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 0 20px;
  }
  .mod-talk__item:nth-child(2) .mod-talk__contents {
    padding-top: 130px;
    box-sizing: border-box;
  }
  .mod-topindex {
    position: relative;
    margin: 0 0 20px;
    padding: 0;
    background-color: #bcec56;
    min-width: 1000px;
    overflow: visible;
  }
  .mod-topindex:after {
    content: "";
    display: block;
    clear: both;
  }
  .mod-topindex__inner {
    width: 1000px;
    margin: 0 auto;
  }
  .mod-topindex__main {
    position: relative;
    top: 40px;
    float: left;
    width: 740px;
    margin-top: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mod-topindex__sub {
    float: right;
    width: 240px;
    margin: 0 0 10px;
  }
  .mod-topindex__item {
    width: 233px;
    margin: 0;
  }
  .mod-topindex__item.type-orange .mod-topindex__body {
    padding-bottom: 26px;
  }
  .mod-topindex__item.type-orange .mod-topindex__button {
    margin-top: -26px;
  }
  .mod-topindex__item.type-orange .mod-topindex__title {
    font-size: 125%;
    line-height: 1.2;
  }
  .mod-topindex__head {
    border-radius: 6px 6px 0 0;
    padding: 10px;
    background-color: #fff;
  }
  .mod-topindex__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 47px;
    padding-top: 0;
    padding-right: 0;
    font-size: 137.5%;
    line-height: 1.09091;
  }
  .mod-topindex__description {
    font-size: 100%;
    line-height: 1.375;
  }
  .mod-topindex__description {
    margin-top: 5px;
  }
  .mod-topindex__toggle {
    display: none !important;
  }
  .mod-topindex__body {
    display: block !important;
    box-sizing: border-box;
    min-height: 190px;
  }
  .mod-topindex__body ul li {
    font-size: 100%;
    line-height: 1.25;
  }
  .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-heading {
    margin: -10px -20px 20px;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    background-position: 0 100%;
    background-size: 100% auto;
  }
  .mod-heading__textbox {
    min-height: 159px;
  }
  .mod-heading__title {
    margin: 0;
    padding: 20px 20px 20px 90px;
    border-radius: 4px;
    background-color: #006605;
    color: #fff;
    font-weight: normal;
    font-size: 225%;
    line-height: 1.22222;
  }
  .mod-heading__title .icon {
    display: inline-block;
    width: 64px;
  }
  .mod-heading__description {
    position: static;
    margin: 0 0 20px auto;
    color: #505050;
    font-size: 187.5%;
    line-height: 1.33333;
    width: 50%;
  }



  .sitemap .mod-post {
    padding-top: 0;
    padding-bottom: 135px;
  }
  .sitemap .mod-post section {
    margin: 15px 15px 20px;
  }
  .sitemap .mod-post h1 {
    margin: 10px 0 15px;
    color: #252525;
    font-size: 125%;
    line-height: 1.2;
  }
  .sitemap .mod-post h2 {
    margin-top: 9px;
    padding-left: 43px;
  }
  .sitemap .mod-post h2::before {
    width: 18px;
    height: 18px;
    left: 21px;
  }
  .sitemap .mod-post ol {
    margin-bottom: 1em;
  }
  .sitemap .mod-post li {
    margin-bottom: .5em;
    padding-left: 85px;
  }
  .sitemap .mod-post li::before {
    width: 12px;
    height: 12px;
    top: 6px;
    left: 65px;
    background-color: #464646;
  }



  /* ______________________________ 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-breadcrumbs__list {
    max-width: 80%;
  }
  .mod-post table td {
      padding-left: 0;
      padding-right: 0;
  }

  .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;
  }
}