@charset "UTF-8";
/* import css ======================================================  */
/*　foundation  ------------------------------------------- */
html {
  font-size: 62.5%; }

body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #000;
  background-color: #fff;
  box-sizing: border-box; }
@media only screen and (max-width: 767px) {
  body {
    margin: 0;
    padding: 0 10px;
  }
}

* {
  box-sizing: border-box; }

a:link {
  color: #68a500;
  text-decoration: underline; }
a:visited {
  color: #5c8e00;
  text-decoration: underline; }
a:hover {
  color: #666;
  text-decoration: none; }
a:hover * {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8; }

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

input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0;
  border: #ccc 1px solid;
  padding: 0 3px;
  font-size: 16px; }

input[type="text"]:focus {
  border: solid 1px #20b2aa; }

input[type="text"], select {
  outline: none; }

input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0;
  border: #ccc 1px solid;
  padding: 0 3px;
  font-size: 16px; }

/*　grid------------------------------------------- */
.l-grid {
  width: 100%; }

.l-grid:after {
  content: "";
  clear: both;
  display: block; }

.l-grid__box {
  box-sizing: border-box;
  float: left;
  border: 1px solid #000;
  width: 100%; }

@media (min-width: 768px) {
  .l-grid__box.l-grid__box1 {
    width: 8.3%; }

  .l-grid__box.l-grid__box2 {
    width: 16.6%; }

  .l-grid__box.l-grid__box3 {
    width: 25%; }

  .l-grid__box.l-grid__box4 {
    width: 33.3%; }

  .l-grid__box.l-grid__box5 {
    width: 41.6%; }

  .l-grid__box.l-grid__box6 {
    width: 50%; }

  .l-grid__box.l-grid__box7 {
    width: 58.3%; }

  .l-grid__box.l-grid__box8 {
    width: 66.7%; }

  .l-grid__box.l-grid__box9 {
    width: 75%; }

  .l-grid__box.l-grid__box10 {
    width: 83.4%; }

  .l-grid__box.l-grid__box11 {
    width: 91.7%; }

  .l-grid__box.l-grid__box12 {
    width: 100%; } }
/* flexbox------------------------------------------- */
.l-flex {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.l-flex__box {
  flex: 1 1 auto; }

/* layout------------------------------------------- */
.l-allcontents {
  margin: 0 auto;
  position: relative;
  width: 1020px;
  padding: 0 10px; }
@media screen and (max-width: 1039px) {
  .l-allcontents {
    width: 100%;
  }
}
.l-container {
  display: block;
  padding-bottom: 30px; }

.l-main-sub-warp {
  display: flex; }

.l-main {
  width: 80%; }

.l-sub {
  width: 20%;
  padding-left: 20px; }

@media screen and (max-width: 767px) {
  .l-allcontents {
    padding: 0;
  }
  .l-container {
    padding-top: 50px;
  }
  .l-main-sub-warp {
    display: block;
  }
  .l-main {
    width: 100%;
  }
  .l-sub {
    width: 100%;
  }
}
/* ------- common --------------------------*/
.u-em {
  font-weight: bold;
  color: #ff3300; }

.u-opacity {
  opacity: 0.5; }

article {
  padding-bottom: 20px; }
  article li {
    list-style-type: disc; }

/* -------pagetop＆自動スクロール--------------------------*/
.c-pagetop {
  line-height: 1;
  z-index: 90;
  position: fixed;
  right: 10px;
  bottom: 20px; }
  .c-pagetop a {
    text-decoration: none;
    width: 60px;
    height: 60px;
    text-align: center;
    display: block;
    padding: 20px 4px;
    border-radius: 8px;
    background-color: rgba(255,255,255,0.7); }

/* -------ddsmoothmenu--------------------------*/
.ddsmoothmenu {
  background: #fff;
  width: 100%;
  margin-bottom: 10px;
}
  .ddsmoothmenu ol, .ddsmoothmenu ul, .ddsmoothmenu li {
    padding: 0;
    margin: 0;
  }
  .ddsmoothmenu ul {
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .ddsmoothmenu ul li {
      position: relative;
      width: 100%;
      width: 177px;
      height: 100%; }
      .ddsmoothmenu ul li a {
        display: block;
        padding: 8px 10px;
        font-size: 1.6rem;
        background-color: #f3f9ef;
        background: linear-gradient(#f3f9ef, #ddedd6);
        border: 1px solid #ccc;
        text-decoration: none;
        width: 100%;
        height: 100%; }
        .ddsmoothmenu ul li a.selected {
          color: white; }
        .ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
          color: #333; }
        .ddsmoothmenu ul li a:hover {
          background-color: #eee;
          color: #fff; }
  .ddsmoothmenu > ul {
    display: table;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 80px; }
    .ddsmoothmenu > ul li {
      flex: 1 1 auto;
      vertical-align: middle;
      text-align: center;
      width: auto; }
      .ddsmoothmenu > ul li a {
        display: block;
        width: 100%;
        height: 100%; }
        .ddsmoothmenu > ul li a span {
          display: table-cell;
          vertical-align: middle; }
    .ddsmoothmenu > ul > li > a {
      border-left: 0; }
      .ddsmoothmenu > ul > li > a:hover {
        background: #9fce72;
        color: #fff; }
    .ddsmoothmenu > ul > li:first-child a {
      border-left: 1px solid #ccc; }

.ddsmoothmenu ul li a.selected {
  background: #9fce72;
  color: #fff; }

.ddsmoothmenu ul li ul {
  position: absolute;
  left: 0;
  display: none;
  visibility: hidden; }

.ddsmoothmenu ul li ul li {
  display: list-item;
  float: none; }
  .ddsmoothmenu ul li ul li ul {
    top: 0; }
  .ddsmoothmenu ul li ul li a {
    width: 177px;
    padding: 10px;
    background: #f3f9ef;
    font-size: 1.4rem;
    margin: 0;
    border-top-width: 0;
    border-bottom: 1px solid #ccc; }
    .ddsmoothmenu ul li ul li a:hover {
      background: #9fce72;
      color: #fff; }
  .ddsmoothmenu ul li ul li ul li a {
    border-top-width: 0; }
  .ddsmoothmenu ul li ul li ul li:first-child a {
    border-top: 1px solid #ccc; }

* html .ddsmoothmenu {
  height: 1%; }

/*Holly Hack for IE7 and below*/
.downarrowclass {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 7px;
  margin: auto; }

.rightarrowclass {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 7px;
  margin: auto; }

.ddshadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background: silver; }

.toplevelshadow {
  opacity: 0.8; }

/* ------- c-breadcrumb --------------------------*/
.c-breadcrumb li {
  display: inline-block; }

/* ------- article --------------------------*/
article {
  font-size: 1.4rem; }
  article .entry-title {
    background-color: #f0eaec;
    padding: 8px;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    display: block;
    position: relative; }
    article .entry-title:before {
      content: '';
      display: inline-block;
      width: 4px;
      height: 28px;
      background-color: #5e0108;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 10px;
      margin: auto; }

/* -------c-table--------------------------*/
.c-table {
  width: 100%; }
  .c-table-wrap {
    width: 800px; }
  .c-table td {
    border: 1px solid #ccc; }

.c-table.table-noborder {
  border-collapse: separate;
  border-spacing: 2px 4px; }
  .c-table.table-noborder td {
    border: 0;
    background-color: #f1eee0; }

/* -------ico--------------------------*/
.c-ico {
  display: inline-block;
  padding: 4px 8px;
  line-height: 1;
  position: relative; }
  .c-ico:hover {
    cursor: pointer; }
  .c-ico.c-ico-new {
    background-color: #ccc; }

.c-ico-close {
  cursor: pointer; }

.c-ico-close:before, .c-ico-close:after {
  display: block;
  content: '';
  width: 2px;
  height: 24px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 10px;
  cursor: pointer; }

.c-ico-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.c-ico_disc {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #179e72; }

.c-ico-arrow-r:before, .c-ico-arrow-r:after {
  display: block;
  content: '';
  width: 14px;
  height: 3px;
  position: absolute;
  background-color: #ccc; }

.c-ico-arrow-r:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 12px;
  left: 4px; }

.c-ico-arrow-r:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 4px; }

/* ------- c-btn --------------------------*/
.c-btn {
  display: inline-block;
  background-color: #ccc;
  padding: 4px 8px;
  line-height: 1; }
  a.c-btn {
    text-decoration: none !important; }
  .c-btn.c-btn-banner {
    display: block;
    background-color: #efefef;
    border: 1px solid #ccc;
    padding: 20px 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 100%;
    max-width: 180px;
    color: #333; }
    .c-btn.c-btn-banner.u-image {
      padding: 0;
      border: 0; }
    .c-btn.c-btn-banner span {
      font-size: 11px;
      display: block;
      margin-top: 8px;
      text-align: left; }
    .c-btn.c-btn-banner.u-green {
      background-color: #eef3e6;
      border: 1px solid #80be32;
      border-left: 6px solid #80be32;
      border-right: 6px solid #80be32;
      box-shadow: 0px 0px 6px 3px #b6d091 inset; }
      .c-btn.c-btn-banner.u-green:hover {
        background-color: #f5faf1; }
    .c-btn.c-btn-banner.u-lightgreen {
      background-color: #f9fde3;
      border: 1px solid #c3d151;
      border-left: 6px solid #c3d151;
      border-right: 6px solid #c3d151;
      box-shadow: 0px 0px 6px 3px #e8f59c inset; }
      .c-btn.c-btn-banner.u-lightgreen:hover {
        background-color: #fcfeef; }
    .c-btn.c-btn-banner.u-blue {
      background-color: #f4fdff;
      border: 1px solid #27ace8;
      border-left: 6px solid #27ace8;
      border-right: 6px solid #27ace8;
      box-shadow: 0px 0px 6px 3px #b4e2f4 inset; }
      .c-btn.c-btn-banner.u-blue:hover {
        background-color: #f8fdfe; }
    .c-btn.c-btn-banner.u-brown {
      background-color: #f4f0f0;
      border: 1px solid #977878;
      border-left: 6px solid #977878;
      border-right: 6px solid #977878;
      box-shadow: 0px 0px 6px 3px #eadfdf inset; }
      .c-btn.c-btn-banner.u-brown:hover {
        background-color: #f8f5f5; }
    .c-btn.c-btn-banner.u-orange {
      background-color: #fcf2df;
      border: 1px solid #f1dbb4; }

/* ------- entry --------------------------*/
.date {
  font-size: 1.3rem;
  text-align: right;
  margin-bottom: 15px; }

/* ------- pagenation --*/
.pagenation {
  margin: 1em 0; }
  .pagenation li {
    display: inline-block;
    list-style: none outside none;
    margin-left: 6px; }
    .pagenation li a {
      background: none repeat scroll 0 0 #e0dfdf;
      border-radius: 3px;
      color: #333;
      display: block;
      padding: 5px 15px;
      text-decoration: none; }
      .pagenation li a:hover {
        opacity: 0.5; }
    .pagenation li.active {
      background-color: #ccc;
      border-radius: 3px;
      color: #FFFFFF;
      padding: 5px 15px; }

.pagenation::after, .pagenation ul::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

/* navi post */
.nav-post {
  margin-top: 40px;
  font-size: 1.2rem; }

.nav-post li:first-child {
  float: left;
  width: 40%;
  line-height: 1;
  overflow: hidden; }

.nav-post li:first-child a {
  display: inline-block;
  overflow: hidden;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
  position: relative;
  top: 2px; }

.nav-post li:last-child {
  float: right;
  width: 40%;
  line-height: 1;
  overflow: hidden; }

.nav-post li:last-child a {
  display: inline-block;
  overflow: hidden;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  /**/
  width: 94%;
  text-align: right;
  position: relative;
  top: 2px; }

.nav-post li:first-child span:before {
  content: '<<'; }

.nav-post li:last-child span {
  display: inline-block;
  padding-right: 0px;
  width: 100%;
  text-align: right; }

.nav-post li:last-child span:after {
  content: '>>'; }

@media only screen and (max-width: 767px) {
  .u-pc {
    display: none; } }
@media screen and (min-width: 768px) {
  .u-sp {
    display: none; } }

hr {
  border-top: 1px solid #fff;
  width: 100%; }

/* ----header-----------------------------*/
.l-header {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto; }
  .l-header h1 {
    text-align: center; }
  .l-header ol, .l-header ul, .l-header li {
    padding: 0;
    margin: 0; }

.c-h-link {
  margin-right: 0;
  text-align: right;
  padding-top: 8px;
  margin-bottom: 8px; }
  .c-h-link li {
    display: inline-block;
    font-size: 1.3rem;
    padding-left: 10px; }
    .c-h-link li a {
      text-decoration: underline; }
      .c-h-link li a:link, .c-h-link li a:visited {
        color: #333; }
      .c-h-link li a:hover {
        text-decoration: none; }
  .c-h-link .c-btn {
    background-color: #64a000;
    border-radius: 4px; }
    .c-h-link .c-btn:link, .c-h-link .c-btn:visited {
      color: #fff; }
    .c-h-link .c-btn:hover {
      background-color: #75ab1c; }
@media only screen and (max-width: 767px) {
  .c-h-link {
    display: none;
  }
  #header h1 {
    display: none;
  }
  #navigation {
    display: none;
  }
}
/* ----footer-----------------------------*/
.l-footer {
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.3;
  padding-bottom: 30px;
  overflow: auto;}
  .l-footer a:link {
    color: #333; }
  .l-footer a:visited {
    color: #222; }
  .l-footer .l-flex__box > ul > li:first-child {
    margin-top: 0; }
  .l-footer .l-flex__box > ul > li:before {
    content: '□';
    color: #64a000;
    display: inline-block;
    width: 20px;
    margin-left: 0px; }

.c-foot-sitemap {
  background-color: #f6f8f2; }
  .c-foot-sitemap ul {
    margin-left: 10px;
    padding-left: 30px;
    list-style: none; }
@media screen and (max-width: 767px) {
  .c-foot-sitemap {
    display: none;
  }
}
.c-btn-foot {
  font-size: 1.4rem;
  padding: 20px 0; }
  .c-btn-foot ul {
    margin: 0 auto;
    text-align: center; }
  .c-btn-foot li {
    display: inline-block;
    margin: 0 10px;
    font-size: 1.3rem; }
@media screen and (max-width: 767px) {
  .c-btn-foot {
    display: none;
  }
}
.c-copyright {
  text-align: center;
  font-size: 1.3rem; }

/* c-search-free------------------------ */
.c-search-free {
  position: relative;
  width: 100px;
  height: 30px;
  margin: 0 auto; }

.c-search-free .c-search-free__input {
  width: 100px;
  height: 30px;
  padding: 4px;
  box-sizing: border-box;
  font-size: 16px; }

.c-search-free__btn {
  width: 30px;
  margin: 0;
  height: 30px;
  text-indent: -9999px;
  background: url(/images/search-free__btn.png) center right no-repeat;
  position: absolute;
  right: 0px;
  top: 0px; }

input[type="submit"].c-search-free__btn {
  border: 0;
  outline: none; }
.u-ham-on .c-search-free {
  margin-top: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.u-ham-on .c-search-free .c-search-free__input {
  width: 100%;
}

/* page sitemap------------------------ */
.page-id-31 .l-main article li {
  list-style: none;
  padding-left: 20px; }
.page-id-31 .l-main article > ul > li > a {
  display: inline-block;
  font-weight: bold;
  background-color: #eee; }
.page-id-31 .l-main article > ul > li {
  margin-top: 5px; }
.page-id-31 .l-main article ul {
  padding-left: 0; }
  .page-id-31 .l-main article ul ul {
    margin-left: 20px; }
.page-id-31 .l-main .l-flex__box > ul > li {
  margin-top: 10px;
  background-color: #f3f9ef; }
  .page-id-31 .l-main .l-flex__box > ul > li a:before {
    content: '・';
    color: #64a000;
    display: inline-block;
    width: 15px;
    margin-left: -15px; }
.page-id-31 .l-main .l-flex__box:first-child {
  margin-right: 15px; }
.news-title {
	font-weight:bold;
	color:#008000;
	font-size:x-large;
}
.news-strong {
	font-weight:bold;
	color:#008000;
}


/* -------------------------------------- */

/*!------------------------------------*\
    Base
\*!------------------------------------*/

.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}


a.drawer-menu-item:link, a.drawer-menu-item:visited {
  color: #fff;
  text-decoration: none;
}
.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 50px;
  display: block;
  text-align: left;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  padding-top: 0;
  padding: 12px;
  z-index: 230;
  background-color: #64a000;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.drawer-menu-item:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .drawer-container-sp {
    display: none;
  }
}
@media print {
  .c-toplink,
  .drawer-menu li {
    display: none;
  }

  .drawer-menu .drawer-brand-li {
    display: block;
  }

}
/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 199;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.drawer-open .drawer-overlay {
  display: block;
}


/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 205;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 30px;
  padding: 8px;
  padding-bottom: 24px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: #fff;
  border: 1px solid #fff;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 5px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 10px;
}
.drawer-hamburger-icon-open,
.drawer-hamburger-icon-close {
  font-size: 12px;
  position: absolute;
  top:28px;
  right:5px;
}
.drawer-hamburger-icon-close {
  display: none;
}
.drawer-open .drawer-hamburger-icon-open {
  display: none;
}
.drawer-open .drawer-hamburger-icon-close {
  display: block;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  transform: rotate(-45deg);
}



/*!------------------------------------*\
    Top
\*!------------------------------------*/

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  max-width: 300px;

  height: auto;
  max-height: 100%;
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: auto;
  -webkit-overflow-scrolling: touch;

}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;

}
.drawer-dropdown-menu-sub {
  list-style: none;
  margin: 0;
  padding: 0;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.drawer-dropdown-menu-item {
  line-height: 1s;
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  background-color: #daf6ac;
}
.drawer-dropdown-menu .drawer-dropdown-menu-sub .drawer-dropdown-menu-item {
  padding-left: 30px;
}
.drawer-dropdown-menu .drawer-dropdown-menu-sub .drawer-dropdown-menu-sub .drawer-dropdown-menu-item {
  padding-left: 40px;
}
.drawer-dropdown-menu-item.u-nolink {
  color: #222;
  background-color: #fdfed0;
}
a.drawer-dropdown-menu-item.u-nolink:link,a.drawer-dropdown-menu-item.u-nolink:visited {
  text-decoration: none;
}
.drawer-menu-item.menu-single:after {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('/images/ico-arrow-r.png');
  background-repeat: no-repeat;
  background-position: right center;
}
.drawer-dropdown-menu-item.menu-single:after {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('/images/ico-arrow-r.png');
  background-repeat: no-repeat;
  background-position: right center;
}
.drawer-dropdown-menu-item:hover {

}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;

}

/*! drawer-caret */

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  vertical-align: middle;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

/*! open */

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}


.is-open.sub-about, .is-open.sub-contest, .is-open.sub-review, .is-open.sub-support, .is-open.sub-info {
  display: block;
  position: relative;
}

/*!------------------------------------*\
    Navbar
\*!------------------------------------*/

.drawer--navbarTopGutter {

}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 4px solid #00ad56;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 202;
  top: 0;
  left:0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .drawer-navbar {
    display: none;
  }
}
/*! .drawer-navbar modifier */

.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0;
  text-align: left;
}

.drawer-navbar .drawer-brand {
  line-height: 0;
  height: 46px;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}
.drawer-navbar .drawer-brand img{
  height: 46px;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 50px;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 80px;
}


/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/

.u-ham-off {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-ham-off {
    display: none;
  }
}

.u-ham-on {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-ham-on {
    display: block;
  }
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/

.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}


/*  ----  */

.sec-spinfo {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-spinfo {
    display: block;
  }
  .sec-spinfo ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec-spinfo li {
    display: block;
    width: 33.33%;
  }
  .sec-spinfo li a {
    display: block;
    border: 1px solid #fff;
    border-right: 0;
    padding: 8px;
    color: #fff;
    background-color: #64a000;
    text-align: center;
  }
  .sec-spinfo li:last-child a {
    border-right: 1px;
  }
  .l-footer .sec-spinfo a:link,
  .l-footer .sec-spinfo a:visited {
    color: #fff;
  }
}
@media screen and (max-width: 400px) {
  .sec-spinfo ul {
    display: block;
  }
  .sec-spinfo ul li {
    width: 100%;
  }
}

/* ------- sp --------------------------*/
/*
 * {
  max-width: 100%;
}
*/
.c-table-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  table {
    width: 100%;
  }
  * {
    max-width: 100%;
  }
  .c-table-wrap {
    overflow: auto;
    white-space: nowrap;
  }
}

@media only screen and (max-width:400px) {
  .blockTable th,
  .blockTable td{
    display:block;
    border:none;
  }
}

@media (max-width: 767px) {
  .responsive {
    border-collapse: separate;
    border-spacing: 0  20px;
  }
  .responsive thead {
    display: none;
  }
  .responsive tr {
    background-color: #f6f6f6;
    border-bottom: 1px solid #555555;
  }
  .responsive td {
    border: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    /*border-bottom: 1px solid #dddddd;*/
  }
  .responsive td.col-6 {
    float: left;
    width: 50%;
  }
  .responsive td.txt-right {
    text-align: right;
  }
  .responsive td:before {
    content: attr(data-title) " ";
  }
  .responsive .clear {
    clear: both;
  }
}


/* 2021/07 added */


.drawer--top .drawer-nav {
  top:0;
  left: -100%;
  width: 80%;
  max-width: 300px;
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer--top.drawer-open .drawer-nav {
  left:0;
}

.drawer-nav li {
  position: relative;
}
.drawer-dropdown .drawer-caret {
  position: absolute;
  top:17px;
  right: 15px;
}
.drawer-menu-item.menu-single:after {
  position: absolute;
  top:31%;
  right: 12px;
}
