@charset "UTF-8";
/*
-- Import CSS
-------------------------------------------------- */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

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

a, .bl-hot, .op, a .op, a.op-lighten {
  transition: opacity .3s;
}

.list-inline, .topicPath, .newsFoot, .docProfile ul, .docCal .docCal_nav, .serialNav, #accessTop .accessTop_nav {
  list-style: none;
  padding: 0;
}
.list-inline li:before, .topicPath li:before, .newsFoot li:before, .docProfile ul li:before, .docCal .docCal_nav li:before, .serialNav li:before, #accessTop .accessTop_nav li:before {
  content: none;
}

.l-header .header_nav a, .l-header .header_contact .header_btn__mail, .l-footer .footer_contact .footer_nav a {
  border-radius: 5px;
  color: #fff;
  display: block;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 8px;
}

.btn_next a, .btn_prev a {
  *zoom: 1;
  background-color: #A0C816;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  text-decoration: none;
  padding: 15px;
  position: relative;
  width: 300px;
}
.btn_next a:after, .btn_prev a:after {
  content: "";
  display: block;
  clear: both;
}
.btn_next i, .btn_prev i {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
}

.btn_map a, #accessTop .accessTop_nav li a {
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  padding: 20px;
  text-align: center;
  text-decoration: none;
}

.btn_list {
  list-style: none;
  padding: 0;
}
.btn_list li {
  margin-bottom: 20px;
  line-height: 1.4;
}
.btn_list li:before {
  content: none;
}
.btn_list li a {
  display: block;
  position: relative;
  text-decoration: none;
}
.btn_list li i {
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}

/*
-- Layout CSS
-------------------------------------------------- */
.l-inner {
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  width: 940px;
  box-sizing: border-box;
}
.l-inner:after {
  content: "";
  display: block;
  clear: both;
}

.l-inner-s {
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  width: 620px;
  box-sizing: border-box;
}
.l-inner-s:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 940px) {
  .l-inner {
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    width: auto;
  }
  .l-inner .l-inner-s {
    margin-left: 0;
    margin-right: 0;
  }

  .l-inner-s {
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    width: auto;
  }
}
@media screen and (min-width: 940px) {
  body {
    min-width: 940px;
  }
}
.l-header {
  background-color: #fff;
  border-bottom: 1px solid #A0C816;
  padding-top: 10px;
  padding-bottom: 20px;
}
.l-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-header .header_logo {
  float: left;
  margin: 0;
  width: 372px;
}
.l-header .header_body {
  *zoom: 1;
  float: right;
  width: 460px;
}
.l-header .header_body:after {
  content: "";
  display: block;
  clear: both;
}
.l-header .header_nav {
  font-size: 14px;
  font-size: 1.4rem;
  float: left;
  width: 220px;
}
.l-header .header_nav .header_btn__access {
  background-color: #A0C816;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.l-header .header_nav .header_btn__cal {
  background-color: #056133;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.l-header .header_contact {
  float: right;
  width: 220px;
}
.l-header .header_contact .header_tel {
  color: #F6921E;
  display: block;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.4;
  pointer-events: none;
}
.l-header .header_contact .header_btn__mail {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #F6921E;
}

@media screen and (min-width: 600px) and (max-width: 940px) {
  .l-header {
    padding: 1.5625% 0;
  }
  .l-header .header_logo {
    width: 39.5744680851%;
  }
  .l-header .header_body {
    width: 53.1914893617%;
  }
  .l-header .header_nav {
    font-size: 10px;
    font-size: 1rem;
    font-size: 1.6vw;
    line-height: 1;
    width: 47.8260869565%;
  }
  .l-header .header_contact {
    line-height: 1;
    width: 47.8260869565%;
  }
  .l-header .header_contact .header_tel {
    font-size: 20px;
    font-size: 2rem;
    font-size: 2.7vw;
    line-height: 1;
    padding: 3px 0;
    text-align: center;
  }
  .l-header .header_contact .header_btn__mail {
    font-size: 10px;
    font-size: 1rem;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 600px) {
  .l-header {
    padding-bottom: 0;
    padding-top: 0;
  }
  .l-header .l-inner {
    padding: 0;
  }
  .l-header .header_logo {
    background-color: #fff;
    float: none;
    margin: 0 0 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 7px;
    position: fixed;
    width: 100%;
    z-index: 1000;
  }
  .l-header .header_logo img {
    width: 224px;
  }
  .l-header .header_body {
    float: none;
    text-align: center;
    padding-top: 62px;
    width: 100%;
  }
  .l-header .header_body:after {
    content: none;
  }
  .l-header .header_body i {
    font-size: 25px;
    font-size: 2.5rem;
    display: block;
    margin-bottom: 10px;
  }
  .l-header .header_nav {
    display: table;
    table-layout: fixed;
    width: 50%;
  }
  .l-header .header_nav li {
    display: table-cell;
  }
  .l-header .header_nav a {
    border-radius: 0;
    min-height: 100px;
  }
  .l-header .header_nav .header_btn__access {
    background-color: #A0C816;
    border-right: 1px solid #fff;
    font-size: 10px;
    font-size: 1rem;
    padding: 15px 10px;
  }
  .l-header .header_nav .header_btn__cal {
    background-color: #A0C816;
    font-size: 10px;
    font-size: 1rem;
    padding: 15px 10px;
  }
  .l-header .header_contact {
    display: table;
    table-layout: fixed;
    width: 50%;
  }
  .l-header .header_contact li {
    display: table-cell;
    vertical-align: top;
  }
  .l-header .header_contact a {
    min-height: 100px;
  }
  .l-header .header_contact i {
    display: block;
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
  .l-header .header_contact .header_tel {
    background-color: #A0C816;
    border-left: 1px solid #fff;
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
    padding: 15px 10px;
  }
  .l-header .header_contact .header_btn__mail {
    border-radius: 0;
    background-color: #A0C816;
    border-left: 1px solid #fff;
    font-size: 10px;
    font-size: 1rem;
    padding: 15px 10px;
  }
}
.l-gnav {
  border-bottom: 1px solid #ccc;
  box-shadow: 0 5px 15px -12px #000;
  position: relative;
  z-index: 5;
}
.l-gnav .l-inner:after {
  content: none;
}
.l-gnav ul {
  display: table;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.l-gnav li {
  display: table-cell;
}
.l-gnav a {
  color: #333;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 25px 5px 15px;
  text-align: center;
  text-decoration: none;
}
.l-gnav a i {
  color: #A0C816;
  display: block;
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 15px;
  line-height: 1;
}
.l-gnav a:hover, .l-gnav a.current, .l-gnav a.parentsLink {
  color: #A0C816;
}

.l-gnav-sp {
  display: none;
}
.l-gnav-sp #spGnav a {
  border-bottom: 1px solid #056133;
  display: block;
  padding: 10px;
}

@media screen and (max-width: 600px) {
  .l-gnav {
    display: none;
  }

  .l-gnav-sp {
    display: block;
  }
}
.l-main {
  float: left;
  width: 74.4680851064%;
}

.l-side {
  float: right;
  width: 23.4042553191%;
}

@media screen and (max-width: 600px) {
  .l-main {
    float: none;
    width: auto;
  }

  .l-side {
    float: none;
    width: auto;
  }
}
.l-title {
  background-position: right bottom;
  background-repeat: no-repeat;
}
.l-title h1 {
  margin-left: auto;
  margin-right: auto;
  width: 940px;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
.l-title.bg-base {
  border-bottom: 1px solid #A0C816;
  margin-bottom: 80px;
}
.l-title.bg-news {
  background-image: url("../images/bg/bg_news.png");
  border-bottom: 1px solid #A0C816;
  margin-bottom: 80px;
}

@media screen and (max-width: 940px) {
  .l-title {
    background-position: right bottom;
  }
  .l-title h1 {
    margin-left: 3.125%;
    margin-right: 3.125%;
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .l-title {
    background: none !important;
  }
}
.l-footer ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.l-footer .footer_contact {
  background: url("../images/bg/bg_pt.png");
  padding-top: 80px;
}
.l-footer .footer_contact .footer_nav {
  *zoom: 1;
  margin-bottom: 80px;
  width: 82.9787234043%;
}
.l-footer .footer_contact .footer_nav:after {
  content: "";
  display: block;
  clear: both;
}
.l-footer .footer_contact .footer_nav li {
  float: left;
  width: 48.7179487179%;
}
.l-footer .footer_contact .footer_nav li:last-child {
  float: right;
}
.l-footer .footer_contact .footer_nav a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  background-color: #F6921E;
}
.l-footer .footer_contact .footer_nav .foot_btn__tel {
  pointer-events: none;
}
.l-footer .footer_contact .footer_nav .foot_btn__mail {
  padding: 22px 0;
}
.l-footer .footer_logo {
  border-top: 1px solid #A0C816;
  border-bottom: 1px solid #A0C816;
  margin: 0;
  padding: 15px 0;
  text-align: center;
}
.l-footer .footer_logo img {
  width: 280px;
}
.l-footer .footer_gnav {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px 0 10px;
  text-align: center;
}
.l-footer .footer_gnav li {
  display: inline-block;
}
.l-footer .footer_gnav a {
  color: #333;
  padding: 0 5px;
  text-decoration: none;
}
.l-footer .footer_gnav a i {
  color: #A0C816;
}
.l-footer .footer_link {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.l-footer .footer_link a {
  color: #333;
  text-decoration: none;
}
.l-footer .footer_link a i {
  color: #056133;
}
.l-footer .copyright {
  text-align: center;
}

@media screen and (max-width: 600px) {
  .l-footer .footer_contact {
    padding-top: 40px;
  }
  .l-footer .footer_contact .footer_nav {
    margin-bottom: 40px;
    width: auto;
  }
  .l-footer .footer_contact .footer_nav li {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
  .l-footer .footer_contact .footer_nav li:last-child {
    float: none;
  }
  .l-footer .footer_logo img {
    width: 140px;
  }
  .l-footer .footer_gnav {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding: 0;
  }
  .l-footer .footer_gnav li {
    display: block;
  }
  .l-footer .footer_gnav a {
    border-bottom: 1px solid #A0C816;
    display: block;
    padding: 10px 0;
  }
}
.drawer-right .drawer-hamburger {
  background-color: #056133;
  top: -9px;
}

.drawer-right.drawer-open .drawer-hamburger {
  transform: translateX(-250px) translateY(0px);
}

.drawer-main {
  width: 250px;
}

.drawer-default {
  background-color: #fff;
}

@media screen and (min-width: 600px) {
  .drawer-header {
    display: none;
  }

  .drawer-right .drawer-main {
    position: static;
    right: auto;
    transition: none;
    transform: none;
  }
}
/*
-- Base CSS
-------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #056133;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
a:hover .op {
  opacity: 0.7;
}
a[href^=tel] {
  text-decoration: none;
}

.bl-hot:hover {
  opacity: 0.7;
}

.op:hover {
  opacity: 0.7;
}

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

p {
  margin-top: 0;
  margin-bottom: 20px;
}

em {
  color: red;
  font-style: normal;
}

strong {
  color: #056133;
}

h1 {
  color: #056133;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 25px;
}

h2 {
  color: #056133;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  margin-top: 0;
  line-height: 1.4;
}

h3 {
  color: #056133;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 0;
  font-weight: normal;
  line-height: 1.2;
}

h4 {
  color: #A0C816;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.2;
}

ul {
  margin-top: 0;
}

ol {
  margin-top: 0;
}

dl {
  margin-top: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0;
  padding: 0;
}

table {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 20px;
}

th {
  white-space: nowrap;
  vertical-align: top;
}

td {
  vertical-align: top;
}

figure {
  margin: 0;
}

iframe {
  border: none;
  max-width: 100%;
}

@media screen and (max-width: 600px) {
  [class*='acms-col'] iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }
}
/*
-- Module CSS
-------------------------------------------------- */
.row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.row::after {
  clear: both;
  content: "";
  display: table;
}
.row .grid1 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 6.1721527019%;
}
.row .grid1:last-child {
  margin-right: 0;
}
.row .grid1.last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .row .grid1 {
    float: none;
    width: auto;
  }
  .row .grid1 img {
    max-width: 100%;
  }
  .row .sp-grid1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%;
  }
  .row .sp-grid1:last-child {
    margin-right: 0;
  }
  .row .sp-grid1:nth-child(2n) {
    margin-right: 0;
  }
  .row .sp-grid1:nth-child(2n+1) {
    clear: left;
  }
  .row .sp-grid1.last-child {
    margin-right: 0;
  }
}
.row .grid2 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%;
}
.row .grid2:last-child {
  margin-right: 0;
}
.row .grid2.last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .row .grid2 {
    float: none;
    width: auto;
  }
  .row .grid2 img {
    max-width: 100%;
  }
  .row .sp-grid2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
  }
  .row .sp-grid2:last-child {
    margin-right: 0;
  }
  .row .sp-grid2:nth-child(2n) {
    margin-right: 0;
  }
  .row .sp-grid2:nth-child(2n+1) {
    clear: left;
  }
  .row .sp-grid2.last-child {
    margin-right: 0;
  }
}
.row .grid3 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
}
.row .grid3:last-child {
  margin-right: 0;
}
.row .grid3.last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .row .grid3 {
    float: none;
    width: auto;
  }
  .row .grid3 img {
    max-width: 100%;
  }
  .row .sp-grid3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .row .sp-grid3:last-child {
    margin-right: 0;
  }
  .row .sp-grid3:nth-child(2n) {
    margin-right: 0;
  }
  .row .sp-grid3:nth-child(2n+1) {
    clear: left;
  }
  .row .sp-grid3.last-child {
    margin-right: 0;
  }
}
.row .grid4 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}
.row .grid4:last-child {
  margin-right: 0;
}
.row .grid4.last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .row .grid4 {
    float: none;
    width: auto;
  }
  .row .grid4 img {
    max-width: 100%;
  }
  .row .sp-grid4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .row .sp-grid4:last-child {
    margin-right: 0;
  }
  .row .sp-grid4:nth-child(2n) {
    margin-right: 0;
  }
  .row .sp-grid4:nth-child(2n+1) {
    clear: left;
  }
  .row .sp-grid4.last-child {
    margin-right: 0;
  }
}
.row .grid5 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 40.2913699012%;
}
.row .grid5:last-child {
  margin-right: 0;
}
.row .grid5.last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .row .grid5 {
    float: none;
    width: auto;
  }
  .row .grid5 img {
    max-width: 100%;
  }
  .row .sp-grid5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }
  .row .sp-grid5:last-child {
    margin-right: 0;
  }
  .row .sp-grid5:nth-child(2n) {
    margin-right: 0;
  }
  .row .sp-grid5:nth-child(2n+1) {
    clear: left;
  }
  .row .sp-grid5.last-child {
    margin-right: 0;
  }
}
.row .grid6 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.row .grid6:last-child {
  margin-right: 0;
}
.row .grid6.last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .row .grid6 {
    float: none;
    width: auto;
  }
  .row .grid6 img {
    max-width: 100%;
  }
  .row .sp-grid6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .row .sp-grid6:last-child {
    margin-right: 0;
  }
  .row .sp-grid6:nth-child(2n) {
    margin-right: 0;
  }
  .row .sp-grid6:nth-child(2n+1) {
    clear: left;
  }
  .row .sp-grid6.last-child {
    margin-right: 0;
  }
}
.row .grid7 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 57.3509785009%;
}
.row .grid7:last-child {
  margin-right: 0;
}
.row .grid7.last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .row .grid7 {
    float: none;
    width: auto;
  }
  .row .grid7 img {
    max-width: 100%;
  }
  .row .sp-grid7 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  .row .sp-grid7:last-child {
    margin-right: 0;
  }
  .row .sp-grid7:nth-child(2n) {
    margin-right: 0;
  }
  .row .sp-grid7:nth-child(2n+1) {
    clear: left;
  }
  .row .sp-grid7.last-child {
    margin-right: 0;
  }
}
.row .grid8 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
}
.row .grid8:last-child {
  margin-right: 0;
}
.row .grid8.last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .row .grid8 {
    float: none;
    width: auto;
  }
  .row .grid8 img {
    max-width: 100%;
  }
  .row .sp-grid8 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  .row .sp-grid8:last-child {
    margin-right: 0;
  }
  .row .sp-grid8:nth-child(2n) {
    margin-right: 0;
  }
  .row .sp-grid8:nth-child(2n+1) {
    clear: left;
  }
  .row .sp-grid8.last-child {
    margin-right: 0;
  }
}
.row .grid9 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%;
}
.row .grid9:last-child {
  margin-right: 0;
}
.row .grid9.last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .row .grid9 {
    float: none;
    width: auto;
  }
  .row .grid9 img {
    max-width: 100%;
  }
  .row .sp-grid9 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }
  .row .sp-grid9:last-child {
    margin-right: 0;
  }
  .row .sp-grid9:nth-child(2n) {
    margin-right: 0;
  }
  .row .sp-grid9:nth-child(2n+1) {
    clear: left;
  }
  .row .sp-grid9.last-child {
    margin-right: 0;
  }
}
.row .grid10 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
}
.row .grid10:last-child {
  margin-right: 0;
}
.row .grid10.last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .row .grid10 {
    float: none;
    width: auto;
  }
  .row .grid10 img {
    max-width: 100%;
  }
  .row .sp-grid10 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
  }
  .row .sp-grid10:last-child {
    margin-right: 0;
  }
  .row .sp-grid10:nth-child(2n) {
    margin-right: 0;
  }
  .row .sp-grid10:nth-child(2n+1) {
    clear: left;
  }
  .row .sp-grid10.last-child {
    margin-right: 0;
  }
}
.row .grid11 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 91.4701957002%;
}
.row .grid11:last-child {
  margin-right: 0;
}
.row .grid11.last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .row .grid11 {
    float: none;
    width: auto;
  }
  .row .grid11 img {
    max-width: 100%;
  }
  .row .sp-grid11 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%;
  }
  .row .sp-grid11:last-child {
    margin-right: 0;
  }
  .row .sp-grid11:nth-child(2n) {
    margin-right: 0;
  }
  .row .sp-grid11:nth-child(2n+1) {
    clear: left;
  }
  .row .sp-grid11.last-child {
    margin-right: 0;
  }
}
.row .grid12 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.row .grid12:last-child {
  margin-right: 0;
}
.row .grid12.last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .row .grid12 {
    float: none;
    width: auto;
  }
  .row .grid12 img {
    max-width: 100%;
  }
  .row .sp-grid12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .row .sp-grid12:last-child {
    margin-right: 0;
  }
  .row .sp-grid12:nth-child(2n) {
    margin-right: 0;
  }
  .row .sp-grid12:nth-child(2n+1) {
    clear: left;
  }
  .row .sp-grid12.last-child {
    margin-right: 0;
  }
}

.row10 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.row10::after {
  clear: both;
  content: "";
  display: table;
}
.row10 .grid1 {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 7.4416729867%;
}
.row10 .grid1:last-child {
  margin-right: 0;
}
.row10 .grid1.last-child {
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  .row10.omega1 .grid1:nth-child(1n) {
    margin-right: 0;
  }
  .row10.omega1 .grid2:nth-child(1n) {
    margin-right: 0;
  }
  .row10.omega1 .grid3:nth-child(1n) {
    margin-right: 0;
  }
  .row10.omega1 .grid4:nth-child(1n) {
    margin-right: 0;
  }
  .row10.omega1 .grid5:nth-child(1n) {
    margin-right: 0;
  }
  .row10.omega1 .grid6:nth-child(1n) {
    margin-right: 0;
  }
  .row10.omega1 .grid7:nth-child(1n) {
    margin-right: 0;
  }
  .row10.omega1 .grid8:nth-child(1n) {
    margin-right: 0;
  }
  .row10.omega1 .grid9:nth-child(1n) {
    margin-right: 0;
  }
  .row10.omega1 .grid10:nth-child(1n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .row10 .grid1 {
    float: none;
    width: 100%;
  }
  .row10 .grid1 img {
    width: 100%;
  }
}
.row10 .grid2 {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 17.7259315437%;
}
.row10 .grid2:last-child {
  margin-right: 0;
}
.row10 .grid2.last-child {
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  .row10.omega2 .grid1:nth-child(2n) {
    margin-right: 0;
  }
  .row10.omega2 .grid2:nth-child(2n) {
    margin-right: 0;
  }
  .row10.omega2 .grid3:nth-child(2n) {
    margin-right: 0;
  }
  .row10.omega2 .grid4:nth-child(2n) {
    margin-right: 0;
  }
  .row10.omega2 .grid5:nth-child(2n) {
    margin-right: 0;
  }
  .row10.omega2 .grid6:nth-child(2n) {
    margin-right: 0;
  }
  .row10.omega2 .grid7:nth-child(2n) {
    margin-right: 0;
  }
  .row10.omega2 .grid8:nth-child(2n) {
    margin-right: 0;
  }
  .row10.omega2 .grid9:nth-child(2n) {
    margin-right: 0;
  }
  .row10.omega2 .grid10:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .row10 .grid2 {
    float: none;
    width: 100%;
  }
  .row10 .grid2 img {
    width: 100%;
  }
}
.row10 .grid3 {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 28.0101901008%;
}
.row10 .grid3:last-child {
  margin-right: 0;
}
.row10 .grid3.last-child {
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  .row10.omega3 .grid1:nth-child(3n) {
    margin-right: 0;
  }
  .row10.omega3 .grid2:nth-child(3n) {
    margin-right: 0;
  }
  .row10.omega3 .grid3:nth-child(3n) {
    margin-right: 0;
  }
  .row10.omega3 .grid4:nth-child(3n) {
    margin-right: 0;
  }
  .row10.omega3 .grid5:nth-child(3n) {
    margin-right: 0;
  }
  .row10.omega3 .grid6:nth-child(3n) {
    margin-right: 0;
  }
  .row10.omega3 .grid7:nth-child(3n) {
    margin-right: 0;
  }
  .row10.omega3 .grid8:nth-child(3n) {
    margin-right: 0;
  }
  .row10.omega3 .grid9:nth-child(3n) {
    margin-right: 0;
  }
  .row10.omega3 .grid10:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .row10 .grid3 {
    float: none;
    width: 100%;
  }
  .row10 .grid3 img {
    width: 100%;
  }
}
.row10 .grid4 {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 38.2944486578%;
}
.row10 .grid4:last-child {
  margin-right: 0;
}
.row10 .grid4.last-child {
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  .row10.omega4 .grid1:nth-child(4n) {
    margin-right: 0;
  }
  .row10.omega4 .grid2:nth-child(4n) {
    margin-right: 0;
  }
  .row10.omega4 .grid3:nth-child(4n) {
    margin-right: 0;
  }
  .row10.omega4 .grid4:nth-child(4n) {
    margin-right: 0;
  }
  .row10.omega4 .grid5:nth-child(4n) {
    margin-right: 0;
  }
  .row10.omega4 .grid6:nth-child(4n) {
    margin-right: 0;
  }
  .row10.omega4 .grid7:nth-child(4n) {
    margin-right: 0;
  }
  .row10.omega4 .grid8:nth-child(4n) {
    margin-right: 0;
  }
  .row10.omega4 .grid9:nth-child(4n) {
    margin-right: 0;
  }
  .row10.omega4 .grid10:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .row10 .grid4 {
    float: none;
    width: 100%;
  }
  .row10 .grid4 img {
    width: 100%;
  }
}
.row10 .grid5 {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 48.5787072148%;
}
.row10 .grid5:last-child {
  margin-right: 0;
}
.row10 .grid5.last-child {
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  .row10.omega5 .grid1:nth-child(5n) {
    margin-right: 0;
  }
  .row10.omega5 .grid2:nth-child(5n) {
    margin-right: 0;
  }
  .row10.omega5 .grid3:nth-child(5n) {
    margin-right: 0;
  }
  .row10.omega5 .grid4:nth-child(5n) {
    margin-right: 0;
  }
  .row10.omega5 .grid5:nth-child(5n) {
    margin-right: 0;
  }
  .row10.omega5 .grid6:nth-child(5n) {
    margin-right: 0;
  }
  .row10.omega5 .grid7:nth-child(5n) {
    margin-right: 0;
  }
  .row10.omega5 .grid8:nth-child(5n) {
    margin-right: 0;
  }
  .row10.omega5 .grid9:nth-child(5n) {
    margin-right: 0;
  }
  .row10.omega5 .grid10:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .row10 .grid5 {
    float: none;
    width: 100%;
  }
  .row10 .grid5 img {
    width: 100%;
  }
}
.row10 .grid6 {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 58.8629657719%;
}
.row10 .grid6:last-child {
  margin-right: 0;
}
.row10 .grid6.last-child {
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  .row10.omega6 .grid1:nth-child(6n) {
    margin-right: 0;
  }
  .row10.omega6 .grid2:nth-child(6n) {
    margin-right: 0;
  }
  .row10.omega6 .grid3:nth-child(6n) {
    margin-right: 0;
  }
  .row10.omega6 .grid4:nth-child(6n) {
    margin-right: 0;
  }
  .row10.omega6 .grid5:nth-child(6n) {
    margin-right: 0;
  }
  .row10.omega6 .grid6:nth-child(6n) {
    margin-right: 0;
  }
  .row10.omega6 .grid7:nth-child(6n) {
    margin-right: 0;
  }
  .row10.omega6 .grid8:nth-child(6n) {
    margin-right: 0;
  }
  .row10.omega6 .grid9:nth-child(6n) {
    margin-right: 0;
  }
  .row10.omega6 .grid10:nth-child(6n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .row10 .grid6 {
    float: none;
    width: 100%;
  }
  .row10 .grid6 img {
    width: 100%;
  }
}
.row10 .grid7 {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 69.1472243289%;
}
.row10 .grid7:last-child {
  margin-right: 0;
}
.row10 .grid7.last-child {
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  .row10.omega7 .grid1:nth-child(7n) {
    margin-right: 0;
  }
  .row10.omega7 .grid2:nth-child(7n) {
    margin-right: 0;
  }
  .row10.omega7 .grid3:nth-child(7n) {
    margin-right: 0;
  }
  .row10.omega7 .grid4:nth-child(7n) {
    margin-right: 0;
  }
  .row10.omega7 .grid5:nth-child(7n) {
    margin-right: 0;
  }
  .row10.omega7 .grid6:nth-child(7n) {
    margin-right: 0;
  }
  .row10.omega7 .grid7:nth-child(7n) {
    margin-right: 0;
  }
  .row10.omega7 .grid8:nth-child(7n) {
    margin-right: 0;
  }
  .row10.omega7 .grid9:nth-child(7n) {
    margin-right: 0;
  }
  .row10.omega7 .grid10:nth-child(7n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .row10 .grid7 {
    float: none;
    width: 100%;
  }
  .row10 .grid7 img {
    width: 100%;
  }
}
.row10 .grid8 {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 79.4314828859%;
}
.row10 .grid8:last-child {
  margin-right: 0;
}
.row10 .grid8.last-child {
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  .row10.omega8 .grid1:nth-child(8n) {
    margin-right: 0;
  }
  .row10.omega8 .grid2:nth-child(8n) {
    margin-right: 0;
  }
  .row10.omega8 .grid3:nth-child(8n) {
    margin-right: 0;
  }
  .row10.omega8 .grid4:nth-child(8n) {
    margin-right: 0;
  }
  .row10.omega8 .grid5:nth-child(8n) {
    margin-right: 0;
  }
  .row10.omega8 .grid6:nth-child(8n) {
    margin-right: 0;
  }
  .row10.omega8 .grid7:nth-child(8n) {
    margin-right: 0;
  }
  .row10.omega8 .grid8:nth-child(8n) {
    margin-right: 0;
  }
  .row10.omega8 .grid9:nth-child(8n) {
    margin-right: 0;
  }
  .row10.omega8 .grid10:nth-child(8n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .row10 .grid8 {
    float: none;
    width: 100%;
  }
  .row10 .grid8 img {
    width: 100%;
  }
}
.row10 .grid9 {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 89.715741443%;
}
.row10 .grid9:last-child {
  margin-right: 0;
}
.row10 .grid9.last-child {
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  .row10.omega9 .grid1:nth-child(9n) {
    margin-right: 0;
  }
  .row10.omega9 .grid2:nth-child(9n) {
    margin-right: 0;
  }
  .row10.omega9 .grid3:nth-child(9n) {
    margin-right: 0;
  }
  .row10.omega9 .grid4:nth-child(9n) {
    margin-right: 0;
  }
  .row10.omega9 .grid5:nth-child(9n) {
    margin-right: 0;
  }
  .row10.omega9 .grid6:nth-child(9n) {
    margin-right: 0;
  }
  .row10.omega9 .grid7:nth-child(9n) {
    margin-right: 0;
  }
  .row10.omega9 .grid8:nth-child(9n) {
    margin-right: 0;
  }
  .row10.omega9 .grid9:nth-child(9n) {
    margin-right: 0;
  }
  .row10.omega9 .grid10:nth-child(9n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .row10 .grid9 {
    float: none;
    width: 100%;
  }
  .row10 .grid9 img {
    width: 100%;
  }
}
.row10 .grid10 {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 100%;
}
.row10 .grid10:last-child {
  margin-right: 0;
}
.row10 .grid10.last-child {
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  .row10.omega10 .grid1:nth-child(10n) {
    margin-right: 0;
  }
  .row10.omega10 .grid2:nth-child(10n) {
    margin-right: 0;
  }
  .row10.omega10 .grid3:nth-child(10n) {
    margin-right: 0;
  }
  .row10.omega10 .grid4:nth-child(10n) {
    margin-right: 0;
  }
  .row10.omega10 .grid5:nth-child(10n) {
    margin-right: 0;
  }
  .row10.omega10 .grid6:nth-child(10n) {
    margin-right: 0;
  }
  .row10.omega10 .grid7:nth-child(10n) {
    margin-right: 0;
  }
  .row10.omega10 .grid8:nth-child(10n) {
    margin-right: 0;
  }
  .row10.omega10 .grid9:nth-child(10n) {
    margin-right: 0;
  }
  .row10.omega10 .grid10:nth-child(10n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .row10 .grid10 {
    float: none;
    width: 100%;
  }
  .row10 .grid10 img {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .row10 .sp-grid1 {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 7.4416729867%;
  }
  .row10 .sp-grid1:last-child {
    margin-right: 0;
  }
  .row10 .sp-grid1:nth-child(2n) {
    margin-right: 0;
  }
  .row10 .sp-grid1:nth-child(2n+1) {
    clear: left;
  }
  .row10 .sp-grid1.last-child {
    margin-right: 0;
  }
  .row10 .sp-grid2 {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 17.7259315437%;
  }
  .row10 .sp-grid2:last-child {
    margin-right: 0;
  }
  .row10 .sp-grid2:nth-child(2n) {
    margin-right: 0;
  }
  .row10 .sp-grid2:nth-child(2n+1) {
    clear: left;
  }
  .row10 .sp-grid2.last-child {
    margin-right: 0;
  }
  .row10 .sp-grid3 {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 28.0101901008%;
  }
  .row10 .sp-grid3:last-child {
    margin-right: 0;
  }
  .row10 .sp-grid3:nth-child(2n) {
    margin-right: 0;
  }
  .row10 .sp-grid3:nth-child(2n+1) {
    clear: left;
  }
  .row10 .sp-grid3.last-child {
    margin-right: 0;
  }
  .row10 .sp-grid4 {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 38.2944486578%;
  }
  .row10 .sp-grid4:last-child {
    margin-right: 0;
  }
  .row10 .sp-grid4:nth-child(2n) {
    margin-right: 0;
  }
  .row10 .sp-grid4:nth-child(2n+1) {
    clear: left;
  }
  .row10 .sp-grid4.last-child {
    margin-right: 0;
  }
  .row10 .sp-grid5 {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 48.5787072148%;
  }
  .row10 .sp-grid5:last-child {
    margin-right: 0;
  }
  .row10 .sp-grid5:nth-child(2n) {
    margin-right: 0;
  }
  .row10 .sp-grid5:nth-child(2n+1) {
    clear: left;
  }
  .row10 .sp-grid5.last-child {
    margin-right: 0;
  }
  .row10 .sp-grid6 {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 58.8629657719%;
  }
  .row10 .sp-grid6:last-child {
    margin-right: 0;
  }
  .row10 .sp-grid6:nth-child(2n) {
    margin-right: 0;
  }
  .row10 .sp-grid6:nth-child(2n+1) {
    clear: left;
  }
  .row10 .sp-grid6.last-child {
    margin-right: 0;
  }
  .row10 .sp-grid7 {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 69.1472243289%;
  }
  .row10 .sp-grid7:last-child {
    margin-right: 0;
  }
  .row10 .sp-grid7:nth-child(2n) {
    margin-right: 0;
  }
  .row10 .sp-grid7:nth-child(2n+1) {
    clear: left;
  }
  .row10 .sp-grid7.last-child {
    margin-right: 0;
  }
  .row10 .sp-grid8 {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 79.4314828859%;
  }
  .row10 .sp-grid8:last-child {
    margin-right: 0;
  }
  .row10 .sp-grid8:nth-child(2n) {
    margin-right: 0;
  }
  .row10 .sp-grid8:nth-child(2n+1) {
    clear: left;
  }
  .row10 .sp-grid8.last-child {
    margin-right: 0;
  }
  .row10 .sp-grid9 {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 89.715741443%;
  }
  .row10 .sp-grid9:last-child {
    margin-right: 0;
  }
  .row10 .sp-grid9:nth-child(2n) {
    margin-right: 0;
  }
  .row10 .sp-grid9:nth-child(2n+1) {
    clear: left;
  }
  .row10 .sp-grid9.last-child {
    margin-right: 0;
  }
  .row10 .sp-grid10 {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 100%;
  }
  .row10 .sp-grid10:last-child {
    margin-right: 0;
  }
  .row10 .sp-grid10:nth-child(2n) {
    margin-right: 0;
  }
  .row10 .sp-grid10:nth-child(2n+1) {
    clear: left;
  }
  .row10 .sp-grid10.last-child {
    margin-right: 0;
  }
}
.acms-grid-r > h2,
.acms-grid-r > h3,
.acms-grid-r > h4,
.acms-grid-r > h5,
.acms-grid-r > h6,
.acms-grid-r > p,
.acms-grid-r > ul,
.acms-grid-r > ol,
.acms-grid-r > dl,
.acms-grid-r > table,
.acms-grid-r > blockquote {
  margin-left: 10px;
  margin-right: 10px;
}
.acms-grid-r > table {
  width: 98%;
}
.acms-grid-r > .column-image-left {
  margin-left: 10px;
}
.acms-grid-r > .column-image-right {
  margin-right: 10px;
}
.acms-grid-r > .column-image-auto,
.acms-grid-r > .column-image-center {
  margin-left: 10px;
  margin-right: 10px;
}
.acms-grid-r > .row {
  margin-left: 10px;
  margin-right: 10px;
}
.acms-grid-r > p + h2,
.acms-grid-r > ul + h2,
.acms-grid-r > ol + h2,
.acms-grid-r > table + h2,
.acms-grid-r > dl + h2,
.acms-grid-r > div + h2 {
  margin-top: 80px;
}

@media screen and (max-width: 600px) {
  .acms-grid-r > table {
    width: 95%;
  }
}
.acms-col-md-12 {
  *zoom: 1;
}
.acms-col-md-12:after {
  content: "";
  display: block;
  clear: both;
}

.column-image-left {
  margin-right: 20px;
}

.column-image-right {
  margin-left: 20px;
}

@media screen and (max-width: 600px) {
  .column-image-left {
    display: block;
    margin-right: 0;
  }

  .column-image-right {
    display: block;
    margin-left: 0;
  }
}
section,
article {
  padding-bottom: 50px;
}
section p,
article p {
  line-height: 1.8;
}
section h3,
article h3 {
  border-bottom: 1px solid #056133;
  padding-bottom: 5px;
}
section h3.nonStyle,
article h3.nonStyle {
  border-bottom: none;
  padding-bottom: 0;
}
section h4,
article h4 {
  padding-left: 20px;
  padding-left: 2rem;
  position: relative;
}
section h4:before,
article h4:before {
  content: '●';
  position: absolute;
  left: 0;
  top: 0;
}
section ul,
article ul {
  list-style: none;
  padding-left: 20px;
  padding-left: 2rem;
}
section ul li,
article ul li {
  position: relative;
}
section ul li:before,
article ul li:before {
  content: '▪︎';
  color: #A0C816;
  position: absolute;
  left: -20px;
  left: -2rem;
  top: 0;
}
section ol,
article ol {
  counter-reset: increment;
  list-style: none;
  padding-left: 20px;
  padding-left: 2rem;
}
section ol li,
article ol li {
  position: relative;
}
section ol li:before,
article ol li:before {
  content: counter(increment) ". ";
  counter-increment: increment;
  color: #A0C816;
  position: absolute;
  left: -20px;
  left: -2rem;
  top: 0;
}
section dl,
article dl {
  background-color: #F1F5E4;
  padding: 15px;
}
section dl dt,
article dl dt {
  color: #056133;
  margin-bottom: 10px;
}
section dl dd,
article dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
section table,
article table {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
}
section table th,
section table td,
article table th,
article table td {
  border: 1px solid #fff;
  padding: 5px 10px;
}
section table th,
article table th {
  background-color: #D9E6AC;
  font-weight: normal;
}
section table td,
article table td {
  background-color: #ebebeb;
}

.list-inline li {
  display: inline-block;
  padding: 0 10px;
}

.nonStyle th,
.nonStyle td {
  background: none;
  border: none;
}
.nonStyle th {
  padding-left: 0;
  text-align: left;
}

.cal-week td {
  text-align: center;
}

.bg-pale th {
  background-color: #F1F5E5;
  border-color: #333;
}
.bg-pale td {
  background: none;
  border-color: #333;
  width: 13%;
}

.kinen {
  margin-bottom: 5px;
}
.kinen thead td {
  background-color: #c5c5c5;
}
.kinen th {
  text-align: left;
}

.topicPath {
  margin-left: auto;
  margin-right: auto;
  width: 940px;
  font-size: 12px;
  font-size: 1.2rem;
  list-style: none;
  padding: 10px 0 25px;
}
.topicPath li {
  display: inline-block;
}
.topicPath li:after {
  content: ' › ';
}
.topicPath li:last-child:after {
  content: none;
}
.topicPath a {
  text-decoration: none;
}

@media screen and (max-width: 940px) {
  .topicPath {
    margin-left: 3.125%;
    margin-right: 3.125%;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    width: auto;
  }
}
.thumbList a {
  text-decoration: none;
}
.thumbList .thumbItem {
  border: 1px solid #eee;
  box-shadow: 0 0 10px #ddd;
  display: table;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.thumbList .thumbItem.animate {
  box-shadow: 0 0 5px #bbb;
}
.thumbList .thumbItem.thumbItem-table {
  display: table;
  width: 100%;
}
.thumbList .thumbItem.thumbItem-table .thumbItem-cell {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.thumbList .thumbItem_img,
.thumbList .thumbItem_body,
.thumbList .thumbItem_icon {
  display: table-cell;
  vertical-align: middle;
}
.thumbList .thumbItem_img {
  width: 30%;
}
.thumbList .thumbItem_img img {
  display: block;
  width: 100%;
}
.thumbList .thumbItem_img.img-l {
  width: 50%;
}
.thumbList .thumbItem_img.img-m {
  width: 33%;
}
.thumbList .thumbItem_title {
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px;
  padding: 0;
  padding-top: 5px;
}
.thumbList .thumbItem_subTitle {
  margin-bottom: 10px;
}
.thumbList .thumbItem_body {
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.thumbList .thumbItem_body p {
  margin-bottom: 0;
}
.thumbList .thumbItem_icon {
  color: #056133;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  width: 40px;
}

@media screen and (max-width: 750px) {
  .thumbList .thumbItem.thumbItem-table {
    display: block;
  }
  .thumbList .thumbItem.thumbItem-table .thumbItem-cell {
    display: block;
    vertical-align: middle;
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .thumbList .thumbItem.thumbItem-fst {
    display: block;
    position: relative;
  }
  .thumbList .thumbItem.thumbItem-fst .thumbItem_img,
  .thumbList .thumbItem.thumbItem-fst .thumbItem_body,
  .thumbList .thumbItem.thumbItem-fst .thumbItem_icon {
    display: block;
  }
  .thumbList .thumbItem.thumbItem-fst .thumbItem_img {
    width: 100%;
  }
  .thumbList .thumbItem.thumbItem-fst .thumbItem_body {
    padding: 10px;
    padding-right: 20px;
  }
  .thumbList .thumbItem.thumbItem-fst .thumbItem_icon {
    position: absolute;
    right: 0;
    bottom: 10%;
  }
  .thumbList .thumbItem_title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .thumbList .thumbItem_body {
    padding-left: 10px;
    font-size: 10px;
    font-size: 1rem;
  }
  .thumbList .thumbItem_body p {
    line-height: 1.4;
  }
  .thumbList .thumbItem_img.img-m {
    width: 40%;
  }
  .thumbList .thumbItem_icon {
    color: #056133;
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
    width: 6%;
  }
  .thumbList.thumbList-rec .thumbItem_img {
    overflow: hidden;
  }
  .thumbList.thumbList-rec .thumbItem_img img {
    max-width: inherit;
    margin-left: -7%;
    width: 115%;
  }
}
.newsList {
  border-top: 1px solid #ccc;
  margin-bottom: 35px;
}
.newsList a {
  color: #333;
  text-decoration: none;
}
.newsList .newsItem {
  *zoom: 1;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  width: 100%;
}
.newsList .newsItem:after {
  content: "";
  display: block;
  clear: both;
}
.newsList .newsItem_body {
  float: right;
  width: 67.1428571429%;
}
.newsList .newsItem_img {
  float: left;
  overflow: hidden;
  width: 30%;
}
.newsList .newsItem_img img {
  width: 100%;
}
.newsList .newsItem_date {
  color: #A0C816;
  margin-bottom: 5px;
  line-height: 1;
}
.newsList .newsItem_title {
  line-height: 1.6;
}
.newsList .newsItem_label {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
  margin: 0;
  min-width: 80px;
  line-height: 1;
  text-align: center;
  padding: 5px;
}
.newsList .newsItem_label.label-green {
  background-color: #056133;
}
.newsList .newsItem_label.label-lgreen {
  background-color: #A0C816;
}

@media screen and (max-width: 600px) {
  .newsList .newsItem_date {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .newsList .newsItem_title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .newsList .newsItem_label {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.newsFoot {
  *zoom: 1;
}
.newsFoot:after {
  content: "";
  display: block;
  clear: both;
}
.newsFoot .newsFoot_date {
  color: #A0C816;
  float: left;
}
.newsFoot .newsFoot_label {
  float: right;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  min-width: 80px;
  padding: 5px;
  text-align: center;
}
.newsFoot .newsFoot_label.label-green {
  background-color: #056133;
}
.newsFoot .newsFoot_label.label-lgreen {
  background-color: #A0C816;
}

.docProfile {
  font-size: 14px;
  font-size: 1.4rem;
}
.docProfile .docProfile_title {
  border: none;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.docProfile table th, .docProfile table td {
  background: none;
  border: none;
}
.docProfile table th {
  padding-left: 0;
  width: 20%;
}

.docCal .docCal_nav {
  margin-bottom: 10px;
  text-align: right;
}
.docCal .docCal_nav li {
  display: inline-block;
}
.docCal .docCal_nav input,
.docCal .docCal_nav a {
  background-color: #056133;
  border: none;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100px;
  padding: 3px 10px;
}
.docCal .docCal_table {
  text-align: center;
}
.docCal .docCal_table th {
  background-color: #ddd;
}
.docCal .docCal_table .week {
  font-size: 16px;
  font-size: 1.6rem;
}
.docCal .docCal_table .week .day {
  width: 12%;
}
.docCal .docCal_table .week .w0 {
  color: #e25057;
}
.docCal .docCal_table .week .w6 {
  color: #55b7dd;
}
.docCal .docCal_table .week .blank {
  background: none;
}
.docCal .docCal_table .wr2,
.docCal .docCal_table .wr3,
.docCal .docCal_table .wr4,
.docCal .docCal_table .wr5 {
  border-top: 10px solid #fff;
}
.docCal .docCal_table .kimata {
  background-color: #d3666a;
  color: #fff;
}
.docCal .docCal_table .kimata-02 {
  background-color: #bc4448;
  color: #fff;
}
.docCal .docCal_table .hashiyama {
  background-color: #c4bc3a;
  color: #fff;
}
.docCal .docCal_table .sakai {
  background-color: #4fb47f;
  color: #fff;
}
.docCal .docCal_table .inukai {
  background-color: #72b0da;
  color: #fff;
}
.docCal .docCal_table .kondo {
  background-color: #3957c4;
  color: #fff;
}
.docCal .docCal_table .tanaka02 {
  background-color: #9a35bf;
  color: #fff;
}
.docCal .docCal_table .kitada {
  background-color: #e072c6;
  color: #fff;
}
.docCal .docCal_table .tanaka {
  background-color: #684fb4;
  color: #fff;
}
.docCal .docCal_table .takahashi {
  background-color: #7ae3dc;
  color: #000;
}
.docCal .docCal_table .takahashi-02 {
  background-color: #ffd99b;
  color: #000;
}
.docCal .docCal_table .takahashi-03 {
  background-color: #fff39b;
  color: #000;
}
.docCal .docCal_table .takahashi-04 {
  background-color: #f8cd62;
  color: #000;
}
.docCal .docCal_table .parttime {
  background-color: #b59d4c;
  color: #fff;
}
.docCal .docCal_table .close {
  background-color: #c5c5c5;
}

.accessmap iframe {
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .accessmap iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .accessmap iframe + .btn_map {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
.link_index {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
  line-height: 1.8;
  text-decoration: none;
  right: 0;
  top: 50%;
}

.btn_next a {
  padding-right: 20px;
}

.btn_prev a {
  padding-left: 20px;
  text-align: right;
}
.btn_prev i {
  left: 10px;
  right: inherit;
}

.btn-small a {
  padding: 5px 10px;
  width: 220px;
}

.btn_close a {
  background-color: #A0C816;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  line-height: 1;
}

.btn_submit, .btn_back {
  background-color: #056133;
  border-radius: 5px;
  border: none;
  color: #fff;
  padding: 5px 10px;
  position: relative;
  width: 250px;
}
.btn_submit i, .btn_back i {
  position: absolute;
  font-size: 25px;
  font-size: 2.5rem;
  right: 10px;
  top: 50%;
  margin-top: -12.5px;
}

.btn_back {
  background-color: #A0C816;
}
.btn_back i {
  left: 10px;
  right: inherit;
}

.btn_map a {
  background-color: #056133;
}

.serialNav {
  *zoom: 1;
}
.serialNav:after {
  content: "";
  display: block;
  clear: both;
}
.serialNav .btn_next {
  float: right;
}
.serialNav .btn_prev {
  float: left;
}

@media screen and (max-width: 600px) {
  .serialNav li {
    margin-bottom: 10px;
  }
  .serialNav a {
    width: 100%;
  }
  .serialNav .btn_next {
    float: none;
  }
  .serialNav .btn_prev {
    float: none;
  }
}
.btn_list.btn-label li a {
  border: 1px solid #ccc;
  box-shadow: 0 0 2px #ccc;
  border-left: 10px solid #A0C816;
  color: #333;
  padding: 15px 20px;
}
.btn_list.btn-label li i {
  color: #056133;
}
.btn_list.btn-solid li a {
  background-color: #A0C816;
  color: #fff;
  padding: 15px 20px;
}
.btn_list.btn-solid li i {
  color: #fff;
}
.btn_list.btn-solid-r li a {
  background-color: #A0C816;
  border-radius: 5px;
  color: #fff;
  padding: 15px 20px;
}
.btn_list.btn-solid-r li i {
  color: #fff;
}
.btn_list.btn-plain li {
  font-size: 18px;
  font-size: 1.8rem;
}
.btn_list.btn-plain li a {
  border: 1px solid #ccc;
  box-shadow: 0 0 2px #ccc;
  height: 105px;
  padding: 15px 20px;
  padding-right: 30px;
}
.btn_list.btn-plain li i {
  color: #056133;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: -12px;
}
.btn_list.btn-section li {
  font-size: 14px;
  font-size: 1.4rem;
}
.btn_list.btn-section li a {
  border: 1px solid #ccc;
  box-shadow: 0 0 2px #ccc;
  height: 135px;
  padding: 15px 20px;
  padding-right: 35px;
}
.btn_list.btn-section li i {
  color: #056133;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: -12px;
}
.btn_list.btn-section li span {
  display: block;
}
.btn_list.btn-section li .btn_title {
  color: #056133;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.btn_list.btn-section li .btn_body {
  color: #333;
}
.btn_list.btn-banner a {
  color: #333;
}
.btn_list.btn-banner img {
  margin-bottom: 5px;
  width: 100%;
}

.btn_pageTop {
  margin: 0;
  text-align: right;
}
.btn_pageTop a {
  background-color: #A0C816;
  border-radius: 15px 15px 0 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  position: relative;
  padding: 10px 15px;
  text-decoration: none;
}
.btn_pageTop a:before {
  content: url("../images/bg/bg_btn_l.png");
  display: block;
  height: 15px;
  width: 15px;
  position: absolute;
  bottom: 0;
  right: 100%;
}
.btn_pageTop a:after {
  content: url("../images/bg/bg_btn_r.png");
  display: block;
  height: 15px;
  width: 15px;
  position: absolute;
  bottom: 0;
  left: 100%;
}

@media screen and (max-width: 600px) {
  .btn_pageTop {
    text-align: center;
  }
}
.fa {
  transition: all 0.3s;
}
.fa.animate {
  transform: scale(1.2);
}

.localNav .localNav_title {
  background-color: #056133;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 15px;
}
.localNav .localNav_body {
  border-top: 1px solid #fff;
  padding: 0;
  list-style: none;
}
.localNav .localNav_body li {
  border-bottom: 1px solid #fff;
}
.localNav .localNav_body li:before {
  content: none;
}
.localNav .localNav_body a {
  background-color: #F1F5E4;
  color: #056133;
  display: block;
  line-height: 1.2;
  padding: 15px;
  position: relative;
  text-decoration: none;
}
.localNav .localNav_body a i {
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
}

.form {
  padding: 30px 75px;
}

#formHeader .formHeader_logo {
  float: left;
  width: 50%;
}
#formHeader .btn_close {
  float: right;
}
#formHeader h1 {
  clear: both;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

#formContents {
  margin-bottom: 90px;
}
#formContents .formDesc {
  margin-bottom: 50px;
}
#formContents input::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
}
#formContents input:-moz-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
}
#formContents table {
  max-width: 635px;
  margin: 0 auto 20px;
  width: 100%;
}
#formContents th {
  color: #056133;
  padding: 0 10px 10px 0;
  text-align: right;
  vertical-align: top;
}
#formContents td {
  padding: 0 0 10px;
}
#formContents td input,
#formContents td textarea {
  background-color: #F1F5E4;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
}
#formContents td textarea {
  height: 200px;
}
#formContents .w65 {
  width: 65%;
}
#formContents .label_required {
  background-color: #F59131;
  color: #fff;
  display: block;
  margin-left: 10px;
  padding: 13px 5px;
  text-align: center;
  line-height: 1;
}
#formContents .formSubmit {
  margin: 0 auto;
  text-align: center;
}
#formContents .formSubmit form {
  display: table-cell;
  padding: 0 10px;
}

#formFooter .footerTel {
  text-align: center;
}
#formFooter .footerTel .footerTel_title {
  color: #056133;
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 15px;
}
#formFooter .footerTel .footerTel_num {
  color: #F59131;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
}
#formFooter .footerTel .footerTel_txt {
  margin-bottom: 5px;
}

@media screen and (max-width: 600px) {
  .form {
    padding: 3.125% 20px;
  }

  #formHeader h1 {
    font-size: 20px;
    font-size: 2rem;
  }

  #formContents {
    margin-bottom: 75px;
  }
  #formContents .formDesc {
    margin-bottom: 30px;
  }
  #formContents table,
  #formContents tbody,
  #formContents tr {
    display: block;
    max-width: 100%;
  }
  #formContents th {
    display: block;
    padding: 0 0 10px;
    text-align: left;
  }
  #formContents th.required:after {
    content: '必須';
    background-color: #F59131;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    padding: 5px;
    text-align: center;
    line-height: 1;
  }
  #formContents td {
    display: block;
    padding: 0 0 20px;
    width: 100%;
  }
  #formContents .w65 {
    width: 100%;
  }
  #formContents .label_required {
    display: none;
  }
  #formContents .formSubmit {
    display: block;
    width: 100%;
  }
  #formContents .formSubmit form {
    display: block;
    margin-bottom: 20px;
  }
  #formContents .btn_submit, #formContents .btn_back {
    margin: 0;
  }

  #formFooter .footerTel .footerTel_title {
    font-size: 20px;
    font-size: 2rem;
  }
  #formFooter .footerTel .footerTel_num {
    font-size: 20px;
    font-size: 2rem;
  }
}
#contents .acms-admin-form input,
#contents .acms-admin-form textarea {
  font-size: 16px;
  font-size: 1.6rem;
}

#mainImage {
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
#mainImage li {
  display: none;
}
#mainImage .mainImage_copy {
  position: absolute;
  top: 5%;
  left: 6%;
  z-index: 1000;
}
#mainImage .mainImage_copy img {
  width: 384px;
}
#mainImage .slider li {
  background-position: center top;
  background-repeat: no-repeat;
  height: 516px;
}
#mainImage .slider li.slide1 {
  background-image: url("../images/top/slide1.png");
}
#mainImage .slider li.slide2 {
  background-image: url("../images/top/slide2.png");
}
#mainImage .slider li.slide3 {
  background-image: url("../images/top/slide3.png");
}
#mainImage .js-bxslider {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mainImage .bx-wrapper .bx-viewport {
  background: none;
  box-shadow: none;
  border: none;
  left: 0;
}

@media screen and (max-width: 600px) {
  #mainImage .mainImage_copy {
    display: none;
  }
  #mainImage .slider li {
    background-size: 120%;
    height: 120px;
  }
  #mainImage .bx-wrapper {
    margin-bottom: 0;
  }
  #mainImage .bx-wrapper .bx-viewport {
    height: 120px !important;
  }
}
.siteDescWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 80px;
}

#siteDesc {
  width: 70.6382978723%;
}

.siteDescBanner {
  width: 25.1063829787%;
}

@media screen and (max-width: 600px) {
  .siteDescWrap {
    display: block;
  }

  #siteDesc {
    padding: 80px 0 40px;
    width: 100%;
  }

  .siteDescBanner {
    width: 100%;
  }
  .siteDescBanner img {
    width: 100%;
  }
}
#newsTop h2 {
  margin-bottom: .5em;
  position: relative;
}
#newsTop .newsItem_img {
  width: 20%;
}
#newsTop .newsItem_body {
  width: 75%;
}

#guideTop .thumbItem-table .thumbItem_img {
  width: 137px;
}
#guideTop .thumbItem-table .thumbItem_body {
  width: 281px;
}
#guideTop .thumbItem-table .btn_next {
  background: #A0C816;
  margin: 0;
  padding: 5px;
}
#guideTop .thumbItem-table .btn_next a {
  font-size: 18px;
  font-size: 1.8rem;
}
#guideTop .thumbItem-table .btn_next a i {
  font-size: 30px;
  font-size: 3rem;
}
#guideTop .btn_next {
  margin-top: 5px;
}
#guideTop .btn_next a {
  border-radius: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 10px;
  width: 100%;
}
#guideTop .btn_next a i {
  font-size: 20px;
  font-size: 2rem;
  margin-top: -0.5em;
}

@media screen and (max-width: 750px) {
  #guideTop .thumbItem-table .thumbItem_img {
    width: 30%;
  }
  #guideTop .thumbItem-table .thumbItem_body {
    width: auto;
  }
  #guideTop .thumbItem-table .btn_next {
    background: #A0C816;
  }
  #guideTop .thumbItem-table .btn_next a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  #guideTop .thumbItem-table .btn_next a i {
    right: 3px;
  }
  #guideTop .btn_next a {
    font-size: 10px;
    font-size: 1rem;
  }
}
#doctorTop {
  clear: both;
}
#doctorTop .thumbItem_img {
  width: 29%;
}
#doctorTop .thumbItem_subTitle {
  color: #056133;
  line-height: 1.3;
  margin-bottom: 5px;
}
#doctorTop .thumbItem_title {
  line-height: 1.2;
  margin-bottom: 0;
}
#doctorTop .thumbItem_title a {
  color: #333;
}

#calenderTop {
  clear: both;
}

#accessTop {
  clear: both;
}
#accessTop iframe {
  width: 100%;
}
#accessTop .accessTop_nav {
  margin: 60px 0 0;
}
#accessTop .accessTop_nav li {
  margin-top: 10px;
}
#accessTop .btn_access a {
  background-color: #A0C816;
}

/*
-- State CSS
-------------------------------------------------- */
a:hover .op {
  opacity: 0.7;
}

a.op-lighten:hover {
  background-color: #08924d;
}

.s-sp {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .s-sp {
    display: block !important;
  }

  .s-pc {
    display: none !important;
  }
}
/*
-- Utility CSS
-------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.p-right {
  margin-left: auto;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.mb0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb75 {
  margin-bottom: 75px !important;
}

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

.mb85 {
  margin-bottom: 85px !important;
}

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

.mb95 {
  margin-bottom: 95px !important;
}

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

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

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

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

@media screen and (max-width: 600px) {
  .mb-s {
    margin-bottom: 20px !important;
  }

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

  .mb-l {
    margin-bottom: 70px !important;
  }
}
.fs-mid {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs-small {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs-ssmall {
  font-size: 12px;
  font-size: 1.2rem;
}

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

.l-table {
  display: table;
}
.l-table .l-table_cell {
  display: table-cell;
}

.bg-grad {
  background: linear-gradient(#f1f1f1, #cbcbcb);
}

.hide {
  display: none;
}
