@charset "UTF-8";
/**************************************************
    sass
***************************************************/
/* ---------- Media Query --------- */
/* ---------- Common --------- */
/**************************************************
	base
***************************************************/
/* -----------------------------------------------
	1. Body
-------------------------------------------------- */
body {
  color: #333;
  text-align: left;
  margin: 0;
}

body, input, textarea, select {
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  line-height: 1.7;
}

@media print {
  .site-header .global-nav > ul > li {
    margin-left: 30px !important;
  }
  .site-header > .inner,
  .site-footer > .inner {
    width: auto !important;
  }
}
/* -----------------------------------------------
	2. Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

img, video {
  border: 0;
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

/* ---------- text ---------- */
p {
  margin: 0 0 20px;
}

a {
  color: #0a9b32;
  text-decoration: none;
}

a:hover {
  color: #0a9b32;
  text-decoration: underline;
}

a[nohref] {
  color: inherit;
}
a[nohref]:hover {
  text-decoration: none;
}

/* ---------- plain ---------- */
ul.plain, .wysiwyg ul, ol.plain, .wysiwyg ol, dl.plain {
  margin-left: 20px;
  margin-bottom: 20px;
}

.plain ul, .wysiwyg ol ul, .wysiwyg ul ul, .plain ol, .wysiwyg ol ol, .wysiwyg ul ol {
  margin: 0 0 0 20px;
}

ul.plain, .wysiwyg ul {
  list-style-type: disc;
}
ul.plain ul, .wysiwyg ul ul {
  list-style-type: circle;
}
ul.plain ul ul, .wysiwyg ul ul ul {
  list-style-type: square;
}

ol.plain, .wysiwyg ol, ol.plain ol {
  list-style-type: decimal;
}

/* ---------- content ---------- */
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .sp {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .sp-tab {
    display: none;
  }
}

/* -----------------------------------------------
	3. Helper Class
-------------------------------------------------- */
/* ---------- clear ---------- */
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._float-l {
  float: left;
}

._float-r {
  float: right;
}

._clear {
  clear: both;
}

._hidden {
  display: none;
}

/* ---------- text ---------- */
._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

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

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

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

._txtc, ._txtc th, ._txtc td {
  text-align: center !important;
}

._txtr, ._txtr th, ._txtr td {
  text-align: right !important;
}

._txtl, ._txtl th, ._txtl td {
  text-align: left !important;
}

._wordbreak {
  word-break: break-all !important;
}

._nowrap {
  white-space: nowrap !important;
}

._image-text {
  overflow: hidden !important;
}

/* ---------- margin ---------- */
._zero {
  margin-bottom: 0 !important;
}

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

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

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

._triple {
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 767px) {
  ._triple {
    margin-bottom: 60px;
  }
}

/**************************************************
	structure
***************************************************/
/* -----------------------------------------------
	1. Header
-------------------------------------------------- */
@media print, screen and (min-width: 769px) {
  #adminBox + .site-header {
    position: static;
  }
  #adminBox + .site-header + .wrap {
    margin-top: 0;
  }
}
.site-header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 84px;
  border-bottom: 3px solid #65ba43;
  -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 0 3px rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
.site-header > .inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.site-header .logo {
  float: left;
  padding-top: 27px;
}
.site-header .logo::after {
  clear: both;
}
.site-header .global-nav {
  float: right;
  position: relative;
}
.site-header .global-nav > ul > li {
  float: left;
  position: relative;
  margin: 15px 0 0 40px;
}
.site-header .global-nav > ul > li > a {
  display: block;
  white-space: nowrap;
  color: #727272;
  font-weight: normal;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  padding: 15px 0 30px;
}
.site-header .global-nav > ul > li > a.-active {
  color: #0a9b32;
}
.site-header .global-nav > ul > li > a:hover {
  text-decoration: none;
  color: #0a9b32;
}
@media print, screen and (min-width: 769px) {
  .site-header .global-nav > ul > li > ul {
    position: absolute;
    top: 65px;
    left: 50%;
    z-index: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 100%;
  }
  .site-header .global-nav > ul > li > ul::before {
    content: "";
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: -10px;
    border: 15px solid transparent;
    border-bottom: 15px solid #65ba43;
  }
  .site-header .global-nav > ul > li > ul > li {
    padding: 15px 0;
    background: #65ba43;
  }
  .site-header .global-nav > ul > li > ul > li:last-child a {
    border-right: none;
  }
  .site-header .global-nav > ul > li > ul > li > a {
    display: block;
    color: #fff;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 20px;
    white-space: nowrap;
    border-right: 1px dotted #fff;
    padding: 0 30px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .site-header .global-nav > ul > li > ul > li > a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .site-header .global-nav > ul > li:hover ul {
    top: 70px;
    visibility: visible;
    opacity: 1;
  }
}

@media only screen and (max-width: 900px) {
  .site-header {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .site-header > .inner {
    width: 100%;
  }
  .site-header .logo {
    clear: both;
    width: 100%;
    padding: 30px 0;
    background: #fff;
    border-bottom: 3px solid #65ba43;
    -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.4);
            box-shadow: 3px 0 3px rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 9998;
  }
  .site-header .logo > a {
    padding-left: 20px;
  }
  .site-header .global-nav {
    clear: both;
    overflow: auto;
    top: 87px;
    left: 0;
    z-index: 999; /*前面に*/
    width: 100%; /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 100%;
    height: auto;
    background: #fff;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; /*滑らかに表示*/
    -webkit-transform: translateY(-105%);
            transform: translateY(-105%); /*右に隠しておく*/
  }
  .site-header .global-nav.-active {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); /*中身を表示（下へスライド）*/
    -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
            box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  .site-header .global-nav > ul > li {
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
    border-top: 1px solid #ccc;
  }
  .site-header .global-nav > ul > li a {
    display: block;
    color: #727272;
    padding: 20px 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .site-header .global-nav > ul > li a.-active {
    color: #0a9b32;
  }
  .site-header .global-nav > ul > li a::before, .site-header .global-nav > ul > li a::after {
    content: "";
    width: 10px;
    height: 2px;
    background: #727272;
    display: block;
    position: absolute;
    top: 32px;
    right: 35px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
  .site-header .global-nav > ul > li a::after {
    width: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
  .site-header .global-nav > ul > li.drop-menu::before, .site-header .global-nav > ul > li.drop-menu::after {
    content: "";
    width: 14px;
    height: 2px;
    top: 23px;
    right: 24px;
    background: #727272;
    display: block;
    margin: 8px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
  }
  .site-header .global-nav > ul > li.drop-menu::after {
    width: 2px;
    height: 14px;
    top: 17px;
    right: 30px;
  }
  .site-header .global-nav > ul > li.drop-menu.active::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .site-header .global-nav > ul > li.drop-menu > a {
    margin-right: 70px;
  }
  .site-header .global-nav > ul > li.drop-menu > a::before, .site-header .global-nav > ul > li.drop-menu > a::after {
    display: none;
  }
  .site-header .global-nav > ul > li.drop-menu > ul {
    display: none;
    background: #f0f0f0;
    text-align: left;
    border-top: 1px solid #ccc;
  }
  .site-header .global-nav > ul > li.drop-menu > ul > li {
    padding: 0;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  .site-header .global-nav > ul > li.drop-menu > ul > li:last-child {
    border-bottom: none;
  }
}
@media print, screen and (min-width: 769px) {
  .sp-nav-open {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .sp-nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    position: absolute;
    top: 8px;
    right: 20px;
    margin-top: 27px;
    z-index: 9999;
  }
  .sp-nav-open > span {
    height: 3px;
    width: 27px;
    border-radius: 3px;
    background: #0a9b32;
    display: block;
    content: "";
    cursor: pointer;
    margin-top: 6px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .sp-nav-open > span:first-child {
    margin-top: 0;
  }
  .sp-nav-open.-active span:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .sp-nav-open.-active span:nth-child(2) {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .sp-nav-open.-active span:last-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------
2. Footer
-------------------------------------------------- */
.site-footer {
  height: 100px;
  background: #249163;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .site-footer {
    padding: 20px;
  }
}
.site-footer > .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .site-footer > .inner {
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
  }
}
.site-footer > .inner .pagetop {
  display: block;
  width: 25px;
  height: 15px;
  background: #249163;
  padding: 18px 0 8px 16px;
  position: absolute;
  top: -40px;
  right: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .site-footer > .inner .pagetop {
    top: -60px;
  }
}
.site-footer > .inner .pagetop span {
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site-footer > .inner ul li {
  float: left;
  padding-right: 20px;
  margin-right: 20px;
  border-right: solid 1px #fff;
  line-height: 16px;
}
.site-footer > .inner ul li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .site-footer > .inner ul li {
    padding-right: 13px;
    margin-right: 12px;
  }
}
.site-footer > .inner ul li a {
  color: #fff;
  text-decoration: none;
}
.site-footer > .inner p {
  float: right;
}
@media only screen and (max-width: 767px) {
  .site-footer > .inner p {
    width: 100%;
    clear: both;
    position: absolute;
    bottom: 0;
    margin: 0;
  }
}

/* -----------------------------------------------
	3. Content
-------------------------------------------------- */
.wrap {
  margin-top: 87px;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .wrap.-active::after {
    display: block; /*カバーを表示*/
    content: "";
    position: fixed;
    z-index: 99;
    top: 87px; /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.site-content {
  zoom: 1;
  max-width: 1100px;
  margin: 0 auto;
}
.site-content:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .site-content {
    max-width: 100%;
    padding: 20px;
  }
}
.site-content > .inner.-full > .inner {
  width: 1100px;
  margin: 0 auto;
}
.site-content > .inner > .primary {
  width: 745px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .site-content > .inner > .primary {
    width: 100%;
    clear: both;
  }
}
.site-content > .inner > .secondary {
  width: 285px;
  float: right;
}
@media only screen and (max-width: 767px) {
  .site-content > .inner > .secondary {
    width: 100%;
    clear: both;
    margin-top: 40px;
  }
}
.site-content > .inner > .secondary > .title {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .site-content > .inner > .secondary > .title {
    text-align: center;
  }
}
.site-content > .inner > .secondary > .title::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: url(../images/dotted.png);
  margin: 15px 0;
}

.breadcrumb {
  padding: 35px 0;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0 0 30px;
  }
}
.breadcrumb > li {
  display: inline;
  font-size: 14px;
}
.breadcrumb > li a {
  text-decoration: underline;
}
.breadcrumb > li::before {
  content: ">";
  margin: 0 0.5em;
}
.breadcrumb > li:first-child a {
  text-indent: -9999px;
}
.breadcrumb > li:first-child::before {
  display: none;
}

.category-title {
  background: url(../images/top-keyvisual.jpg);
  background-size: cover;
  height: 120px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .category-title {
    padding: 0 20px;
  }
}
.category-title .h1 {
  width: 1100px;
  margin: 0 auto;
  font-size: 32px;
  color: #0a9b32;
}
@media only screen and (max-width: 767px) {
  .category-title .h1 {
    width: 100%;
  }
}

/* -----------------------------------------------
	5. Primary
-------------------------------------------------- */
/* -----------------------------------------------
	6. Secondary
-------------------------------------------------- */
.local-nav {
  margin-bottom: 40px;
}
.local-nav > .item {
  display: block;
  margin: 10px 0;
}
.local-nav > .item > a {
  display: block;
  padding: 30px;
  background: #f5f5f4;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  border-bottom: 3px solid #f5f5f4;
}
@media print, screen and (min-width: 769px) {
  .local-nav > .item > a:hover {
    border-bottom: 3px solid #0a9b32;
    color: #0a9b32;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
  }
}
.local-nav > .item > a.-active {
  border-bottom: 3px solid #0a9b32;
  color: #0a9b32;
  text-decoration: none;
}

.contact-button {
  color: #0a9b32;
  display: block;
  max-width: 100%;
  height: 110px;
  text-align: center;
  line-height: 110px;
  padding: 0;
  font-weight: bold;
  background: url(../images/bg_contact_secondry.jpg);
  background-size: cover;
  background-position: center;
  border: 3px solid #fff;
  -webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 769px) {
  .contact-button:hover {
    text-decoration: none;
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

/* -----------------------------------------------
	7. Entry
-------------------------------------------------- */
.entry-title {
  color: #0a9b32;
  font-size: 32px;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .entry-title {
    letter-spacing: normal;
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.entry-body {
  margin: 0 -10px;
}

.entry-pager {
  margin: 50px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entry-pager li {
  margin: 0 5px;
}
.entry-pager li span {
  display: inline-block;
  padding: 0.4em 1em;
  color: #FFF;
  background: #0a9b32;
  border: 1px solid #0a9b32;
  text-decoration: none;
}
.entry-pager li a {
  text-decoration: none;
}
.entry-pager li a span {
  color: #0a9b32;
  background: transparent;
  border: 1px solid #0a9b32;
}
.entry-pager li a:hover span {
  color: #fff;
  background: #0a9b32;
}
.entry-pager li.next a span, .entry-pager li.back a span {
  border: 1px solid transparent;
}

.entry-nav {
  position: relative;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin: 40px 0 0;
  padding: 10px 0;
  font-size: 0.88em;
  overflow: hidden;
  min-height: 1.7em;
}
.entry-nav a {
  color: #666;
}
.entry-nav .previous {
  float: right;
}
.entry-nav .previous a {
  color: #333;
}
.entry-nav .previous a::after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background: url(../images/arrow_c.svg) no-repeat 0 0;
  background-size: 8px 8px;
  margin-left: 10px;
}
.entry-nav .index {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.entry-nav .index a {
  color: #333;
}
.entry-nav .next {
  float: left;
}
.entry-nav .next a {
  color: #333;
}
.entry-nav .next a::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background: url(../images/arrow_c.svg) no-repeat 0 0;
  background-size: 8px 8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 10px;
}

.entry-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2em 0 0;
}
.entry-social > li {
  margin: 0 0.63em;
}
.entry-social > li a {
  display: inline-block;
  background: #DDD;
  width: 3em;
  height: 3em;
  border-radius: 50% 50%;
  text-indent: -9999px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.entry-social > li a.facebook {
  background: transparent url(../images/ico_facebook.svg) no-repeat 50% 50%;
  background-size: 1.5em 1.5em;
  border: 1px solid #3b5998;
}
.entry-social > li a.facebook:hover {
  background-color: #3b5998;
  background-image: url(../images/ico_facebook_white.svg);
}
.entry-social > li a.twitter {
  background: transparent url(../images/ico_twitter.svg) no-repeat 50% 50%;
  background-size: 1.5em 1.5em;
  border: 1px solid #55acee;
}
.entry-social > li a.twitter:hover {
  background-color: #55acee;
  background-image: url(../images/ico_twitter_white.svg);
}
.entry-social > li a.line {
  background: transparent url(../images/ico_line.svg) no-repeat 50% 50%;
  background-size: 1.5em 1.5em;
  border: 1px solid #00B900;
}
.entry-social > li a.line:hover {
  background-color: #00B900;
  background-image: url(../images/ico_line_white.svg);
}

.tags {
  margin-top: 30px;
}
.tags > .tag {
  display: inline;
}
.tags > .tag a {
  display: inline-block;
  color: #333;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  padding: 3px 15px 5px;
  background: #e5eaed;
  border-radius: 20px;
}

/**************************************************
components
***************************************************/
/* -----------------------------------------------
Icon
-------------------------------------------------- */
.ico-external::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/ico_external.svg) no-repeat 0 0;
  background-size: 12px 12px;
  margin-left: 8px;
}

/* -----------------------------------------------
Heading
-------------------------------------------------- */
.h2 {
  font-size: 24px;
  padding: 0.5em 1em;
  letter-spacing: 0.1em;
  margin: 30px 0;
  background: #d5ebc6; /*
z-index: -999;*/
}

.h3, .definition-list > dt {
  font-size: 24px;
  margin: 40px 0 20px 0;
  padding-left: 1em;
  position: relative; /*
z-index: -999;*/
}
.h3:before, .definition-list > dt:before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 1em;
  background: #0a9b32;
}
.h3:first-child, .definition-list > dt:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .h3, .definition-list > dt {
    font-size: 18px;
    margin-top: 30px;
  }
}

.h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 0.5em;
  border-bottom: 2px dotted #CCC;
}
@media only screen and (max-width: 767px) {
  .h4 {
    font-size: 16px;
  }
}

.h5 {
  color: #0a9b32;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .h5 {
    font-size: 14px;
  }
}

.js-edit_inplace .h3:first-child, .js-edit_inplace .definition-list > dt:first-child {
  margin-top: 40px;
}

/* -----------------------------------------------
List
-------------------------------------------------- */
.definition-list {
  margin-top: 40px;
}
.definition-list:first-child {
  margin-top: 0;
}
.definition-list > dt {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 1em;
}
.definition-list > dd {
  margin: 0 0 2em;
}

.link-list {
  margin: 0 10px 20px;
}
.link-list > li {
  margin: 0.5em 0;
  padding-left: 1em;
  background: url(../images/arrow_a.svg);
  background-size: 9px 9px;
  background-position: center left;
  background-repeat: no-repeat;
}
.link-list-inline, #sitemap .primary > ul > li > ul {
  zoom: 1;
  margin: 30px 10px;
}
.link-list-inline:after, #sitemap .primary > ul > li > ul:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.link-list-inline > li, #sitemap .primary > ul > li > ul > li {
  float: left;
  padding-left: 1em;
  background: url(../images/arrow_a.svg);
  background-size: 9px 9px;
  background-position: center left;
  background-repeat: no-repeat;
  margin-right: 25px;
  color: #0a9b32;
}
.link-list-inline.-gray, #sitemap .primary > ul > li > ul.-gray {
  padding: 30px;
  background: #f2f2f0;
}

.button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 -10px;
  padding-bottom: 60px;
}
.button-list > li {
  width: 33%;
  margin: 0 10px;
}
.button-list > li a {
  display: block;
  font-size: 18px;
}
.button-list > li a::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 9px;
  background: url(../images/arrow_a.svg) no-repeat 0 0;
  background-size: 8px 9px;
  margin-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .button-list {
    margin: 0;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .button-list > li {
    width: 100%;
    margin: 0 0 10px;
  }
  .button-list > li a {
    font-size: 14px;
  }
}

.content-list {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .content-list {
    display: block;
  }
}
.content-list > .item {
  border: solid 1px #0a9b32;
  height: 240px;
  position: relative;
  overflow: hidden;
  width: calc((100% - 180px - 6px) / 3);
  margin: 30px;
}
.content-list > .item > a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.content-list > .item > a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.content-list > .item > a > .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.content-list > .item > a > .text {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: rgba(36, 145, 99, 0.6);
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .content-list > .item {
    width: 100%;
    margin: 30px 0;
  }
}

.topics-list {
  width: 100%;
}
.topics-list > .item {
  width: 100%;
  margin: 30px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.topics-list > .item:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #f2f2f0;
}
.topics-list > .item > a {
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topics-list > .item > a:hover {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #f2f2f0;
}
.topics-list > .item > a::after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.topics-list > .item > a > .thumbnail {
  width: 23%;
  min-width: 23%; /*
float: left;*/
  position: relative;
  top: 0;
  left: 0;
  margin-right: 30px;
  overflow: hidden;
  border: 1px solid #DDD;
}
@media only screen and (max-width: 767px) {
  .topics-list > .item > a > .thumbnail {
    max-width: none;
    width: 50%;
    margin-right: 20px;
  }
}
.topics-list > .item > a > .thumbnail > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: none;
  min-width: 100%;
}
@media only screen and (max-width: 767px) {
  .topics-list > .item > a > dl {
    width: 50%;
  }
}
.topics-list > .item > a > dl > .meta {
  font-size: 15px;
  margin-bottom: 5px;
  color: #333333;
}
.topics-list > .item > a > dl > .meta > .new img {
  vertical-align: middle;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .topics-list > .item > a > dl > .meta {
    font-size: 12px;
    margin-bottom: 2px;
  }
}
.topics-list > .item > a > dl > .title {
  font-size: 20px;
  font-weight: bold;
  color: #0a9b32;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .topics-list > .item > a > dl > .title {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 2px;
  }
}
.topics-list > .item > a > dl > .summary {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .topics-list > .item > a > dl > .summary {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.topics-list > .item > a > dl > .readmore {
  color: #0a9b32;
  padding-left: 1em;
  background: url(../images/arrow_a.svg);
  background-size: 9px 9px;
  background-repeat: no-repeat;
  background-position: left center;
}

.achievement-list {
  margin-top: 40px;
}
.achievement-list > .item {
  width: 48%;
  margin: 20px 40px 20px 0;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f2f2f0;
}
.achievement-list > .item:nth-child(2n) {
  margin-right: 0;
}
.achievement-list > .item > .thumbnail {
  width: 50%;
  overflow: hidden;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.achievement-list > .item > .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  width: auto;
  height: 100%;
}
.achievement-list > .item > .thumbnail.-video::after {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  content: "";
  width: 64px;
  height: 64px;
  background: url(../images/ico_play.svg) no-repeat 0 0;
  background-size: 64px 64px;
}
.achievement-list > .item > .thumbnail.-video::before {
  position: absolute;
  right: -2.5em;
  top: 1.5em;
  z-index: 1;
  content: "紹介動画";
  color: #FFF;
  font-size: 80%;
  font-weight: bold;
  background: #E60000;
  padding: 0.2em 1em;
  width: 8em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  text-align: center;
}
.achievement-list > .item > .thumbnail.-video a {
  display: block;
}
.achievement-list > .item > .thumbnail.-video a:hover {
  opacity: 0.8;
}
.achievement-list > .item > .thumbnail.-video a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
          transform: translate(-50%, -50%) scale(1.1, 1.1);
}
.achievement-list > .item > dl {
  background: #f2f2f0;
  width: 50%;
  padding: 30px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.achievement-list > .item > dl > .title {
  font-size: 17px;
  font-weight: bold;
  color: #0a9b32;
  margin-bottom: 5px;
}
.achievement-list > .item > dl > .summary {
  font-size: 14px;
}
.achievement-list::after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
@media print, screen and (min-width: 769px) {
  .achievement-list > .item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .achievement-list {
    margin-top: 20px;
  }
  .achievement-list > .item {
    width: 100%;
    clear: both;
    margin: 10px 0;
  }
  .achievement-list > .item > .thumbnail img {
    max-width: none;
  }
  .achievement-list > .item > dl {
    padding: 20px;
  }
  .achievement-list > .item > dl > .title {
    font-size: 14px;
  }
}

.archive-list {
  font-size: 15px;
  margin-bottom: 10px;
}
.archive-list > .item {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.archive-list > .item a {
  color: #585858;
}
.archive-list > .item a:hover {
  color: #0a9b32;
  text-decoration: none;
}
.archive-list > .item a > dl > .meta {
  color: #585858;
  margin-bottom: 5px;
}
.archive-list > .item a > dl > .title {
  padding-left: 1em;
  background: url(../images/arrow_a.svg);
  background-size: 9px 9px;
  background-position: 0 8px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .archive-list > .item:nth-child(n+5) {
    display: none;
  }
}

/* -----------------------------------------------
Table
-------------------------------------------------- */
.table-a, .wysiwyg table, .column-table- table {
  width: 100%;
  border-top: 1px solid #95cd70;
  border-left: 1px solid #95cd70;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .table-a.acms-table-scrollable, .wysiwyg table.acms-table-scrollable, .column-table- table.acms-table-scrollable {
    margin-bottom: 0;
  }
}
.table-a th, .wysiwyg table th, .table-a td, .wysiwyg table td, .column-table- table th, .column-table- table td {
  border-bottom: 1px solid #95cd70;
  border-right: 1px solid #95cd70;
  padding: 1em 1.5em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .table-a th, .wysiwyg table th, .table-a td, .wysiwyg table td, .column-table- table th, .column-table- table td {
    display: block;
    width: calc(100% - 3em);
  }
}
.table-a th, .wysiwyg table th, .column-table- table th {
  width: 18%;
  font-weight: normal;
  vertical-align: top;
  background: #F0F0F0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .table-a th, .wysiwyg table th, .column-table- table th {
    width: calc(100% - 3em);
    text-align: left;
  }
}

/* -----------------------------------------------
Button
-------------------------------------------------- */
.button-a {
  display: inline-block;
  text-align: center;
  padding: 0.75em 2em;
  color: #0a9b32;
  font-size: 14px;
  border: 1px solid #0a9b32;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 200px;
  max-width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: transparent;
}
.button-a:hover {
  text-decoration: none;
  background: #0a9b32;
  color: #fff;
}
.button-a.-back {
  color: #999;
  border: 1px solid #999;
}
.button-a.-back:hover {
  color: #FFF;
  background: #999;
}

.to-back {
  color: #333;
}
.to-back::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 9px;
  background: url(../images/arrow_a.svg) no-repeat 0 0;
  background-size: 8px 9px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-right: 0.5em;
  overflow: hidden;
}

.to-list {
  color: #0a9b32;
}
.to-list::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 9px;
  background: url(../images/arrow_a.svg) no-repeat 0 0;
  background-size: 8px 9px;
  margin-right: 0.5em;
}

/* -----------------------------------------------
Box
-------------------------------------------------- */
.box-a, .box-b, .box-c {
  zoom: 1;
  padding: 10px 20px 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.box-a:after, .box-b:after, .box-c:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.box-a .h2, .box-a .h3, .box-a .definition-list > dt, .box-a .h4, .box-b .h2, .box-b .h3, .box-b .definition-list > dt, .box-b .h4, .box-c .h2, .box-c .h3, .box-c .definition-list > dt, .box-c .h4 {
  margin-top: 0 !important;
}

.box-a {
  border: 1px solid #e5e5e5;
}

.box-b {
  background: #FFFFDD;
}

.box-c {
  background: #f2f2f0;
}

/* -----------------------------------------------
Column
-------------------------------------------------- */
.column-2, .column-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.column-2 > .column, .column-3 > .column {
  margin-bottom: 30px;
}
.column-2 > .column > img, .column-3 > .column > img {
  max-width: 100%;
}
.column-2.column-2 > .column, .column-3.column-2 > .column {
  width: calc((100% - 30px) / 2);
}
@media only screen and (max-width: 767px) {
  .column-2.column-2 > .column, .column-3.column-2 > .column {
    width: 100%;
  }
}
.column-2.column-3 > .column, .column-3.column-3 > .column {
  width: calc((100% - 30px - 30px) / 3);
}
@media only screen and (max-width: 767px) {
  .column-2.column-3 > .column, .column-3.column-3 > .column {
    width: 100%;
  }
}
.column-2.column-3::after, .column-3.column-3::after {
  content: "";
  display: block;
  width: calc((100% - 30px - 30px) / 3);
}
@media only screen and (max-width: 767px) {
  .column-2.column-3::after, .column-3.column-3::after {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .column-2, .column-3 {
    display: block;
    width: 100%;
  }
}

/* -----------------------------------------------
Form
-------------------------------------------------- */
.form {
  color: #727272;
  width: 840px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .form {
    width: 100%;
  }
}

.form-row {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-row > .form-col:first-child {
  position: relative;
  min-width: 30%;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-row > .form-col:last-child {
  min-width: 70%;
}
@media only screen and (max-width: 767px) {
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-row .form-col {
    width: 100%;
    padding-right: 0 !important;
    margin-bottom: 0.5em;
  }
  .form-row .form-col:last-child {
    margin-bottom: 0;
  }
}

.form-table {
  width: 100%;
  margin-bottom: 40px;
}
.form-table th, .form-table td {
  zoom: 1;
  border-bottom: 1px solid #dddddd;
}
.form-table th:after, .form-table td:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.form-table th table th, .form-table th table td, .form-table td table th, .form-table td table td {
  border-bottom: none;
}
.form-table th {
  font-size: 0.94em;
  vertical-align: middle;
  padding: 1em 0;
}
.form-table td {
  padding: 1em 0;
}

.text-field, .text-area, .select-box {
  width: 100%;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.text-field.-error, .text-area.-error, .select-box.-error {
  background: #fff0f0;
  border-color: #f4c2c2;
}
.text-field.-inline, .text-area.-inline, .select-box.-inline {
  width: 20%;
  margin-right: 1em;
}
.text-field[disabled], .text-field[readonly], .text-area[disabled], .text-area[readonly], .select-box[disabled], .select-box[readonly] {
  color: #999;
  background: #DDD;
  border: 1px solid #CCC;
}
.text-field[name=inquiry], .text-area[name=inquiry], .select-box[name=inquiry] {
  height: 8em;
}

.required, .any {
  display: block;
  float: right;
  color: #fff;
  padding: 2px 10px;
  font-size: 13px;
}
.required.required, .any.required {
  background: #0a9b32;
}
.required.any, .any.any {
  background: #ccc;
}

.form-agree {
  width: 600px;
  margin: 40px auto;
  padding: 30px 20px 10px;
  background: #f2f2f0;
  font-size: 88%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .form-agree {
    width: auto;
  }
}
.form-agree label {
  font-weight: bold;
}

.form-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-action > li {
  margin: 0 10px 20px;
}
/*
.form-action .g-recaptcha {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .form-action {
    flex-direction: column-reverse;
    align-items: center;
  }
  .form-action > li {
    text-align: center;
    margin: 10px 0;
  }
}
*/


.error {
  display: block;
  color: #ff0000;
  font-size: 0.88em;
  padding-top: 0.5em;
}

/* -----------------------------------------------
Other
-------------------------------------------------- */
/* -------アコーディオン------- */
.accordion {
  margin: 30px 0;
}
.accordion dt {
  padding: 20px 60px 20px 20px;
  border: 1px solid #95cd70;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  position: relative; /*
z-index: -999;*/
}
.accordion dt::before {
  width: 20px;
  height: 2px;
  top: 26px;
  right: 21px;
  background: #333;
  display: block;
  content: "";
  margin: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
}
.accordion dt::after {
  width: 2px;
  height: 20px;
  top: 17px;
  right: 30px;
  background: #333;
  display: block;
  content: "";
  margin: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
}
.accordion dt:hover {
  cursor: pointer;
  background: #f0f0f0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.accordion dt::after {
  clear: both;
}
.accordion > .active::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.accordion > dd {
  display: none;
  padding: 20px 20px 0;
}

/* ----- videojs -----*/
.videoplayer {
  margin: 0 10px 30px;
}

.video-js .vjs-big-play-button {
  font-size: 6em !important;
  width: 1.6em !important;
  height: 1.6em !important;
  border-radius: 50% !important;
  margin-left: -0.8em !important;
}

.video-js .vjs-poster {
  background-size: cover;
}

.modaal-content-container {
  padding: 0 !important;
}

#topics .entry-title {
  letter-spacing: normal;
}
#topics .entry-body {
  margin: 20px 0;
}
#topics .entry-body::after {
  margin-top: 20px;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: url(../images/dotted.png);
}

#achievement .column-table- table th, #achievement .column-table- table td, #topics .column-table- table th, #topics .column-table- table td {
  padding: 0.5em 1em;
  font-size: 88%;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #achievement .column-table- table th, #achievement .column-table- table td, #topics .column-table- table th, #topics .column-table- table td {
    display: table-cell;
    width: auto;
  }
}
#achievement .column-table- table tr th:nth-child(1), #topics .column-table- table tr th:nth-child(1) {
  width: 12%;
}
#achievement .column-table- table tr th:nth-child(2), #topics .column-table- table tr th:nth-child(2) {
  width: 38%;
}
#achievement .column-table- table tr th:nth-child(3), #topics .column-table- table tr th:nth-child(3) {
  width: 40%;
}
#achievement .column-table- table tr th:nth-child(4), #topics .column-table- table tr th:nth-child(4) {
  width: 10%;
}

#sitemap .primary > ul > li > a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 0.5em;
  border-bottom: 2px dotted #CCC;
}

.main {max-width: 1600px; margin-left: auto; margin-right: auto;}
.top, .caution{width: 100%; background-color:#249163;}
.top h1 {color: #ffffff; font-weight: bold; text-align: center; font-size: 16px; padding:15px;}
.data {padding: 20px 40px 30px;}
.data h2 {text-align: center; font-weight: bold; margin-bottom: 20px; font-size: 26px; line-height: 1.2;}
.data h2 span.name {font-size: 16px; font-weight: normal; line-height: 2.6;}
.data h2 span.group {font-size: 16px; font-weight: normal;}
.data p.photo {text-align: center;}
.data p.copyright{font-size: 12px; text-align: center;}
.data .btn_download {width: 160px; margin-top: 30px; margin-left: auto; margin-right: auto; text-align: center; padding-left:12px; border-radius: 50px; background: #E60012 url(images/dl_ico.svg) no-repeat 22px 16px; background-size: 20px;}
.data .btn_download p {margin-bottom: 0;}
.data .btn_download:hover {opacity: 0.8;}
.data .btn_download a {color: #ffffff; display: block; padding: 14px;} 
.data .btn_download a:hover { text-decoration: none;}
.caution p {color:#ffffff; text-align: center; padding:15px;}
p.footer {text-align: center;}

@media print, screen and (min-width: 769px) {
  body[entry-file-name="100yenclub.html"] .link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body[entry-file-name="100yenclub.html"] .link-list > li {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0;
  }
}

/**************************************************
	base
***************************************************/
@media print, screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  body {
    font-size: 14px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
/**************************************************
	structure
***************************************************/
@media only screen and (max-width: 767px) {
  /* -----------------------------------------------
  	1. Header
  -------------------------------------------------- */
  /* -----------------------------------------------
  	2. Footer
  -------------------------------------------------- */
  /* -----------------------------------------------
    3. Site Content
  -------------------------------------------------- */
}
/**************************************************
	components
***************************************************/
@media screen and (max-width: 768px) {
  /* -----------------------------------------------
  	Heading
  -------------------------------------------------- */
  /* -----------------------------------------------
  	Button
  -------------------------------------------------- */
  /* -----------------------------------------------
  	Table-a
  -------------------------------------------------- */
  /* -----------------------------------------------
  	List
  -------------------------------------------------- */
  /* -----------------------------------------------
  	Blockquote
  -------------------------------------------------- */
  /* -----------------------------------------------
  	Box
  -------------------------------------------------- */
  /* -----------------------------------------------
  	Form
  -------------------------------------------------- */
}
/**************************************************
	Top
***************************************************/
#top .keyvisual {
  background-image: url(../images/top-keyvisual.jpg);
  background-size: cover;
  padding: 40px 0 50px;
}
#top .keyvisual > .inner {
  width: 1100px;
  margin: 0 auto;
}
#top .keyvisual > .inner > .title {
  font-size: 36px;
  color: #0a9b32;
  font-family: source-han-serif-japanese, serif;
  font-weight: 600;
  font-style: normal;
  text-shadow: 10px 10px 40px #fff, -10px -10px 40px #fff, 10px -10px 40px #fff, -10px 10px 40px #fff;
}
#top .keyvisual > .inner > .lead {
  width: 750px;
  padding: 20px 0 30px;
  margin: 0;
  font-size: 94%;
  line-height: 1.87;
}
#top .keyvisual > .inner > .contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top .keyvisual > .inner > .contents-list > .item {
  float: left;
  width: calc((100% - 30px - 30px) / 3);
  margin-right: 30px;
}
#top .keyvisual > .inner > .contents-list > .item:last-child {
  margin-right: 0;
}
#top .keyvisual > .inner > .contents-list > .item:first-child a {
  background: -webkit-gradient(linear, right top, left top, from(#96c72c), to(#3eaf11));
  background: linear-gradient(to left, #96c72c, #3eaf11);
}
#top .keyvisual > .inner > .contents-list > .item:nth-child(2) a {
  background: -webkit-gradient(linear, right top, left top, from(#64ba43), to(#2f9f4d));
  background: linear-gradient(to left, #64ba43, #2f9f4d);
}
#top .keyvisual > .inner > .contents-list > .item:last-child a {
  background: -webkit-gradient(linear, right top, left top, from(#40c174), to(#219e82));
  background: linear-gradient(to left, #40c174, #219e82);
}
#top .keyvisual > .inner > .contents-list > .item > a {
  display: block;
  padding: 20px 25px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#top .keyvisual > .inner > .contents-list > .item > a > .title {
  display: block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  line-height: 26px;
}
#top .keyvisual > .inner > .contents-list > .item > a > .title img {
  vertical-align: middle;
  padding-right: 10px;
}
#top .keyvisual > .inner > .contents-list > .item > a > .lead {
  display: block;
  font-size: 14px;
  margin: 15px 0;
  line-height: 1.5;
}
#top .keyvisual > .inner > .contents-list > .item > a > .button {
  display: block;
  padding: 7px 0 7px 30px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
#top .keyvisual > .inner > .contents-list > .item > a > .button:before {
  display: block;
  content: "";
  position: absolute;
  top: 14px;
  left: 95px;
  border-top: 5px solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 5px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#top .keyvisual > .inner > .contents-list > .item > a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  cursor: pointer;
}
#top .news {
  background: #d5ebc6;
  clear: both;
}
#top .news > .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
}
#top .news > .inner .news-content {
  line-height: 30px;
}
#top .news > .inner .news-content dt {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.2em;
  float: left;
  padding: 0 1em 0 2.5em;
  margin-right: 15px;
  border-right: 1px solid #ccc;
  background-image: url(../images/top-news.png);
  background-repeat: no-repeat;
  background-position: left center;
  color: #0c9b32;
}
#top .news > .inner .news-content dt::after {
  clear: both;
}
#top .news > .inner .news-content a {
  color: #333;
}
#top .news > .inner .news-content a:hover {
  color: #0c9b32;
  cursor: pointer;
}
#top .topics > .inner {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 70px;
}
#top .topics > .inner > .entry-title::after {
  display: block;
  content: "";
  height: 3px;
  width: 280px;
  margin: 15px auto;
  background: url(../images/dotted.png);
}
#top .topics > .inner .topics-content {
  text-align: left;
  color: #0a9b32;
  width: 650px;
  margin: 30px auto;
  line-height: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#top .topics > .inner .topics-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top .topics > .inner .topics-content a .date {
  white-space: nowrap;
  padding-right: 15px;
  border-right: solid 1px #0a9b32;
  margin-right: 10px;
}
#top .topics > .inner .topics-content a:hover {
  text-decoration: underline;
}
#top .topics > .inner .topics-button {
  width: 360px;
  display: block;
  margin: 40px auto 0;
  border: 1px solid #0a9b32;
  color: #0a9b32;
  padding: 15px 0;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#top .topics > .inner .topics-button::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid #dff2d4;
  border-bottom: 8px solid #dff2d4;
}
#top .topics > .inner .topics-button:hover {
  background: #dff2d4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  cursor: pointer;
}
#top .movie a {
  display: block;
  border: solid 3px #fff;
  -webkit-box-shadow: 5px 5px 25px rgba(22, 75, 36, 0.2);
          box-shadow: 5px 5px 25px rgba(22, 75, 36, 0.2);
}
@media print, screen and (min-width: 769px) {
  #top .movie {
    width: 1000px;
    height: 110px;
    margin: 0 auto 50px;
  }
  #top .movie a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #top .movie a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  #top .movie {
    margin: 0 20px 20px;
  }
}
#top .contact a {
  display: block;
  height: 110px;
  width: 1000px;
  margin: 0 auto 130px;
  text-align: center;
  border: solid 3px #fff;
  -webkit-box-shadow: 5px 5px 25px rgba(22, 75, 36, 0.2);
          box-shadow: 5px 5px 25px rgba(22, 75, 36, 0.2);
  color: #0a9b32;
  background-image: url(../images/bg_contact.jpg);
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#top .contact a:hover {
  opacity: 0.6;
  text-decoration: none;
}
#top .contact .title {
  display: block;
  font-size: 30px;
  margin: 0;
  padding-top: 15px;
  letter-spacing: 0;
}
#top .contact .lead {
  display: block;
}

@media only screen and (max-width: 767px) {
  #top .keyvisual {
    padding: 25px;
  }
  #top .keyvisual > .inner {
    width: 100%;
  }
  #top .keyvisual > .inner > .title {
    font-size: 30px;
    line-height: 1.5;
  }
  #top .keyvisual > .inner > .lead {
    width: 100%;
    padding-bottom: 20px;
  }
  #top .keyvisual > .inner > .contents-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top .keyvisual > .inner > .contents-list > .item {
    width: 100%;
    margin: 15px 0;
  }
  #top .keyvisual > .inner > .contents-list > .item > a > .button::before {
    left: 85px;
  }
  #top .news {
    padding: 0 25px;
  }
  #top .news > .inner {
    width: 100%;
  }
  #top .news > .inner .news-content dt {
    clear: both;
    padding: 0 0 18px 40%;
    background-position: 45% 2px;
    border-right: none;
  }
  #top .news > .inner .news-content dd {
    clear: both;
    border-top: 1px solid #ccc;
    padding-top: 10px;
  }
  #top .topics {
    padding: 25px;
  }
  #top .topics > .inner {
    width: 100%;
    padding: 0;
  }
  #top .topics > .inner > .entry-title {
    margin: 0;
  }
  #top .topics > .inner > .entry-title::after {
    width: 100%;
  }
  #top .topics > .inner .topics-content {
    width: 100%;
  }
  #top .topics > .inner .topics-button {
    width: 100%;
  }
  #top .contact a {
    width: auto;
    background-image: url(../images/bg_contact_secondry.jpg);
    margin: 0 20px 70px;
  }
  #top .contact a .title {
    font-size: 14px;
    line-height: 110px;
    padding: 0;
  }
  #top .contact a .lead {
    display: none;
  }
}
/**************************************************
	a-blog cms
***************************************************/
.scroll-hint-icon-wrap {
  display: none;
}

/* -----------------------------------------------
	AdminBox
-------------------------------------------------- */
.entryFormColumn #more {
  display: none !important;
}

#adminBox {
  margin: 0;
}

.acms-entry + .acms-box-medium {
  margin-top: 20px;
}

/* -----------------------------------------------
	Lite Editor
-------------------------------------------------- */
.color-red {
  font-weight: bold;
  color: #F00;
}

.color-orange {
  font-weight: bold;
  color: #F60;
}

.color-green {
  font-weight: bold;
  color: #096;
}

.color-blue {
  font-weight: bold;
  color: #06C;
}

.color-pink {
  font-weight: bold;
  color: #F06;
}

.color-gray {
  font-weight: bold;
  color: #888;
}

.lite-editor-toolbox span[class*=color-] {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
.lite-editor-toolbox .color-red {
  background-color: #F00;
}
.lite-editor-toolbox .color-orange {
  background-color: #F60;
}
.lite-editor-toolbox .color-green {
  background-color: #096;
}
.lite-editor-toolbox .color-blue {
  background-color: #06C;
}
.lite-editor-toolbox .color-pink {
  background-color: #F06;
}
.lite-editor-toolbox .color-gray {
  background-color: #888;
}

.highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffd400));
  background: linear-gradient(transparent 60%, #ffd400 60%);
  font-style: normal;
}

/* -----------------------------------------------
	Grid Custom
-------------------------------------------------- */
.acms-entry > .column-image-center {
  margin-bottom: 20px;
}

.column-map-auto, .column-map-left {
  margin-bottom: 20px;
}

.acms-entry > .column-image-left,
.acms-entry > .column-media-left,
[class^=box-] > .column-image-left,
[class^=box-] > .column-media-left {
  padding-right: 25px;
}

.acms-entry > .column-image-right,
.acms-entry > .column-media-right,
[class^=box-] > .column-image-right,
[class^=box-] > .column-media-right {
  padding-left: 25px;
}

.acms-entry .plain, .acms-entry .wysiwyg ol, .wysiwyg .acms-entry ol, .acms-entry .wysiwyg ul, .wysiwyg .acms-entry ul {
  padding-left: 10px;
}
.acms-entry .plain > li, .acms-entry .wysiwyg ol > li, .wysiwyg .acms-entry ol > li, .acms-entry .wysiwyg ul > li, .wysiwyg .acms-entry ul > li {
  margin-bottom: 0.5em;
}

.acms-entry > .box-a,
.acms-entry > .box-b,
.acms-entry > .box-c {
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px 20px 10px;
}

.caption {
  display: block;
  font-size: 88%;
  margin-top: 0.5em;
  text-align: center;
}

.acms-entry small {
  font-size: 88%;
}

/* -----------------------------------------------
  Text Unit
-------------------------------------------------- */
/* ---------- wysiwyg ---------- */
.wysiwyg ol, .wysiwyg ul {
  padding-left: 10px;
}
.wysiwyg blockquote {
  margin-left: 10px;
}
.wysiwyg table {
  max-width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  border: 0;
}

/* -----------------------------------------------
	File Unit
-------------------------------------------------- */
.ico-pdf::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/ico_pdf.svg) no-repeat 0 0;
  background-size: 18px 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.ico-xls::before, .ico-xlsx::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/ico_xls.svg) no-repeat 0 0;
  background-size: 18px 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.ico-doc::before, .ico-docx::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/ico_doc.svg) no-repeat 0 0;
  background-size: 18px 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.ico-ppt::before, .ico-pptx::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/ico_ppt.svg) no-repeat 0 0;
  background-size: 18px 18px;
  margin-right: 8px;
  vertical-align: middle;
}