.n-contain {
  max-width: 1000px;
}

body {
  background: url(bg.gif) repeat 0 0;
  font-size: 14px;
  margin: 0;
}

img {
  max-width: 100%;
}

nav.n-nav.n-nav--drop ul.n-list {
  justify-content: flex-end;
}

.n-header > .n-row > :first-child {
  background: #333;
}
.n-header nav.n-nav.n-nav--drop {
  --nui-control-bg: #333;
  --nui-control-color: #fff;
  font-size: 0.85em;
  display: block;
}
.n-header nav.n-nav.n-nav--drop li.search {
  background: #fff;
}

nav.n-nav.n-nav--drop ul[role=menubar] li > a {
  padding: 0.5em;
  color: #fff;
}

nav.n-nav a[href] {
  text-decoration: none;
}

.n-header .n-contain nav.n-nav {
  background-color: #fff;
  border: 2px solid #f4eacc;
  padding: 1.25em;
}
.n-header .n-contain nav.n-nav a[href] {
  padding-left: 2em;
  padding-right: 1.5em;
  background: url(icon-side.png) top left no-repeat;
  display: inline-block;
}
.n-header .n-contain nav.n-nav ul.n-list {
  width: auto;
}
.n-header .n-contain nav.n-nav li {
  margin: 0.25em 0;
}
.n-header .n-contain nav.n-nav li:nth-child(2) a[href] {
  background-position: 0 -77px;
}
.n-header .n-contain nav.n-nav li:nth-child(3) a[href] {
  background-position: 0 -157px;
}
.n-header .n-contain nav.n-nav li:nth-child(4) a[href] {
  background-position: 0 -226px;
}
.n-header .n-contain nav.n-nav li:nth-child(5) a[href] {
  background-position: 0 -312px;
}
.n-header .n-contain nav.n-nav li:nth-child(6) a[href] {
  background-position: 0 -393px;
}
.n-header .n-contain nav.n-nav li:last-child a[href] {
  padding-right: 0;
}

.n-banner {
  background: url(mainvisual-bg.png) center center no-repeat;
}

.n-banner .n-carousel__index > * {
  font-size: 0;
  --nav-size: 12px;
  margin: 0 6px;
  background: #ddd;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}

.n-carousel {
  margin: 3rem 0;
}
.n-carousel > .n-carousel__index {
  padding-bottom: 1em;
}

.n-banner .n-carousel__index [aria-current] {
  background: #09872b;
}

main {
  position: relative;
}

.n-type main h2 {
  font-size: 1.5rem;
  margin: 0.5rem;
}
.n-type a[href].box-shadow {
  background: #f57f31;
  display: block;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.1);
  padding: 0.5em;
  margin: 0.5em auto;
}

.box-strike {
  border: 1px solid #09872b;
  border-radius: 5px;
  background: #e7f3dc;
  padding: 0.5em 1em;
}
.box-strike .title {
  color: #00771b;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 0 0.5em 0;
}
.box-strike .title span {
  background: #e7f3dc;
  padding: 0 0.5em;
  z-index: 1;
  display: inline-block;
}
.box-strike .title:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #09872b;
  top: 40%;
  left: 0;
  right: 0;
  display: block;
}

.n-type a {
  color: #666;
}

a.attention {
  padding-left: 1.5em;
  background: url(icon-att-s@2x.png) left center no-repeat;
  background-size: contain;
}

.arrow-links a[href] {
  background: url(icon-link-square.png) top left no-repeat;
  background-position-y: 0.85em;
  padding-right: 1em;
  padding: 0.5em 0.5em 0.5em 1.25em;
  display: inline-block;
}

.arrow-links.orange a[href] {
  background-position-y: -14.25em;
}

b.circle {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 3px solid green;
  margin-right: 0.5em;
  transform: translateY(2px);
}

.totop {
  position: absolute;
  right: 2em;
  bottom: -3em;
  width: 56px;
  transition: bottom 0.2s ease-in-out;
}

.totop:hover,
.totop:focus {
  bottom: -1.5em;
}

.n-row.n-row--border {
  --nui-color: #e2e2e2;
  background: #fff;
}
.n-row.n-row--border > div {
  border-left: 1px solid #e2e2e2;
}
.n-row.n-row--border a[href] {
  text-decoration: none;
}

.vertical-text {
  transform: rotate(90deg);
  transform-origin: -1em 0em 0;
  white-space: nowrap;
  position: absolute;
  text-transform: uppercase;
  font-size: 7px;
  color: #09872b;
}
.vertical-text + p {
  margin: 0.25em 0 0 0.75em;
  line-height: 1.25;
  font-size: 1.25em;
}

.banners img {
  margin: 0.5em;
  display: inline-block;
  text-decoration: none;
}

.n-row.banners {
  border: 1px solid #e2e2e2;
  background: #fff;
  color: transparent;
}

.n-carousel.n-carousel--peeking .n-carousel__content > * > img {
  padding: 0 5%;
}

footer {
  background-color: #33322f;
  padding-top: 0;
  color: #fff;
}

footer .banners {
  background-color: #09872b;
}

footer .n-contain {
  padding: 1em;
  box-sizing: border-box;
}

.news {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-top: none;
}
.news .tabs > .n-carousel__index.n-row {
  display: block;
}
.news ul,
.news li {
  margin: 0;
}
.news li {
  padding: 0.75em 0.5em;
  border-bottom: 1px dashed #e2e2e2;
  display: flex;
  box-sizing: border-box;
}
.news li:last-child {
  border: none;
  box-sizing: border-box;
}
.news b {
  min-width: 66px;
  text-align: center;
  background-color: #1e5e86;
}
.news date {
  margin: 0 1em;
  font-size: 0.85em;
}
.news .tag {
  background-color: #d0ac49;
  margin: 0 0.5em;
  border-radius: 2px;
}
.news .tag,
.news b {
  color: #fff;
  font-size: 0.75em;
  padding: 0.1em 0.25em;
  display: inline-block;
}
.news b {
  padding: 0.33em;
}
.news .meta {
  flex-shrink: 0;
}
.news .n-carousel__index {
  padding-bottom: 1em;
}
.news .n-carousel__index > * {
  color: #33322f;
  background: none;
  border-bottom: 2px solid transparent;
}
.news .n-carousel__index > *[aria-current] {
  border-color: #09872b;
  --nui-control-active-color: $green;
}
.news .n-carousel__index [aria-current] {
  border-bottom: 2px solid green;
}
.news .n-carousel {
  margin: 0 1em;
}

.news .n-carousel.n-carousel--tabs > .n-carousel__index > * {
  padding: 0.5em 1em;
  display: inline-block;
}

.news .n-carousel--tabs > .n-carousel__index.n-row {
  margin-bottom: 1em;
  border-bottom: 1px solid #e2e2e2;
}

.green-top > .top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #09872b;
  color: #fff;
  padding: 1em;
  display: flex;
}
.green-top > .top > span {
  flex-grow: 1;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.green-top > .top a {
  position: relative;
  padding-left: 20px;
}
.green-top > .top a:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  background: url(icon-link-circle2.png) no-repeat;
  top: 50%;
  right: "";
  bottom: "";
  left: 0;
  z-index: 10;
  margin-top: -8px;
  background-position: 0 0;
}

@media (max-width: 599.9px) {
  .banners .n-row > div {
    text-align: center;
  }
}

/*# sourceMappingURL=enoden.css.map */
