html{
  font-size: 62.5%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{
  display: block;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table{
  margin-top: 0;
  box-sizing: border-box;
}

ul{
  margin: 0;
  box-sizing: border-box;
}

nav{
  box-sizing: border-box;
}

/* body */

body{
  text-align: left;
  padding:0px;
  margin:0px;
  word-wrap: break-word;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  line-height: 1.5;
}

#content{
  position: relative;
}

/* Parts */

.sp-part-top{
  display: block;
  position: relative;
}

.sp-part-top::after{
  display: table;
  clear: both;
  content: "";
}

/* copyright */

.hpb-copyright{
  display: block;
  text-align: center;
}

/* layout */

/*追加*/
#main{
   overflow: hidden;
   padding: 0;
   margin: 0 auto;
}

#main::after{
  clear: both;
  display: table;
  content: "";
}

/*追加*/
#colophon{
  padding: 0px;
  padding-top: 30px;
  width:100%;
  margin: 0 auto;
}
#sidebar1, #sidebar2{
  float: none;
  width: auto;
  padding: 0px;
  box-sizing:border-box;
}

/*---*/

#primary{
  margin-top:0;
}

#breadcrumb-list{
  clear: both;
}

.screen-reader-text{
  display:none;
}

/* table */
th{
  text-align: left;
}

table.sp-part-top{
  margin: 5px auto;
  display: table;
  border-collapse: collapse;
  width: 100%;
}
table > tbody > tr > th, table > tbody > tr > td{
	padding: 5px 8px;
}

/* Yahoo!ロコ-地図, Googleマップ */

div[data-hpbmap]{
  word-wrap: normal;
  max-width: 100%;
}

div[data-hpbmap] img{
  max-width: none !important;
}

/* WordPress投稿 */

.entry-content .alignleft,
.comment-content .alignleft{
  float: left;
}
.entry-content .alignright,
.comment-content .alignright{
  float: right;
}
.entry-content .aligncenter,
.comment-content .aligncenter{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content::after,
.comment-content::after{
  display: table;
  clear: both;
  content: "";
}

/* 追加 */

@media screen and (max-width: 568px){

  *{
    box-sizing: border-box;
  }
  body{
    min-width: 100%;
  }

  #masthead{
    position: static;
  }
  #primary, #main-inner, #contenthead, #content{
    float: none;
    width: 100%;
  }
  #main,#content{
    width: 100%;
    padding: 0;
  }
  #main-inner{
    padding: 10px;
  }

  #sidebar1, #sidebar2{
    float: none;
    width: auto;
    padding: 10px;
    box-sizing:border-box;
  }

  #colophon{
    padding: 10px;
  }

  embed{
    max-width: 100%;
  }
}
#colophon{
  background-color : #80ff80;
  background-repeat : repeat;
  background-position : center top;
  background-size : auto auto,auto auto;
}

a{
  color : #6bbb21;
  text-decoration : none;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

a:active{
  color : #6bbb21;
  text-decoration : underline;
}

a:focus{
  color : #6bbb21;
  text-decoration : underline;
}

a:hover{
  color : #6bbb21;
  text-decoration : underline;
}

a:link{
  color : #6bbb21;
}

a:visited{
  color : #6bbb21;
}

body{
  color : #5c5c5c;
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

@media not screen, screen and (min-width: 569px) {

  #colophon{
    padding-top : 35px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 35px;
    margin-top : 20px;
  }

  #colophon .inner-box{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 900px;
    box-sizing : border-box;
  }

  #main{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 900px;
    box-sizing : border-box;
  }

  #masthead{
    margin-bottom : 10px;
    min-height : 133px;
  }

  #primary{
    margin-top : 0px;
  }

  #sidebar1{
    background-image : none;
    background-size : contain;
  }

  #sidebar2 {
  }

  body{
    min-width : 900px;
  }
}

@media not screen, screen and (min-width: 569px) {

  #content{
    width : 900px;
  }

  #contenthead{
    width : 900px;
  }
}

@media screen and (max-width: 568px) {

  #colophon{
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    width : 100%;
    box-sizing : border-box;
  }

  #colophon .inner-box{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }
}

#sp-list-19, #sp-list-20, #sp-list-21, #sp-list-22, #sp-list-23, #sp-list-24, #sp-list-25, #sp-list-26, #sp-list-27{
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0em;
  margin-left : 0em;
  margin-right : 0em;
  margin-bottom : 0em;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : dotted;
  border-left-style : dotted;
  border-right-style : dotted;
  border-bottom-style : dotted;
  border-top-color : #f09857;
  border-left-color : #f09857;
  border-right-color : #f09857;
  border-bottom-color : #f09857;
  width : 100%;
  max-width : 900px;
  list-style-type : none;
}

#sp-list-19 li, #sp-list-20 li, #sp-list-21 li, #sp-list-22 li, #sp-list-23 li, #sp-list-24 li, #sp-list-25 li, #sp-list-26 li, #sp-list-27 li{
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-left : 10px;
  border-bottom-width : 2px;
  border-bottom-style : dotted;
  border-bottom-color : #f09857;
}

#sp-list-19 li:last-child, #sp-list-20 li:last-child, #sp-list-21 li:last-child, #sp-list-22 li:last-child, #sp-list-23 li:last-child, #sp-list-24 li:last-child, #sp-list-25 li:last-child, #sp-list-26 li:last-child, #sp-list-27 li:last-child{
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-left : 10px;
  border-bottom-width : medium;
  border-bottom-style : none;
  border-bottom-color : initial;
}

#sp-list-19 > li, #sp-list-20 > li, #sp-list-21 > li, #sp-list-22 > li, #sp-list-23 > li, #sp-list-24 > li, #sp-list-25 > li, #sp-list-26 > li, #sp-list-27 > li{
  color : #000000;
}

#sp-list-19 > li:last-child, #sp-list-20 > li:last-child, #sp-list-21 > li:last-child, #sp-list-22 > li:last-child, #sp-list-23 > li:last-child, #sp-list-24 > li:last-child, #sp-list-25 > li:last-child, #sp-list-26 > li:last-child, #sp-list-27 > li:last-child{
  color : #000000;
}

#sp-page-title-19{
  background-image : url(../img/sp-pagetitle-8af.png);
  background-repeat : no-repeat,no-repeat;
  background-position : right top;
  text-align : left;
  width : 100%;
  height : 50px;
}

#sp-page-title-19 > h1{
  font-size : 16px;
  font-weight : bold;
  line-height : 50px;
  color : #ffffff;
  background-color : #1550bf;
  padding-left : 30px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 27px;
  margin-bottom : 0px;
  height : 50px;
  overflow : hidden;
  box-sizing : border-box;
}

@media screen and (max-width: 568px) {

  #sp-page-title-19{
    background-image : none;
    text-align : left;
    width : 100%;
    height : 40px;
  }

  #sp-page-title-19 > h1{
    font-size : 16px;
    font-weight : bold;
    line-height : 40px;
    color : #ffffff;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    height : 40px;
    box-sizing : border-box;
  }
}

#sp-table-1{
  font-size : 1.4rem;
  color : #333333;
  border-collapse : collapse;
}

#sp-table-1 td{
  background-color : #ffffff;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #b3b5b6;
  border-left-color : #b3b5b6;
  border-right-color : #b3b5b6;
  border-bottom-color : #b3b5b6;
}

#sp-table-1 th{
  color : #666666;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #b3b5b6;
  border-left-color : #b3b5b6;
  border-right-color : #b3b5b6;
  border-bottom-color : #b3b5b6;
  min-width : 60px;
}

#sp-table-1 > tbody > tr .col-title{
  color : #666666;
  background-color : #f4f4f4;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
}

#sp-table-1 > tbody > tr .row-title{
  color : #666666;
  background-color : #f4f4f4;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #b3b5b6;
  border-left-color : #b3b5b6;
  border-right-color : #b3b5b6;
  border-bottom-color : #b3b5b6;
}

@media screen and (max-width: 568px) {

  #sp-table-1{
    width : 100%;
  }
}

#sp-site-branding-1{
  background-color : #000000;
  background-repeat : repeat-x;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  min-height : 133px;
}

#sp-site-branding-1 .inner-box{
  padding-top : 16px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 900px;
}

#sp-site-branding-1 .site-description{
  font-size : 1rem;
  font-weight : normal;
  color : #949494;
  text-align : right;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 900px;
  height : 3rem;
  float : right;
  position : absolute;
  top : 3rem;
}

#sp-site-branding-1 .site-title{
  margin-top : 10px;
  margin-left : 4px;
  margin-right : 0px;
  margin-bottom : 0px;
  overflow : hidden;
}

#sp-site-branding-1 .site-title a{
  background-image : url(../img/header-logo1.png);
  background-repeat : no-repeat;
  text-indent : -9999px;
  width : 470px;
  height : 70px;
  float : left;
  display : block;
}

@media screen and (max-width: 568px) {

  #sp-site-branding-1{
    margin-bottom : 0px;
    width : 100%;
    overflow : hidden;
  }

  #sp-site-branding-1 .site-description{
    color : #949494;
    text-align : center;
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    width : 100%;
    float : left;
    position : absolute;
    top : 1rem;
  }

  #sp-site-branding-1 .site-title{
    margin-top : 2rem;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
  }

  #sp-site-branding-1 .site-title a{
    background-image : url(../img/header-logo1.png);
    background-size : 300px auto;
  }
}

#breadcrumb-list{
  margin-bottom : 10px;
}

#breadcrumb-list a{
  color : #6bbb21;
  text-decoration : none;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

#breadcrumb-list a:active{
  color : #6bbb21;
  text-decoration : underline;
}

#breadcrumb-list a:focus{
  color : #6bbb21;
  text-decoration : underline;
}

#breadcrumb-list a:hover{
  color : #6bbb21;
  text-decoration : underline;
}

#breadcrumb-list div{
  margin-top : 10px;
  margin-right : 10px;
  width : auto;
  display : inline-block;
}

@media screen and (max-width: 568px) {

  #breadcrumb-list{
    padding-left : 10px;
    padding-right : 10px;
  }
}

.page-service2#content #page-content .large, #sp-block-container-1 .large, #sp-block-container-24 .large, #sp-block-container-3 .large{
  font-size : 1.5rem;
}

.page-service2#content #page-content .medium, #sp-block-container-1 .medium, #sp-block-container-24 .medium, #sp-block-container-3 .medium{
  font-size : 1.4rem;
}

.page-service2#content #page-content .small, #sp-block-container-1 .small, #sp-block-container-24 .small, #sp-block-container-3 .small{
  font-size : 1.2rem;
}

.page-service2#content #page-content .x-large, #sp-block-container-1 .x-large, #sp-block-container-24 .x-large, #sp-block-container-3 .x-large{
  font-size : 1.8rem;
}

.page-service2#content #page-content .x-small, #sp-block-container-1 .x-small, #sp-block-container-24 .x-small, #sp-block-container-3 .x-small{
  font-size : 1.1rem;
}

.page-service2#content #page-content .xx-large, #sp-block-container-1 .xx-large, #sp-block-container-24 .xx-large, #sp-block-container-3 .xx-large{
  font-size : 2rem;
}

.page-service2#content #page-content .xx-small, #sp-block-container-1 .xx-small, #sp-block-container-24 .xx-small, #sp-block-container-3 .xx-small{
  font-size : 1rem;
}

.page-service2#content #page-content em, #sp-block-container-1 em, #sp-block-container-24 em, #sp-block-container-3 em{
  font-style : oblique;
  color : #5c5c5c;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #5c5c5c;
}

.page-service2#content #page-content h1, #sp-block-container-1 h1, #sp-block-container-24 h1, #sp-block-container-3 h1{
  font-size : 2.4rem;
  text-align : left;
}

.page-service2#content #page-content h2, #sp-block-container-1 h2, #sp-block-container-24 h2, #sp-block-container-3 h2{
  font-size : 2.1rem;
}

.page-service2#content #page-content h3, #sp-block-container-1 h3, #sp-block-container-24 h3, #sp-block-container-3 h3{
  font-size : 1.8rem;
  text-align : left;
  margin-top : 10px;
  margin-bottom : 1em;
  clear : both;
}

.page-service2#content #page-content h4, #sp-block-container-1 h4, #sp-block-container-24 h4, #sp-block-container-3 h4{
  font-size : 1.5rem;
  line-height : 1.2;
  text-align : left;
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 2px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1em;
  clear : both;
}

.page-service2#content #page-content h5, #sp-block-container-1 h5, #sp-block-container-24 h5, #sp-block-container-3 h5{
  font-size : 1.3rem;
  line-height : 1.2;
  text-align : left;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-bottom : 1em;
  clear : both;
}

.page-service2#content #page-content h6, #sp-block-container-1 h6, #sp-block-container-24 h6, #sp-block-container-3 h6{
  font-size : 1.2rem;
}

.page-service2#content #page-content hr, #sp-block-container-1 hr, #sp-block-container-24 hr, #sp-block-container-3 hr{
  color : #a0a0a0;
  margin-top : 25px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  border-top-width : 1px;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : solid;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #a0a0a0;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  height : 1px;
}

.page-service2#content #page-content p, #sp-block-container-1 p, #sp-block-container-24 p, #sp-block-container-3 p{
  font-size : 1.3rem;
  line-height : 1.4;
  color : #5c5c5c;
  text-align : left;
  padding-left : 0.1em;
  padding-right : 0.1em;
  margin-top : 0.5em;
  margin-bottom : 1.5em;
}

.page-service2#content #page-content p.indent, #sp-block-container-1 p.indent, #sp-block-container-24 p.indent, #sp-block-container-3 p.indent{
  padding-left : 5px;
}

.page-service2#content #page-content strong, #sp-block-container-1 strong, #sp-block-container-24 strong, #sp-block-container-3 strong{
  font-weight : bold;
  color : #5c5c5c;
}

@media screen and (max-width: 568px) {

  #content.page-service2 #page-content, #sp-block-container-1, #sp-block-container-24, #sp-block-container-3 {
  }
}

#sp-site-navigation-1{
  font-size : 1.3rem;
  color : #ffffff;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 30px;
}

#sp-site-navigation-1 .menu-toggle{
  display : none;
}

#sp-site-navigation-1 .screen-reader-text{
  display : none;
}

#sp-site-navigation-1 ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type : none;
  list-style-position : outside;
}

#sp-site-navigation-1 ul a{
  text-decoration : none;
}

#sp-site-navigation-1 ul ul{
  background-color : #ffffff;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #6bbb21;
  border-left-color : #6bbb21;
  border-right-color : #6bbb21;
  border-bottom-color : #6bbb21;
  width : auto;
  min-width : 150px;
  display : none;
  position : absolute;
  top : 100%;
  left : 0px;
  z-index : 9999;
}

#sp-site-navigation-1 ul ul li{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  width : 100%;
  white-space : nowrap;
}

#sp-site-navigation-1 ul ul li a{
  color : #000000;
  text-decoration : none;
  padding-top : 5px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 5px;
  border-bottom-width : 0px;
  border-bottom-style : solid;
  border-bottom-color : #ffffff;
  display : block;
}

#sp-site-navigation-1 ul ul li a:hover{
  color : #ffffff;
  background-color : #6bbb21;
  text-decoration : none;
  border-bottom-width : 0px;
  border-bottom-style : solid;
  border-bottom-color : #ffffff;
}

#sp-site-navigation-1 ul ul li.current-menu-ancestor > a{
  text-decoration : none;
  border-bottom-width : 0px;
  border-bottom-style : solid;
  border-bottom-color : #ffffff;
}

#sp-site-navigation-1 ul ul li.current-menu-item > a{
  text-decoration : none;
  border-bottom-width : 0px;
  border-bottom-style : solid;
  border-bottom-color : #ffffff;
}

#sp-site-navigation-1 ul ul li.current_page_ancestor > a{
  text-decoration : none;
  border-bottom-width : 0px;
  border-bottom-style : solid;
  border-bottom-color : #ffffff;
}

#sp-site-navigation-1 ul ul li.current_page_item > a{
  text-decoration : none;
  border-bottom-width : 0px;
  border-bottom-style : solid;
  border-bottom-color : #ffffff;
}

#sp-site-navigation-1 ul ul li:hover{
  display : block;
  position : relative;
}

#sp-site-navigation-1 ul ul li:hover > ul{
  background-color : #000000;
  border-bottom-width : 1px;
  width : 100%;
  display : block;
  top : 0px;
  left : 100%;
}

#sp-site-navigation-1 > ul{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #56b54b;
  border-bottom-color : #56b54b;
  width : auto;
  list-style-type : none;
  list-style-position : outside;
}

#sp-site-navigation-1 > ul::after{
  clear : both;
  display : table;
  content : "";
}

#sp-site-navigation-1 > ul > li{
  margin-bottom : 8px;
  float : left;
}

#sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
  font-weight : bold;
  border-bottom-color : #6bbb21;
}

#sp-site-navigation-1 > ul > li.current-menu-item > a{
  font-weight : bold;
  border-bottom-color : #6bbb21;
}

#sp-site-navigation-1 > ul > li.current_page_ancestor > a{
  font-weight : bold;
  border-bottom-color : #6bbb21;
}

#sp-site-navigation-1 > ul > li.current_page_item > a{
  font-weight : bold;
  border-bottom-color : #6bbb21;
}

#sp-site-navigation-1 > ul > li:hover{
  position : relative;
}

#sp-site-navigation-1 > ul > li:hover > ul{
  display : block;
}

#sp-site-navigation-1 > ul > li > a{
  font-weight : bold;
  color : #003300;
  text-decoration : none;
  padding-top : 1.2em;
  padding-left : 1em;
  padding-right : 1em;
  padding-bottom : 1em;
  border-bottom-width : 2px;
  border-bottom-style : dashed;
  border-bottom-color : transparent;
  display : block;
}

#sp-site-navigation-1 > ul > li > a:hover{
  font-weight : bold;
  color : #003300;
  text-decoration : none;
  border-bottom-color : #6bbb21;
  display : block;
}

@media screen and (max-width: 568px) {

  #sp-site-navigation-1{
    background-color : #ffffff;
    background-image : none;
    padding-top : 0px;
    position : relative;
  }

  #sp-site-navigation-1 .menu-toggle{
    background-color : #6bbb21;
    background-image : url(../img/icon-menu.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -999em;
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : rgba(255, 255, 255, 0.8);
    display : none;
    cursor : pointer;
  }

  #sp-site-navigation-1 .screen-reader-text{
    display : none;
  }

  #sp-site-navigation-1 ul{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : auto;
    height : auto;
    display : block;
    list-style-type : none;
    list-style-position : outside;
  }

  #sp-site-navigation-1 ul li{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #eeeeee;
    width : auto;
    float : none;
  }

  #sp-site-navigation-1 ul li a{
    line-height : 24px;
    background-repeat : no-repeat;
    background-position : 5px 12px;
    padding-top : 8px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 7px;
    height : auto;
    float : none;
  }

  #sp-site-navigation-1 ul ul{
    background-color : transparent;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    width : auto;
    min-width : 150px;
    display : block;
    position : relative;
    top : 100%;
    left : 0px;
    z-index : 9999;
  }

  #sp-site-navigation-1 ul ul li{
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #eeeeee;
  }

  #sp-site-navigation-1 ul ul li a{
    padding-top : 8px;
    padding-left : 50px;
    padding-right : 50px;
    padding-bottom : 8px;
  }

  .button-menu#sp-site-navigation-1 .menu-toggle{
    display : block;
  }

  .button-menu#sp-site-navigation-1 ul.toggled-on{
    display : block;
  }

  .button-menu#sp-site-navigation-1 > ul{
    display : none;
  }

  .button-menu#sp-site-navigation-1 > ul > ul{
    display : block;
  }

  #sp-site-navigation-1 > ul{
    border-top-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-bottom-color : initial;
  }

  #sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
    font-weight : bold;
    color : #000000;
    text-decoration : none;
    border-bottom-width : 2px;
    border-bottom-style : dashed;
    border-bottom-color : #6bbb21;
    display : block;
  }

  #sp-site-navigation-1 > ul > li.current-menu-item > a{
    font-weight : bold;
    color : #000000;
    text-decoration : none;
    border-bottom-width : 2px;
    border-bottom-style : dashed;
    border-bottom-color : #6bbb21;
    display : block;
  }

  #sp-site-navigation-1 > ul > li.current_page_ancestor > a{
    font-weight : bold;
    color : #000000;
    text-decoration : none;
    border-bottom-width : 2px;
    border-bottom-style : dashed;
    border-bottom-color : #6bbb21;
    display : block;
  }

  #sp-site-navigation-1 > ul > li.current_page_item > a{
    font-weight : bold;
    color : #000000;
    text-decoration : none;
    border-bottom-width : 2px;
    border-bottom-style : dashed;
    border-bottom-color : #6bbb21;
    display : block;
  }

  #sp-site-navigation-1 > ul > li > a{
    text-decoration : none;
    padding-top : 1em;
    padding-left : 1em;
    padding-right : 1em;
    padding-bottom : 1em;
    display : block;
  }

  #sp-site-navigation-1 > ul > li > a:hover{
    font-weight : bold;
    color : #000000;
    text-decoration : none;
    border-bottom-width : 2px;
    border-bottom-style : dashed;
    border-bottom-color : #6bbb21;
    display : block;
  }
}

@media not screen, screen and (min-width: 569px) {

  #sp-image-140, #sp-image-141, #sp-image-142, #sp-image-143, #sp-image-144, #sp-image-145, #sp-image-146, #sp-image-147 {
  }
}

@media screen and (max-width: 568px) {

  #sp-image-140, #sp-image-141, #sp-image-142, #sp-image-143, #sp-image-144, #sp-image-145, #sp-image-146, #sp-image-147{
    max-width : 100%;
  }
}

@media not screen, screen and (min-width: 569px) {

  #sp-image-139{
    text-decoration : none;
    border-top-left-radius : 6px 6px;
    border-top-right-radius : 6px 6px;
    border-bottom-right-radius : 6px 6px;
    border-bottom-left-radius : 6px 6px;
    box-shadow : 0px 3px 4px rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 568px) {

  #sp-image-139{
    max-width : 100%;
  }
}

#sp-button-67{
  margin-bottom : 6px;
  width : 120px;
}

#sp-button-67 > a{
  font-size : 1.4rem;
  font-weight : normal;
  color : #a9a9a9;
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-decoration : none;
  text-align : center;
  padding-top : 5px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 2px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
  border-top-left-radius : 22px 22px;
  border-top-right-radius : 22px 22px;
  border-bottom-right-radius : 22px 22px;
  border-bottom-left-radius : 22px 22px;
  box-shadow : 0px 4px 0px #bbbbbb;
  display : block;
  position : relative;
}

#sp-button-67 > a:active{
  box-shadow : 0px 2px 0px #bbbbbb;
  position : relative;
  top : 2px;
}

#sp-button-67 > a:hover{
  color : #9d9d9d;
}

#sp-button-67 > a{
  color : #000000;
  background-color : #ff80ff;
}

#sp-button-67> a:hover {
}

#sp-list-19 {
}

#sp-list-19 > li{
  color : #020ffd;
}

#sp-list-20 {
}

#sp-list-20 > li{
  color : #020ffd;
}

#sp-list-21 {
}

#sp-list-22 {
}

#sp-list-23 {
}

#sp-list-24 {
}

#sp-list-25 {
}

#sp-list-26 {
}

#sp-list-27 {
}

#sp-site-branding-1{
  background-color : #0404ff;
  background-position : left top;
}

#sp-site-branding-1 > .inner-box > .site-description{
  font-size : 1.7rem;
  font-weight : bold;
  color : #bdf5fd;
}

#sp-site-branding-1 > .inner-box > .site-title > a{
  background-image : url(../img/header-logo22.png);
}

#sp-site-navigation-1{
  background-color : #80ff80;
  background-repeat : repeat-x;
  background-size : auto auto,auto auto;
}

#sp-site-navigation-1 > ul{
  background-color : #80ff80;
  background-repeat : repeat-x;
  background-size : auto auto,auto auto;
}

#sp-site-navigation-1 > ul > li > a{
  font-size : 1.3rem;
  font-family : "MS UI Gothic";
}

#sp-table-1 > tbody > tr > td{
  background-color : #ffffff;
}

#sp-table-1 > tbody > tr > th{
  background-color : #ffffff;
}

#sp-table-1 > tbody > tr > th.col-title{
  background-color : #ffffff;
}

#sp-table-1 > tbody > tr > th.row-title{
  background-color : #ffffff;
}

@media not screen, screen and (min-width: 569px) {

  #sp-block-container-1{
    margin-right : -30px;
    width : 433px;
    min-height : 50px;
    float : right;
  }

  #sp-block-container-1 > p{
    color : #ffffff;
    text-align : right;
  }

  #sp-block-container-1 > p > .tel{
    font-size : 2.6rem;
  }

  #sp-block-container-24{
    margin-top : 17px;
  }

  #sp-block-container-3{
    margin-top : 3px;
    margin-right : 2px;
    margin-bottom : -41px;
    width : 757px;
    min-height : 30px;
  }

  #sp-button-67{
    margin-right : 157px;
    width : 267px;
    float : right;
  }

  #sp-image-139{
    margin-top : 10px;
    margin-left : 30px;
    margin-right : 50px;
    margin-bottom : 10px;
    width : 230px;
    height : 79px;
    float : left;
  }

  #sp-image-140{
    margin-left : 34px;
    margin-right : 29px;
    width : 457px;
    height : 282px;
    float : right;
  }

  #sp-image-141{
    margin-top : 1px;
    margin-left : 31px;
    margin-right : 35px;
    margin-bottom : 88px;
    width : 171px;
    height : 314px;
    float : left;
  }

  #sp-image-142{
    margin-top : 60px;
    margin-left : 29px;
    margin-right : 65px;
    width : 227px;
    height : 156px;
    float : left;
  }

  #sp-image-143{
    margin-left : 31px;
    margin-right : 75px;
    width : 172px;
    height : 131px;
    float : left;
  }

  #sp-image-144{
    margin-left : 31px;
    margin-right : 92px;
    width : 154px;
    height : 154px;
    float : left;
  }

  #sp-image-145{
    width : 185px;
    height : 245px;
    float : left;
  }

  #sp-image-146{
    margin-top : 42px;
    margin-right : 43px;
    width : 155px;
    height : 202px;
    float : left;
  }

  #sp-image-147{
    margin-right : 23px;
    width : 478px;
    height : 190px;
    float : left;
  }

  #sp-list-19{
    margin-right : 9px;
    margin-bottom : -1px;
    width : 85px;
    min-height : 69px;
    float : left;
  }

  #sp-list-20{
    margin-right : 5px;
    width : 85px;
    min-height : 69px;
    float : left;
  }

  #sp-list-21{
    margin-left : 3px;
    margin-right : 3px;
    width : 85px;
    min-height : 69px;
    float : left;
  }

  #sp-list-22{
    margin-top : 1px;
    margin-left : 11px;
    margin-right : 11px;
    width : 85px;
    min-height : 69px;
    float : left;
  }

  #sp-list-23{
    margin-right : 8px;
    width : 85px;
    min-height : 69px;
    float : left;
  }

  #sp-list-24{
    margin-right : 9px;
    width : 85px;
    min-height : 69px;
    float : left;
  }

  #sp-list-25{
    margin-right : 8px;
    width : 85px;
    min-height : 69px;
    float : left;
  }

  #sp-list-26{
    margin-left : 24px;
    width : 145px;
    min-height : 69px;
    float : left;
  }

  #sp-list-27{
    margin-left : 257px;
    width : 145px;
    min-height : 69px;
    float : left;
  }

  #sp-site-branding-1{
    margin-top : 9px;
    margin-left : 3px;
    margin-right : 0px;
    margin-bottom : 3px;
    min-height : 150px;
  }

  #sp-site-navigation-1{
    margin-bottom : 10px;
    width : 1000px;
    min-height : 59px;
  }

  #sp-table-1{
    margin-left : 28px;
    width : 412px;
    min-height : 305px;
  }
}

@media screen and (max-width: 568px) {

  #sp-block-container-1{
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    width : 100%;
    min-height : 300px;
    position : absolute;
    top : 8rem;
  }

  #sp-block-container-1 > p{
    color : #ffffff;
    text-align : center;
  }

  #sp-block-container-1 > p > .tel{
    font-size : 1.2rem;
  }
}