/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8em;
  color: #333;
  background-color: #fff8ef;
  font-size: 90%;
  font-feature-settings: "palt" 1;
  word-wrap: break-word;
}
@media print, screen and (min-width: 535px) {
  body {
    font-size: 100%;
  }
}

a {
  text-decoration: none;
}

a:link {
  color: #889b00;
}

a:visited {
  color: #889b00;
}

a:hover, a:visited:hover {
  color: #AAB623;
  text-decoration: underline;
}

a:active {
  color: #AAB623;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
a:hover img.no--opt {
  opacity: 1;
  filter: alpha(opacity=100);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.7em 0;
  position: relative;
  font-weight: normal;
}

h1 {
  font-size: 200%;
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 129%;
}

h4 {
  font-size: 115%;
}

h5 {
  font-size: 100%;
}

h6 {
  font-size: 100%;
}

.primary h2, .primary h3 {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 1.5em;
}

p, blockquote, table, ul, ol {
  margin: 0 0 1em;
}

blockquote {
  background-color: #EEE8CF;
  border-radius: 5px;
  padding: 1.4em 15px 1px;
  font-size: 90%;
}

ul, ol {
  margin: 0 0 1.5em 2.8em;
  padding: 0;
}

li {
  margin-bottom: 0.6em;
  line-height: 1.5em;
}

li > ul, li > ol {
  margin-top: 0.6em;
  margin-left: 1.6em;
}

dl {
  margin: 0 0 1.5em;
  padding: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 1.5em 2em;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-wrap: break-word;
}
table th img, table td img {
  max-width: none;
}
table th {
  border: 1px #bbb solid;
  padding: 10px;
  background-color: #f7f6ed;
  text-align: center;
}
table td {
  border: 1px #bbb solid;
  vertical-align: top;
  padding: 10px;
}
table ul, table ol {
  margin-bottom: 0;
}

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

/* hidden */
/* 音読ブラウザ対応 */
.voiceArea, p.voiceGuide, dt.hLbl {
  display: block;
  position: absolute;
  left: -10000px;
}

/* floatclear */
.flc {
  clear: both;
  position: relative;
  width: 0px;
}

.flc span {
  display: block;
  position: absolute;
  left: -10000px;
}

/*
body{
  color:$font-color;
  font-family: $font-gothic;
}
h1,h2,h3,h4,h5,h6{ margin-bottom:0.7em;}
h1{ font-size:200%; }
h2{ font-size:$font-xl; }
h3{ font-size:$font-lg; }
h4{ font-size:110%; }
h5{ }
h6{ }

ul,ol{ margin:0 0 1.5em 2.2em; padding:0;}
li{ margin-bottom:0.6em; line-height: 1.7em;}
li>ul{ margin-top:0.6em;}
table {
  ul,ol{ margin-bottom:0; }
  th { text-align: left; vertical-align: top; }
}
img{max-width:100%; height:auto;}
a:link{ color:$font-color-link; }
a:visited{ color:$font-color-link-visited; }
a:hover, a:visited:hover{ color: $font-color-link-hover; }
a:active{ color: $font-color-link-hover; }
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  &.no--opt{
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
*/
/* text-align */
.align__l {
  text-align: left !important;
}

.align__r {
  text-align: right !important;
}

.align__c {
  text-align: center !important;
}

.valign__t {
  vertical-align: top !important;
}

.valign__m {
  vertical-align: middle !important;
}

.valign__b {
  vertical-align: bottom !important;
}

/* margin */
.mg--xs {
  margin: 0.5em 0.7em !important;
}

.mg--sm {
  margin: 1em 1.2em !important;
}

.mg--md {
  margin: 2.5em 2.7em !important;
}

.mg--lg {
  margin: 4em 4.2em !important;
}

.mg--xl {
  margin: 6em 6.2em !important;
}

.mg__t--xs {
  margin-top: 0.5em !important;
}

.mg__t--sm {
  margin-top: 1em !important;
}

.mg__t--md {
  margin-top: 2.5em !important;
}

.mg__t--lg {
  margin-top: 4em !important;
}

.mg__t--xl {
  margin-top: 6em !important;
}

.mg__b--xs {
  margin-bottom: 0.5em !important;
}

.mg__b--sm {
  margin-bottom: 1em !important;
}

.mg__b--md {
  margin-bottom: 2.6em !important;
}

.mg__b--lg {
  margin-bottom: 4em !important;
}

.mg__b--xl {
  margin-bottom: 6em !important;
}

.mg__b--0 {
  margin-bottom: 0 !important;
}

.mg__b--5 {
  margin-bottom: 5px !important;
}

.mg__b--10 {
  margin-bottom: 10px !important;
}

.mg__b--15 {
  margin-bottom: 15px !important;
}

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

.mg__b--25 {
  margin-bottom: 25px !important;
}

.mg__b--30 {
  margin-bottom: 30px !important;
}

.mg__b--35 {
  margin-bottom: 35px !important;
}

.mg__b--40 {
  margin-bottom: 40px !important;
}

.mg__b--45 {
  margin-bottom: 45px !important;
}

.mg__b--50 {
  margin-bottom: 50px !important;
}

.mg__b--55 {
  margin-bottom: 55px !important;
}

.mg__b--60 {
  margin-bottom: 60px !important;
}

.mg__b--65 {
  margin-bottom: 65px !important;
}

.mg__b--70 {
  margin-bottom: 70px !important;
}

.mg__b--80 {
  margin-bottom: 80px !important;
}

.mg__b--90 {
  margin-bottom: 90px !important;
}

.mg__b--100 {
  margin-bottom: 100px !important;
}

.mg__l--0 {
  margin-left: 0 !important;
}

.mg__l--5 {
  margin-left: 5px !important;
}

.mg__l--10 {
  margin-left: 10px !important;
}

.mg__l--15 {
  margin-left: 15px !important;
}

.mg__l--20 {
  margin-left: 20px !important;
}

.mg__l--25 {
  margin-left: 25px !important;
}

.mg__l--30 {
  margin-left: 30px !important;
}

.mg__l--35 {
  margin-left: 35px !important;
}

.mg__l--40 {
  margin-left: 40px !important;
}

.mg__l--45 {
  margin-left: 45px !important;
}

.mg__l--50 {
  margin-left: 50px !important;
}

.mg__w--0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mg__w--10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mg__w--15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mg__w--20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mg__w--25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mg__w--30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mg__w--35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.mg__w--40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mg__w--45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.mg__w--50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mg__w--auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* padding */
.pd--xs {
  padding: 0.5em 0.7em !important;
}

.pd--sm {
  padding: 1em 1.2em !important;
}

.pd--md {
  padding: 2.5em 2.7em !important;
}

.pd--lg {
  padding: 4em 4.2em !important;
}

.pd--xl {
  padding: 6em 6.2em !important;
}

.pd__t--xs {
  padding-top: 0.5em !important;
}

.pd__t--sm {
  padding-top: 1em !important;
}

.pd__t--md {
  padding-top: 2.5em !important;
}

.pd__t--lg {
  padding-top: 4em !important;
}

.pd__t--xl {
  padding-top: 6em !important;
}

.pd__t--0 {
  padding-top: 0 !important;
}

.pd__t--5 {
  padding-top: 5px !important;
}

.pd__t--10 {
  padding-top: 10px !important;
}

.pd__t--15 {
  padding-top: 15px !important;
}

.pd__t--20 {
  padding-top: 20px !important;
}

.pd__t--25 {
  padding-top: 25px !important;
}

.pd__t--30 {
  padding-top: 30px !important;
}

.pd__t--35 {
  padding-top: 35px !important;
}

.pd__t--40 {
  padding-top: 40px !important;
}

.pd__t--45 {
  padding-top: 45px !important;
}

.pd__t--50 {
  padding-top: 50px !important;
}

.pd__b--0 {
  padding-bottom: 0 !important;
}

.pd__b--5 {
  padding-bottom: 5px !important;
}

.pd__b--10 {
  padding-bottom: 10px !important;
}

.pd__b--15 {
  padding-bottom: 15px !important;
}

.pd__b--20 {
  padding-bottom: 20px !important;
}

.pd__b--25 {
  padding-bottom: 25px !important;
}

.pd__b--30 {
  padding-bottom: 30px !important;
}

.pd__b--35 {
  padding-bottom: 35px !important;
}

.pd__b--40 {
  padding-bottom: 40px !important;
}

.pd__b--45 {
  padding-bottom: 45px !important;
}

.pd__b--50 {
  padding-bottom: 50px !important;
}

.pd__b--xs {
  padding-bottom: 0.5em !important;
}

.pd__b--sm {
  padding-bottom: 1em !important;
}

.pd__b--md {
  padding-bottom: 2.5em !important;
}

.pd__b--lg {
  padding-bottom: 4em !important;
}

.pd__b--xl {
  padding-bottom: 6em !important;
}

.pd__h--xs {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

.pd__h--sm {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.pd__h--md {
  padding-top: 2.5em !important;
  padding-bottom: 2.5em !important;
}

.pd__h--lg {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.pd__h--xl {
  padding-top: 6em !important;
  padding-bottom: 6em !important;
}

.pd__w--10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pd__w--15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pd__w--20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pd__w--25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.pd__w--30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pd__w--35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.pd__w--40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pd__w--45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.pd__w--50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/* no */
.no--border {
  border: none !important;
}

.no--underline {
  text-decoration: none !important;
}

/* voice guide */
.voiceGuide {
  display: block;
  position: absolute;
  left: -10000px;
  top: -10000px;
}

/* text */
.font--xs {
  font-size: 79%;
  line-height: 1.6em;
}

.font--sm {
  font-size: 86%;
  line-height: 1.6em;
}

.font--md {
  font-size: 100%;
}

.font--lg {
  font-size: 129%;
}

.font--xl {
  font-size: 143%;
}

.font--h1 {
  font-size: 200%;
}

.font--h2 {
  font-size: 150%;
}

.font--h3 {
  font-size: 129%;
}

.font--h4 {
  font-size: 115%;
}

.font--h5 {
  font-size: 100%;
}

.font--h6 {
  font-size: 100%;
}

.font--75 {
  font-size: 75% !important;
}

.font--80 {
  font-size: 80% !important;
}

.font--85 {
  font-size: 85% !important;
}

.font--90 {
  font-size: 90% !important;
}

.font--100 {
  font-size: 100% !important;
}

.font--110 {
  font-size: 110% !important;
}

.font--115 {
  font-size: 115% !important;
}

.font--120 {
  font-size: 120% !important;
}

.font--125 {
  font-size: 125% !important;
}

.font--130 {
  font-size: 130% !important;
}

.font--140 {
  font-size: 140% !important;
}

.font--150 {
  font-size: 150% !important;
}

.font--160 {
  font-size: 160% !important;
}

.font--170 {
  font-size: 170% !important;
}

.font--180 {
  font-size: 180% !important;
}

.font--190 {
  font-size: 190% !important;
}

.font--200 {
  font-size: 200% !important;
}

.font--relate {
  font-size: 91%;
  line-height: 1.6em;
}

.font--caption {
  display: block;
  font-size: 75%;
  line-height: 1.7em;
}

.font--mincho {
  font-family: "游明朝", Yu Mincho, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}

.font--gothic {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.font__color--light {
  color: #999;
}

.font__color--notice {
  color: #b82a01;
}

.weight--normal {
  font-weight: normal;
}

.weight--bold {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

/* border */
.border {
  border: 1px #ccc solid;
}

.border__t {
  border-top: 1px #ccc solid;
}

.border__b, .media--block-big .media__menu-title {
  border-bottom: 1px #ccc solid;
}

.border__h {
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}

.border__l {
  border-left: 1px #ccc solid;
}

.border__r {
  border-right: 1px #ccc solid;
}

.border__w {
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
}

.border__t--dot {
  background: url(/shared/img/i_line_dot.gif) repeat-x left top;
}

.border__b--dot, .media--block .media__menu-title {
  background: url(/shared/img/i_line_dot.gif) repeat-x left bottom;
}

.border__h--dot {
  background: url(/shared/img/i_line_dot.gif) repeat-x left top, url(/shared/img/i_line_dot.gif) repeat-x left bottom;
}

.border--main {
  border-color: #6c6c19;
}

.border--sub-dark {
  border-color: #abac60;
}

.border--sub-light {
  border-color: #eee8cf;
}

.border--insert {
  border-color: #b9610c;
}

.border--neutral {
  border-color: #f7f6ed;
}

/* border-radius */
.radius--xs {
  border-radius: 3px;
}

.radius--sm {
  border-radius: 4px;
}

.radius--md {
  border-radius: 6px;
}

.radius--lg {
  border-radius: 10px;
}

.radius--xl {
  border-radius: 14px;
}

/* position--relative */
.position--relative {
  position: relative;
}

.position--absolute {
  position: absolute;
}

/* indent */
.idt1 {
  padding-left: 1em;
  text-indent: -1em;
}

.idt2 {
  padding-left: 2em;
  text-indent: -2em;
}

.idt3 {
  padding-left: 3em;
  text-indent: -3em;
}

/* width */
.width--100 {
  width: 100% !important;
}

/* no */
.no--border {
  border: none !important;
}

.no--underline {
  text-decoration: none !important;
}

/* display--none */
.display--none-max-sm {
  display: none;
}
@media screen and (min-width: 535px) {
  .display--none-max-sm {
    display: block;
  }
}

.display--none-max-md {
  display: none;
}
@media screen and (min-width: 750px) {
  .display--none-max-md {
    display: block;
  }
}

.display--none-max-lg {
  display: none;
}
@media screen and (min-width: 960px) {
  .display--none-max-lg {
    display: block;
  }
}

.display--none-min-sm {
  display: block;
}
@media screen and (min-width: 535px) {
  .display--none-min-sm {
    display: none;
  }
}

.display--none-min-md {
  display: block;
}
@media screen and (min-width: 750px) {
  .display--none-min-md {
    display: none;
  }
}

.display--none-min-lg {
  display: block;
}
@media screen and (min-width: 960px) {
  .display--none-min-lg {
    display: none;
  }
}

/* #button */
a.btn--contact {
  border-radius: 5px;
  background-color: #b9610c;
  color: #fff;
  display: inline-block;
  line-height: 1.3em;
  margin-top: 5px;
  padding: 12px 30px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #8D7BB1;
  color: #fff;
}
a.btn--contact:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}
a.btn--small {
  border-radius: 5px;
  background-color: #b9610c;
  color: #fff;
  display: inline-block;
  line-height: 1.3em;
  margin-top: 5px;
  padding: 12px 30px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #6c6c19;
  font-size: 90%;
  padding: 7px 30px 6px;
}
a.btn--small:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}

input.btn {
  border-radius: 5px;
  background-color: #b9610c;
  color: #fff;
  display: inline-block;
  line-height: 1.3em;
  margin-top: 5px;
  padding: 12px 30px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
input.btn:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}

/* #clearfix, floatclear, reset */
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: block;
  overflow: hidden;
}
.clearfix:after, .cf:after {
  clear: both;
}
.clearfix, .cf {
  zoom: 1;
}

.flc {
  clear: both;
  position: relative;
  width: 0px;
}

.flc span {
  display: block;
  position: absolute;
  left: -10000px;
}

.reset {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  font-size: 100%;
}

/* #colors */
.color--main {
  color: #6c6c19;
}

.color--sub-dark {
  color: #abac60;
}

.color--sub-light {
  color: #eee8cf;
}

.color--insert {
  color: #b9610c;
}

.color--neutral {
  color: #f7f6ed;
}

.color--notice {
  color: #b82a01;
}

.bgcolor--main {
  background-color: #6c6c19;
}
.bgcolor--sub-dark {
  background-color: #abac60;
}
.bgcolor--sub-light {
  background-color: #eee8cf;
}
.bgcolor--insert {
  background-color: #b9610c;
}
.bgcolor--neutral {
  background-color: #f7f6ed;
}

/* #dl */
.dl--inline {
  margin-left: -10px;
  padding-left: 0;
}
.dl--inline dt, .dl--inline dd {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}

.dl--list {
  margin-left: 0.8em;
  padding-left: 0;
}
.dl--list:before, .dl--list:after {
  content: "";
  display: block;
  overflow: hidden;
}
.dl--list:after {
  clear: both;
}
.dl--list {
  zoom: 1;
}
.dl--list dt, .dl--list dd {
  margin: 0 0 0.8em;
}
.dl--list dt {
  float: left;
  width: 2em;
  text-align: center;
}
.dl--list dd {
  margin-left: 2em;
}

/* float */
.float__l {
  float: left;
}

.float__r {
  float: right;
}

@media screen and (min-width: 535px) {
  .float__l--sm {
    float: left;
  }

  .float__r--sm {
    float: right;
  }
}
@media screen and (min-width: 750px) {
  .float__l--md {
    float: left;
  }

  .float__r--md {
    float: right;
  }
}
@media screen and (min-width: 960px) {
  .float__l--lg {
    float: left;
  }

  .float__r--lg {
    float: right;
  }
}
/* #grid system */
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: "";
  display: block;
  overflow: hidden;
}
.row:after {
  clear: both;
}
.row {
  zoom: 1;
}

.col--xs1, .col--sm1, .col--md1, .col--lg1, .col--xs2, .col--sm2, .col--md2, .col--lg2, .col--xs3, .col--sm3, .col--md3, .col--lg3, .col--xs4, .col--sm4, .col--md4, .col--lg4, .col--xs5, .col--sm5, .col--md5, .col--lg5, .col--xs6, .col--sm6, .col--md6, .col--lg6, .col--xs7, .col--sm7, .col--md7, .col--lg7, .col--xs8, .col--sm8, .col--md8, .col--lg8, .col--xs9, .col--sm9, .col--md9, .col--lg9, .col--xs10, .col--sm10, .col--md10, .col--lg10, .col--xs11, .col--sm11, .col--md11, .col--lg11, .col--xs12, .col--sm12, .col--md12, .col--lg12 {
  position: relative;
  min-height: 1px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.col--xs0 {
  width: auto;
  float: none;
}

.col--xs1, .col--xs2, .col--xs3, .col--xs4, .col--xs5, .col--xs6, .col--xs7, .col--xs8, .col--xs9, .col--xs10, .col--xs11, .col--xs12 {
  float: left;
}

.col--xs2 {
  width: 16.66667%;
}

.width--xs2 {
  width: 16.66667%;
}

.col--xs3 {
  width: 25%;
}

.width--xs3 {
  width: 25%;
}

.col--xs4 {
  width: 33.33333%;
}

.width--xs4 {
  width: 33.33333%;
}

.col--xs5 {
  width: 41.66667%;
}

.width--xs5 {
  width: 41.66667%;
}

.col--xs6 {
  width: 50%;
}

.width--xs6 {
  width: 50%;
}

.col--xs7 {
  width: 58.33333%;
}

.width--xs7 {
  width: 58.33333%;
}

.col--xs8 {
  width: 66.66667%;
}

.width--xs8 {
  width: 66.66667%;
}

.col--xs9 {
  width: 75%;
}

.width--xs9 {
  width: 75%;
}

.col--xs10 {
  width: 83.33333%;
}

.width--xs10 {
  width: 83.33333%;
}

.col--xs11 {
  width: 91.66667%;
}

.width--xs11 {
  width: 91.66667%;
}

.col--xs12 {
  width: 100%;
}

.width--xs12 {
  width: 100%;
}

@media screen and (min-width: 535px) {
  .col--sm0 {
    width: auto;
    float: none;
  }

  .col--sm1, .col--sm2, .col--sm3, .col--sm4, .col--sm5, .col--sm6, .col--sm7, .col--sm8, .col--sm9, .col--sm10, .col--sm11, .col--sm12 {
    float: left;
  }

  .col--sm2 {
    width: 16.66667%;
  }

  .width--sm2 {
    width: 16.66667%;
  }

  .col--sm3 {
    width: 25%;
  }

  .width--sm3 {
    width: 25%;
  }

  .col--sm4 {
    width: 33.33333%;
  }

  .width--sm4 {
    width: 33.33333%;
  }

  .col--sm5 {
    width: 41.66667%;
  }

  .width--sm5 {
    width: 41.66667%;
  }

  .col--sm6 {
    width: 50%;
  }

  .width--sm6 {
    width: 50%;
  }

  .col--sm7 {
    width: 58.33333%;
  }

  .width--sm7 {
    width: 58.33333%;
  }

  .col--sm8 {
    width: 66.66667%;
  }

  .width--sm8 {
    width: 66.66667%;
  }

  .col--sm9 {
    width: 75%;
  }

  .width--sm9 {
    width: 75%;
  }

  .col--sm10 {
    width: 83.33333%;
  }

  .width--sm10 {
    width: 83.33333%;
  }

  .col--sm11 {
    width: 91.66667%;
  }

  .width--sm11 {
    width: 91.66667%;
  }

  .col--sm12 {
    width: 100%;
  }

  .width--sm12 {
    width: 100%;
  }
}
@media screen and (min-width: 750px) {
  .col--md0 {
    width: auto;
    float: none;
  }

  .col--md1, .col--md2, .col--md3, .col--md4, .col--md5, .col--md6, .col--md7, .col--md8, .col--md9, .col--md10, .col--md11, .col--md12 {
    float: left;
  }

  .col--md2 {
    width: 16.66667%;
  }

  .width--md2 {
    width: 16.66667%;
  }

  .col--md3 {
    width: 25%;
  }

  .width--md3 {
    width: 25%;
  }

  .col--md4 {
    width: 33.33333%;
  }

  .width--md4 {
    width: 33.33333%;
  }

  .col--md5 {
    width: 41.66667%;
  }

  .width--md5 {
    width: 41.66667%;
  }

  .col--md6 {
    width: 50%;
  }

  .width--md6 {
    width: 50%;
  }

  .col--md7 {
    width: 58.33333%;
  }

  .width--md7 {
    width: 58.33333%;
  }

  .col--md8 {
    width: 66.66667%;
  }

  .width--md8 {
    width: 66.66667%;
  }

  .col--md9 {
    width: 75%;
  }

  .width--md9 {
    width: 75%;
  }

  .col--md10 {
    width: 83.33333%;
  }

  .width--md10 {
    width: 83.33333%;
  }

  .col--md11 {
    width: 91.66667%;
  }

  .width--md11 {
    width: 91.66667%;
  }

  .col--md12 {
    width: 100%;
  }

  .width--md12 {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .col--lg0 {
    width: auto;
    float: none;
  }

  .col--lg1, .col--lg2, .col--lg3, .col--lg4, .col--lg5, .col--lg6, .col--lg7, .col--lg8, .col--lg9, .col--lg10, .col--lg11, .col--lg12 {
    float: left;
  }

  .col--lg2 {
    width: 16.66667%;
  }

  .width--lg2 {
    width: 16.66667%;
  }

  .col--lg3 {
    width: 25%;
  }

  .width--lg3 {
    width: 25%;
  }

  .col--lg4 {
    width: 33.33333%;
  }

  .width--lg4 {
    width: 33.33333%;
  }

  .col--lg5 {
    width: 41.66667%;
  }

  .width--lg5 {
    width: 41.66667%;
  }

  .col--lg6 {
    width: 50%;
  }

  .width--lg6 {
    width: 50%;
  }

  .col--lg7 {
    width: 58.33333%;
  }

  .width--lg7 {
    width: 58.33333%;
  }

  .col--lg8 {
    width: 66.66667%;
  }

  .width--lg8 {
    width: 66.66667%;
  }

  .col--lg9 {
    width: 75%;
  }

  .width--lg9 {
    width: 75%;
  }

  .col--lg10 {
    width: 83.33333%;
  }

  .width--lg10 {
    width: 83.33333%;
  }

  .col--lg11 {
    width: 91.66667%;
  }

  .width--lg11 {
    width: 91.66667%;
  }

  .col--lg12 {
    width: 100%;
  }

  .width--lg12 {
    width: 100%;
  }
}
/* #label */
/*
.label--bosyu{
  @include label;
  background-color: $color-main;
  color:#fff;
}
.label--new{
  @include label;
  background-color: #EC7143;
  color:#fff;
}
*/
.label--category {
  background-color: #6c6c19;
  border-radius: 3px;
  color: #fff;
  font-size: 79%;
  line-height: 1.3em;
  margin-bottom: 2px;
  max-width: 100px;
  padding: 5px 2px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.label--category.now_open {
  background-color: #D5993A;
}
.label--category.end {
  background: #ECE8CF;
  color: #A8B810;
}
.label--category.report {
  background: #A8B810;
}

/* #link */
/* アイコンの縦サイズは16pxで作成 */
.link2, .linkR, .linkR2 {
  display: block;
}
.link2:after, .linkR:after, .linkR2:after {
  color: #6c6c19;
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 5px;
}

.linkR, .linkR2 {
  float: right;
}

.link {
  display: inline-block;
}
.link:before {
  color: #6c6c19;
  content: "";
  font-family: FontAwesome;
  margin-left: 2px;
  margin-right: 7px;
  display: inline-block;
}
.link--out, .link.out, .link_out {
  display: inline-block;
}
.link--out:before, .link.out:before, .link_out:before {
  color: #6c6c19;
  content: "";
  font-family: FontAwesome;
  margin-left: 2px;
  margin-right: 7px;
  display: inline-block;
}
.link--pdf, .link.pdf {
  display: inline-block;
}
.link--pdf:before, .link.pdf:before {
  color: #6c6c19;
  content: "";
  font-family: FontAwesome;
  margin-left: 2px;
  margin-right: 7px;
  display: inline-block;
}
.link--next {
  display: inline-block;
}
.link--next:after {
  color: #6c6c19;
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 5px;
}
.link--prev, .link.back {
  display: inline-block;
}
.link--prev:before, .link.back:before {
  color: #6c6c19;
  content: "";
  font-family: FontAwesome;
  margin-left: 2px;
  margin-right: 7px;
  display: inline-block;
}
.link--up {
  display: inline-block;
}
.link--up:before {
  color: #6c6c19;
  content: "";
  font-family: FontAwesome;
  margin-left: 2px;
  margin-right: 7px;
  display: inline-block;
}
.link--down {
  display: inline-block;
}
.link--down:before {
  color: #6c6c19;
  content: "";
  font-family: FontAwesome;
  margin-left: 2px;
  margin-right: 7px;
  display: inline-block;
}
.link--zoom, .link.zoom {
  display: inline-block;
}
.link--zoom:before, .link.zoom:before {
  color: #6c6c19;
  content: "";
  font-family: FontAwesome;
  margin-left: 2px;
  margin-right: 7px;
  display: inline-block;
}

.link--list-cascade {
  list-style: none;
  margin: 0 0 0 12px;
  padding: 0;
}
.link--list-cascade > li {
  display: inline-block;
  display: block;
  margin-bottom: 7px;
}
.link--list-cascade > li:before {
  color: #6c6c19;
  content: "";
  font-family: FontAwesome;
  margin-left: 2px;
  margin-right: 7px;
  display: inline-block;
}
.link--list-cascade > li ul {
  margin: 0 0 0 12px;
  padding: 10px 0 0;
}
.link--list-cascade > li ul li {
  display: inline-block;
  display: block;
  margin-bottom: 5px;
}
.link--list-cascade > li ul li:before {
  color: #6c6c19;
  content: "";
  font-family: FontAwesome;
  margin-left: 2px;
  margin-right: 7px;
  display: inline-block;
}
.link--list-cascade > li ul li:last-child {
  margin-bottom: 0;
}

.link--list, .link--list-footer {
  list-style: none;
  margin: 0 0 0 17px;
  padding: 0;
}
.link--list li, .link--list-footer li {
  display: inline-block;
  display: block;
}
.link--list li:before, .link--list-footer li:before {
  color: #6c6c19;
  content: "";
  font-family: FontAwesome;
  margin-left: 2px;
  margin-right: 7px;
  display: inline-block;
}
.link--list li ul, .link--list-footer li ul {
  list-style: none;
  margin-left: 10px;
  margin-bottom: 0;
  padding: 0;
}

.link--list-footer li:before {
  color: #fff;
}

/* #list */
.list {
  list-style: disc;
  margin-left: 30px;
  padding: 0;
}

.list--topline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--topline li {
  border-top: 1px #E6E6E6 solid;
  display: block;
  padding: 8px 10px;
  margin-bottom: 0;
}
.list--topline li.act {
  background-color: #eee8cf;
}

.list--inline {
  list-style: none;
  margin-left: -10px;
  padding-left: 0;
}
.list--inline li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.list--news {
  list-style: none;
  margin-left: 0px;
  padding-left: 0;
}
.list--news:before, .list--news:after {
  content: "";
  display: block;
  overflow: hidden;
}
.list--news:after {
  clear: both;
}
.list--news {
  zoom: 1;
}
.list--news li {
  display: block;
  clear: both;
}
.list--news li .list__date {
  display: block;
  width: 140px;
  color: #999;
  float: none;
}
@media print, screen and (min-width: 535px) {
  .list--news li .list__date {
    float: left;
  }
}
.list--news li .list__title {
  display: block;
}
@media print, screen and (min-width: 535px) {
  .list--news li .list__title {
    margin-left: 140px;
  }
}

.list--diary {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px #ccc dotted;
}
.list--diary:before, .list--diary:after {
  content: "";
  display: block;
  overflow: hidden;
}
.list--diary:after {
  clear: both;
}
.list--diary {
  zoom: 1;
}
@media print, screen and (min-width: 535px) {
  .list--diary {
    background: url(/shared/img/i_arw_05.png) no-repeat right 10px top 22px;
  }
}
.list--diary .calendar {
  text-align: center;
  width: 45px;
  margin-left: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  display: block;
  float: left;
}
.list--diary .calendar .year {
  font-size: 15px;
  color: #6C6C19;
  margin: 0;
  line-height: 1.6em;
}
.list--diary .calendar .month {
  font-size: 11px;
  background: #6C6C19;
  color: #fff;
  line-height: 1.7em;
  border-radius: 4px 4px 0px 0px;
  position: relative;
}
.list--diary .calendar .day {
  font-size: 24px;
  color: #6C6C19;
  line-height: 1.4em;
  background: #fff;
  border: #6C6C19 solid 1px;
  border-radius: 0px 0px 4px 4px;
  position: relative;
}
.list--diary .title {
  margin: 0 10px 5px 80px;
  line-height: 1.5em;
  padding: 19px 0 0;
  font-size: 125%;
}
@media print, screen and (min-width: 535px) {
  .list--diary .title {
    margin-right: 45px;
  }
}
.list--diary .date {
  margin: 0 0 0 80px;
  color: #999;
  font-size: 90%;
  padding: 0;
}

.list--news-b {
  margin: 0 10px;
}
.list--news-b:before, .list--news-b:after {
  content: "";
  display: block;
  overflow: hidden;
}
.list--news-b:after {
  clear: both;
}
.list--news-b {
  zoom: 1;
}
@media print, screen and (min-width: 750px) {
  .list--news-b {
    margin: 0 100px;
  }
}
.list--news-b li {
  display: block;
  clear: both;
  margin: 0 0 7px;
  padding: 20px 15px 15px;
  border-bottom: 1px #aaa dotted;
}
.list--news-b li .list__date {
  float: left;
  font-size: 93%;
  padding-top: 3px;
  width: 150px;
  padding-bottom: 0.5em;
}
.list--news-b li .list__label {
  float: left;
  width: 110px;
  background-color: #8d7bb1;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 79%;
  padding: 2px;
}
.list--news-b li .list__title {
  clear: left;
  font-size: 93%;
  padding-top: 3px;
  padding-bottom: 0.5em;
}
.list--news-b li .list__title a {
  color: #333;
}
.list--news-b li .list__title a:hover {
  color: #AAB623;
  text-decoration: underline;
}

/* #media */
.media--block-big {
  padding-left: 10px;
  padding-right: 10px;
}
.media--block-big:before, .media--block-big:after {
  content: "";
  display: block;
  overflow: hidden;
}
.media--block-big:after {
  clear: both;
}
.media--block-big {
  zoom: 1;
}
.media--block-big:before, .media--block-big:after {
  content: "";
  display: block;
  overflow: hidden;
}
.media--block-big:after {
  clear: both;
}
.media--block-big {
  zoom: 1;
}
.media--block-big .media__image {
  float: left;
  width: 260px;
  line-height: 0;
}
.media--block-big .media__category {
  float: left;
  width: 260px;
}
.media--block-big .media__body {
  margin-left: 280px;
}
.media--block-big .media__body .title {
  line-height: 1.6em;
  font-size: 120%;
  margin: 0 0 4px;
}
.media--block-big .media__body .date {
  margin-bottom: 3px;
  margin-left: 15px;
  font-size: 80%;
  color: #999;
}
.media--block-big .media__image {
  float: none;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 535px) {
  .media--block-big .media__image {
    float: left;
    width: 260px;
  }
}
.media--block-big .media__image img {
  width: 100%;
}
@media print, screen and (min-width: 535px) {
  .media--block-big .media__image img {
    width: auto;
  }
}
.media--block-big .media__body {
  margin-left: 0;
}
@media print, screen and (min-width: 535px) {
  .media--block-big .media__body {
    margin-left: 280px;
  }
}
.media--block-big .media__menu-title {
  margin: 0 -10px 10px;
  padding-bottom: 10px;
}
.media--block-big .media__title {
  font-size: 150%;
  line-height: 1.4em;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 535px) {
  .media--block-big .media__title {
    font-size: 200%;
  }
}
.media--block-big .media__title a {
  color: #333;
}
.media--block-big .media__title a:hover {
  color: #AAB623;
}
.media--block-big .media__image img {
  width: 95%;
  border: 5px #FFF solid;
}
.media--block-big .media__body {
  padding-bottom: 20px;
}
.media--block-big .media__body .more {
  text-align: right;
}

.media--block {
  padding-left: 10px;
  padding-right: 10px;
}
.media--block:before, .media--block:after {
  content: "";
  display: block;
  overflow: hidden;
}
.media--block:after {
  clear: both;
}
.media--block {
  zoom: 1;
}
.media--block .media__image {
  float: left;
  width: 100px;
  line-height: 0;
}
.media--block .media__category {
  float: left;
  width: 100px;
}
.media--block .media__body {
  margin-left: 120px;
}
.media--block .media__body .title {
  line-height: 1.6em;
  font-size: 120%;
  margin: 0 0 4px;
}
.media--block .media__body .date {
  margin-bottom: 3px;
  margin-left: 15px;
  font-size: 80%;
  color: #999;
}
.media--block .media__menu-title {
  margin: 0 0 15px;
  padding-bottom: 6px;
}
.media--block .media__menu-title a {
  display: block;
  width: 100%;
  background: url(/shared/img/i_arw_02.png) no-repeat right 5px center;
}
.media--block .media__menu-title a:hover {
  background-image: url(/shared/img/i_arw_02_over.png);
}
.media--block .media__title {
  font-size: 120%;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.media--block .media__title a {
  color: #333;
}
.media--block .media__title a:hover {
  color: #AAB623;
}
.media--block .media__body {
  margin-left: 0;
  padding-bottom: 20px;
}
.media--block .media__body .more {
  text-align: right;
}

.media--news {
  background: url(/shared/img/i_line_dot.gif) repeat-x left bottom;
  margin: 15px 0;
}
.media--news:before, .media--news:after {
  content: "";
  display: block;
  overflow: hidden;
}
.media--news:after {
  clear: both;
}
.media--news {
  zoom: 1;
}
.media--news .media__image {
  float: left;
  width: 100px;
  line-height: 0;
}
.media--news .media__category {
  float: left;
  width: 100px;
}
.media--news .media__body {
  margin-left: 120px;
}
.media--news .media__body .title {
  line-height: 1.6em;
  font-size: 120%;
  margin: 0 0 4px;
}
.media--news .media__body .date {
  margin-bottom: 3px;
  margin-left: 15px;
  font-size: 80%;
  color: #999;
}
.media--news .media__body {
  margin-bottom: 10px;
}

.media--insight {
  background: url(/insight/img/i_ist_idx_vdotline.png) repeat-y left top;
  margin: 0;
  padding: 26px 0 18px;
}
.media--insight:before, .media--insight:after {
  content: "";
  display: block;
  overflow: hidden;
}
.media--insight:after {
  clear: both;
}
.media--insight {
  zoom: 1;
}
.media--insight .media__image {
  float: left;
  width: 160px;
  line-height: 0;
}
.media--insight .media__category {
  float: left;
  width: 160px;
}
.media--insight .media__body {
  margin-left: 180px;
}
.media--insight .media__body .title {
  line-height: 1.6em;
  font-size: 120%;
  margin: 0 0 4px;
}
.media--insight .media__body .date {
  margin-bottom: 3px;
  margin-left: 15px;
  font-size: 80%;
  color: #999;
}
.media--insight .media__image {
  margin-left: 32px;
}
.media--insight .media__image .thumb {
  background: #fff;
  border: none;
  display: block;
  padding: 5px;
}
.media--insight .media__body {
  margin-left: 210px;
}
.media--insight.last {
  background: none;
  margin-right: 15px;
  padding: 0;
}

/*
.media--news {
	@include media(130px);
	.media__body{
		margin-left:0;
		margin-bottom:10px;
	}
}
*/
.media--news2 {
  margin: 0 0 20px;
  padding: 8px;
  border: 1px #ccc solid;
}
.media--news2 .media__body {
  margin-left: 0;
}
.media--news2 .media__body .category {
  color: #6c6c19;
}
.media--news2 .media__body .more {
  text-align: right;
}
.media--news2 .media__body h4 {
  margin-bottom: 10px;
}
.media--news2 .media__body .body {
  background: url("../img/i_line-double.png") repeat-x left top;
  padding-top: 15px;
}

.media--books {
  padding-bottom: 20px;
  border-bottom: 1px #e6e6e6 solid;
  margin-bottom: 20px;
}
.media--books:before, .media--books:after {
  content: "";
  display: block;
  overflow: hidden;
}
.media--books:after {
  clear: both;
}
.media--books {
  zoom: 1;
}
.media--books .media__image {
  float: left;
  width: 150;
  line-height: 0;
}
.media--books .media__category {
  float: left;
  width: 150;
}
.media--books .media__body {
  margin-left: 170px;
}
.media--books .media__body .title {
  line-height: 1.6em;
  font-size: 120%;
  margin: 0 0 4px;
}
.media--books .media__body .date {
  margin-bottom: 3px;
  margin-left: 15px;
  font-size: 80%;
  color: #999;
}
.media--books .media__image {
  max-width: none;
}
.media--books .media__body .title {
  font-size: 115%;
  font-weight: normal;
  color: #6c6c19;
}
.media--books .media__body .info {
  font-size: 93%;
  font-weight: normal;
  color: #6c6c19;
}
.media--books .media__body .url {
  margin-bottom: 20px;
}
.media--books .media__body .body {
  font-size: 93%;
}

.media--books-min {
  height: 300px;
  border-bottom: 1px #ddd solid;
  margin-bottom: 20px;
  overflow: hidden;
}
.media--books-min .media__image {
  height: 150px;
  overflow: hidden;
  max-width: none;
  text-align: center;
}
.media--books-min .media__body .title {
  font-size: 93%;
  line-height: 1.4em;
  font-weight: normal;
}
.media--books-min .media__body .info {
  font-size: 79%;
  font-weight: normal;
  color: #6c6c19;
}
.media--books-min .media__body .url {
  margin-bottom: 20px;
}
.media--books-min .media__body .body {
  font-size: 79%;
  line-height: 1.5em;
}

.nav {
  margin-bottom: 1.5em;
}
.nav .nav__header .nav__title {
  margin-bottom: 12px;
  padding: 12px;
  background-color: #6c6c19;
  color: #fff;
  font-weight: normal;
  font-size: 100%;
}
.nav .nav__header .nav__title a {
  color: #fff;
}
.nav .nav__body .nav__pages {
  list-style: none;
  margin-left: 0;
}
.nav .nav__body .nav__pages > li {
  font-size: 86%;
  position: relative;
  margin-bottom: 14px;
  line-height: 1.5em;
  padding-left: 2em;
  padding-bottom: 10px;
  border-bottom: 1px #ccc solid;
}
.nav .nav__body .nav__pages > li:before {
  position: absolute;
  left: 8px;
  top: 5px;
  display: block;
  width: 11px;
  height: 11px;
  content: '';
  background: url(../img/i_arw01.gif) no-repeat center center;
}
.nav .nav__body .nav__pages > li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
  list-style: disc;
}
.nav .nav__body .nav__pages > li > ul > li {
  margin-bottom: 9px;
}
.nav .nav__body .nav__pages > li > ul > li:last-child {
  margin-bottom: 5px;
}

.nav--corp, .nav--corp-anker {
  background: url(../img/bg_body.png) repeat left top;
  padding-top: 10px;
  border: 1px #eae289 solid;
  border-top: 15px #eae289 solid;
  border-radius: 6px;
  margin: 0 20px 1.5em;
}
@media print, screen and (min-width: 750px) {
  .nav--corp, .nav--corp-anker {
    margin: 0 0 1.5em;
  }
}
.nav--corp .nav__body > ul, .nav--corp-anker .nav__body > ul {
  list-style: none;
  margin: 2px 12px 0;
}
.nav--corp .nav__body > ul > li, .nav--corp-anker .nav__body > ul > li {
  font-size: 86%;
  position: relative;
  margin-bottom: 14px;
  line-height: 1.5em;
  padding-left: 1.2em;
  padding-top: 1px;
  padding-bottom: 10px;
  border-bottom: 1px #ccc dotted;
}
.nav--corp .nav__body > ul > li a, .nav--corp-anker .nav__body > ul > li a {
  color: #555;
}
.nav--corp .nav__body > ul > li a.current, .nav--corp-anker .nav__body > ul > li a.current {
  color: #889b00;
  text-decoration: underline;
}
.nav--corp .nav__body > ul > li a:hover, .nav--corp-anker .nav__body > ul > li a:hover {
  color: #AAB623;
  text-decoration: underline;
}
.nav--corp .nav__body > ul > li:last-child, .nav--corp-anker .nav__body > ul > li:last-child {
  margin-bottom: 0;
  border: none;
}
.nav--corp .nav__body > ul > li:before, .nav--corp-anker .nav__body > ul > li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #6c6c19;
  content: "\f105";
  font-family: FontAwesome;
}

.nav--visual {
  background: url(../img/bg_body.png) repeat left top;
  border: 1px #60ac81 solid;
  border-radius: 6px;
  margin: 0 20px 1.5em;
}
@media print, screen and (min-width: 960px) {
  .nav--visual {
    width: 226px;
    margin: 0 0 1.5em;
  }
}
.nav--visual .nav__head {
  background-color: #60ac81;
  padding: 10px 15px;
  margin-bottom: 15px;
  font-size: 92%;
  line-height: 1.5em;
}
.nav--visual .nav__head a {
  color: #fff;
}
.nav--visual .nav__body > ul {
  list-style: none;
  margin: 2px 12px 0;
}
.nav--visual .nav__body > ul > li {
  font-size: 86%;
  position: relative;
  margin-bottom: 14px;
  line-height: 1.5em;
  padding-left: 1.2em;
  padding-top: 1px;
  padding-bottom: 10px;
  border-bottom: 1px #ccc dotted;
}
.nav--visual .nav__body > ul > li a {
  color: #555;
}
.nav--visual .nav__body > ul > li a.act {
  color: #60ac81;
}
.nav--visual .nav__body > ul > li a:hover {
  color: #60ac81;
  text-decoration: underline;
}
.nav--visual .nav__body > ul > li:last-child {
  margin-bottom: 0;
  border: none;
}
.nav--visual .nav__body > ul > li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #6c6c19;
  content: "\f105";
  font-family: FontAwesome;
}

.nav--regional {
  background: url(../img/bg_body.png) repeat left top;
  border: 1px #f1944a solid;
  border-radius: 6px;
  margin: 0 20px 1.5em;
}
@media print, screen and (min-width: 960px) {
  .nav--regional {
    width: 226px;
    margin: 0 0 1.5em;
  }
}
.nav--regional .nav__head {
  background-color: #f1944a;
  padding: 10px 15px;
  margin-bottom: 15px;
  font-size: 92%;
  line-height: 1.5em;
}
.nav--regional .nav__head a {
  color: #fff;
}
.nav--regional .nav__body > ul {
  list-style: none;
  margin: 2px 12px 0;
}
.nav--regional .nav__body > ul > li {
  font-size: 86%;
  position: relative;
  margin-bottom: 14px;
  line-height: 1.5em;
  padding-left: 1.2em;
  padding-top: 1px;
  padding-bottom: 10px;
  border-bottom: 1px #ccc dotted;
}
.nav--regional .nav__body > ul > li a {
  color: #555;
}
.nav--regional .nav__body > ul > li a.act {
  color: #f1944a;
}
.nav--regional .nav__body > ul > li a:hover {
  color: #f1944a;
  text-decoration: underline;
}
.nav--regional .nav__body > ul > li:last-child {
  margin-bottom: 0;
  border: none;
}
.nav--regional .nav__body > ul > li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #6c6c19;
  content: "\f105";
  font-family: FontAwesome;
}

.nav--corp-anker {
  display: none;
  position: relative;
  width: 226px;
  border-top: 1px #eae289 solid;
  padding-top: 63px;
}
@media print, screen and (min-width: 960px) {
  .nav--corp-anker {
    display: block;
  }
}
.nav--corp-anker .nav__header {
  position: absolute;
  right: 0;
  top: 0;
  width: 234px;
  height: 53px;
}
.nav--corp-anker .nav__body > ul > li:before {
  left: 0;
  top: 0;
  content: "\f13a";
}

/* #panel */
.panel {
  position: relative;
  background-color: #fff;
  border: 1px solid;
  border-radius: 4px;
  margin-bottom: 20px;
  border-color: #ddd;
}
.panel .panel__header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 3px 10px;
  border-bottom: 2px #abac60 solid;
}
.panel .panel__header .panel__rss {
  position: absolute;
  right: 115px;
  top: 8px;
  border-right: 1px #ccc solid;
  padding-right: 16px;
  width: 40px;
  height: 28px;
}
.panel .panel__header .panel__more {
  position: absolute;
  right: 15px;
  top: 8px;
  width: 81px;
  height: 28px;
}
.panel .panel__header .panel__title {
  font-size: 129%;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #333;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-line.gif) no-repeat left 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 17px;
}
.panel .panel__body {
  padding: 15px;
}
.panel .panel__body li {
  display: block;
}
.panel .panel__footer {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 3px 10px;
  background-color: #abac60;
}
.panel .panel__footer .panel__title {
  font-size: 108%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-arrow.gif) no-repeat left 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 28px;
}

.panel--line-bold {
  position: relative;
  background-color: #fff;
  border: 1px solid;
  border-radius: 4px;
  margin-bottom: 20px;
  border-color: #ddd;
  border: 2px solid;
  border-radius: 10px;
  border-color: #6c6c19;
  margin-top: 22px;
}
.panel--line-bold .panel__header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 3px 10px;
  margin-top: -25px;
  text-align: center;
}
.panel--line-bold .panel__header .panel__rss {
  position: absolute;
  right: 115px;
  top: 8px;
  border-right: 1px #ccc solid;
  padding-right: 16px;
  width: 40px;
  height: 28px;
}
.panel--line-bold .panel__header .panel__more {
  position: absolute;
  right: 15px;
  top: 8px;
  width: 81px;
  height: 28px;
}
.panel--line-bold .panel__header .panel__title {
  font-size: 129%;
  font-weight: normal;
  border-radius: 6px;
  background-color: #6c6c19;
  padding: 7px 25px 6px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.5em;
}
.panel--line-bold .panel__body {
  padding: 15px;
}

.panel--num {
  position: relative;
  background-color: #fff;
  border: 1px solid;
  border-radius: 4px;
  margin-bottom: 20px;
  border-color: #ddd;
  background-color: #eee8cf;
  border: none;
}
.panel--num .panel__header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 3px 10px;
  background-color: #abac60;
  padding-bottom: 5px;
}
.panel--num .panel__header .panel__rss {
  position: absolute;
  right: 115px;
  top: 8px;
  border-right: 1px #ccc solid;
  padding-right: 16px;
  width: 40px;
  height: 28px;
}
.panel--num .panel__header .panel__more {
  position: absolute;
  right: 15px;
  top: 8px;
  width: 81px;
  height: 28px;
}
.panel--num .panel__header .panel__title {
  font-size: 129%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-num01.gif) no-repeat left 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 38px;
}
.panel--num .panel__header .panel__title--num02 {
  font-size: 129%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-num02.gif) no-repeat left 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 38px;
}
.panel--num .panel__header .panel__title--num03 {
  font-size: 129%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-num03.gif) no-repeat left 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 38px;
}
.panel--num .panel__header .panel__title--num04 {
  font-size: 129%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-num04.gif) no-repeat left 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 38px;
}
.panel--num .panel__body {
  padding: 15px;
}
.panel--num .panel__body .panel__links {
  font-size: 100%;
  border-bottom: 1px #6c6c19 solid;
  margin-bottom: 0.7em;
}

.panel--relate {
  position: relative;
  background-color: #fff;
  border: 1px solid;
  border-radius: 4px;
  margin-bottom: 20px;
  border-color: #ddd;
}
.panel--relate .panel__header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 3px 10px;
  background-color: #abac60;
}
.panel--relate .panel__header .panel__rss {
  position: absolute;
  right: 115px;
  top: 8px;
  border-right: 1px #ccc solid;
  padding-right: 16px;
  width: 40px;
  height: 28px;
}
.panel--relate .panel__header .panel__more {
  position: absolute;
  right: 15px;
  top: 8px;
  width: 81px;
  height: 28px;
}
.panel--relate .panel__header .panel__title {
  font-size: 108%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-line-rv.gif) no-repeat left 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
}
.panel--relate .panel__header .panel__title--library {
  font-size: 108%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-library.gif) no-repeat left 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 28px;
}
.panel--relate .panel__header .panel__title--stock {
  font-size: 108%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-stock.gif) no-repeat left 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 28px;
}
.panel--relate .panel__header .panel__title--info {
  font-size: 108%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-info.gif) no-repeat left 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 28px;
}
.panel--relate .panel__body {
  padding: 15px;
}
.panel--relate .panel__body li {
  display: block;
}
.panel--relate .list--topline li:first-child {
  border: none;
}
.panel--relate .list--topline li:hover {
  background-color: #eee8cf;
}
.panel--relate .list--topline li a {
  display: block;
}
.panel--relate .list--topline li a:link {
  text-decoration: none;
}
.panel--relate ul {
  margin-bottom: 0;
}

/*
@media screen and (min-width: 750px) {
  .panel--relate {
    &.float__l--md,&.float__r--md{
      width:($width-2col / $width-main * 100%);
    }
  }
}
@media screen and (min-width: 960px) {
  .panel--relate {
    &.float__l--md,&.float__r--md{
      width:100%;
    }
  }
}
*/
.panel--nav {
  position: relative;
  background-color: #fff;
  border: 1px solid;
  border-radius: 4px;
  margin-bottom: 20px;
  border-color: #ddd;
}
.panel--nav .panel__header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 3px 10px;
  background-color: #abac60;
}
.panel--nav .panel__header .panel__rss {
  position: absolute;
  right: 115px;
  top: 8px;
  border-right: 1px #ccc solid;
  padding-right: 16px;
  width: 40px;
  height: 28px;
}
.panel--nav .panel__header .panel__more {
  position: absolute;
  right: 15px;
  top: 8px;
  width: 81px;
  height: 28px;
}
.panel--nav .panel__header .panel__title {
  font-size: 108%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-line-rv.gif) no-repeat left 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
}
.panel--nav .panel__body ul {
  margin-bottom: 0;
}
.panel--nav .panel__body ul li {
  border-top: 1px #E6E6E6 solid;
  padding: 0;
  margin: 0;
  font-size: 91%;
}
.panel--nav .panel__body ul li:first-child {
  border: none;
}
.panel--nav .panel__body ul li.act {
  background-color: #eee8cf;
}
.panel--nav .panel__body ul li a {
  display: block;
  padding: 8px;
  text-decoration: none;
  color: #333;
}
.panel--nav .panel__body ul li a:hover {
  background-color: #eee8cf;
}

.panel--stock {
  position: relative;
  background-color: #fff;
  border: 1px solid;
  border-radius: 4px;
  margin-bottom: 20px;
  border-color: #ddd;
}
.panel--stock .panel__header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 3px 10px;
  background-color: #abac60;
}
.panel--stock .panel__header .panel__rss {
  position: absolute;
  right: 115px;
  top: 8px;
  border-right: 1px #ccc solid;
  padding-right: 16px;
  width: 40px;
  height: 28px;
}
.panel--stock .panel__header .panel__more {
  position: absolute;
  right: 15px;
  top: 8px;
  width: 81px;
  height: 28px;
}
.panel--stock .panel__header .panel__title {
  font-size: 108%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-stock.gif) no-repeat left 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 28px;
}
.panel--stock .panel__body ul {
  margin-bottom: 0;
}
.panel--stock .panel__body ul li {
  border-top: 1px #E6E6E6 solid;
  padding: 0;
  margin: 0;
  font-size: 91%;
}
.panel--stock .panel__body ul li:first-child {
  border: none;
}

/* ナビゲーションドロワー
 ------------------------------------------------------------------------------ */
#header {
  /* ハンバーガーボタン */
  /* アコーディオンメニュー */
}
#header .spMenu {
  width: 46px;
  height: 46px;
  right: 10px;
  top: 40px;
  position: absolute;
  cursor: pointer;
  background-color: #6c6c19;
  border-radius: 5px;
}
#header .spMenu:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 750px) {
  #header .spMenu {
    display: none;
  }
}
#header .spMenu > .inr {
  position: relative;
}
#header .spMenu__bar1, #header .spMenu__bar2, #header .spMenu__bar3 {
  left: 10px;
  width: 26px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  transition: all 0.2s ease-out;
}
#header .spMenu__bar1 {
  top: 8px;
}
#header .spMenu__bar2 {
  top: 16px;
}
#header .spMenu__bar3 {
  top: 24px;
}
#header .spMenu__txt {
  top: 24px;
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #fff;
  position: absolute;
  opacity: 0.9;
}
#header .menuclick1 {
  top: 16px;
  transform: rotate(-45deg);
}
#header .menuclick2 {
  transform: scaleX(0.2);
  opacity: 0;
  transform-origin: center center;
}
#header .menuclick3 {
  top: 16px;
  transform: rotate(45deg);
}
#header .navigationDrawer {
  display: none;
  line-height: 1.3em;
  font-size: 90%;
}
#header .navigationDrawer .row {
  margin: 0;
}
#header .navigationDrawer .sideA, #header .navigationDrawer .sideB, #header .navigationDrawer .sideC, #header .navigationDrawer .sideD {
  border-bottom: 3px #EB5555 solid;
  margin-bottom: 13px;
}
#header .navigationDrawer .sideA a, #header .navigationDrawer .sideB a, #header .navigationDrawer .sideC a, #header .navigationDrawer .sideD a {
  color: #EB5555;
  display: block;
  padding: 15px 15px 15px 25px;
}
#header .navigationDrawer .sideA a.link:before, #header .navigationDrawer .sideB a.link:before, #header .navigationDrawer .sideC a.link:before, #header .navigationDrawer .sideD a.link:before {
  color: #EB5555;
}
#header .navigationDrawer .sideA a:hover, #header .navigationDrawer .sideB a:hover, #header .navigationDrawer .sideC a:hover, #header .navigationDrawer .sideD a:hover {
  text-decoration: none;
  opacity: 0.6;
}
#header .navigationDrawer .sideB {
  border-bottom: 3px #638FAE solid;
}
#header .navigationDrawer .sideB a {
  color: #638FAE;
}
#header .navigationDrawer .sideB a.link:before {
  color: #638FAE;
}
#header .navigationDrawer .sideC {
  border-bottom: 3px #60ac81 solid;
}
#header .navigationDrawer .sideC a {
  color: #60ac81;
}
#header .navigationDrawer .sideC a.link:before {
  color: #60ac81;
}
#header .navigationDrawer .sideD {
  border-bottom: 3px #f1944a solid;
}
#header .navigationDrawer .sideD a {
  color: #f1944a;
}
#header .navigationDrawer .sideD a.link:before {
  color: #f1944a;
}
#header .navigationDrawer .socialArea {
  border-top: 1px #ccc solid;
  display: block;
  text-align: center;
}
#header .navigationDrawer .other {
  border-top: 1px #ccc solid;
  border-bottom: 3px #ccc solid;
  padding-top: 13px;
}
#header .navigationDrawer .link--list, #header .navigationDrawer .link--list-footer {
  margin-left: 30px;
}

/* メニューの右側にカーソルを表示させる場合 */
/*
.navigationDrawer ul li:before,.navigationDrawer ul li:after{
	content:'';
	height:2.5px; 
	width:10px; 
	display:block; 
	background:#FFF; 
	position:absolute; 
	top: 50%;
	right:20px;
	transform:rotate(45deg);
	transform-origin:right center;
}
.navigationDrawer ul li:before{ transform:rotate(-45deg); margin-top:-1px; }
*/
/* メニューの右側にカーソルを表示させる場合 ここまで */
/* #tab */
.tab {
  margin-bottom: 0;
}
.tab:before, .tab:after {
  content: "";
  display: block;
  overflow: hidden;
}
.tab:after {
  clear: both;
}
.tab {
  zoom: 1;
}
.tab li {
  background: #f7f6ed;
  padding: 8px 10px;
  margin-bottom: 2px;
}
.tab li.act, .tab li:hover {
  background: #abac60;
}
.tab li.act a, .tab li:hover a {
  color: #fff;
  text-decoration: none;
}

.tab__sp {
  display: none;
  background: #fff;
  padding: 20px 15px;
}

.tab__body {
  display: none;
  padding: 20px 15px;
}

@media screen and (min-width: 750px) {
  .tab {
    margin-bottom: 0;
    border-bottom: 1px #abac60 solid;
  }
  .tab:before, .tab:after {
    content: "";
    display: block;
    overflow: hidden;
  }
  .tab:after {
    clear: both;
  }
  .tab {
    zoom: 1;
  }
  .tab li {
    background: #f7f6ed;
    padding: 8px 13px;
    float: left;
    margin-right: 2px;
    margin-bottom: 0;
    font-size: 14px !important;
  }
  .tab li:first-child {
    margin-left: 10px;
  }
  .tab li.act, .tab li:hover {
    background: #abac60;
  }
  .tab li.act a, .tab li:hover a {
    color: #fff;
    text-decoration: none;
  }

  .tab__sp {
    display: none;
  }

  .tab__body {
    display: none;
    padding: 20px 15px;
  }
}
@media screen and (min-width: 960px) {
  .tab li {
    padding: 8px 15px;
  }
}
/* #table */
.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table th {
  border: 1px #ccc solid;
  padding: 10px;
  background-color: #f7f6ed;
}
.table td {
  border: 1px #ccc solid;
  padding: 10px;
}

.table--hold th, .table--hold td {
  display: table-cell;
}
@media print, screen and (min-width: 750px) {
  .table--hold th, .table--hold td {
    display: table-cell;
  }
}

.table--break-md th, .table--break-md td {
  display: block;
  padding: 0 0 10px;
}
@media print, screen and (min-width: 750px) {
  .table--break-md th, .table--break-md td {
    display: table-cell;
    padding: 10px;
  }
}
.table--break-md th {
  padding: 0;
}
@media print, screen and (min-width: 750px) {
  .table--break-md th {
    padding: 10px;
  }
}

.table--list td:nth-child(1), .table--list th {
  position: relative;
  background: none;
}
.table--list td:nth-child(1):before, .table--list th:before {
  position: absolute;
  top: 0.3em;
  right: -0.3em;
  content: '：';
}
.table--list td {
  border: none;
}

.table--noborder th, .table--noborder td {
  border: none;
}

/* #typography */
.h1 {
  font-size: 186%;
  font-weight: bold;
  margin-left: -30px;
  margin-right: -30px;
}

.h2 {
  border-top: 1px #AAA solid;
  border-bottom: 1px #AAA solid;
  padding: 12px 0;
  font-size: 140%;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 1.6em;
  font-weight: normal;
}

.h2--lg {
  border-top: 1px #abac60 solid;
  border-bottom: 1px #abac60 solid;
  background: url(/about_es-inc/shared/img/bg_h2-lg.png) #eee8cf no-repeat left 15px center;
  line-height: 1.9em;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 3.3em;
  padding: 0 20px 0 100px;
}
.h2--lg h2, .h2--lg h3, .h2--lg h4 {
  font-weight: normal;
  font-size: 150%;
  color: #6c6c19;
  display: table-cell;
  vertical-align: middle;
  height: 112px;
}
.h2--lg.even {
  background-image: url(/about_es-inc/shared/img/bg_h2-lg_2.png);
}

.h2--pattern01 h2 {
  margin: 0 -500%;
  padding: 60px 500% 40px;
  text-align: center;
  font-weight: normal;
  background: url(/about_es-inc/shared/img/bg_h2_pattern01.png) no-repeat center center;
}

.h2--pattern02 h2 {
  margin: 0 -500%;
  padding: 50px 500%;
  text-align: center;
  font-weight: normal;
  background: url(/about_es-inc/shared/img/bg_h2_pattern02.png) no-repeat center center;
}

.h3 {
  border-left: 3px #6c6c19 solid;
  font-size: 129%;
  color: #6c6c19;
  padding: 2px 0 2px 11px;
  font-weight: normal;
  margin-left: -15px;
  margin-right: -15px;
}

.h4 {
  font-size: 115%;
  font-weight: normal;
  border-bottom: 1px #ccc solid;
  padding: 0 0 4px;
  margin-bottom: 1.1em;
}

.h5 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0.6em;
}

.h6 {
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 1em;
}

.h--relate {
  font-size: 108%;
  font-weight: bold;
  padding: 3px;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  margin-bottom: 1em;
}

.h--underline {
  border-bottom: 1px #6c6c19 solid;
  padding: 4px 0;
  color: #6c6c19;
}

.h--color {
  color: #858515;
}

.catchCopy {
  font-weight: normal;
  color: #858515;
  font-size: 160%;
  line-height: 1.5em;
  margin-left: -15px;
  margin-right: -15px;
}

body#coronaSite {
  min-width: auto;
  font-size: 110%;
}
body#coronaSite .btn {
  border-radius: 100px;
  background-color: #838343;
  display: inline-block;
  padding: 5px 0;
  width: 240px;
  font-size: 16px;
  color: #fff;
}
body#coronaSite .btn:hover {
  opacity: 0.6;
  text-decoration: none;
}
body#coronaSite .btnNext {
  background: url(/corona/shared/img/i_arrow.png) #838343 no-repeat right 20px center;
}
body#coronaSite .btnBack {
  background: url(/corona/shared/img/i_arrow_back.png) #838343 no-repeat left 20px center;
}

@media print, screen and (min-width: 760px) {
  .br--n-md {
    display: none;
  }
}
/* container */
#container {
  position: relative;
}
@media print, screen and (min-width: 1240px) {
  #container {
    width: 1200px;
    margin: 0 auto;
  }
}

#header {
  width: 100%;
  border-top: 7px #572971 solid;
}

.headerInr {
  height: 100px;
  margin: 0 10px;
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 600px) {
  .headerInr {
    height: 170px;
    margin: 0 30px;
  }
}
#header h1 {
  position: absolute;
  width: 220px;
  height: auto;
  left: 10px;
  top: 30px;
}

#header .logo {
  position: absolute;
  width: 110px;
  height: auto;
  left: 42px;
  top: 10px;
}

@media print, screen and (min-width: 600px) {
  #header h1 {
    width: auto;
    height: auto;
    left: 0;
    top: 42px;
  }

  #header .logo {
    width: auto;
    height: auto;
    left: 0;
    top: 20px;
  }
}
#content {
  position: relative;
  margin: 0 20px 80px;
  /* ページネーション */
}
#content:before, #content:after {
  content: "";
  display: block;
  overflow: hidden;
}
#content:after {
  clear: both;
}
#content {
  zoom: 1;
}
@media print, screen and (min-width: 1240px) {
  #content {
    margin: 0 0 80px;
  }
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  margin: 0;
}
@media print, screen and (min-width: 690px) {
  #content .siteTitle h1 img {
    width: 650px;
  }
}
@media print, screen and (min-width: 780px) {
  #content .siteTitle .lead {
    width: 740px;
  }
}
#content .socialBlock {
  text-align: right;
  line-height: 0.7em;
  margin-bottom: 20px;
}
#content .pageTitle {
  line-height: 1.5em;
  font-size: 200%;
}
#content .categoryTitle {
  text-align: center;
  font-size: 200%;
}
#content .categoryTitle span {
  display: inline-block;
  padding-bottom: 12px;
  border-bottom: 9px #ddd solid;
  border-color: #7d7d7d;
  /*
  &.overlook{ border-color: #d06e9a; }
  &.education{ border-color: #ef5959; }
  &.business{ border-color: #f1944a; }
  &.network{ border-color: #884537; }
  //&.network{ background-color: #7f2632; }
  &.edahiro{ border-color: #a59726; }
  &.region{ border-color: #76A135; }
  &.vulnerable{ border-color: #385947; }
  &.culture{ border-color: #4aacc2; }
  &.medical{ border-color: #4b5ba4; }
  &.connection{ border-color: #a43e8d; }
  &.etc{ border-color: #7d7d7d; }
  */
}
#content .categoryLabel a {
  display: inline-block;
  padding: 4px 11px;
  line-height: 1.4em;
  border-radius: 15px;
  color: #fff;
  font-size: 85%;
  text-decoration: none;
  margin-bottom: 10px;
  background-color: #7d7d7d;
  /*
  &.overlook{ background-color: #d06e9a; }
  &.education{ background-color: #ef5959; }
  &.business{ background-color: #f1944a; }
  &.network{ background-color: #884537; }
  &.edahiro{ background-color: #a59726; }
  &.region{ background-color: #76A135; }
  &.vulnerable{ background-color: #385947; }
  &.culture{ background-color: #4aacc2; }
  &.medical{ background-color: #4b5ba4; }
  &.connection{ background-color: #a43e8d; }
  &.etc{ background-color: #7d7d7d; }
  */
}
#content .listCard .item {
  background-color: #fff;
  border: 1px #ddd solid;
  position: relative;
  overflow: hidden;
}
#content .listCard .item .thumb {
  width: 100%;
  background-color: #eee;
  z-index: 40;
  position: absolute;
  left: 0;
  top: 0;
}
#content .listCard .item .thumb img {
  width: 100%;
}
#content .listCard .item .spacer {
  width: 100%;
}
#content .listCard .item .categoryMark {
  z-index: 50;
  width: 100px;
  height: 100px;
  background-color: #7d7d7d;
  transform: rotate(45deg);
  position: absolute;
  left: -65px;
  top: -65px;
  /*
  &.overlook{ background-color: #d06e9a; }
  &.education{ background-color: #ef5959; }
  &.business{ background-color: #f1944a; }
  &.network{ background-color: #884537; }
  &.edahiro{ background-color: #a59726; }
  &.region{ background-color: #76A135; }
  &.vulnerable{ background-color: #385947; }
  &.culture{ background-color: #4aacc2; }
  &.medical{ background-color: #4b5ba4; }
  &.connection{ background-color: #a43e8d; }
  &.etc{ background-color: #7d7d7d; }
  */
}
#content .listCard .item .titleArea {
  padding: 25px;
}
#content .listCard .item .titleArea .title {
  font-size: 120%;
  line-height: 1.5em;
  margin: 0 0 15px;
}
#content .listCard .item .titleArea .title a {
  color: #333;
}
#content .listCard .item .titleArea .title a:hover {
  color: #889b00;
}
#content .listCard .item .titleArea .date {
  font-size: 90%;
}
#content .pagination {
  margin-top: 3.236em;
  text-align: center;
}
#content .pagination ul {
  display: inline-table;
  margin-left: 0;
  padding: 0;
}
@media (min-width: 930px) {
  #content .pagination ul {
    display: block;
  }
}
#content .pagination ul li {
  display: inline-block;
}
#content .pagination ul li a {
  padding: 3px 10px;
  margin: 0 3px;
  text-decoration: none;
  border: 1px #ddd solid;
  border-radius: 3px;
}
#content .pagination ul li a:hover {
  background-color: #DDDE6B;
}
#content .pagination ul li.fs-current a {
  background-color: #DDDE6B;
}
#content .pagination ul li.num1:last-child {
  display: none;
}
#content .pagination ul li.fs-prev a {
  border: none;
  background: none;
}
#content .pagination ul li.fs-prev a:before {
  content: '<';
  margin-right: 0.3em;
}
#content .pagination ul li.fs-next a {
  border: none;
  background: none;
}
#content .pagination ul li.fs-next a:after {
  content: '>';
  margin-left: 0.3em;
}

@media print, screen and (min-width: 800px) {
  body.individual #content {
    width: 760px;
    margin: 0 auto 80px;
  }
}
@media print, screen and (min-width: 440px) {
  body.individual #content .siteTitle h1 img {
    width: 400px;
  }
}
body.individual #content .mainImage img {
  width: 100%;
}
body.individual #content .mainImage .caption {
  font-size: 70%;
  text-align: center;
}
body.individual #content .entryTitle {
  line-height: 1.4em;
  font-size: 150%;
}
@media screen and (min-width: 750px) {
  body.individual #content .entryTitle {
    font-size: 200%;
  }
}
body.individual #content .entryBody h1, body.individual #content .entryBody h2, body.individual #content .entryBody h3, body.individual #content .entryBody h4, body.individual #content .entryBody h5, body.individual #content .entryBody h6 {
  margin: 0 0 20px;
}

@media print, screen and (min-width: 440px) {
  body.categoryPage #content .siteTitle h1 img {
    width: 400px;
  }
}

#footer {
  font-size: 15px !important;
}

.aboutSite h2 {
  text-align: center;
  font-size: 180%;
  margin-bottom: 50px;
}
.aboutSite .lead {
  margin: 0 20px 50px;
}
@media print, screen and (min-width: 780px) {
  .aboutSite .lead {
    width: 740px;
    margin: 0 auto 80px;
  }
}

#footer {
  clear: both;
  width: 100%;
  min-width: 554px;
  background: #6E3791;
  text-align: center;
  padding-bottom: 10px;
}
#footer .inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 554px;
  text-align: left;
  background: url(/shared/img/footer/ft_bg.gif) no-repeat 64px top;
}
@media print, screen and (min-width: 750px) {
  #footer .inner {
    width: 770px;
  }
}
@media print, screen and (min-width: 960px) {
  #footer .inner {
    width: 960px;
    height: 250px;
  }
}
#footer .ishesMark {
  position: absolute;
  left: 39px;
  top: 29px;
}
#footer .information {
  float: left;
  width: 170px;
  height: 120px;
  margin-top: 20px;
  margin-left: 140px;
  border-left: #8B51A4 1px solid;
  padding: 10px 0 0 20px;
}
@media print, screen and (min-width: 960px) {
  #footer .information {
    width: 160px;
    height: 160px;
  }
}
#footer .information h3 {
  margin-bottom: 5px;
}
#footer .information dl dd {
  padding: 0 20px 0 13px;
  margin-bottom: 8px;
  background: url(/shared/img/footer/ft_inf_i_arw.gif) no-repeat left 5px;
  line-height: 1em;
}
#footer .information dl dd a {
  color: #FFF;
  font-size: 75.00%;
}
#footer .social {
  float: left;
  width: 170px;
  height: 120px;
  border-left: #8B51A4 1px solid;
  margin-top: 20px;
  padding: 10px 0 0 20px;
}
@media print, screen and (min-width: 960px) {
  #footer .social {
    width: 140px;
    height: 160px;
  }
}
#footer .social dl dd {
  line-height: 0;
  float: left;
  padding: 0 20px 0 0;
  margin-bottom: 8px;
}
#footer .company {
  clear: both;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 750px) {
  #footer .company {
    clear: none;
    text-align: left;
    float: left;
    width: 200px;
    height: 130px;
    margin-top: 20px;
    border-left: #8B51A4 1px solid;
    padding: 0;
  }
}
@media print, screen and (min-width: 960px) {
  #footer .company {
    width: 350px;
    height: 170px;
  }
}
#footer .company dl dd {
  display: inline-block;
  line-height: 0;
  margin-bottom: 8px;
  margin-left: 20px;
}
#footer .company dl dd a.logo {
  width: 83px;
}
@media print, screen and (min-width: 960px) {
  #footer .company dl dd a.logo {
    float: left;
  }
}
#footer .company dl dd p {
  display: none;
}
@media print, screen and (min-width: 960px) {
  #footer .company dl dd p {
    display: inline-block;
    margin-top: 20px;
    padding-left: 16px;
    background: url(/shared/img/footer/ft_crp_i_lnk.gif) no-repeat left 4px;
    line-height: 1.1em;
  }
  #footer .company dl dd p a {
    color: #FFF;
    font-size: 75.00%;
  }
}
#footer .gramdesign {
  text-align: center;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 750px) {
  #footer .gramdesign {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  #footer .gramdesign {
    position: absolute;
    right: 0px;
    top: 195px;
    text-align: right;
  }
}
#footer .copyright {
  text-align: center;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  #footer .copyright {
    position: absolute;
    top: 225px;
    left: 14px;
  }
}
