@charset "UTF-8";
/*! 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 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
 *    (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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
}

body.is-open .content, body.is-open .side, body.is-open .footer {
  display: none;
}

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

li {
  list-style-type: none;
}

a {
  color: #5db2c5;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.wrapper {
  min-width: 320px;
}

.content {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 55px;
}

body#smt-top .content {
  margin-bottom: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  background-color: #fff;
  z-index: 100;
}

.header-inner {
  height: 60px;
  padding: 10px 5px 10px 10px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.header-logo {
  font-size: 0;
  float: left;
}
.header-logo a {
  display: block;
  width: 186px;
  height: 40px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: 186px auto;
}

.sp-menu {
  float: right;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 110;
}

.sp-menu-link {
  display: block;
  text-decoration: none;
  color: #000;
  padding-top: 3px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  box-sizing: border-box;
}
.sp-menu-link:after {
  content: "menu";
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  display: block;
  text-align: center;
}

body.is-open .sp-menu-link:after {
  content: "";
}

body.is-open .sp-menu-icon {
  background: transparent !important;
}
body.is-open .sp-menu-icon:before, body.is-open .sp-menu-icon:after {
  margin-top: 0;
}
body.is-open .sp-menu-icon:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.is-open .sp-menu-icon:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.sp-menu-button {
  display: block;
  position: relative;
  width: 40px;
  height: 20px;
  margin: 0;
}

.sp-menu-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 3px;
  margin: -2px 0 0 -11px;
  background: #000;
  border-radius: 3px;
  -webkit-transition: .2s;
  transition: .2s;
}
.sp-menu-icon:before, .sp-menu-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 3px;
  background: #000;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}
.sp-menu-icon:before {
  margin-top: -8px;
}
.sp-menu-icon:after {
  margin-top: 5px;
}

body.is-open .nav {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.nav {
  z-index: 90;
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 100%;
  min-width: 320px;
  background-color: #666;
  overflow: auto;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
}

.nav-inner {
  background-color: #eee;
}

.nav-block01 {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  padding: 10px;
}

.nav-search {
  width: calc(100% - 80px - 12px) !important;
  float: left;
  overflow: hidden;
  padding-top: 3px;
}

.smt-site-keywords {
  width: calc(100% - 30px - 5px);
  height: 30px;
  padding: 5px 10px;
  float: left;
  background-color: #fff;
  border: 0;
  box-shadow: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  box-sizing: border-box;
}

.nav-search-button {
  font-size: 0;
  padding: 0;
  margin-left: 5px;
  float: right;
  display: block;
  width: 30px;
  height: 30px;
  border: 0;
  box-shadow: none;
  background-color: transparent;
  background-image: url(../images/icon_search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.header-language {
  width: 80px;
  float: right;
}
.header-language a {
  display: block;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 37px;
  border-radius: 3px;
}

.nav-block02 {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.nav01 {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.nav01.type01 {
  float: left;
  width: 55%;
}
.nav01.type01 li {
  border-color: #4d7a62;
}
.nav01.type02 {
  float: left;
  width: 45%;
}
.nav01.type02 li {
  border-color: #88ad47;
}
.nav01.type03 {
  clear: left;
  float: none;
}
.nav01.type03 li {
  border-color: #ccde71;
}
.nav01 li {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  border-left-width: 3px;
  border-left-style: solid;
}
.nav01 a {
  color: #666;
  display: block;
  text-decoration: none;
  line-height: 40px;
  padding-left: 5px;
}
.nav01 .pc-link a:after {
  content: "";
  width: 40px;
  height: 13px;
  background-image: url(../images/icon_pc01.png);
  background-repeat: no-repeat;
  background-size: 40px auto;
  display: inline-block;
  vertical-align: top;
  margin: 14px 0 0 5px;
}

.nav-block03 {
  background-color: #666;
}

.nav02 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav02 li {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.nav02 a {
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  line-height: 49px;
  padding: 0 15px;
}
.nav02 a:after {
  content: "";
  width: 10px;
  height: 16px;
  background-image: url(../images/arrow01.png);
  background-repeat: no-repeat;
  background-size: 10px auto;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav03 {
  list-style: none;
  margin: 0;
  padding: 20px 0 25px 15px;
  color: #fff;
  font-size: 0;
}
.nav03 li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  margin: 20px 15px 0 0;
}
.nav03 li:after {
  content: "|";
  margin-left: 15px;
}
.nav03 li:first-child {
  display: block;
  margin-top: 0;
}
.nav03 li:first-child:after {
  display: none;
}
.nav03 li:last-child:after {
  display: none;
}
.nav03 a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb {
  background-image: url(../images/bg_breadcrumb.png);
  background-size: 320px auto;
}

.breadcrumb-list {
  list-style: none;
  margin: 0;
  padding: 3px 10px;
  color: #4d7a62;
  font-size: 0;
  box-sizing: border-box;
}
.breadcrumb-list li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  display: inline;
}
.breadcrumb-list li:after {
  content: "|";
  margin: 0 5px;
}
.breadcrumb-list li:last-child:after {
  display: none;
}
.breadcrumb-list a {
  color: #4d7a62;
  text-decoration: none;
}

.footer {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

.footer-inner {
  padding: 15px 10px;
}

.footer-pc-link {
  background-color: #5db2c5;
}
.footer-pc-link a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}

.footer-nav01 {
  list-style: none;
  margin: 0 0 40px;
  padding: 0 0 0 15px;
  font-size: 0;
  text-align: center;
}
.footer-nav01 li {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  display: inline-block;
  margin: 15px 15px 0 0;
}
.footer-nav01 li:after {
  content: "|";
  margin-left: 15px;
}
.footer-nav01 li:first-child {
  display: block;
  margin-top: 0;
}
.footer-nav01 li:first-child:after {
  display: none;
}
.footer-nav01 li:last-child:after {
  display: none;
}
.footer-nav01 a {
  color: #fff;
  text-decoration: none;
}

.footer-address {
  display: block;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2.18182;
  font-style: normal;
  margin: 0 0 15px;
}

.footer-copyright {
  text-align: center;
}
.footer-copyright small {
  display: block;
  font-style: normal;
  font-size: 11px;
  font-size: 1.1rem;
}

.content h1 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  color: #666;
  font-weight: normal;
  margin: 8px 10px 10px;
}

.content h2 {
  margin: 0;
  font-size: 10px;
  font-size: 1rem;
}

.wysiwyg {
  margin: 0 10px;
  line-height: 1.66667;
}
.wysiwyg h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 15px 0 5px;
}
.wysiwyg h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  margin: 30px 0 10px;
}
.wysiwyg h4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 15px 0 5px;
}
.wysiwyg p {
  margin: 0 0 15px;
}
.wysiwyg ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.66667;
}
.wysiwyg ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
}
.wysiwyg ul li:before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 11px;
  left: 3px;
}
.wysiwyg ul li > ul {
  margin-top: 5px;
}
.wysiwyg dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wysiwyg dl dt {
  font-weight: bold;
}
.wysiwyg dl dd {
  margin: 0 0 15px;
}
.wysiwyg dl.table {
  color: #666;
  margin: 10px 0;
}
.wysiwyg dl.table dd {
  margin: 0 0 5px;
}
.wysiwyg table thead th, .wysiwyg table thead td {
  vertical-align: middle;
  background-color: #eee;
}
.wysiwyg table th, .wysiwyg table td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding: 5px 3px;
  border: 1px solid #ccc;
}
.wysiwyg table .nobr {
  white-space: nowrap;
}
.wysiwyg .captioned {
  display: block;
}
.wysiwyg .captioned img {
  margin-bottom: 3px;
}
.wysiwyg .read {
  background-color: #ebefe4;
  border-top: 3px solid #4d7a62;
  padding: 10px;
  margin: 0 -10px 10px;
  line-height: 2;
}
.wysiwyg .read p {
  margin: 0 0 10px;
}
.wysiwyg .read .addition {
  padding: 0;
  margin: 10px 0;
}
.wysiwyg .addition {
  background-color: #ebefe4;
  margin: 10px 0;
  padding: 10px;
}
.wysiwyg .addition ul {
  margin: 15px 0;
}
.wysiwyg .addition ul li {
  padding-left: 12px;
  margin-bottom: 3px;
}
.wysiwyg .addition ul li:last-child {
  margin-bottom: 0;
}
.wysiwyg .addition ul li:before {
  background-color: transparent;
  background-image: url(../images/arrow02.png);
  background-size: 6px auto;
  background-repeat: no-repeat;
  border-radius: 0;
  width: 6px;
  height: 9px;
  top: 6px;
  left: 3px;
}
.wysiwyg .addition h4 {
  margin: 0;
}
.wysiwyg .addition h4 a {
  color: #666;
}
.wysiwyg .addition.text_block dl {
  margin-top: 0;
  margin-bottom: 0;
}
.wysiwyg .ir, .wysiwyg .icon {
  float: left;
  display: block;
  max-width: 120px;
  height: auto !important;
  margin: 0;
  padding: 0 10px 0 0;
}
.wysiwyg .ir + span, .wysiwyg .icon + span {
  display: block;
  overflow: hidden;
}
.wysiwyg .menu, .wysiwyg .dual {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.wysiwyg .menu li, .wysiwyg .dual li {
  overflow: hidden;
  padding-left: 0;
  margin-bottom: 10px;
}
.wysiwyg .menu li:before, .wysiwyg .dual li:before {
  display: none;
}
.wysiwyg .menu li a, .wysiwyg .dual li a {
  color: #000;
}
.wysiwyg .menu strong, .wysiwyg .dual strong {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  text-decoration: underline;
  color: #5db2c5;
}
.wysiwyg .menu .icon, .wysiwyg .dual .icon {
  border-right: 1px dotted #ccc;
  margin: 0 3px 0 0;
  padding: 0 5px 0 0;
}
.wysiwyg .menu.with-sample strong, .wysiwyg .dual.with-sample strong {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.wysiwyg .menu.with-sample .icon, .wysiwyg .dual.with-sample .icon {
  border-right: 0;
  padding-right: 0;
  margin-right: 10px;
}
.wysiwyg .menu.with-sample li:last-child .sample, .wysiwyg .dual.with-sample li:last-child .sample {
  margin-bottom: 0;
}
.wysiwyg .menu .sample, .wysiwyg .dual .sample {
  clear: both;
  padding-top: 5px;
  font-size: 0;
  position: relative;
}
.wysiwyg .menu .sample a, .wysiwyg .dual .sample a {
  margin-right: 3px;
}
.wysiwyg .menu .sample .more, .wysiwyg .dual .sample .more {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #5db2c5;
}
.wysiwyg .menu.small, .wysiwyg .dual.small {
  line-height: 1.5;
}
.wysiwyg .menu.small strong, .wysiwyg .dual.small strong {
  font-size: 12px;
  font-size: 1.2rem;
}
.wysiwyg .menu.small li, .wysiwyg .dual.small li {
  margin-bottom: 20px;
}
.wysiwyg .menu.small li:last-child, .wysiwyg .dual.small li:last-child {
  margin-bottom: 5px;
}
.wysiwyg .top {
  margin-top: 0 !important;
}
.wysiwyg #picture {
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 10px;
  text-align: center;
}
.wysiwyg #picid {
  text-align: center;
}
.wysiwyg #picid a {
  color: #000;
}
.wysiwyg #navi {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
.wysiwyg #navi li {
  display: table-cell;
  padding-left: 0;
  margin-top: 10px;
}
.wysiwyg #navi li:before {
  display: none;
}
.wysiwyg #navi li:nth-child(1) {
  text-align: left;
  min-width: 3em;
}
.wysiwyg #navi li:nth-child(2) {
  text-align: center;
}
.wysiwyg #navi li:nth-child(3) {
  text-align: right;
  min-width: 3em;
}

.section {
  background-color: #f5f4ef;
  padding: 0 10px 15px 10px;
  margin-bottom: 20px;
}
.section .picture {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
  text-align: center;
}
.section h1 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #4d7a62;
  margin: 0 0 5px;
}
.section p {
  color: #4d7a62;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 5px 0;
}

.smt-hidden {
  display: none;
}

#smt-top-slide.slick-slider {
  background-color: #333;
}

#smt-top-slide .slick-arrow {
  position: absolute;
  top: 80px;
  display: block;
  border: 0;
  width: 30px;
  height: 30px;
  background: none;
  box-shadow: none;
  font-size: 0;
  cursor: pointer;
  z-index: 20;
}
#smt-top-slide .slick-arrow:before {
  content: "";
  width: 16px;
  height: 30px;
  background-image: url(../images/arrow07.png);
  background-repeat: no-repeat;
  background-size: 16px auto;
  position: absolute;
  top: 50%;
  left: 50%;
}
#smt-top-slide .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#smt-top-slide .slick-arrow.slick-prev:before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#smt-top-slide .slick-arrow.slick-next {
  right: 0;
}
#smt-top-slide .slick-arrow.slick-next:before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#smt-top-slide *:focus {
  outline: 0;
}

#smt-top-slide .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
}
#smt-top-slide .slick-dots li {
  cursor: pointer;
  display: inline-block;
  width: 8px;
  height: 8px;
  position: relative;
  margin: 0 5px;
  padding: 0;
  vertical-align: top;
}
#smt-top-slide .slick-dots li.slick-active button:before {
  background: #fff;
}
#smt-top-slide .slick-dots li.slick-active button:after {
  display: none;
}
#smt-top-slide .slick-dots li:after {
  border-radius: 10px;
  border: 1px solid #fff;
  content: " ";
  display: block;
  left: 1px;
  width: 8px;
  height: 8px;
  overflow: hidden;
  position: absolute;
  top: 1px;
}
#smt-top-slide .slick-dots button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  width: 8px;
  height: 8px;
  line-height: 0;
  padding: 0;
  outline: none;
}
#smt-top-slide .slick-dots button:before, #smt-top-slide .slick-dots button:after {
  border-radius: 12px;
  border: 1px solid #000;
  background: transparent;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  line-height: 8px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  text-align: center;
}
#smt-top-slide .slick-dots button:after {
  border-radius: 8px;
  left: 2px;
  width: 6px;
  height: 6px;
  top: 2px;
}

.smt-card-wrapper {
  position: relative;
  display: block;
  color: #fff;
}

.smt-card-content {
  position: relative;
  padding: 0 10px;
  overflow: hidden;
  background-color: #333;
  box-sizing: border-box;
}

.smt-card-cover {
  max-height: 180px;
  overflow: hidden;
}

.smt-card-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 10px 50px 5px 0;
}

.smt-card-desc {
  margin-bottom: 10px;
}
.smt-card-desc p {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.smt-card-metas {
  position: absolute;
  top: 8px;
  right: 10px;
}

.smt-card-tag {
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 20px;
  padding: 0 5px;
  margin: 0;
  text-align: center;
  border-radius: 3px;
}

.top-today {
  background-color: #4d7a62;
  padding: 10px;
  margin-bottom: 20px;
}

.top-today-inner {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  padding: 10px;
}

.top-today-head {
  border-bottom: 1px solid #4d7a62;
  padding-bottom: 5px;
}

.top-today-date {
  color: #4d7a62;
  line-height: 1;
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.top-today-date span {
  font-size: 20px;
  font-size: 2rem;
}

.top-today-item {
  list-style: none;
  line-height: 1;
  margin: 10px 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.top-today-item dt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #4d7a62;
  margin-right: 10px;
}
.top-today-item dd {
  color: #666;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.top-today-item dd span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}

.top-today-sub {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #4d7a62;
  margin: 8px 0 8px;
}

.top-today-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-today-main li {
  margin-top: 3px;
}

.top-today-main:first-child {
  margin-top: 0;
}

.top-today-main a {
  display: block;
}

.top-today-main .title {
  color: #5db2c5;
  font-weight: bold;
}

.top-today-main .desc {
  color: #666;
  display: block;
}

.top-today-main .smt-home-host {
  font-size: 0;
}
.top-today-main .smt-home-host:before {
  content: "smt主催";
  color: #fff;
  margin-right: 5px;
  font-size: 10px;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  padding: 0 5px;
  background-color: #000;
  display: inline-block;
  border-radius: 3px;
}

.smt-gadget .smt-gadget-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #4d7a62;
  margin: 10px 0;
  border-bottom: 1px solid #4d7a62;
}

#smt-activities {
  margin: 10px 10px 20px;
}
#smt-activities .smt-gadget-title {
  border-bottom: 0;
}

.smt-activities .slick-arrow {
  position: absolute;
  top: 70px;
  display: block;
  border: 0;
  width: 30px;
  height: 30px;
  background: none;
  box-shadow: none;
  font-size: 0;
  cursor: pointer;
  z-index: 20;
}
.smt-activities .slick-arrow:before {
  content: "";
  width: 16px;
  height: 30px;
  background-image: url(../images/arrow07.png);
  background-repeat: no-repeat;
  background-size: 16px auto;
  position: absolute;
  top: 50%;
  left: 50%;
}
.smt-activities .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.smt-activities .slick-arrow.slick-prev:before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.smt-activities .slick-arrow.slick-next {
  right: 0;
}
.smt-activities .slick-arrow.slick-next:before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.smt-activities *:focus {
  outline: 0;
}

.smt-activities .slick-dots {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  font-size: 0;
  width: 100%;
}
.smt-activities .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.smt-activities .slick-dots li.slick-active button {
  background-color: #666;
}
.smt-activities .slick-dots button {
  border: 0;
  display: block;
  box-shadow: none;
  background: none;
  background-color: rgba(255, 255, 255, 0.1);
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #666;
  box-sizing: border-box;
}

.smt-activity-cell {
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.smt-activity-cell a {
  display: block;
  position: relative;
}
.smt-activity-cell .smt-tag {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 3px;
  line-height: 24px;
  text-align: center;
  padding: 0 10px;
  background-color: #d12820;
}
.smt-activity-cell .smt-tag.smt-clr1 {
  background-color: #3f95cc;
}
.smt-activity-cell .smt-tag.smt-clr2 {
  background-color: #d12820;
}
.smt-activity-cell .smt-tag.smt-clr3 {
  background-color: #4d7a62;
}
.smt-activity-cell .smt-tag.smt-clr4 {
  background-color: #ce6929;
}
.smt-activity-cell .smt-tag.smt-clr5 {
  background-color: #88ad47;
}

.smt-item-visual {
  max-height: 170px;
  overflow: hidden;
}

.smt-item-title {
  margin: 10px 10px;
}
.smt-item-title h3 {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.42857;
  color: #5db2c5;
}
.smt-item-title .smt-item-project {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #666;
  display: block;
  margin-bottom: 5px;
}

.smt-item-desc {
  display: none;
}

.sns-block01 {
  margin: 0 0 30px;
}
.sns-block01 p {
  text-align: center;
  color: #666;
  margin: 10px 0;
  font-weight: bold;
}
.sns-block01 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
.sns-block01 ul li {
  display: inline-block;
  width: 120px;
  margin: 0 10px;
}
.sns-block01 ul li a {
  display: block;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  background-repeat: no-repeat;
  border-radius: 6px;
}
.sns-block01 ul li a.fb {
  background-image: url(../images/icon_facebook_s.png);
  background-color: #3b579c;
  background-size: 12px auto;
  background-position: 20px center;
  padding-left: 20px;
}
.sns-block01 ul li a.tw {
  background-image: url(../images/icon_twitter_s.png);
  background-color: #16b8ec;
  background-size: 22px auto;
  background-position: 15px center;
  padding-left: 20px;
}

#smt-gadget-topnews {
  margin: 10px 10px 30px;
}
#smt-gadget-topnews ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#smt-gadget-topnews ul li {
  line-height: 1.66667;
  font-weight: bold;
  margin: 10px 0 0;
}
#smt-gadget-topnews ul li:first-child {
  margin-top: 0;
}
#smt-gadget-topnews ul li a {
  position: relative;
  display: block;
  padding-left: 12px;
}
#smt-gadget-topnews ul li a:before {
  content: "";
  width: 6px;
  height: 8px;
  background-image: url(../images/arrow05.png);
  background-repeat: no-repeat;
  background-size: 6px auto;
  position: absolute;
  top: 5px;
  left: 0;
}
#smt-gadget-topnews .smt-more {
  display: block;
  background-color: #5db2c5;
  color: #fff;
  text-align: center;
  width: 200px;
  line-height: 40px;
  border-radius: 20px;
  margin: 20px auto 10px;
  position: relative;
  box-sizing: border-box;
}
#smt-gadget-topnews .smt-more:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 6px;
  height: 8px;
  background-image: url(../images/arrow06.png);
  background-repeat: no-repeat;
  background-size: 6px auto;
}

#smt-gadget-toptimes {
  margin: 10px;
  color: #666;
}

.smt-gadget-content {
  margin-bottom: 30px;
}

#smt-gadget-timesnews p strong:not(:first-child) {
  display: inline-block;
  margin-top: 10px;
}

#smt-gadget-toplinks {
  background-color: #eee;
  padding: 10px 10px 0;
  overflow: hidden;
}
#smt-gadget-toplinks .smt-gadget-title {
  border-bottom: 0;
}
#smt-gadget-toplinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#smt-gadget-toplinks ul li {
  font-weight: bold;
  margin: 10px 0 0;
}
#smt-gadget-toplinks ul li:first-child {
  margin-top: 0;
}
#smt-gadget-toplinks ul li a {
  position: relative;
  display: block;
  padding-left: 12px;
}
#smt-gadget-toplinks ul li a:before {
  content: "";
  width: 6px;
  height: 8px;
  background-image: url(../images/arrow05.png);
  background-repeat: no-repeat;
  background-size: 6px auto;
  position: absolute;
  top: 5px;
  left: 0;
}

#lean_overlay {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

.smt-tmpl-calendar-modal {
  display: none;
  top: 70px !important;
  left: 10px;
  right: 10px;
}
.smt-tmpl-calendar-modal .smt-modal-close {
  margin: 0;
}
.smt-tmpl-calendar-modal .smt-close-button {
  color: #666;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  cursor: pointer;
}
.smt-tmpl-calendar-modal .smt-close-button:before, .smt-tmpl-calendar-modal .smt-close-button:after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #666;
  position: absolute;
  top: 4px;
  left: 5px;
}
.smt-tmpl-calendar-modal .smt-close-button:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.smt-tmpl-calendar-modal .smt-close-button:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.smt-tmpl-calendar-modal #smt-contents {
  width: 100%;
}
.smt-tmpl-calendar-modal .smt-section-inner {
  background-color: #fff;
}
.smt-tmpl-calendar-modal .smt-wrapper {
  padding: 10px 10px 0;
}
.smt-tmpl-calendar-modal .smt-crumb {
  background-image: url(../images/bg_dot.png);
  line-height: 24px;
  position: relative;
  padding-left: 30px;
}
.smt-tmpl-calendar-modal .smt-crumb:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/icon_modal.png);
  background-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.smt-tmpl-calendar-modal h1 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #000;
  margin: 10px 0 30px;
}
.smt-tmpl-calendar-modal .smt-wysiwyg table {
  width: 100%;
}
.smt-tmpl-calendar-modal .smt-wysiwyg th {
  background-color: #f3f1f1;
  border-top: 1px solid #bdb9b1;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  display: block;
  width: 100%;
  padding: 1px 5px 9px;
  box-sizing: border-box;
}
.smt-tmpl-calendar-modal .smt-wysiwyg td {
  display: block;
  padding: 10px 5px;
  width: 100%;
  box-sizing: border-box;
}
.smt-tmpl-calendar-modal .smt-calendar-top {
  margin: 0 -10px;
  background-color: #eee;
  border-top: 1px solid #ccc;
  height: 26px;
}
.smt-tmpl-calendar-modal .smt-calendar-top a {
  display: none;
}

.side {
  background-color: #eee;
  border-top: 3px solid #4d7a62;
  padding: 0 10px 55px;
  margin-top: 55px;
}

.side-header {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #4d7a62;
  margin: 5px 0 25px;
}

.side-nav01 {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}
.side-nav01 a {
  display: block;
  color: #666;
  text-decoration: none;
}
.side-nav01 > li {
  border-top: 1px solid #ccc;
}
.side-nav01 > li:last-child {
  border-bottom: 1px solid #ccc;
}
.side-nav01 > li > a {
  padding: 12px 0;
}
.side-nav01 > li.is-current > a {
  background-color: #dde6e2;
}
.side-nav01 > li.is-current .side-nav02 {
  display: block;
}

.side-nav02 {
  display: none;
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.side-nav02 > li > a {
  position: relative;
  padding: 12px 5px 12px 10px;
}
.side-nav02 > li > a:before {
  content: "";
  width: 6px;
  height: 9px;
  background-image: url(../images/arrow03.png);
  background-repeat: no-repeat;
  background-size: 6px auto;
  position: absolute;
  top: 15px;
  left: 0;
}
.side-nav02 > li.is-current > a:before {
  background-image: url(../images/arrow04.png);
}
.side-nav02 > li.is-current .side-nav03 {
  display: block;
}
.side-nav02 > li.is-open .side-nav03 {
  display: block;
}

.side-nav03 {
  display: none;
  list-style: none;
  margin: 0 0;
  padding: 0 0 0 10px;
  overflow: hidden;
}
.side-nav03 > li {
  width: 50%;
  float: left;
}
.side-nav03 > li:nth-child(odd) {
  clear: left;
}
.side-nav03 > li > a {
  padding: 12px 5px 12px 10px;
  position: relative;
}
.side-nav03 > li > a:before {
  content: "";
  width: 6px;
  height: 9px;
  background-image: url(../images/arrow03.png);
  background-repeat: no-repeat;
  background-size: 6px auto;
  position: absolute;
  top: 15px;
  left: 0;
}
.side-nav03 > li.is-current > a:before {
  background-image: url(../images/arrow04.png);
}
