@charset "UTF-8";


hr {
  margin: 1.5rem auto;
  width: 100%;
  height: 0;
  border-style: solid;
  border-width: thin 0 0;
  border-color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

hr.bold {
  border-top-width: 4px;
}


.inner.narrow {
  max-width: 40rem;
}


/* ============================== 
 SKIP LINK
============================== */
#skiplink {
  display: block;
  margin: auto;
  max-height: 0;
  background-color: rgba(0,0,0,0.6);
  color: #FFF;
  overflow: hidden;
  z-index: 5000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#skiplink.-active {
  max-height: 100vh;
  -webkit-box-shadow: 0 -3px 3px 0 rgba(0,0,0,0.3) inset;
  box-shadow: 0 -3px 3px 0 rgba(0,0,0,0.3) inset;
  overflow-y: auto;
}
#skiplink .menu_list {
  padding: 1rem;
  font-size: 0.75em;
}
#skiplink .menu_list > li::before {
  border-color: #FFF
}
#skiplink .menu {
  color: inherit;
  text-decoration: none;
}
@media (min-width:720px) {
  #skiplink .menu_list > li {
    display: inline-block;  
  }
}
@media only print {
  #skiplink {
    display: none;
  }
}

#header {
  text-align: center;
  background-color: #FFF;
  border-bottom: solid medium #6eb944;
}
#header .site_title {
  display: inline-block;
  padding: 0.25em 0;
  line-height: 1;
  color: inherit;
  text-decoration: none;
}
#header .site_title > svg {
  vertical-align: middle;
	fill:#1FAA52;
}
#header .site_title .logo_mark {
  font-size: 2em;
}
@media only screen and (max-width:719px) {
  #header .site_title {
    font-size: 0.75em;
  }
}
@media print, (min-width:720px) {
  #header .site_title {
    font-size: 1.6em;
  }
}




/* ============================== 
 SITE MENU 
============================== */

html.-fixed {
  position: fixed;
  overflow: hidden;
}

/* site_menu_btn */
#site_menu_btn {
  font-size: 0.75em;
}
@media print, (min-width:720px) {
  #site_menu_btn {
    font-size: 1em;
  }
}
#site_menu_btn::before,
#site_menu_btn::after {
  border-style: solid;
  border-width: 2px;
  border-color: #000;
}
#site_menu_btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 4em;
  height: 4em;
  overflow: hidden;
  background-color: rgba(255,255,255,0.8);
  z-index: 4100;
}
#site_menu_btn::before,
#site_menu_btn::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 60%;
  height: 25%;
  border-right: 0;
  border-left: 0;
  -webkit-transition: height 0.2s 0.2s, -webkit-transform 0.2s 0s;
  -o-transition: height 0.2s 0.2s, -o-transform 0.2s 0s;
  transition: height 0.2s 0.2s, transform 0.2s 0s;
}
#site_menu_btn::before {
  margin-bottom: -1px;
  bottom: 50%;
}
#site_menu_btn::after {
  margin-top: -1px;
  top: 50%;
}
#site_menu_switch:checked ~ #site_menu_btn {
  position: fixed;
}
#site_menu_switch:checked ~ #site_menu_btn::before,
#site_menu_switch:checked ~ #site_menu_btn::after {
  height: 0;
  border-width: 1px 0;
  -webkit-transition: height 0.2s 0s, -webkit-transform 0.2s 0.2s;
  -o-transition: height 0.2s 0s, -o-transform 0.2s 0.2s;
  transition: height 0.2s 0s, transform 0.2s 0.2s;
}
#site_menu_switch:checked ~ #site_menu_btn::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#site_menu_switch:checked ~ #site_menu_btn::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#site_menu_btn .btn_txt {
  display: block;
  position: absolute;
  bottom: 100%;
  right: 100%;
}


/* site_menu */
#site_menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: 0;
  overflow-y: auto;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.95);
  color: #FFF;
  fill: #FFF;
  font-size: 0.875em;
  text-align: center;
  z-index: 4000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#site_menu_switch:checked ~ #site_menu {
  height: 100%;
  height: 100vh;
  opacity: 1;
}
#site_menu > .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  min-height: 100%;
  z-index: auto;
}
#site_menu > .inner::after {
  display: none;
}
#site_menu .menu {
  -ms-word-break: keep-all;
  word-break: keep-all;
  white-space: nowrap;
}



#footer {
  z-index: 1000;
  background-color: #6EB944;
  color: #FFF;
  fill: #FFF;
  text-align: center;
}
#footer > .inner {
}
@media only screen and (max-width:719px) {
}
@media print, (min-width:720px) {
  #footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 3.5rem;
  }
}

.foot_menu {
  padding: 1em 0;
  font-size: 0.875em;
}
.foot_menu .menu_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1;
}
.foot_menu .menu_list > li {
  margin: 0.5em 0;
  border-style: solid;
  border-width: 0;
}
.foot_menu .menu_list .menu {
  display: block;
}
@media only screen and (max-width:719px) {
  .foot_menu .menu_list {
    font-size: 0.8125em;
    justify-content: space-between;
  }
  .foot_menu .menu_list > li {
    border-width: thin;
  }
  .foot_menu .menu_list .menu {
    padding: 0.5em;
    width: 12em;
    line-height: 1.25;
  }
}
@media print, (min-width:720px) {
  .foot_menu .menu_list > li + li {
    margin-left: 1em;
    padding-left: 1em;
    border-left-width: thin;
  }
}


/* copyright */
.copyright {
  padding: 1em;
  font-size: 0.625em;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
}


/* breadcrumb */
.breadcrumb {
  padding: 0.5rem 0;
  font-size: 0.625em;
}
.breadcrumb .bc_list {
  list-style: none;
}
.breadcrumb .bc_list > li {
  display: inline-block;
}
.breadcrumb .bc_list > li + li::before {
  content: '';
  display: inline-block;
  margin: -0.1em 0.5em auto;
  width: 0.4em;
  height: 0.4em;
  border-style: solid;
  border-width: thin thin 0 0;
  border-color: #333;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumb .home, 
.breadcrumb .current {
  font-weight: bold;
}


/* pager */
.pager {
  margin: 1.5em auto;
}
.pager .page-numbers {
  list-style: none;
  font-size: 0.75em;
  text-align: center;
}
.pager .page-numbers > li {
  display: inline-block;
}
.pager .page-numbers .current, 
.pager .page-numbers a {
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2;
  border: solid thin #CCC;
  background-color: #FFF;
  color: #333;
}
.pager .page-numbers .current {
  background-color: #CCC;
  color: #FFF;
}
.pager .page-numbers a {
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
}
.pager .page-numbers a:hover {
  -webkit-box-shadow: 0 2px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 2px 1px 1px rgba(0,0,0,0.2);
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  -o-transform: translate(0, -1px);
  transform: translate(0, -1px);
}


.pager .page_link {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  font-size: 0.75em;
}
.pager .page_link > li {
  display: block;
  width: 50%;
  padding: 0 1.5em;
}
.pager .page_link > li:first-child:last-child {
  width: 100%;
}
.pager .page_link a {
  display: block;
}
.pager .page_link a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.6em;
  border-color: transparent #ccc;
}
.pager .page_link a.link_prev {
  text-align: left;
}
.pager .page_link a.link_prev:first-child {
  padding-left: 1.5em;
}
.pager .page_link .link_prev::before {
  content: 'Prev: ';
}
.pager .page_link a.link_prev:first-child::after {
  left: 0;
  border-left-width: 0;
}
.pager .page_link a.link_next {
  text-align: right;
}
.pager .page_link a.link_next:last-child {
  padding-right: 1.5em;
}
.pager .page_link a.link_next::before {
  content: 'Next: ';
}
.pager .page_link a.link_next:last-child::after {
  right: 0;
  border-right-width: 0;
}


/* #content */
#content {
  overflow: hidden;
}
#content::after {
  content: ' ';
  clear: both;
  display: block;
}
@media print, (min-width:720px) {
  #content {
    padding-bottom: 3.5rem; /* = #footer : height */
  }
}


/* main_block */
.main_block {
  margin: 1.5rem auto 3rem;
}
.main_block .main_head {
  margin-bottom: 1.5rem;
}
.main_block .main_foot {
  margin-top: 1.5rem;
}
.main_block .main_body {
  padding: 1rem 0;
  /*border-style: solid;
  border-width: medium 0;
  border-color: #6eb944;*/
}

.main_block .main_title {
  padding-left: 1.2em;
  font-size: 1.5em;
}
.main_block .main_title::before {
  content: '';
  display: inline-block;
  margin-top: -0.2em;
  margin-left: -1.2em;
  margin-right: 0.2em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: solid 0.2em #6eb944;
  vertical-align: middle;
}

/* sect_block */
.main_block .sect_block:first-child {
  margin-top: auto;
}
.sect_block {
  margin: 3em auto;
}
.sect_block .sect_head {
  margin-bottom: 1.5em;
  text-align: center;
}
.sect_block .sect_foot {
  margin-top: 1.5em;
  text-align: center;
}
@media print, (min-width:720px) {
  .sect_block {
    margin: 3em auto;
  }
}

.sect_block .sect_title {
  font-size: 1.125em;
}
.sect_block .sect_text {
  font-size: 0.8125em;
}

.sect_list .sect_block .sect_title {
  margin: 1.5rem auto 0.5rem;
  padding-left: 0.5rem;
  border-style: solid;
  border-width: 0 0 0 0.5rem;
  border-color: #6eb944;
}
.sect_list .sect_block .sect_text {
  padding-left: 1rem;
}

.sect_list .subsect_block {
  margin-top: 1.5rem;
}
.sect_list .subsect_block .sect_subtitle {
  margin-bottom: 0.5rem;
}

.sect_list .sect_block .info_list > dt, 
.sect_list .sect_block .info_list > dd {
  line-height: 1.5;  
}
.sect_list .sect_block .info_list > dt {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.sect_list .sect_block .info_list > dd {
  padding-left: 2em;
}


.summary_block {
  padding: 1rem;
  background-color: #efefef;
}
.summary_block .sect_title {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width:719px) {
  .summary_block .sect_title {
    text-align: center;
  }
}



/**/
@media only screen and (min-width:720px) {
.-is_pc{
	display: block!important;
	}
.-is_sp{
	display: none!important;
}
}
@media only screen and (max-width:719px) {
.-is_pc{
	display: none!important;
}
.-is_sp{
	display: block!important;
}
}


